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

models.organizations-2016-11-28-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Organizations module holds the client classes that are used for communicating with AWS Organizations Service.

There is a newer version: 2.28.4
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "deprecatedSuppressions" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "serviceClientHoldInputStream" : false,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelsWith" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "verifiedSimpleMethods" : [ "createOrganization", "deleteOrganization", "enableAllFeatures", "leaveOrganization", "describeOrganization", "listAccounts", "listCreateAccountStatus", "listHandshakesForOrganization", "listRoots" ]
  },
  "metadata" : {
    "apiVersion" : "2016-11-28",
    "asyncBuilder" : "DefaultOrganizationsAsyncClientBuilder",
    "asyncBuilderInterface" : "OrganizationsAsyncClientBuilder",
    "asyncClient" : "DefaultOrganizationsAsyncClient",
    "asyncInterface" : "OrganizationsAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultOrganizationsBaseClientBuilder",
    "baseBuilderInterface" : "OrganizationsBaseClientBuilder",
    "baseExceptionName" : "OrganizationsException",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "clientPackageName" : "organizations",
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "OrganizationsClientModuleInjector",
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "documentation" : "AWS Organizations API Reference 

AWS Organizations is a web service that enables you to consolidate your multiple AWS accounts into an organization and centrally manage your accounts and their resources.

This guide provides descriptions of the Organizations API. For more information about using this service, see the AWS Organizations User Guide.

API Version

This version of the Organizations API Reference documents the Organizations API version 2016-11-28.

As an alternative to using the API directly, you can use one of the AWS SDKs, which consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .NET, iOS, Android, and more). The SDKs provide a convenient way to create programmatic access to AWS Organizations. For example, the SDKs take care of cryptographically signing requests, managing errors, and retrying requests automatically. For more information about the AWS SDKs, including how to download and install them, see Tools for Amazon Web Services.

We recommend that you use the AWS SDKs to make programmatic API calls to Organizations. However, you also can use the Organizations Query API to make direct calls to the Organizations web service. To learn more about the Organizations Query API, see Making Query Requests in the AWS Organizations User Guide. Organizations supports GET and POST requests for all actions. That is, the API does not require you to use GET for some actions and POST for others. However, GET requests are subject to the limitation size of a URL. Therefore, for operations that require larger sizes, use a POST request.

Signing Requests

When you send HTTP requests to AWS, you must sign the requests so that AWS can identify who sent them. You sign requests with your AWS access key, which consists of an access key ID and a secret access key. We strongly recommend that you do not create an access key for your root account. Anyone who has the access key for your root account has unrestricted access to all the resources in your account. Instead, create an access key for an IAM user account that has administrative privileges. As another option, use AWS Security Token Service to generate temporary security credentials, and use those credentials to sign requests.

To sign requests, we recommend that you use Signature Version 4. If you have an existing application that uses Signature Version 2, you do not have to update it to use Signature Version 4. However, some operations now require Signature Version 4. The documentation for operations that require version 4 indicate this requirement.

When you use the AWS Command Line Interface (AWS CLI) or one of the AWS SDKs to make requests to AWS, these tools automatically sign the requests for you with the access key that you specify when you configure the tools.

In this release, each organization can have only one root. In a future release, a single organization will support multiple roots.

Support and Feedback for AWS Organizations

We welcome your feedback. Send your comments to [email protected] or post your feedback and questions in our private AWS Organizations support forum. If you don't have access to the forum, send a request for access to the email address, along with your forum user ID. For more information about the AWS support forums, see Forums Help.

Endpoint to Call When Using the CLI or the AWS API

For the current release of Organizations, you must specify the us-east-1 region for all AWS API and CLI calls. You can do this in the CLI by using these parameters and commands:

  • Use the following parameter with each command to specify both the endpoint and its region:

    --endpoint-url https://organizations.us-east-1.amazonaws.com

  • Use the default endpoint, but configure your default region with this command:

    aws configure set default.region us-east-1

  • Use the following parameter with each command to specify the endpoint:

    --region us-east-1

For the various SDKs used to call the APIs, see the documentation for the SDK of interest to learn how to direct the requests to a specific endpoint. For more information, see Regions and Endpoints in the AWS General Reference.

How examples are presented

The JSON returned by the AWS Organizations service as response to your requests is returned as a single long string without line breaks or formatting whitespace. Both line breaks and whitespace are included in the examples in this guide to improve readability. When example input parameters also would result in long strings that would extend beyond the screen, we insert line breaks to enhance readability. You should always submit the input as a single JSON text string.

Recording API Requests

AWS Organizations supports AWS CloudTrail, a service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. By using information collected by AWS CloudTrail, you can determine which requests were successfully made to Organizations, who made the request, when it was made, and so on. For more about AWS Organizations and its support for AWS CloudTrail, see Logging AWS Organizations Events with AWS CloudTrail in the AWS Organizations User Guide. To learn more about CloudTrail, including how to turn it on and find your log files, see the AWS CloudTrail User Guide.

", "endpointPrefix" : "organizations", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.organizations", "fullModelPackageName" : "software.amazon.awssdk.services.organizations.model", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.organizations.transform", "fullSmokeTestsPackageName" : "software.amazon.awssdk.services.organizations.smoketests", "fullTransformPackageName" : "software.amazon.awssdk.services.organizations.transform", "fullWaitersPackageName" : "software.amazon.awssdk.services.organizations.waiters", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "organizations.model", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "software.amazon.awssdk.protocol.json.SdkJsonProtocolFactory", "requestBaseFqcn" : "software.amazon.awssdk.AmazonWebServiceRequest", "requestTransformPackageName" : "organizations.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceAbbreviation" : "Organizations", "serviceFullName" : "AWS Organizations", "serviceName" : "Organizations", "signingName" : "organizations", "smokeTestsPackageName" : "organizations.smoketests", "syncBuilder" : "DefaultOrganizationsClientBuilder", "syncBuilderInterface" : "OrganizationsClientBuilder", "syncClient" : "DefaultOrganizationsClient", "syncInterface" : "OrganizationsClient", "transformPackageName" : "organizations.transform", "uid" : "organizations-2016-11-28", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "waitersPackageName" : "organizations.waiters", "xmlProtocol" : false }, "operations" : { "AcceptHandshake" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.

This operation can be called only by the following principals when they also have the relevant IAM permissions:

  • Invitation to join or Approve all features request handshakes: only a principal from the member account.

  • Enable all features final confirmation handshake: only a principal from the master account.

    For more information about invitations, see Inviting an AWS Account to Join Your Organization in the AWS Organizations User Guide. For more information about requests to enable all features in the organization, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

After you accept a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that it is deleted.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeConstraintViolationException", "documentation" : "

The requested operation would violate the constraint identified in the reason code.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You cannot issue new invitations to join an organization while it is in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • PAYMENT_INSTRUMENT_REQUIRED: You cannot complete the operation with an account that does not have a payment instrument, such as a credit card, associated with it.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeNotFoundException", "documentation" : "

We can't find a handshake with the HandshakeId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidHandshakeTransitionException", "documentation" : "

You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted, or accept a handshake that was already declined.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeAlreadyInStateException", "documentation" : "

The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AcceptHandshakeRequest", "variableName" : "acceptHandshakeRequest", "variableType" : "AcceptHandshakeRequest", "documentation" : "", "simpleType" : "AcceptHandshakeRequest", "variableSetterType" : "AcceptHandshakeRequest" }, "methodName" : "acceptHandshake", "operationName" : "AcceptHandshake", "returnType" : { "returnType" : "AcceptHandshakeResponse", "documentation" : null }, "syncReturnType" : "AcceptHandshakeResponse" }, "AttachPolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Attaches a policy to a root, an organizational unit, or an individual account. How the policy affects accounts depends on the type of policy:

  • Service control policy (SCP) - An SCP specifies what permissions can be delegated to users in affected member accounts. The scope of influence for a policy depends on what you attach the policy to:

    • If you attach an SCP to a root, it affects all accounts in the organization.

    • If you attach an SCP to an OU, it affects all accounts in that OU and in any child OUs.

    • If you attach the policy directly to an account, then it affects only that account.

    SCPs essentially are permission \"filters\". When you attach one SCP to a higher level root or OU, and you also attach a different SCP to a child OU or to an account, the child policy can further restrict only the permissions that pass through the parent filter and are available to the child. An SCP that is attached to a child cannot grant a permission that is not already granted by the parent. For example, imagine that the parent SCP allows permissions A, B, C, D, and E. The child SCP allows C, D, E, F, and G. The result is that the accounts affected by the child SCP are allowed to use only C, D, and E. They cannot use A or B because they were filtered out by the child OU. They also cannot use F and G because they were filtered out by the parent OU. They cannot be granted back by the child SCP; child SCPs can only filter the permissions they receive from the parent SCP.

    AWS Organizations attaches a default SCP named \"FullAWSAccess to every root, OU, and account. This default SCP allows all services and actions, enabling any new child OU or account to inherit the permissions of the parent root or OU. If you detach the default policy, you must replace it with a policy that specifies the permissions that you want to allow in that OU or account.

    For more information about how Organizations policies permissions work, see Using Service Control Policies in the AWS Organizations User Guide.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicatePolicyAttachmentException", "documentation" : "

The selected policy is already attached to the specified target.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeNotEnabledException", "documentation" : "

The specified policy type is not currently enabled in this root. You cannot attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AttachPolicyRequest", "variableName" : "attachPolicyRequest", "variableType" : "AttachPolicyRequest", "documentation" : "", "simpleType" : "AttachPolicyRequest", "variableSetterType" : "AttachPolicyRequest" }, "methodName" : "attachPolicy", "operationName" : "AttachPolicy", "returnType" : { "returnType" : "AttachPolicyResponse", "documentation" : null }, "syncReturnType" : "AttachPolicyResponse" }, "CancelHandshake" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Cancels a handshake. Canceling a handshake sets the handshake state to CANCELED.

This operation can be called only from the account that originated the handshake. The recipient of the handshake can't cancel it, but can use DeclineHandshake instead. After a handshake is canceled, the recipient can no longer respond to that handshake.

After you cancel a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that it is deleted.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeNotFoundException", "documentation" : "

We can't find a handshake with the HandshakeId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidHandshakeTransitionException", "documentation" : "

You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted, or accept a handshake that was already declined.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeAlreadyInStateException", "documentation" : "

The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelHandshakeRequest", "variableName" : "cancelHandshakeRequest", "variableType" : "CancelHandshakeRequest", "documentation" : "", "simpleType" : "CancelHandshakeRequest", "variableSetterType" : "CancelHandshakeRequest" }, "methodName" : "cancelHandshake", "operationName" : "CancelHandshake", "returnType" : { "returnType" : "CancelHandshakeResponse", "documentation" : null }, "syncReturnType" : "CancelHandshakeResponse" }, "CreateAccount" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an AWS account that is automatically a member of the organization whose credentials made the request. This is an asynchronous request that AWS performs in the background. If you want to check the status of the request later, you need the OperationId response element from this operation to provide as a parameter to the DescribeCreateAccountStatus operation.

AWS Organizations preconfigures the new member account with a role (named OrganizationAccountAccessRole by default) that grants administrator permissions to the new account. Principals in the master account can assume the role. AWS Organizations clones the company name and address information for the new account from the organization's master account.

For more information about creating accounts, see Creating an AWS Account in Your Organization in the AWS Organizations User Guide.

You cannot remove accounts that are created with this operation from an organization. That also means that you cannot delete an organization that contains an account that is created with this operation.

When you create a member account with this operation, you can choose whether to create the account with the IAM User and Role Access to Billing Information switch enabled. If you enable it, IAM users and roles that have appropriate permissions can view billing information for the account. If you disable this, then only the account root user can access billing information. For information about how to disable this for an account, see Granting Access to Your Billing Information and Tools.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "FinalizingOrganizationException", "documentation" : "

AWS Organizations could not finalize the creation of your organization. Try again later. If this persists, contact AWS customer support.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateAccountRequest", "variableName" : "createAccountRequest", "variableType" : "CreateAccountRequest", "documentation" : "", "simpleType" : "CreateAccountRequest", "variableSetterType" : "CreateAccountRequest" }, "methodName" : "createAccount", "operationName" : "CreateAccount", "returnType" : { "returnType" : "CreateAccountResponse", "documentation" : null }, "syncReturnType" : "CreateAccountResponse" }, "CreateOrganization" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an AWS organization. The account whose user is calling the CreateOrganization operation automatically becomes the master account of the new organization.

This operation must be called using credentials from the account that is to become the new organization's master account. The principal must also have the relevant IAM permissions.

By default (or if you set the FeatureSet parameter to ALL), the new organization is created with all features enabled and service control policies automatically enabled in the root. If you instead choose to create the organization supporting only the consolidated billing features by setting the FeatureSet parameter to CONSOLIDATED_BILLING\", then no policy types are enabled by default and you cannot use organization policies.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AlreadyInOrganizationException", "documentation" : "

This account is already a member of an organization. An account can belong to only one organization at a time.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateOrganizationRequest", "variableName" : "createOrganizationRequest", "variableType" : "CreateOrganizationRequest", "documentation" : "", "simpleType" : "CreateOrganizationRequest", "variableSetterType" : "CreateOrganizationRequest" }, "methodName" : "createOrganization", "operationName" : "CreateOrganization", "returnType" : { "returnType" : "CreateOrganizationResponse", "documentation" : null }, "syncReturnType" : "CreateOrganizationResponse" }, "CreateOrganizationalUnit" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates an organizational unit (OU) within a root or parent OU. An OU is a container for accounts that enables you to organize your accounts to apply policies according to your business requirements. The number of levels deep that you can nest OUs is dependent upon the policy types enabled for that root. For service control policies, the limit is five.

For more information about OUs, see Managing Organizational Units in the AWS Organizations User Guide.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicateOrganizationalUnitException", "documentation" : "

An organizational unit (OU) with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ParentNotFoundException", "documentation" : "

We can't find a root or organizational unit (OU) with the ParentId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateOrganizationalUnitRequest", "variableName" : "createOrganizationalUnitRequest", "variableType" : "CreateOrganizationalUnitRequest", "documentation" : "", "simpleType" : "CreateOrganizationalUnitRequest", "variableSetterType" : "CreateOrganizationalUnitRequest" }, "methodName" : "createOrganizationalUnit", "operationName" : "CreateOrganizationalUnit", "returnType" : { "returnType" : "CreateOrganizationalUnitResponse", "documentation" : null }, "syncReturnType" : "CreateOrganizationalUnitResponse" }, "CreatePolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a policy of a specified type that you can attach to a root, an organizational unit (OU), or an individual AWS account.

For more information about policies and their use, see Managing Organization Policies.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicatePolicyException", "documentation" : "

A policy with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "MalformedPolicyDocumentException", "documentation" : "

The provided policy document does not meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeNotAvailableForOrganizationException", "documentation" : "

You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable service control policies (SCPs) only after you enable all features in the organization. For more information, see Enabling and Disabling a Policy Type on a Root in the AWS Organizations User Guide.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreatePolicyRequest", "variableName" : "createPolicyRequest", "variableType" : "CreatePolicyRequest", "documentation" : "", "simpleType" : "CreatePolicyRequest", "variableSetterType" : "CreatePolicyRequest" }, "methodName" : "createPolicy", "operationName" : "CreatePolicy", "returnType" : { "returnType" : "CreatePolicyResponse", "documentation" : null }, "syncReturnType" : "CreatePolicyResponse" }, "DeclineHandshake" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Declines a handshake request. This sets the handshake state to DECLINED and effectively deactivates the request.

This operation can be called only from the account that received the handshake. The originator of the handshake can use CancelHandshake instead. The originator can't reactivate a declined request, but can re-initiate the process with a new handshake request.

After you decline a handshake, it continues to appear in the results of relevant APIs for only 30 days. After that it is deleted.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeNotFoundException", "documentation" : "

We can't find a handshake with the HandshakeId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidHandshakeTransitionException", "documentation" : "

You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted, or accept a handshake that was already declined.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeAlreadyInStateException", "documentation" : "

The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeclineHandshakeRequest", "variableName" : "declineHandshakeRequest", "variableType" : "DeclineHandshakeRequest", "documentation" : "", "simpleType" : "DeclineHandshakeRequest", "variableSetterType" : "DeclineHandshakeRequest" }, "methodName" : "declineHandshake", "operationName" : "DeclineHandshake", "returnType" : { "returnType" : "DeclineHandshakeResponse", "documentation" : null }, "syncReturnType" : "DeclineHandshakeResponse" }, "DeleteOrganization" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the organization. You can delete an organization only by using credentials from the master account. The organization must be empty of member accounts, OUs, and policies.

If you create any accounts using Organizations operations or the Organizations console, you can't remove those accounts from the organization, which means that you can't delete the organization.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationNotEmptyException", "documentation" : "

The organization isn't empty. To delete an organization, you must first remove all accounts except the master account, delete all organizational units (OUs), and delete all policies.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteOrganizationRequest", "variableName" : "deleteOrganizationRequest", "variableType" : "DeleteOrganizationRequest", "documentation" : null, "simpleType" : "DeleteOrganizationRequest", "variableSetterType" : "DeleteOrganizationRequest" }, "methodName" : "deleteOrganization", "operationName" : "DeleteOrganization", "returnType" : { "returnType" : "DeleteOrganizationResponse", "documentation" : null }, "syncReturnType" : "DeleteOrganizationResponse" }, "DeleteOrganizationalUnit" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes an organizational unit from a root or another OU. You must first remove all accounts and child OUs from the OU that you want to delete.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationalUnitNotEmptyException", "documentation" : "

The specified organizational unit (OU) is not empty. Move all accounts to another root or to other OUs, remove all child OUs, and then try the operation again.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationalUnitNotFoundException", "documentation" : "

We can't find an organizational unit (OU) with the OrganizationalUnitId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteOrganizationalUnitRequest", "variableName" : "deleteOrganizationalUnitRequest", "variableType" : "DeleteOrganizationalUnitRequest", "documentation" : "", "simpleType" : "DeleteOrganizationalUnitRequest", "variableSetterType" : "DeleteOrganizationalUnitRequest" }, "methodName" : "deleteOrganizationalUnit", "operationName" : "DeleteOrganizationalUnit", "returnType" : { "returnType" : "DeleteOrganizationalUnitResponse", "documentation" : null }, "syncReturnType" : "DeleteOrganizationalUnitResponse" }, "DeletePolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified policy from your organization. Before you perform this operation, you must first detach the policy from all OUs, roots, and accounts.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyInUseException", "documentation" : "

The policy is attached to one or more entities. You must detach it from all roots, organizational units (OUs), and accounts before performing this operation.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeletePolicyRequest", "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "documentation" : "", "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "methodName" : "deletePolicy", "operationName" : "DeletePolicy", "returnType" : { "returnType" : "DeletePolicyResponse", "documentation" : null }, "syncReturnType" : "DeletePolicyResponse" }, "DescribeAccount" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves Organizations-related information about the specified account.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request is not a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAccountRequest", "variableName" : "describeAccountRequest", "variableType" : "DescribeAccountRequest", "documentation" : "", "simpleType" : "DescribeAccountRequest", "variableSetterType" : "DescribeAccountRequest" }, "methodName" : "describeAccount", "operationName" : "DescribeAccount", "returnType" : { "returnType" : "DescribeAccountResponse", "documentation" : null }, "syncReturnType" : "DescribeAccountResponse" }, "DescribeCreateAccountStatus" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the current status of an asynchronous request to create an account.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "CreateAccountStatusNotFoundException", "documentation" : "

We can't find an create account request with the CreateAccountRequestId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeCreateAccountStatusRequest", "variableName" : "describeCreateAccountStatusRequest", "variableType" : "DescribeCreateAccountStatusRequest", "documentation" : "", "simpleType" : "DescribeCreateAccountStatusRequest", "variableSetterType" : "DescribeCreateAccountStatusRequest" }, "methodName" : "describeCreateAccountStatus", "operationName" : "DescribeCreateAccountStatus", "returnType" : { "returnType" : "DescribeCreateAccountStatusResponse", "documentation" : null }, "syncReturnType" : "DescribeCreateAccountStatusResponse" }, "DescribeHandshake" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about a previously requested handshake. The handshake ID comes from the response to the original InviteAccountToOrganization operation that generated the handshake.

You can access handshakes that are ACCEPTED, DECLINED, or CANCELED for only 30 days after they change to that state. They are then deleted and no longer accessible.

This operation can be called from any account in the organization.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeNotFoundException", "documentation" : "

We can't find a handshake with the HandshakeId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeHandshakeRequest", "variableName" : "describeHandshakeRequest", "variableType" : "DescribeHandshakeRequest", "documentation" : "", "simpleType" : "DescribeHandshakeRequest", "variableSetterType" : "DescribeHandshakeRequest" }, "methodName" : "describeHandshake", "operationName" : "DescribeHandshake", "returnType" : { "returnType" : "DescribeHandshakeResponse", "documentation" : null }, "syncReturnType" : "DescribeHandshakeResponse" }, "DescribeOrganization" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about the organization that the user's account belongs to.

This operation can be called from any account in the organization.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeOrganizationRequest", "variableName" : "describeOrganizationRequest", "variableType" : "DescribeOrganizationRequest", "documentation" : null, "simpleType" : "DescribeOrganizationRequest", "variableSetterType" : "DescribeOrganizationRequest" }, "methodName" : "describeOrganization", "operationName" : "DescribeOrganization", "returnType" : { "returnType" : "DescribeOrganizationResponse", "documentation" : null }, "syncReturnType" : "DescribeOrganizationResponse" }, "DescribeOrganizationalUnit" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about an organizational unit (OU).

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationalUnitNotFoundException", "documentation" : "

We can't find an organizational unit (OU) with the OrganizationalUnitId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeOrganizationalUnitRequest", "variableName" : "describeOrganizationalUnitRequest", "variableType" : "DescribeOrganizationalUnitRequest", "documentation" : "", "simpleType" : "DescribeOrganizationalUnitRequest", "variableSetterType" : "DescribeOrganizationalUnitRequest" }, "methodName" : "describeOrganizationalUnit", "operationName" : "DescribeOrganizationalUnit", "returnType" : { "returnType" : "DescribeOrganizationalUnitResponse", "documentation" : null }, "syncReturnType" : "DescribeOrganizationalUnitResponse" }, "DescribePolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves information about a policy.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribePolicyRequest", "variableName" : "describePolicyRequest", "variableType" : "DescribePolicyRequest", "documentation" : "", "simpleType" : "DescribePolicyRequest", "variableSetterType" : "DescribePolicyRequest" }, "methodName" : "describePolicy", "operationName" : "DescribePolicy", "returnType" : { "returnType" : "DescribePolicyResponse", "documentation" : null }, "syncReturnType" : "DescribePolicyResponse" }, "DetachPolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Detaches a policy from a target root, organizational unit, or account. If the policy being detached is a service control policy (SCP), the changes to permissions for IAM users and roles in affected accounts are immediate.

Note: Every root, OU, and account must have at least one SCP attached. If you want to replace the default FullAWSAccess policy with one that limits the permissions that can be delegated, then you must attach the replacement policy before you can remove the default one. This is the authorization strategy of whitelisting. If you instead attach a second SCP and leave the FullAWSAccess SCP still attached, and specify \"Effect\": \"Deny\" in the second SCP to override the \"Effect\": \"Allow\" in the FullAWSAccess policy (or any other attached SCP), then you are using the authorization strategy of blacklisting.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotAttachedException", "documentation" : "

The policy isn't attached to the specified target in the specified root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DetachPolicyRequest", "variableName" : "detachPolicyRequest", "variableType" : "DetachPolicyRequest", "documentation" : "", "simpleType" : "DetachPolicyRequest", "variableSetterType" : "DetachPolicyRequest" }, "methodName" : "detachPolicy", "operationName" : "DetachPolicy", "returnType" : { "returnType" : "DetachPolicyResponse", "documentation" : null }, "syncReturnType" : "DetachPolicyResponse" }, "DisablePolicyType" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Disables an organizational control policy type in a root. A poicy of a certain type can be attached to entities in a root only if that type is enabled in the root. After you perform this operation, you no longer can attach policies of the specified type to that root or to any OU or account in that root. You can undo this by using the EnablePolicyType operation.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeNotEnabledException", "documentation" : "

The specified policy type is not currently enabled in this root. You cannot attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "RootNotFoundException", "documentation" : "

We can't find a root with the RootId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisablePolicyTypeRequest", "variableName" : "disablePolicyTypeRequest", "variableType" : "DisablePolicyTypeRequest", "documentation" : "", "simpleType" : "DisablePolicyTypeRequest", "variableSetterType" : "DisablePolicyTypeRequest" }, "methodName" : "disablePolicyType", "operationName" : "DisablePolicyType", "returnType" : { "returnType" : "DisablePolicyTypeResponse", "documentation" : null }, "syncReturnType" : "DisablePolicyTypeResponse" }, "EnableAllFeatures" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Enables all features in an organization. This enables the use of organization policies that can restrict the services and actions that can be called in each account. Until you enable all features, you have access only to consolidated billing, and you can't use any of the advanced account administration features that AWS Organizations supports. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

This operation is required only for organizations that were created explicitly with only the consolidated billing features enabled, or that were migrated from a Consolidated Billing account family to Organizations. Calling this operation sends a handshake to every invited account in the organization. The feature set change can be finalized and the additional features enabled only after all administrators in the invited accounts approve the change by accepting the handshake.

After all invited member accounts accept the handshake, you finalize the feature set change by accepting the handshake that contains \"Action\": \"ENABLE_ALL_FEATURES\". This completes the change.

After you enable all features in your organization, the master account in the organization can apply policies on all member accounts. These policies can restrict what users and even administrators in those accounts can do. The master account can apply policies that prevent accounts from leaving the organization. Ensure that your account administrators are aware of this.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeConstraintViolationException", "documentation" : "

The requested operation would violate the constraint identified in the reason code.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You cannot issue new invitations to join an organization while it is in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • PAYMENT_INSTRUMENT_REQUIRED: You cannot complete the operation with an account that does not have a payment instrument, such as a credit card, associated with it.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EnableAllFeaturesRequest", "variableName" : "enableAllFeaturesRequest", "variableType" : "EnableAllFeaturesRequest", "documentation" : "", "simpleType" : "EnableAllFeaturesRequest", "variableSetterType" : "EnableAllFeaturesRequest" }, "methodName" : "enableAllFeatures", "operationName" : "EnableAllFeatures", "returnType" : { "returnType" : "EnableAllFeaturesResponse", "documentation" : null }, "syncReturnType" : "EnableAllFeaturesResponse" }, "EnablePolicyType" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Enables a policy type in a root. After you enable a policy type in a root, you can attach policies of that type to the root, any OU, or account in that root. You can undo this by using the DisablePolicyType operation.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeAlreadyEnabledException", "documentation" : "

The specified policy type is already enabled in the specified root.

", "httpStatusCode" : null }, { "exceptionName" : "RootNotFoundException", "documentation" : "

We can't find a root with the RootId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyTypeNotAvailableForOrganizationException", "documentation" : "

You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable service control policies (SCPs) only after you enable all features in the organization. For more information, see Enabling and Disabling a Policy Type on a Root in the AWS Organizations User Guide.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "EnablePolicyTypeRequest", "variableName" : "enablePolicyTypeRequest", "variableType" : "EnablePolicyTypeRequest", "documentation" : "", "simpleType" : "EnablePolicyTypeRequest", "variableSetterType" : "EnablePolicyTypeRequest" }, "methodName" : "enablePolicyType", "operationName" : "EnablePolicyType", "returnType" : { "returnType" : "EnablePolicyTypeResponse", "documentation" : null }, "syncReturnType" : "EnablePolicyTypeResponse" }, "InviteAccountToOrganization" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Sends an invitation to another account to join your organization as a member account. Organizations sends email on your behalf to the email address that is associated with the other account's owner. The invitation is implemented as a Handshake whose details are in the response.

You can invite AWS accounts only from the same reseller as the master account. For example, if your organization's master account was created by Amazon Internet Services Pvt. Ltd (AISPL), an AWS reseller in India, then you can only invite other AISPL accounts to your organization. You can't combine accounts from AISPL and AWS. For more information, see Consolidated Billing in India.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "HandshakeConstraintViolationException", "documentation" : "

The requested operation would violate the constraint identified in the reason code.

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

  • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

  • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You cannot issue new invitations to join an organization while it is in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

  • PAYMENT_INSTRUMENT_REQUIRED: You cannot complete the operation with an account that does not have a payment instrument, such as a credit card, associated with it.

  • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

  • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicateHandshakeException", "documentation" : "

A handshake with the same action and target already exists. For example, if you invited an account to join your organization, the invited account might already have a pending invitation from this organization. If you intend to resend an invitation to an account, ensure that existing handshakes that might be considered duplicates are canceled or declined.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "FinalizingOrganizationException", "documentation" : "

AWS Organizations could not finalize the creation of your organization. Try again later. If this persists, contact AWS customer support.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "InviteAccountToOrganizationRequest", "variableName" : "inviteAccountToOrganizationRequest", "variableType" : "InviteAccountToOrganizationRequest", "documentation" : "", "simpleType" : "InviteAccountToOrganizationRequest", "variableSetterType" : "InviteAccountToOrganizationRequest" }, "methodName" : "inviteAccountToOrganization", "operationName" : "InviteAccountToOrganization", "returnType" : { "returnType" : "InviteAccountToOrganizationResponse", "documentation" : null }, "syncReturnType" : "InviteAccountToOrganizationResponse" }, "LeaveOrganization" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Removes a member account from its parent organization. This version of the operation is performed by the account that wants to leave. To remove a member account as a user in the master account, use RemoveAccountFromOrganization instead.

This operation can be called only from a member account in the organization.

  • The master account in an organization with all features enabled can set service control policies (SCPs) that can restrict what administrators of member accounts can do, including preventing them from successfully calling LeaveOrganization and leaving the organization.

  • If you created the account using the AWS Organizations console, the Organizations API, or the Organizations CLI commands, then you cannot remove the account.

  • You can leave an organization only after you enable IAM user access to billing in your account. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request is not a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "MasterCannotLeaveOrganizationException", "documentation" : "

You can't remove a master account from an organization. If you want the master account to become a member account in another organization, you must first delete the current organization of the master account.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "LeaveOrganizationRequest", "variableName" : "leaveOrganizationRequest", "variableType" : "LeaveOrganizationRequest", "documentation" : null, "simpleType" : "LeaveOrganizationRequest", "variableSetterType" : "LeaveOrganizationRequest" }, "methodName" : "leaveOrganization", "operationName" : "LeaveOrganization", "returnType" : { "returnType" : "LeaveOrganizationResponse", "documentation" : null }, "syncReturnType" : "LeaveOrganizationResponse" }, "ListAccounts" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all the accounts in the organization. To request only the accounts in a root or OU, use the ListAccountsForParent operation instead.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAccountsRequest", "variableName" : "listAccountsRequest", "variableType" : "ListAccountsRequest", "documentation" : "", "simpleType" : "ListAccountsRequest", "variableSetterType" : "ListAccountsRequest" }, "methodName" : "listAccounts", "operationName" : "ListAccounts", "returnType" : { "returnType" : "ListAccountsResponse", "documentation" : null }, "syncReturnType" : "ListAccountsResponse" }, "ListAccountsForParent" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the accounts in an organization that are contained by the specified target root or organizational unit (OU). If you specify the root, you get a list of all the accounts that are not in any OU. If you specify an OU, you get a list of all the accounts in only that OU, and not in any child OUs. To get a list of all accounts in the organization, use the ListAccounts operation.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ParentNotFoundException", "documentation" : "

We can't find a root or organizational unit (OU) with the ParentId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAccountsForParentRequest", "variableName" : "listAccountsForParentRequest", "variableType" : "ListAccountsForParentRequest", "documentation" : "", "simpleType" : "ListAccountsForParentRequest", "variableSetterType" : "ListAccountsForParentRequest" }, "methodName" : "listAccountsForParent", "operationName" : "ListAccountsForParent", "returnType" : { "returnType" : "ListAccountsForParentResponse", "documentation" : null }, "syncReturnType" : "ListAccountsForParentResponse" }, "ListChildren" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all of the OUs or accounts that are contained in the specified parent OU or root. This operation, along with ListParents enables you to traverse the tree structure that makes up this root.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ParentNotFoundException", "documentation" : "

We can't find a root or organizational unit (OU) with the ParentId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListChildrenRequest", "variableName" : "listChildrenRequest", "variableType" : "ListChildrenRequest", "documentation" : "", "simpleType" : "ListChildrenRequest", "variableSetterType" : "ListChildrenRequest" }, "methodName" : "listChildren", "operationName" : "ListChildren", "returnType" : { "returnType" : "ListChildrenResponse", "documentation" : null }, "syncReturnType" : "ListChildrenResponse" }, "ListCreateAccountStatus" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the account creation requests that match the specified status that is currently being tracked for the organization.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListCreateAccountStatusRequest", "variableName" : "listCreateAccountStatusRequest", "variableType" : "ListCreateAccountStatusRequest", "documentation" : "", "simpleType" : "ListCreateAccountStatusRequest", "variableSetterType" : "ListCreateAccountStatusRequest" }, "methodName" : "listCreateAccountStatus", "operationName" : "ListCreateAccountStatus", "returnType" : { "returnType" : "ListCreateAccountStatusResponse", "documentation" : null }, "syncReturnType" : "ListCreateAccountStatusResponse" }, "ListHandshakesForAccount" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the current handshakes that are associated with the account of the requesting user.

Handshakes that are ACCEPTED, DECLINED, or CANCELED appear in the results of this API for only 30 days after changing to that state. After that they are deleted and no longer accessible.

This operation can be called from any account in the organization.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListHandshakesForAccountRequest", "variableName" : "listHandshakesForAccountRequest", "variableType" : "ListHandshakesForAccountRequest", "documentation" : "", "simpleType" : "ListHandshakesForAccountRequest", "variableSetterType" : "ListHandshakesForAccountRequest" }, "methodName" : "listHandshakesForAccount", "operationName" : "ListHandshakesForAccount", "returnType" : { "returnType" : "ListHandshakesForAccountResponse", "documentation" : null }, "syncReturnType" : "ListHandshakesForAccountResponse" }, "ListHandshakesForOrganization" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the handshakes that are associated with the organization that the requesting user is part of. The ListHandshakesForOrganization operation returns a list of handshake structures. Each structure contains details and status about a handshake.

Handshakes that are ACCEPTED, DECLINED, or CANCELED appear in the results of this API for only 30 days after changing to that state. After that they are deleted and no longer accessible.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListHandshakesForOrganizationRequest", "variableName" : "listHandshakesForOrganizationRequest", "variableType" : "ListHandshakesForOrganizationRequest", "documentation" : "", "simpleType" : "ListHandshakesForOrganizationRequest", "variableSetterType" : "ListHandshakesForOrganizationRequest" }, "methodName" : "listHandshakesForOrganization", "operationName" : "ListHandshakesForOrganization", "returnType" : { "returnType" : "ListHandshakesForOrganizationResponse", "documentation" : null }, "syncReturnType" : "ListHandshakesForOrganizationResponse" }, "ListOrganizationalUnitsForParent" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the organizational units (OUs) in a parent organizational unit or root.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "ParentNotFoundException", "documentation" : "

We can't find a root or organizational unit (OU) with the ParentId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListOrganizationalUnitsForParentRequest", "variableName" : "listOrganizationalUnitsForParentRequest", "variableType" : "ListOrganizationalUnitsForParentRequest", "documentation" : "", "simpleType" : "ListOrganizationalUnitsForParentRequest", "variableSetterType" : "ListOrganizationalUnitsForParentRequest" }, "methodName" : "listOrganizationalUnitsForParent", "operationName" : "ListOrganizationalUnitsForParent", "returnType" : { "returnType" : "ListOrganizationalUnitsForParentResponse", "documentation" : null }, "syncReturnType" : "ListOrganizationalUnitsForParentResponse" }, "ListParents" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the root or organizational units (OUs) that serve as the immediate parent of the specified child OU or account. This operation, along with ListChildren enables you to traverse the tree structure that makes up this root.

This operation can be called only from the organization's master account.

In the current release, a child can have only a single parent.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ChildNotFoundException", "documentation" : "

We can't find an organizational unit (OU) or AWS account with the ChildId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListParentsRequest", "variableName" : "listParentsRequest", "variableType" : "ListParentsRequest", "documentation" : "", "simpleType" : "ListParentsRequest", "variableSetterType" : "ListParentsRequest" }, "methodName" : "listParents", "operationName" : "ListParents", "returnType" : { "returnType" : "ListParentsResponse", "documentation" : null }, "syncReturnType" : "ListParentsResponse" }, "ListPolicies" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Retrieves the list of all policies in an organization of a specified type.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPoliciesRequest", "variableName" : "listPoliciesRequest", "variableType" : "ListPoliciesRequest", "documentation" : "", "simpleType" : "ListPoliciesRequest", "variableSetterType" : "ListPoliciesRequest" }, "methodName" : "listPolicies", "operationName" : "ListPolicies", "returnType" : { "returnType" : "ListPoliciesResponse", "documentation" : null }, "syncReturnType" : "ListPoliciesResponse" }, "ListPoliciesForTarget" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the policies that are directly attached to the specified target root, organizational unit (OU), or account. You must specify the policy type that you want included in the returned list.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TargetNotFoundException", "documentation" : "

We can't find a root, OU, or account with the TargetId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPoliciesForTargetRequest", "variableName" : "listPoliciesForTargetRequest", "variableType" : "ListPoliciesForTargetRequest", "documentation" : "", "simpleType" : "ListPoliciesForTargetRequest", "variableSetterType" : "ListPoliciesForTargetRequest" }, "methodName" : "listPoliciesForTarget", "operationName" : "ListPoliciesForTarget", "returnType" : { "returnType" : "ListPoliciesForTargetResponse", "documentation" : null }, "syncReturnType" : "ListPoliciesForTargetResponse" }, "ListRoots" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists the roots that are defined in the current organization.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListRootsRequest", "variableName" : "listRootsRequest", "variableType" : "ListRootsRequest", "documentation" : "", "simpleType" : "ListRootsRequest", "variableSetterType" : "ListRootsRequest" }, "methodName" : "listRoots", "operationName" : "ListRoots", "returnType" : { "returnType" : "ListRootsResponse", "documentation" : null }, "syncReturnType" : "ListRootsResponse" }, "ListTargetsForPolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all the roots, OUs, and accounts to which the specified policy is attached.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListTargetsForPolicyRequest", "variableName" : "listTargetsForPolicyRequest", "variableType" : "ListTargetsForPolicyRequest", "documentation" : "", "simpleType" : "ListTargetsForPolicyRequest", "variableSetterType" : "ListTargetsForPolicyRequest" }, "methodName" : "listTargetsForPolicy", "operationName" : "ListTargetsForPolicy", "returnType" : { "returnType" : "ListTargetsForPolicyResponse", "documentation" : null }, "syncReturnType" : "ListTargetsForPolicyResponse" }, "MoveAccount" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Moves an account from its current source parent root or OU to the specified destination parent root or OU.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "SourceParentNotFoundException", "documentation" : "

We can't find a source root or OU with the ParentId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "DestinationParentNotFoundException", "documentation" : "

We can't find the destination container (a root or OU) with the ParentId that you specified.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicateAccountException", "documentation" : "

That account is already present in the specified destination.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request is not a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "MoveAccountRequest", "variableName" : "moveAccountRequest", "variableType" : "MoveAccountRequest", "documentation" : "", "simpleType" : "MoveAccountRequest", "variableSetterType" : "MoveAccountRequest" }, "methodName" : "moveAccount", "operationName" : "MoveAccount", "returnType" : { "returnType" : "MoveAccountResponse", "documentation" : null }, "syncReturnType" : "MoveAccountResponse" }, "RemoveAccountFromOrganization" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Removes the specified account from the organization.

The removed account becomes a stand-alone account that is not a member of any organization. It is no longer subject to any policies and is responsible for its own bill payments. The organization's master account is no longer charged for any expenses accrued by the member account after it is removed from the organization.

This operation can be called only from the organization's master account. Member accounts can remove themselves with LeaveOrganization instead.

  • You can remove only accounts that were created outside your organization and invited to join. If you created the account using the AWS Organizations console, the Organizations API, or the Organizations CLI commands, then you cannot remove the account.

  • You can remove a member account only after you enable IAM user access to billing in the member account. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AccountNotFoundException", "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request is not a member of an organization.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "MasterCannotLeaveOrganizationException", "documentation" : "

You can't remove a master account from an organization. If you want the master account to become a member account in another organization, you must first delete the current organization of the master account.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "RemoveAccountFromOrganizationRequest", "variableName" : "removeAccountFromOrganizationRequest", "variableType" : "RemoveAccountFromOrganizationRequest", "documentation" : "", "simpleType" : "RemoveAccountFromOrganizationRequest", "variableSetterType" : "RemoveAccountFromOrganizationRequest" }, "methodName" : "removeAccountFromOrganization", "operationName" : "RemoveAccountFromOrganization", "returnType" : { "returnType" : "RemoveAccountFromOrganizationResponse", "documentation" : null }, "syncReturnType" : "RemoveAccountFromOrganizationResponse" }, "UpdateOrganizationalUnit" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Renames the specified organizational unit (OU). The ID and ARN do not change. The child OUs and accounts remain in place, and any attached policies of the OU remain attached.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicateOrganizationalUnitException", "documentation" : "

An organizational unit (OU) with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "OrganizationalUnitNotFoundException", "documentation" : "

We can't find an organizational unit (OU) with the OrganizationalUnitId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateOrganizationalUnitRequest", "variableName" : "updateOrganizationalUnitRequest", "variableType" : "UpdateOrganizationalUnitRequest", "documentation" : "", "simpleType" : "UpdateOrganizationalUnitRequest", "variableSetterType" : "UpdateOrganizationalUnitRequest" }, "methodName" : "updateOrganizationalUnit", "operationName" : "UpdateOrganizationalUnit", "returnType" : { "returnType" : "UpdateOrganizationalUnitResponse", "documentation" : null }, "syncReturnType" : "UpdateOrganizationalUnitResponse" }, "UpdatePolicy" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing policy with a new name, description, or content. If any parameter is not supplied, that value remains unchanged. Note that you cannot change a policy's type.

This operation can be called only from the organization's master account.

", "exceptions" : [ { "exceptionName" : "AccessDeniedException", "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "AWSOrganizationsNotInUseException", "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "httpStatusCode" : null }, { "exceptionName" : "ConcurrentModificationException", "documentation" : "

The target of the operation is currently being modified by a different request. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "ConstraintViolationException", "documentation" : "

Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

  • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

    Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

    Note: deleted and closed accounts still count toward your limit.

  • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

  • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

  • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

  • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

  • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

  • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

  • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

  • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

  • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

  • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

  • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

", "httpStatusCode" : null }, { "exceptionName" : "DuplicatePolicyException", "documentation" : "

A policy with the same name already exists.

", "httpStatusCode" : null }, { "exceptionName" : "InvalidInputException", "documentation" : "

The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

  • INVALID_ENUM: You specified a value that is not valid for that parameter.

  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

  • INPUT_REQUIRED: You must include a value for all required parameters.

  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

", "httpStatusCode" : null }, { "exceptionName" : "MalformedPolicyDocumentException", "documentation" : "

The provided policy document does not meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

", "httpStatusCode" : null }, { "exceptionName" : "PolicyNotFoundException", "documentation" : "

We can't find a policy with the PolicyId that you specified.

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

AWS Organizations can't complete your request because of an internal service error. Try again later.

", "httpStatusCode" : null }, { "exceptionName" : "TooManyRequestsException", "documentation" : "

You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdatePolicyRequest", "variableName" : "updatePolicyRequest", "variableType" : "UpdatePolicyRequest", "documentation" : "", "simpleType" : "UpdatePolicyRequest", "variableSetterType" : "UpdatePolicyRequest" }, "methodName" : "updatePolicy", "operationName" : "UpdatePolicy", "returnType" : { "returnType" : "UpdatePolicyResponse", "documentation" : null }, "syncReturnType" : "UpdatePolicyResponse" } }, "shapes" : { "AWSOrganizationsNotInUseException" : { "c2jName" : "AWSOrganizationsNotInUseException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Your account is not a member of an organization. To make this request, you must use the credentials of an account that belongs to an organization.

", "enums" : null, "errorCode" : "AWSOrganizationsNotInUseException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AWSOrganizationsNotInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AWSOrganizationsNotInUseException", "variableName" : "awsOrganizationsNotInUseException", "variableType" : "AWSOrganizationsNotInUseException", "documentation" : null, "simpleType" : "AWSOrganizationsNotInUseException", "variableSetterType" : "AWSOrganizationsNotInUseException" }, "wrapper" : false }, "AcceptHandshakeRequest" : { "c2jName" : "AcceptHandshakeRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AcceptHandshake", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.AcceptHandshake", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HandshakeId" : { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@return The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

\n@param handshakeId The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the handshake that you want to accept.

The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HandshakeId" ], "shapeName" : "AcceptHandshakeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AcceptHandshakeRequest", "variableName" : "acceptHandshakeRequest", "variableType" : "AcceptHandshakeRequest", "documentation" : null, "simpleType" : "AcceptHandshakeRequest", "variableSetterType" : "AcceptHandshakeRequest" }, "wrapper" : false }, "AcceptHandshakeResponse" : { "c2jName" : "AcceptHandshakeResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

A structure that contains details about the accepted handshake.

", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

A structure that contains details about the accepted handshake.

", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

A structure that contains details about the accepted handshake.

", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

A structure that contains details about the accepted handshake.

", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

A structure that contains details about the accepted handshake.

", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@return A structure that contains details about the accepted handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

A structure that contains details about the accepted handshake.

\n@param handshake A structure that contains details about the accepted handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

A structure that contains details about the accepted handshake.

", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AcceptHandshakeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AcceptHandshakeResponse", "variableName" : "acceptHandshakeResponse", "variableType" : "AcceptHandshakeResponse", "documentation" : null, "simpleType" : "AcceptHandshakeResponse", "variableSetterType" : "AcceptHandshakeResponse" }, "wrapper" : false }, "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.

", "enums" : null, "errorCode" : "AccessDeniedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccessDeniedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccessDeniedException", "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "documentation" : null, "simpleType" : "AccessDeniedException", "variableSetterType" : "AccessDeniedException" }, "wrapper" : false }, "Account" : { "c2jName" : "Account", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Contains information about an AWS account that is a member of an organization.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

", "enumType" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Email", "setterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "deprecated" : false, "documentation" : "

The status of the account in the organization.

", "enumType" : "AccountStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the account in the organization.

\n@return The status of the account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the account in the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "deprecated" : false, "documentation" : "

The method by which the account joined the organization.

", "enumType" : "AccountJoinedMethod", "fluentGetterMethodName" : "joinedMethod", "fluentSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

The method by which the account joined the organization.

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "JoinedMethod", "setterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

The method by which the account joined the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the account became a part of the organization.

", "enumType" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "setterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

The date the account became a part of the organization.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Email" : { "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

", "enumType" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Email", "setterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "JoinedMethod" : { "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "deprecated" : false, "documentation" : "

The method by which the account joined the organization.

", "enumType" : "AccountJoinedMethod", "fluentGetterMethodName" : "joinedMethod", "fluentSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

The method by which the account joined the organization.

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "JoinedMethod", "setterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

The method by which the account joined the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "JoinedTimestamp" : { "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the account became a part of the organization.

", "enumType" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "setterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

The date the account became a part of the organization.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "deprecated" : false, "documentation" : "

The status of the account in the organization.

", "enumType" : "AccountStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the account in the organization.

\n@return The status of the account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the account in the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@return The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

\n@param id The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the account.

The regex pattern for an account ID string requires exactly 12 digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "AccountArn", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@return The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

\n@param arn The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the account.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

", "enumType" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@return The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Email", "setterDocumentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

\n@param email The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

The email address associated with the AWS account.

The regex pattern for this parameter is a string of characters that represents a standard Internet email address.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@return The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

\n@param name The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The friendly name of the account.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "AccountStatus", "deprecated" : false, "documentation" : "

The status of the account in the organization.

", "enumType" : "AccountStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

The status of the account in the organization.

\n@return The status of the account in the organization.\n@see AccountStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

The status of the account in the organization.

\n@param status The status of the account in the organization.\n@see AccountStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

The status of the account in the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJoinedMethod", "beanStyleSetterMethodName" : "setJoinedMethod", "c2jName" : "JoinedMethod", "c2jShape" : "AccountJoinedMethod", "deprecated" : false, "documentation" : "

The method by which the account joined the organization.

", "enumType" : "AccountJoinedMethod", "fluentGetterMethodName" : "joinedMethod", "fluentSetterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod\n@return Returns a reference to this object so that method calls can be chained together.\n@see AccountJoinedMethod", "fluentSetterMethodName" : "joinedMethod", "getterDocumentation" : "

The method by which the account joined the organization.

\n@return The method by which the account joined the organization.\n@see AccountJoinedMethod", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedMethod", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedMethod", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "JoinedMethod", "setterDocumentation" : "

The method by which the account joined the organization.

\n@param joinedMethod The method by which the account joined the organization.\n@see AccountJoinedMethod", "setterMethodName" : "setJoinedMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "joinedMethod", "variableType" : "String", "documentation" : "

The method by which the account joined the organization.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJoinedTimestamp", "beanStyleSetterMethodName" : "setJoinedTimestamp", "c2jName" : "JoinedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The date the account became a part of the organization.

", "enumType" : null, "fluentGetterMethodName" : "joinedTimestamp", "fluentSetterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "joinedTimestamp", "getterDocumentation" : "

The date the account became a part of the organization.

\n@return The date the account became a part of the organization.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "JoinedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JoinedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "JoinedTimestamp", "setterDocumentation" : "

The date the account became a part of the organization.

\n@param joinedTimestamp The date the account became a part of the organization.", "setterMethodName" : "setJoinedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "joinedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

The date the account became a part of the organization.

", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Account", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "wrapper" : false }, "AccountJoinedMethod" : { "c2jName" : "AccountJoinedMethod", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "INVITED", "value" : "INVITED" }, { "name" : "CREATED", "value" : "CREATED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountJoinedMethod", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccountJoinedMethod", "variableName" : "accountJoinedMethod", "variableType" : "AccountJoinedMethod", "documentation" : null, "simpleType" : "AccountJoinedMethod", "variableSetterType" : "AccountJoinedMethod" }, "wrapper" : false }, "AccountNotFoundException" : { "c2jName" : "AccountNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

We can't find an AWS account with the AccountId that you specified, or the account whose credentials you used to make this request is not a member of an organization.

", "enums" : null, "errorCode" : "AccountNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AccountNotFoundException", "variableName" : "accountNotFoundException", "variableType" : "AccountNotFoundException", "documentation" : null, "simpleType" : "AccountNotFoundException", "variableSetterType" : "AccountNotFoundException" }, "wrapper" : false }, "AccountStatus" : { "c2jName" : "AccountStatus", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "SUSPENDED", "value" : "SUSPENDED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AccountStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AccountStatus", "variableName" : "accountStatus", "variableType" : "AccountStatus", "documentation" : null, "simpleType" : "AccountStatus", "variableSetterType" : "AccountStatus" }, "wrapper" : false }, "ActionType" : { "c2jName" : "ActionType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "INVITE", "value" : "INVITE" }, { "name" : "ENABLE_ALL_FEATURES", "value" : "ENABLE_ALL_FEATURES" }, { "name" : "APPROVE_ALL_FEATURES", "value" : "APPROVE_ALL_FEATURES" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ActionType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ActionType", "variableName" : "actionType", "variableType" : "ActionType", "documentation" : null, "simpleType" : "ActionType", "variableSetterType" : "ActionType" }, "wrapper" : false }, "AlreadyInOrganizationException" : { "c2jName" : "AlreadyInOrganizationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

This account is already a member of an organization. An account can belong to only one organization at a time.

", "enums" : null, "errorCode" : "AlreadyInOrganizationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AlreadyInOrganizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AlreadyInOrganizationException", "variableName" : "alreadyInOrganizationException", "variableType" : "AlreadyInOrganizationException", "documentation" : null, "simpleType" : "AlreadyInOrganizationException", "variableSetterType" : "AlreadyInOrganizationException" }, "wrapper" : false }, "AttachPolicyRequest" : { "c2jName" : "AttachPolicyRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AttachPolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.AttachPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

\n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

\n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

\n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

The regex pattern for a target ID string requires one of the following:

  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

  • Account: a string that consists of exactly 12 digits.

  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

The regex pattern for a target ID string requires one of the following:

  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

  • Account: a string that consists of exactly 12 digits.

  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

\n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

The regex pattern for a target ID string requires one of the following:

  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

  • Account: a string that consists of exactly 12 digits.

  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

    The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

    The regex pattern for a target ID string requires one of the following:

    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

    • Account: a string that consists of exactly 12 digits.

    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

    \n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

    The regex pattern for a target ID string requires one of the following:

    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

    • Account: a string that consists of exactly 12 digits.

    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

      The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

      The regex pattern for a target ID string requires one of the following:

      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

      • Account: a string that consists of exactly 12 digits.

      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

      \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

      The regex pattern for a target ID string requires one of the following:

      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

      • Account: a string that consists of exactly 12 digits.

      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

      • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

        The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

        The regex pattern for a target ID string requires one of the following:

        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

        • Account: a string that consists of exactly 12 digits.

        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyId" : { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

        The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

        ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

        The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

        \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

        The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

        \n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

        The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

        \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

        The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetId" : { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

        The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

        The regex pattern for a target ID string requires one of the following:

        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

        • Account: a string that consists of exactly 12 digits.

        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

        ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

        The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

        The regex pattern for a target ID string requires one of the following:

        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

        • Account: a string that consists of exactly 12 digits.

        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

        \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

        The regex pattern for a target ID string requires one of the following:

        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

        • Account: a string that consists of exactly 12 digits.

        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

          The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

          The regex pattern for a target ID string requires one of the following:

          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

          • Account: a string that consists of exactly 12 digits.

          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

          \n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

          The regex pattern for a target ID string requires one of the following:

          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

          • Account: a string that consists of exactly 12 digits.

          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

            The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

            The regex pattern for a target ID string requires one of the following:

            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

            • Account: a string that consists of exactly 12 digits.

            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

            \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

            The regex pattern for a target ID string requires one of the following:

            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

            • Account: a string that consists of exactly 12 digits.

            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

            • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

              The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

              The regex pattern for a target ID string requires one of the following:

              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

              • Account: a string that consists of exactly 12 digits.

              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

              The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

              The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

              ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

              The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

              The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

              \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

              The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

              The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

              The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

              \n@return The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

              The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

              The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

              The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

              \n@param policyId The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

              The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

              The unique identifier (ID) of the policy that you want to attach to the target. You can get the ID for the policy by calling the ListPolicies operation.

              The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

              The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

              The regex pattern for a target ID string requires one of the following:

              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

              • Account: a string that consists of exactly 12 digits.

              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

              ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

              The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

              The regex pattern for a target ID string requires one of the following:

              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

              • Account: a string that consists of exactly 12 digits.

              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

              \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

              The regex pattern for a target ID string requires one of the following:

              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

              • Account: a string that consists of exactly 12 digits.

              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                The regex pattern for a target ID string requires one of the following:

                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                • Account: a string that consists of exactly 12 digits.

                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                \n@return The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                The regex pattern for a target ID string requires one of the following:

                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                • Account: a string that consists of exactly 12 digits.

                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                  The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                  The regex pattern for a target ID string requires one of the following:

                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                  • Account: a string that consists of exactly 12 digits.

                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                  \n@param targetId The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                  The regex pattern for a target ID string requires one of the following:

                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                  • Account: a string that consists of exactly 12 digits.

                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                  • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                    The unique identifier (ID) of the root, OU, or account that you want to attach the policy to. You can get the ID by calling the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                    The regex pattern for a target ID string requires one of the following:

                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                    • Account: a string that consists of exactly 12 digits.

                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId", "TargetId" ], "shapeName" : "AttachPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AttachPolicyRequest", "variableName" : "attachPolicyRequest", "variableType" : "AttachPolicyRequest", "documentation" : null, "simpleType" : "AttachPolicyRequest", "variableSetterType" : "AttachPolicyRequest" }, "wrapper" : false }, "AttachPolicyResponse" : { "c2jName" : "AttachPolicyResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AttachPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AttachPolicyResponse", "variableName" : "attachPolicyResponse", "variableType" : "AttachPolicyResponse", "documentation" : null, "simpleType" : "AttachPolicyResponse", "variableSetterType" : "AttachPolicyResponse" }, "wrapper" : false }, "CancelHandshakeRequest" : { "c2jName" : "CancelHandshakeRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CancelHandshake", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CancelHandshake", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HandshakeId" : { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@return The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    \n@param handshakeId The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                    The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.

                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HandshakeId" ], "shapeName" : "CancelHandshakeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelHandshakeRequest", "variableName" : "cancelHandshakeRequest", "variableType" : "CancelHandshakeRequest", "documentation" : null, "simpleType" : "CancelHandshakeRequest", "variableSetterType" : "CancelHandshakeRequest" }, "wrapper" : false }, "CancelHandshakeResponse" : { "c2jName" : "CancelHandshakeResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                    A structure that contains details about the handshake that you canceled.

                    ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@return A structure that contains details about the handshake that you canceled.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@param handshake A structure that contains details about the handshake that you canceled.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                    A structure that contains details about the handshake that you canceled.

                    ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                    A structure that contains details about the handshake that you canceled.

                    ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@return A structure that contains details about the handshake that you canceled.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@param handshake A structure that contains details about the handshake that you canceled.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                    A structure that contains details about the handshake that you canceled.

                    ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                    A structure that contains details about the handshake that you canceled.

                    ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@param handshake A structure that contains details about the handshake that you canceled.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@return A structure that contains details about the handshake that you canceled.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                    A structure that contains details about the handshake that you canceled.

                    \n@param handshake A structure that contains details about the handshake that you canceled.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                    A structure that contains details about the handshake that you canceled.

                    ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CancelHandshakeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CancelHandshakeResponse", "variableName" : "cancelHandshakeResponse", "variableType" : "CancelHandshakeResponse", "documentation" : null, "simpleType" : "CancelHandshakeResponse", "variableSetterType" : "CancelHandshakeResponse" }, "wrapper" : false }, "Child" : { "c2jName" : "Child", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Contains a list of child entities, either OUs or accounts.

                    ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ChildId", "deprecated" : false, "documentation" : "

                    The unique identifier (ID) of this child entity.

                    The regex pattern for a child ID string requires one of the following:

                    • Account: a string that consists of exactly 12 digits.

                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                    ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                    The unique identifier (ID) of this child entity.

                    The regex pattern for a child ID string requires one of the following:

                    • Account: a string that consists of exactly 12 digits.

                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                    \n@param id The unique identifier (ID) of this child entity.

                    The regex pattern for a child ID string requires one of the following:

                    • Account: a string that consists of exactly 12 digits.

                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                      The unique identifier (ID) of this child entity.

                      The regex pattern for a child ID string requires one of the following:

                      • Account: a string that consists of exactly 12 digits.

                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                      \n@return The unique identifier (ID) of this child entity.

                      The regex pattern for a child ID string requires one of the following:

                      • Account: a string that consists of exactly 12 digits.

                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                        The unique identifier (ID) of this child entity.

                        The regex pattern for a child ID string requires one of the following:

                        • Account: a string that consists of exactly 12 digits.

                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                        \n@param id The unique identifier (ID) of this child entity.

                        The regex pattern for a child ID string requires one of the following:

                        • Account: a string that consists of exactly 12 digits.

                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                        • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                          The unique identifier (ID) of this child entity.

                          The regex pattern for a child ID string requires one of the following:

                          • Account: a string that consists of exactly 12 digits.

                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ChildType", "deprecated" : false, "documentation" : "

                          The type of this child entity.

                          ", "enumType" : "ChildType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                          The type of this child entity.

                          \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                          The type of this child entity.

                          \n@return The type of this child entity.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                          The type of this child entity.

                          \n@param type The type of this child entity.\n@see ChildType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                          The type of this child entity.

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ChildId", "deprecated" : false, "documentation" : "

                          The unique identifier (ID) of this child entity.

                          The regex pattern for a child ID string requires one of the following:

                          • Account: a string that consists of exactly 12 digits.

                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                          ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                          The unique identifier (ID) of this child entity.

                          The regex pattern for a child ID string requires one of the following:

                          • Account: a string that consists of exactly 12 digits.

                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                          \n@param id The unique identifier (ID) of this child entity.

                          The regex pattern for a child ID string requires one of the following:

                          • Account: a string that consists of exactly 12 digits.

                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                            The unique identifier (ID) of this child entity.

                            The regex pattern for a child ID string requires one of the following:

                            • Account: a string that consists of exactly 12 digits.

                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                            \n@return The unique identifier (ID) of this child entity.

                            The regex pattern for a child ID string requires one of the following:

                            • Account: a string that consists of exactly 12 digits.

                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                              The unique identifier (ID) of this child entity.

                              The regex pattern for a child ID string requires one of the following:

                              • Account: a string that consists of exactly 12 digits.

                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                              \n@param id The unique identifier (ID) of this child entity.

                              The regex pattern for a child ID string requires one of the following:

                              • Account: a string that consists of exactly 12 digits.

                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                              • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                The unique identifier (ID) of this child entity.

                                The regex pattern for a child ID string requires one of the following:

                                • Account: a string that consists of exactly 12 digits.

                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ChildType", "deprecated" : false, "documentation" : "

                                The type of this child entity.

                                ", "enumType" : "ChildType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                The type of this child entity.

                                \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                The type of this child entity.

                                \n@return The type of this child entity.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                The type of this child entity.

                                \n@param type The type of this child entity.\n@see ChildType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                The type of this child entity.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ChildId", "deprecated" : false, "documentation" : "

                                The unique identifier (ID) of this child entity.

                                The regex pattern for a child ID string requires one of the following:

                                • Account: a string that consists of exactly 12 digits.

                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                The unique identifier (ID) of this child entity.

                                The regex pattern for a child ID string requires one of the following:

                                • Account: a string that consists of exactly 12 digits.

                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                \n@param id The unique identifier (ID) of this child entity.

                                The regex pattern for a child ID string requires one of the following:

                                • Account: a string that consists of exactly 12 digits.

                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                  The unique identifier (ID) of this child entity.

                                  The regex pattern for a child ID string requires one of the following:

                                  • Account: a string that consists of exactly 12 digits.

                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                  \n@return The unique identifier (ID) of this child entity.

                                  The regex pattern for a child ID string requires one of the following:

                                  • Account: a string that consists of exactly 12 digits.

                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                    The unique identifier (ID) of this child entity.

                                    The regex pattern for a child ID string requires one of the following:

                                    • Account: a string that consists of exactly 12 digits.

                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                    \n@param id The unique identifier (ID) of this child entity.

                                    The regex pattern for a child ID string requires one of the following:

                                    • Account: a string that consists of exactly 12 digits.

                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                    • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                      The unique identifier (ID) of this child entity.

                                      The regex pattern for a child ID string requires one of the following:

                                      • Account: a string that consists of exactly 12 digits.

                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ChildType", "deprecated" : false, "documentation" : "

                                      The type of this child entity.

                                      ", "enumType" : "ChildType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                      The type of this child entity.

                                      \n@param type The type of this child entity.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of this child entity.

                                      \n@return The type of this child entity.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                      The type of this child entity.

                                      \n@param type The type of this child entity.\n@see ChildType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                      The type of this child entity.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Child", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Child", "variableName" : "child", "variableType" : "Child", "documentation" : null, "simpleType" : "Child", "variableSetterType" : "Child" }, "wrapper" : false }, "ChildNotFoundException" : { "c2jName" : "ChildNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      We can't find an organizational unit (OU) or AWS account with the ChildId that you specified.

                                      ", "enums" : null, "errorCode" : "ChildNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChildNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ChildNotFoundException", "variableName" : "childNotFoundException", "variableType" : "ChildNotFoundException", "documentation" : null, "simpleType" : "ChildNotFoundException", "variableSetterType" : "ChildNotFoundException" }, "wrapper" : false }, "ChildType" : { "c2jName" : "ChildType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACCOUNT", "value" : "ACCOUNT" }, { "name" : "ORGANIZATIONAL_UNIT", "value" : "ORGANIZATIONAL_UNIT" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ChildType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ChildType", "variableName" : "childType", "variableType" : "ChildType", "documentation" : null, "simpleType" : "ChildType", "variableSetterType" : "ChildType" }, "wrapper" : false }, "ConcurrentModificationException" : { "c2jName" : "ConcurrentModificationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The target of the operation is currently being modified by a different request. Try again later.

                                      ", "enums" : null, "errorCode" : "ConcurrentModificationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConcurrentModificationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConcurrentModificationException", "variableName" : "concurrentModificationException", "variableType" : "ConcurrentModificationException", "documentation" : null, "simpleType" : "ConcurrentModificationException", "variableSetterType" : "ConcurrentModificationException" }, "wrapper" : false }, "ConstraintViolationException" : { "c2jName" : "ConstraintViolationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Performing this operation violates a minimum or maximum value limit. For example, attempting to removing the last SCP from an OU or root, inviting or creating too many accounts to the organization, or attaching too many policies to an account, OU, or root. This exception includes a reason that contains additional information about the violated limit:

                                      • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. If you need more accounts, contact AWS Support to request an increase in your limit.

                                        Or, The number of invitations that you tried to send would cause you to exceed the limit of accounts in your organization. Send fewer invitations, or contact AWS Support to request an increase in the number of accounts.

                                        Note: deleted and closed accounts still count toward your limit.

                                      • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

                                      • OU_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the number of organizational units you can have in an organization.

                                      • OU_DEPTH_LIMIT_EXCEEDED: You attempted to create an organizational unit tree that is too many levels deep.

                                      • POLICY_NUMBER_LIMIT_EXCEEDED. You attempted to exceed the number of policies that you can have in an organization.

                                      • MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to exceed the number of policies of a certain type that can be attached to an entity at one time.

                                      • MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED: You attempted to detach a policy from an entity that would cause the entity to have fewer than the minimum number of policies of a certain type required.

                                      • ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first agree to the End-User License Agreement (EULA).

                                      • ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION: You attempted to remove an account from the organization that does not yet have enough information to exist as a stand-alone account. This account requires you to first complete phone verification.

                                      • MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To create an organization with this account, you first must associate a payment instrument, such as a credit card, with the account.

                                      • MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED: To complete this operation with this member account, you first must associate a payment instrument, such as a credit card, with the account.

                                      • ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of accounts that you can create in one day.

                                      • MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE: To create an account in this organization, you first must migrate the organization's master account to the marketplace that corresponds to the master account's address. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be associated with the same marketplace.

                                      ", "enums" : null, "errorCode" : "ConstraintViolationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "ConstraintViolationExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "ConstraintViolationExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "ConstraintViolationExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "ConstraintViolationExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "ConstraintViolationExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "ConstraintViolationExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see ConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see ConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see ConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConstraintViolationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ConstraintViolationException", "variableName" : "constraintViolationException", "variableType" : "ConstraintViolationException", "documentation" : null, "simpleType" : "ConstraintViolationException", "variableSetterType" : "ConstraintViolationException" }, "wrapper" : false }, "ConstraintViolationExceptionReason" : { "c2jName" : "ConstraintViolationExceptionReason", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACCOUNT_NUMBER_LIMIT_EXCEEDED", "value" : "ACCOUNT_NUMBER_LIMIT_EXCEEDED" }, { "name" : "HANDSHAKE_RATE_LIMIT_EXCEEDED", "value" : "HANDSHAKE_RATE_LIMIT_EXCEEDED" }, { "name" : "OU_NUMBER_LIMIT_EXCEEDED", "value" : "OU_NUMBER_LIMIT_EXCEEDED" }, { "name" : "OU_DEPTH_LIMIT_EXCEEDED", "value" : "OU_DEPTH_LIMIT_EXCEEDED" }, { "name" : "POLICY_NUMBER_LIMIT_EXCEEDED", "value" : "POLICY_NUMBER_LIMIT_EXCEEDED" }, { "name" : "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED", "value" : "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED" }, { "name" : "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED", "value" : "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED" }, { "name" : "ACCOUNT_CANNOT_LEAVE_ORGANIZATION", "value" : "ACCOUNT_CANNOT_LEAVE_ORGANIZATION" }, { "name" : "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA", "value" : "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA" }, { "name" : "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION", "value" : "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION" }, { "name" : "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED", "value" : "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED" }, { "name" : "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED", "value" : "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED" }, { "name" : "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED", "value" : "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED" }, { "name" : "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE", "value" : "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ConstraintViolationExceptionReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ConstraintViolationExceptionReason", "variableName" : "constraintViolationExceptionReason", "variableType" : "ConstraintViolationExceptionReason", "documentation" : null, "simpleType" : "ConstraintViolationExceptionReason", "variableSetterType" : "ConstraintViolationExceptionReason" }, "wrapper" : false }, "CreateAccountFailureReason" : { "c2jName" : "CreateAccountFailureReason", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACCOUNT_LIMIT_EXCEEDED", "value" : "ACCOUNT_LIMIT_EXCEEDED" }, { "name" : "EMAIL_ALREADY_EXISTS", "value" : "EMAIL_ALREADY_EXISTS" }, { "name" : "INVALID_ADDRESS", "value" : "INVALID_ADDRESS" }, { "name" : "INVALID_EMAIL", "value" : "INVALID_EMAIL" }, { "name" : "INTERNAL_FAILURE", "value" : "INTERNAL_FAILURE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountFailureReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAccountFailureReason", "variableName" : "createAccountFailureReason", "variableType" : "CreateAccountFailureReason", "documentation" : null, "simpleType" : "CreateAccountFailureReason", "variableSetterType" : "CreateAccountFailureReason" }, "wrapper" : false }, "CreateAccountRequest" : { "c2jName" : "CreateAccountRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreateAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      ", "enumType" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Email", "setterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

                                      The friendly name of the member account.

                                      ", "enumType" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountName", "setterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                      The friendly name of the member account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "deprecated" : false, "documentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      ", "enumType" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@param roleName (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@return (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleName", "setterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@param roleName (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "deprecated" : false, "documentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      ", "enumType" : "IAMUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBilling", "fluentSetterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "setterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountName" : { "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

                                      The friendly name of the member account.

                                      ", "enumType" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountName", "setterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                      The friendly name of the member account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Email" : { "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      ", "enumType" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Email", "setterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IamUserAccessToBilling" : { "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "deprecated" : false, "documentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      ", "enumType" : "IAMUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBilling", "fluentSetterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "setterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RoleName" : { "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "deprecated" : false, "documentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      ", "enumType" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@param roleName (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@return (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleName", "setterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@param roleName (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEmail", "beanStyleSetterMethodName" : "setEmail", "c2jName" : "Email", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      ", "enumType" : null, "fluentGetterMethodName" : "email", "fluentSetterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "email", "getterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@return The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Email", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Email", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Email", "setterDocumentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      \n@param email The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.", "setterMethodName" : "setEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "email", "variableType" : "String", "documentation" : "

                                      The email address of the owner to assign to the new member account. This email address must not already be associated with another AWS account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

                                      The friendly name of the member account.

                                      ", "enumType" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@param accountName The friendly name of the member account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@return The friendly name of the member account.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountName", "setterDocumentation" : "

                                      The friendly name of the member account.

                                      \n@param accountName The friendly name of the member account.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                      The friendly name of the member account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleName", "beanStyleSetterMethodName" : "setRoleName", "c2jName" : "RoleName", "c2jShape" : "RoleName", "deprecated" : false, "documentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      ", "enumType" : null, "fluentGetterMethodName" : "roleName", "fluentSetterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@param roleName (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleName", "getterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@return (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RoleName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RoleName", "setterDocumentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      \n@param roleName (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-", "setterMethodName" : "setRoleName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleName", "variableType" : "String", "documentation" : "

                                      (Optional)

                                      The name of an IAM role that Organizations automatically preconfigures in the new member account. This role trusts the master account, allowing users in the master account to assume the role, as permitted by the master account administrator. The role has administrator permissions in the new member account.

                                      If you do not specify this parameter, the role name defaults to OrganizationAccountAccessRole.

                                      For more information about how to use this role to access the member account, see Accessing and Administering the Member Accounts in Your Organization in the AWS Organizations User Guide, and steps 2 and 3 in Tutorial: Delegate Access Across AWS Accounts Using IAM Roles in the IAM User Guide.

                                      The regex pattern that is used to validate this parameter is a string of characters that can consist of uppercase letters, lowercase letters, digits with no spaces, and any of the following characters: =,.@-

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIamUserAccessToBilling", "beanStyleSetterMethodName" : "setIamUserAccessToBilling", "c2jName" : "IamUserAccessToBilling", "c2jShape" : "IAMUserAccessToBilling", "deprecated" : false, "documentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      ", "enumType" : "IAMUserAccessToBilling", "fluentGetterMethodName" : "iamUserAccessToBilling", "fluentSetterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling\n@return Returns a reference to this object so that method calls can be chained together.\n@see IAMUserAccessToBilling", "fluentSetterMethodName" : "iamUserAccessToBilling", "getterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@return If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IamUserAccessToBilling", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IamUserAccessToBilling", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IamUserAccessToBilling", "setterDocumentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      \n@param iamUserAccessToBilling If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.\n@see IAMUserAccessToBilling", "setterMethodName" : "setIamUserAccessToBilling", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "iamUserAccessToBilling", "variableType" : "String", "documentation" : "

                                      If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions. If set to DENY, then only the root user of the new account can access account billing information. For more information, see Activating Access to the Billing and Cost Management Console in the AWS Billing and Cost Management User Guide.

                                      If you do not specify this parameter, the value defaults to ALLOW, and IAM users and roles with the required permissions can access billing information for the new account.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Email", "AccountName" ], "shapeName" : "CreateAccountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAccountRequest", "variableName" : "createAccountRequest", "variableType" : "CreateAccountRequest", "documentation" : null, "simpleType" : "CreateAccountRequest", "variableSetterType" : "CreateAccountRequest" }, "wrapper" : false }, "CreateAccountResponse" : { "c2jName" : "CreateAccountResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CreateAccountStatus", "setterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountStatus" : { "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CreateAccountStatus", "setterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@return A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CreateAccountStatus", "setterDocumentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      \n@param createAccountStatus A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                      A structure that contains details about the request to create an account. This response structure might not be fully populated when you first receive it because account creation is an asynchronous process. You can pass the returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status about the progress of the request at later times.

                                      ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAccountResponse", "variableName" : "createAccountResponse", "variableType" : "CreateAccountResponse", "documentation" : null, "simpleType" : "CreateAccountResponse", "variableSetterType" : "CreateAccountResponse" }, "wrapper" : false }, "CreateAccountState" : { "c2jName" : "CreateAccountState", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "FAILED", "value" : "FAILED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAccountState", "variableName" : "createAccountState", "variableType" : "CreateAccountState", "documentation" : null, "simpleType" : "CreateAccountState", "variableSetterType" : "CreateAccountState" }, "wrapper" : false }, "CreateAccountStatus" : { "c2jName" : "CreateAccountStatus", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Contains the status about a CreateAccount request to create an AWS account in an organization.

                                      ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "CreateAccountRequestId", "deprecated" : false, "documentation" : "

                                      The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                      The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                      ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                      The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                      The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                      \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                      The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                      The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                      The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                      \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                      The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                      The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                      The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                      \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                      The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                      The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                      The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

                                      The account name given to the account when it was created.

                                      ", "enumType" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                      The account name given to the account when it was created.

                                      \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                      The account name given to the account when it was created.

                                      \n@return The account name given to the account when it was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountName", "setterDocumentation" : "

                                      The account name given to the account when it was created.

                                      \n@param accountName The account name given to the account when it was created.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                      The account name given to the account when it was created.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "CreateAccountState", "deprecated" : false, "documentation" : "

                                      The status of the request.

                                      ", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                      The status of the request.

                                      \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                      The status of the request.

                                      \n@return The status of the request.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "State", "setterDocumentation" : "

                                      The status of the request.

                                      \n@param state The status of the request.\n@see CreateAccountState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                      The status of the request.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                      The date and time that the request was made for the account creation.

                                      ", "enumType" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                      The date and time that the request was made for the account creation.

                                      \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                      The date and time that the request was made for the account creation.

                                      \n@return The date and time that the request was made for the account creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "setterDocumentation" : "

                                      The date and time that the request was made for the account creation.

                                      \n@param requestedTimestamp The date and time that the request was made for the account creation.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                      The date and time that the request was made for the account creation.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompletedTimestamp", "beanStyleSetterMethodName" : "setCompletedTimestamp", "c2jName" : "CompletedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                      The date and time that the account was created and the request completed.

                                      ", "enumType" : null, "fluentGetterMethodName" : "completedTimestamp", "fluentSetterDocumentation" : "

                                      The date and time that the account was created and the request completed.

                                      \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTimestamp", "getterDocumentation" : "

                                      The date and time that the account was created and the request completed.

                                      \n@return The date and time that the account was created and the request completed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompletedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CompletedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CompletedTimestamp", "setterDocumentation" : "

                                      The date and time that the account was created and the request completed.

                                      \n@param completedTimestamp The date and time that the account was created and the request completed.", "setterMethodName" : "setCompletedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                      The date and time that the account was created and the request completed.

                                      ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                      If the account was created successfully, the unique identifier (ID) of the new account.

                                      The regex pattern for an account ID string requires exactly 12 digits.

                                      ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                      If the account was created successfully, the unique identifier (ID) of the new account.

                                      The regex pattern for an account ID string requires exactly 12 digits.

                                      \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                      The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                      If the account was created successfully, the unique identifier (ID) of the new account.

                                      The regex pattern for an account ID string requires exactly 12 digits.

                                      \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                      The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                      If the account was created successfully, the unique identifier (ID) of the new account.

                                      The regex pattern for an account ID string requires exactly 12 digits.

                                      \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                      The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                      If the account was created successfully, the unique identifier (ID) of the new account.

                                      The regex pattern for an account ID string requires exactly 12 digits.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "CreateAccountFailureReason", "deprecated" : false, "documentation" : "

                                      If the request failed, a description of the reason for the failure.

                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                      ", "enumType" : "CreateAccountFailureReason", "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                      If the request failed, a description of the reason for the failure.

                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                      \n@param failureReason If the request failed, a description of the reason for the failure.

                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                      • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                        If the request failed, a description of the reason for the failure.

                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                        \n@return If the request failed, a description of the reason for the failure.

                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                        • \n@see CreateAccountFailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FailureReason", "setterDocumentation" : "

                                          If the request failed, a description of the reason for the failure.

                                          • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                          • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                          • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                          • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                          • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                          \n@param failureReason If the request failed, a description of the reason for the failure.

                                          • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                          • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                          • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                          • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                          • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                          • \n@see CreateAccountFailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

                                            If the request failed, a description of the reason for the failure.

                                            • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                            • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                            • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                            • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                            • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                            If the account was created successfully, the unique identifier (ID) of the new account.

                                            The regex pattern for an account ID string requires exactly 12 digits.

                                            ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                            If the account was created successfully, the unique identifier (ID) of the new account.

                                            The regex pattern for an account ID string requires exactly 12 digits.

                                            \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                            The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                            If the account was created successfully, the unique identifier (ID) of the new account.

                                            The regex pattern for an account ID string requires exactly 12 digits.

                                            \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                            The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                            If the account was created successfully, the unique identifier (ID) of the new account.

                                            The regex pattern for an account ID string requires exactly 12 digits.

                                            \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                            The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                            If the account was created successfully, the unique identifier (ID) of the new account.

                                            The regex pattern for an account ID string requires exactly 12 digits.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AccountName" : { "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

                                            The account name given to the account when it was created.

                                            ", "enumType" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                            The account name given to the account when it was created.

                                            \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                            The account name given to the account when it was created.

                                            \n@return The account name given to the account when it was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountName", "setterDocumentation" : "

                                            The account name given to the account when it was created.

                                            \n@param accountName The account name given to the account when it was created.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                            The account name given to the account when it was created.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CompletedTimestamp" : { "beanStyleGetterMethodName" : "getCompletedTimestamp", "beanStyleSetterMethodName" : "setCompletedTimestamp", "c2jName" : "CompletedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                            The date and time that the account was created and the request completed.

                                            ", "enumType" : null, "fluentGetterMethodName" : "completedTimestamp", "fluentSetterDocumentation" : "

                                            The date and time that the account was created and the request completed.

                                            \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTimestamp", "getterDocumentation" : "

                                            The date and time that the account was created and the request completed.

                                            \n@return The date and time that the account was created and the request completed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompletedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CompletedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CompletedTimestamp", "setterDocumentation" : "

                                            The date and time that the account was created and the request completed.

                                            \n@param completedTimestamp The date and time that the account was created and the request completed.", "setterMethodName" : "setCompletedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                            The date and time that the account was created and the request completed.

                                            ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "FailureReason" : { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "CreateAccountFailureReason", "deprecated" : false, "documentation" : "

                                            If the request failed, a description of the reason for the failure.

                                            • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                            • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                            • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                            • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                            • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                            ", "enumType" : "CreateAccountFailureReason", "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                            If the request failed, a description of the reason for the failure.

                                            • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                            • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                            • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                            • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                            • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                            \n@param failureReason If the request failed, a description of the reason for the failure.

                                            • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                            • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                            • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                            • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                            • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                            • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                              If the request failed, a description of the reason for the failure.

                                              • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                              • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                              • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                              • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                              • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                              \n@return If the request failed, a description of the reason for the failure.

                                              • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                              • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                              • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                              • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                              • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                              • \n@see CreateAccountFailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FailureReason", "setterDocumentation" : "

                                                If the request failed, a description of the reason for the failure.

                                                • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                \n@param failureReason If the request failed, a description of the reason for the failure.

                                                • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                • \n@see CreateAccountFailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

                                                  If the request failed, a description of the reason for the failure.

                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "CreateAccountRequestId", "deprecated" : false, "documentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RequestedTimestamp" : { "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  ", "enumType" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  \n@return The date and time that the request was made for the account creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "setterDocumentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "State" : { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "CreateAccountState", "deprecated" : false, "documentation" : "

                                                  The status of the request.

                                                  ", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                  The status of the request.

                                                  \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                  The status of the request.

                                                  \n@return The status of the request.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "State", "setterDocumentation" : "

                                                  The status of the request.

                                                  \n@param state The status of the request.\n@see CreateAccountState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                  The status of the request.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "CreateAccountRequestId", "deprecated" : false, "documentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  \n@return The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  \n@param id The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                  The unique identifier (ID) that references this request. You get this value from the response of the initial CreateAccount request to create the account.

                                                  The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccountName", "beanStyleSetterMethodName" : "setAccountName", "c2jName" : "AccountName", "c2jShape" : "AccountName", "deprecated" : false, "documentation" : "

                                                  The account name given to the account when it was created.

                                                  ", "enumType" : null, "fluentGetterMethodName" : "accountName", "fluentSetterDocumentation" : "

                                                  The account name given to the account when it was created.

                                                  \n@param accountName The account name given to the account when it was created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountName", "getterDocumentation" : "

                                                  The account name given to the account when it was created.

                                                  \n@return The account name given to the account when it was created.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountName", "setterDocumentation" : "

                                                  The account name given to the account when it was created.

                                                  \n@param accountName The account name given to the account when it was created.", "setterMethodName" : "setAccountName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountName", "variableType" : "String", "documentation" : "

                                                  The account name given to the account when it was created.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "CreateAccountState", "deprecated" : false, "documentation" : "

                                                  The status of the request.

                                                  ", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                  The status of the request.

                                                  \n@param state The status of the request.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                  The status of the request.

                                                  \n@return The status of the request.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "State", "setterDocumentation" : "

                                                  The status of the request.

                                                  \n@param state The status of the request.\n@see CreateAccountState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                  The status of the request.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  ", "enumType" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  \n@return The date and time that the request was made for the account creation.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "setterDocumentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  \n@param requestedTimestamp The date and time that the request was made for the account creation.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                  The date and time that the request was made for the account creation.

                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompletedTimestamp", "beanStyleSetterMethodName" : "setCompletedTimestamp", "c2jName" : "CompletedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                  The date and time that the account was created and the request completed.

                                                  ", "enumType" : null, "fluentGetterMethodName" : "completedTimestamp", "fluentSetterDocumentation" : "

                                                  The date and time that the account was created and the request completed.

                                                  \n@param completedTimestamp The date and time that the account was created and the request completed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completedTimestamp", "getterDocumentation" : "

                                                  The date and time that the account was created and the request completed.

                                                  \n@return The date and time that the account was created and the request completed.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CompletedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CompletedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "CompletedTimestamp", "setterDocumentation" : "

                                                  The date and time that the account was created and the request completed.

                                                  \n@param completedTimestamp The date and time that the account was created and the request completed.", "setterMethodName" : "setCompletedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "completedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                  The date and time that the account was created and the request completed.

                                                  ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                  ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                  \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                  The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                  \n@return If the account was created successfully, the unique identifier (ID) of the new account.

                                                  The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                  \n@param accountId If the account was created successfully, the unique identifier (ID) of the new account.

                                                  The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                  If the account was created successfully, the unique identifier (ID) of the new account.

                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFailureReason", "beanStyleSetterMethodName" : "setFailureReason", "c2jName" : "FailureReason", "c2jShape" : "CreateAccountFailureReason", "deprecated" : false, "documentation" : "

                                                  If the request failed, a description of the reason for the failure.

                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                  ", "enumType" : "CreateAccountFailureReason", "fluentGetterMethodName" : "failureReason", "fluentSetterDocumentation" : "

                                                  If the request failed, a description of the reason for the failure.

                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                  \n@param failureReason If the request failed, a description of the reason for the failure.

                                                  • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                  • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                  • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                  • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                  • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                  • \n@see CreateAccountFailureReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountFailureReason", "fluentSetterMethodName" : "failureReason", "getterDocumentation" : "

                                                    If the request failed, a description of the reason for the failure.

                                                    • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                    • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                    • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                    • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                    • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                    \n@return If the request failed, a description of the reason for the failure.

                                                    • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                    • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                    • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                    • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                    • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                    • \n@see CreateAccountFailureReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FailureReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FailureReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FailureReason", "setterDocumentation" : "

                                                      If the request failed, a description of the reason for the failure.

                                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                      \n@param failureReason If the request failed, a description of the reason for the failure.

                                                      • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                      • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                      • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                      • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                      • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                      • \n@see CreateAccountFailureReason", "setterMethodName" : "setFailureReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "failureReason", "variableType" : "String", "documentation" : "

                                                        If the request failed, a description of the reason for the failure.

                                                        • ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.

                                                        • EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.

                                                        • INVALID_ADDRESS: The account could not be created because the address you provided is not valid.

                                                        • INVALID_EMAIL: The account could not be created because the email address you provided is not valid.

                                                        • INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "wrapper" : false }, "CreateAccountStatusNotFoundException" : { "c2jName" : "CreateAccountStatusNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        We can't find an create account request with the CreateAccountRequestId that you specified.

                                                        ", "enums" : null, "errorCode" : "CreateAccountStatusNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateAccountStatusNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateAccountStatusNotFoundException", "variableName" : "createAccountStatusNotFoundException", "variableType" : "CreateAccountStatusNotFoundException", "documentation" : null, "simpleType" : "CreateAccountStatusNotFoundException", "variableSetterType" : "CreateAccountStatusNotFoundException" }, "wrapper" : false }, "CreateOrganizationRequest" : { "c2jName" : "CreateOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreateOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "deprecated" : false, "documentation" : "

                                                        Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                        ", "enumType" : "OrganizationFeatureSet", "fluentGetterMethodName" : "featureSet", "fluentSetterDocumentation" : "

                                                        Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                        \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                        • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                          Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                          • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                          • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                          \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                          • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                          • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                          • \n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FeatureSet", "setterDocumentation" : "

                                                            Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                            • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                            • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                            \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                            • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                            • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                            • \n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                              Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                              • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                              • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FeatureSet" : { "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "deprecated" : false, "documentation" : "

                                                              Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                              • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                              • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                              ", "enumType" : "OrganizationFeatureSet", "fluentGetterMethodName" : "featureSet", "fluentSetterDocumentation" : "

                                                              Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                              • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                              • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                              \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                              • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                              • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                              • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                • \n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FeatureSet", "setterDocumentation" : "

                                                                  Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                  • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                  • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                  \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                  • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                  • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                  • \n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "deprecated" : false, "documentation" : "

                                                                    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                    ", "enumType" : "OrganizationFeatureSet", "fluentGetterMethodName" : "featureSet", "fluentSetterDocumentation" : "

                                                                    Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                    \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                    • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                    • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                    • \n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                      Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                      • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                      \n@return Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                      • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                      • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                      • \n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FeatureSet", "setterDocumentation" : "

                                                                        Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                        \n@param featureSet Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                        • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                        • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                        • \n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                          Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.

                                                                          • CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.

                                                                          • ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateOrganizationRequest", "variableName" : "createOrganizationRequest", "variableType" : "CreateOrganizationRequest", "documentation" : null, "simpleType" : "CreateOrganizationRequest", "variableSetterType" : "CreateOrganizationRequest" }, "wrapper" : false }, "CreateOrganizationResponse" : { "c2jName" : "CreateOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "deprecated" : false, "documentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          ", "enumType" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@return A structure that contains details about the newly created organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Organization", "setterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@param organization A structure that contains details about the newly created organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Organization" : { "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "deprecated" : false, "documentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          ", "enumType" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@return A structure that contains details about the newly created organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Organization", "setterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@param organization A structure that contains details about the newly created organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "deprecated" : false, "documentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          ", "enumType" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@param organization A structure that contains details about the newly created organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@return A structure that contains details about the newly created organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Organization", "setterDocumentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          \n@param organization A structure that contains details about the newly created organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                          A structure that contains details about the newly created organization.

                                                                          ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateOrganizationResponse", "variableName" : "createOrganizationResponse", "variableType" : "CreateOrganizationResponse", "documentation" : null, "simpleType" : "CreateOrganizationResponse", "variableSetterType" : "CreateOrganizationResponse" }, "wrapper" : false }, "CreateOrganizationalUnitRequest" : { "c2jName" : "CreateOrganizationalUnitRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateOrganizationalUnit", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreateOrganizationalUnit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                          The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                          ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                          The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                          \n@param parentId The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                            The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                            \n@return The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                              The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                              \n@param parentId The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                              • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                \n@return The friendly name to assign to the new OU.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                \n@param name The friendly name to assign to the new OU.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                \n@return The friendly name to assign to the new OU.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                \n@param name The friendly name to assign to the new OU.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                The friendly name to assign to the new OU.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentId" : { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                \n@param parentId The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                  The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                  \n@return The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                    The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                    \n@param parentId The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                    • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                      The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                      The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                      The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                      \n@param parentId The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                        The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                        \n@return The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                          The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                          \n@param parentId The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                          • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the parent root or OU in which you want to create the new OU.

                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                            The friendly name to assign to the new OU.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                            The friendly name to assign to the new OU.

                                                                                            \n@param name The friendly name to assign to the new OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The friendly name to assign to the new OU.

                                                                                            \n@return The friendly name to assign to the new OU.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                            The friendly name to assign to the new OU.

                                                                                            \n@param name The friendly name to assign to the new OU.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                            The friendly name to assign to the new OU.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentId", "Name" ], "shapeName" : "CreateOrganizationalUnitRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateOrganizationalUnitRequest", "variableName" : "createOrganizationalUnitRequest", "variableType" : "CreateOrganizationalUnitRequest", "documentation" : null, "simpleType" : "CreateOrganizationalUnitRequest", "variableSetterType" : "CreateOrganizationalUnitRequest" }, "wrapper" : false }, "CreateOrganizationalUnitResponse" : { "c2jName" : "CreateOrganizationalUnitResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@return A structure that contains details about the newly created OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the newly created OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnit" : { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@return A structure that contains details about the newly created OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the newly created OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the newly created OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@return A structure that contains details about the newly created OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the newly created OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                            A structure that contains details about the newly created OU.

                                                                                            ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateOrganizationalUnitResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateOrganizationalUnitResponse", "variableName" : "createOrganizationalUnitResponse", "variableType" : "CreateOrganizationalUnitResponse", "documentation" : null, "simpleType" : "CreateOrganizationalUnitResponse", "variableSetterType" : "CreateOrganizationalUnitResponse" }, "wrapper" : false }, "CreatePolicyRequest" : { "c2jName" : "CreatePolicyRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreatePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.CreatePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@return An optional description to assign to the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@param description An optional description to assign to the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@param name The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@return The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@param name The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@param type The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@return The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@param type The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Content" : { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@return An optional description to assign to the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@param description An optional description to assign to the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@param name The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@return The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@param name The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@param type The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@return The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@param type The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@return The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            \n@param content The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                            The policy content to add to the new policy. For example, if you create a service control policy (SCP), this string must be JSON text that specifies the permissions that admins in attached accounts can delegate to their users, groups, and roles. For more information about the SCP syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@param description An optional description to assign to the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@return An optional description to assign to the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            \n@param description An optional description to assign to the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                            An optional description to assign to the policy.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@param name The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@return The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            \n@param name The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                            The friendly name to assign to the policy.

                                                                                            The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@param type The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@return The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@param type The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            \n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                            The type of policy to create.

                                                                                            In the current release, the only type of policy that you can create is a service control policy (SCP).

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Content", "Description", "Name", "Type" ], "shapeName" : "CreatePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreatePolicyRequest", "variableName" : "createPolicyRequest", "variableType" : "CreatePolicyRequest", "documentation" : null, "simpleType" : "CreatePolicyRequest", "variableSetterType" : "CreatePolicyRequest" }, "wrapper" : false }, "CreatePolicyResponse" : { "c2jName" : "CreatePolicyResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@return A structure that contains details about the newly created policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@param policy A structure that contains details about the newly created policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policy" : { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@return A structure that contains details about the newly created policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@param policy A structure that contains details about the newly created policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@param policy A structure that contains details about the newly created policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@return A structure that contains details about the newly created policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            \n@param policy A structure that contains details about the newly created policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                            A structure that contains details about the newly created policy.

                                                                                            ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreatePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreatePolicyResponse", "variableName" : "createPolicyResponse", "variableType" : "CreatePolicyResponse", "documentation" : null, "simpleType" : "CreatePolicyResponse", "variableSetterType" : "CreatePolicyResponse" }, "wrapper" : false }, "DeclineHandshakeRequest" : { "c2jName" : "DeclineHandshakeRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeclineHandshake", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeclineHandshake", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HandshakeId" : { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want to decline. You can get the ID from the ListHandshakesForAccount operation.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HandshakeId" ], "shapeName" : "DeclineHandshakeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeclineHandshakeRequest", "variableName" : "declineHandshakeRequest", "variableType" : "DeclineHandshakeRequest", "documentation" : null, "simpleType" : "DeclineHandshakeRequest", "variableSetterType" : "DeclineHandshakeRequest" }, "wrapper" : false }, "DeclineHandshakeResponse" : { "c2jName" : "DeclineHandshakeResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@return A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            \n@param handshake A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                            A structure that contains details about the declined handshake. The state is updated to show the value DECLINED.

                                                                                            ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeclineHandshakeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeclineHandshakeResponse", "variableName" : "declineHandshakeResponse", "variableType" : "DeclineHandshakeResponse", "documentation" : null, "simpleType" : "DeclineHandshakeResponse", "variableSetterType" : "DeclineHandshakeResponse" }, "wrapper" : false }, "DeleteOrganizationRequest" : { "c2jName" : "DeleteOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeleteOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteOrganizationRequest", "variableName" : "deleteOrganizationRequest", "variableType" : "DeleteOrganizationRequest", "documentation" : null, "simpleType" : "DeleteOrganizationRequest", "variableSetterType" : "DeleteOrganizationRequest" }, "wrapper" : false }, "DeleteOrganizationResponse" : { "c2jName" : "DeleteOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteOrganizationResponse", "variableName" : "deleteOrganizationResponse", "variableType" : "DeleteOrganizationResponse", "documentation" : null, "simpleType" : "DeleteOrganizationResponse", "variableSetterType" : "DeleteOrganizationResponse" }, "wrapper" : false }, "DeleteOrganizationalUnitRequest" : { "c2jName" : "DeleteOrganizationalUnitRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteOrganizationalUnit", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeleteOrganizationalUnit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnitId" : { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrganizationalUnitId" ], "shapeName" : "DeleteOrganizationalUnitRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteOrganizationalUnitRequest", "variableName" : "deleteOrganizationalUnitRequest", "variableType" : "DeleteOrganizationalUnitRequest", "documentation" : null, "simpleType" : "DeleteOrganizationalUnitRequest", "variableSetterType" : "DeleteOrganizationalUnitRequest" }, "wrapper" : false }, "DeleteOrganizationalUnitResponse" : { "c2jName" : "DeleteOrganizationalUnitResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteOrganizationalUnitResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteOrganizationalUnitResponse", "variableName" : "deleteOrganizationalUnitResponse", "variableType" : "DeleteOrganizationalUnitResponse", "documentation" : null, "simpleType" : "DeleteOrganizationalUnitResponse", "variableSetterType" : "DeleteOrganizationalUnitResponse" }, "wrapper" : false }, "DeletePolicyRequest" : { "c2jName" : "DeletePolicyRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeletePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DeletePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyId" : { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want to delete. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId" ], "shapeName" : "DeletePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeletePolicyRequest", "variableName" : "deletePolicyRequest", "variableType" : "DeletePolicyRequest", "documentation" : null, "simpleType" : "DeletePolicyRequest", "variableSetterType" : "DeletePolicyRequest" }, "wrapper" : false }, "DeletePolicyResponse" : { "c2jName" : "DeletePolicyResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeletePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeletePolicyResponse", "variableName" : "deletePolicyResponse", "variableType" : "DeletePolicyResponse", "documentation" : null, "simpleType" : "DeletePolicyResponse", "variableSetterType" : "DeletePolicyResponse" }, "wrapper" : false }, "DescribeAccountRequest" : { "c2jName" : "DescribeAccountRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@return The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            \n@param accountId The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the AWS account that you want information about. You can get the ID from the ListAccounts or ListAccountsForParent operations.

                                                                                            The regex pattern for an account ID string requires exactly 12 digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId" ], "shapeName" : "DescribeAccountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAccountRequest", "variableName" : "describeAccountRequest", "variableType" : "DescribeAccountRequest", "documentation" : null, "simpleType" : "DescribeAccountRequest", "variableSetterType" : "DescribeAccountRequest" }, "wrapper" : false }, "DescribeAccountResponse" : { "c2jName" : "DescribeAccountResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAccount", "beanStyleSetterMethodName" : "setAccount", "c2jName" : "Account", "c2jShape" : "Account", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "account", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "account", "getterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@return A structure that contains information about the requested account.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Account", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Account", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Account", "setterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@param account A structure that contains information about the requested account.", "setterMethodName" : "setAccount", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            ", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Account" : { "beanStyleGetterMethodName" : "getAccount", "beanStyleSetterMethodName" : "setAccount", "c2jName" : "Account", "c2jShape" : "Account", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "account", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "account", "getterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@return A structure that contains information about the requested account.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Account", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Account", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Account", "setterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@param account A structure that contains information about the requested account.", "setterMethodName" : "setAccount", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            ", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccount", "beanStyleSetterMethodName" : "setAccount", "c2jName" : "Account", "c2jShape" : "Account", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "account", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@param account A structure that contains information about the requested account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "account", "getterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@return A structure that contains information about the requested account.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Account", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Account", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Account", "setterDocumentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            \n@param account A structure that contains information about the requested account.", "setterMethodName" : "setAccount", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "account", "variableType" : "Account", "documentation" : "

                                                                                            A structure that contains information about the requested account.

                                                                                            ", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeAccountResponse", "variableName" : "describeAccountResponse", "variableType" : "DescribeAccountResponse", "documentation" : null, "simpleType" : "DescribeAccountResponse", "variableSetterType" : "DescribeAccountResponse" }, "wrapper" : false }, "DescribeCreateAccountStatusRequest" : { "c2jName" : "DescribeCreateAccountStatusRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeCreateAccountStatus", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeCreateAccountStatus", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getCreateAccountRequestId", "beanStyleSetterMethodName" : "setCreateAccountRequestId", "c2jName" : "CreateAccountRequestId", "c2jShape" : "CreateAccountRequestId", "deprecated" : false, "documentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "createAccountRequestId", "fluentSetterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountRequestId", "getterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountRequestId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountRequestId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CreateAccountRequestId", "setterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setCreateAccountRequestId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountRequestId" : { "beanStyleGetterMethodName" : "getCreateAccountRequestId", "beanStyleSetterMethodName" : "setCreateAccountRequestId", "c2jName" : "CreateAccountRequestId", "c2jShape" : "CreateAccountRequestId", "deprecated" : false, "documentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "createAccountRequestId", "fluentSetterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountRequestId", "getterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountRequestId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountRequestId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CreateAccountRequestId", "setterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setCreateAccountRequestId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCreateAccountRequestId", "beanStyleSetterMethodName" : "setCreateAccountRequestId", "c2jName" : "CreateAccountRequestId", "c2jShape" : "CreateAccountRequestId", "deprecated" : false, "documentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "createAccountRequestId", "fluentSetterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountRequestId", "getterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountRequestId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountRequestId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "CreateAccountRequestId", "setterDocumentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param createAccountRequestId Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setCreateAccountRequestId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "createAccountRequestId", "variableType" : "String", "documentation" : "

                                                                                            Specifies the operationId that uniquely identifies the request. You can get the ID from the response to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.

                                                                                            The regex pattern for an create account request ID string requires \"car-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "CreateAccountRequestId" ], "shapeName" : "DescribeCreateAccountStatusRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeCreateAccountStatusRequest", "variableName" : "describeCreateAccountStatusRequest", "variableType" : "DescribeCreateAccountStatusRequest", "documentation" : null, "simpleType" : "DescribeCreateAccountStatusRequest", "variableSetterType" : "DescribeCreateAccountStatusRequest" }, "wrapper" : false }, "DescribeCreateAccountStatusResponse" : { "c2jName" : "DescribeCreateAccountStatusResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@return A structure that contains the current status of an account creation request.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CreateAccountStatus", "setterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@param createAccountStatus A structure that contains the current status of an account creation request.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountStatus" : { "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@return A structure that contains the current status of an account creation request.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CreateAccountStatus", "setterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@param createAccountStatus A structure that contains the current status of an account creation request.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCreateAccountStatus", "beanStyleSetterMethodName" : "setCreateAccountStatus", "c2jName" : "CreateAccountStatus", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatus", "fluentSetterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@param createAccountStatus A structure that contains the current status of an account creation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatus", "getterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@return A structure that contains the current status of an account creation request.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CreateAccountStatus", "setterDocumentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            \n@param createAccountStatus A structure that contains the current status of an account creation request.", "setterMethodName" : "setCreateAccountStatus", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "createAccountStatus", "variableType" : "CreateAccountStatus", "documentation" : "

                                                                                            A structure that contains the current status of an account creation request.

                                                                                            ", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeCreateAccountStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeCreateAccountStatusResponse", "variableName" : "describeCreateAccountStatusResponse", "variableType" : "DescribeCreateAccountStatusResponse", "documentation" : null, "simpleType" : "DescribeCreateAccountStatusResponse", "variableSetterType" : "DescribeCreateAccountStatusResponse" }, "wrapper" : false }, "DescribeHandshakeRequest" : { "c2jName" : "DescribeHandshakeRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeHandshake", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeHandshake", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HandshakeId" : { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshakeId", "beanStyleSetterMethodName" : "setHandshakeId", "c2jName" : "HandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshakeId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakeId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HandshakeId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            \n@param handshakeId The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "handshakeId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.

                                                                                            The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "HandshakeId" ], "shapeName" : "DescribeHandshakeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeHandshakeRequest", "variableName" : "describeHandshakeRequest", "variableType" : "DescribeHandshakeRequest", "documentation" : null, "simpleType" : "DescribeHandshakeRequest", "variableSetterType" : "DescribeHandshakeRequest" }, "wrapper" : false }, "DescribeHandshakeResponse" : { "c2jName" : "DescribeHandshakeResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@return A structure that contains information about the specified handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@param handshake A structure that contains information about the specified handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@return A structure that contains information about the specified handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@param handshake A structure that contains information about the specified handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@param handshake A structure that contains information about the specified handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@return A structure that contains information about the specified handshake.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            \n@param handshake A structure that contains information about the specified handshake.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                            A structure that contains information about the specified handshake.

                                                                                            ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeHandshakeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeHandshakeResponse", "variableName" : "describeHandshakeResponse", "variableType" : "DescribeHandshakeResponse", "documentation" : null, "simpleType" : "DescribeHandshakeResponse", "variableSetterType" : "DescribeHandshakeResponse" }, "wrapper" : false }, "DescribeOrganizationRequest" : { "c2jName" : "DescribeOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeOrganizationRequest", "variableName" : "describeOrganizationRequest", "variableType" : "DescribeOrganizationRequest", "documentation" : null, "simpleType" : "DescribeOrganizationRequest", "variableSetterType" : "DescribeOrganizationRequest" }, "wrapper" : false }, "DescribeOrganizationResponse" : { "c2jName" : "DescribeOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@return A structure that contains information about the organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Organization", "setterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@param organization A structure that contains information about the organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Organization" : { "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@return A structure that contains information about the organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Organization", "setterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@param organization A structure that contains information about the organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganization", "beanStyleSetterMethodName" : "setOrganization", "c2jName" : "Organization", "c2jShape" : "Organization", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organization", "fluentSetterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@param organization A structure that contains information about the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organization", "getterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@return A structure that contains information about the organization.", "getterModel" : { "returnType" : "Organization", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Organization", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Organization", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Organization", "setterDocumentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            \n@param organization A structure that contains information about the organization.", "setterMethodName" : "setOrganization", "setterModel" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "simple" : false, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : "

                                                                                            A structure that contains information about the organization.

                                                                                            ", "simpleType" : "Organization", "variableSetterType" : "Organization" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeOrganizationResponse", "variableName" : "describeOrganizationResponse", "variableType" : "DescribeOrganizationResponse", "documentation" : null, "simpleType" : "DescribeOrganizationResponse", "variableSetterType" : "DescribeOrganizationResponse" }, "wrapper" : false }, "DescribeOrganizationalUnitRequest" : { "c2jName" : "DescribeOrganizationalUnitRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeOrganizationalUnit", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribeOrganizationalUnit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnitId" : { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param organizationalUnitId The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                            The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrganizationalUnitId" ], "shapeName" : "DescribeOrganizationalUnitRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeOrganizationalUnitRequest", "variableName" : "describeOrganizationalUnitRequest", "variableType" : "DescribeOrganizationalUnitRequest", "documentation" : null, "simpleType" : "DescribeOrganizationalUnitRequest", "variableSetterType" : "DescribeOrganizationalUnitRequest" }, "wrapper" : false }, "DescribeOrganizationalUnitResponse" : { "c2jName" : "DescribeOrganizationalUnitResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@return A structure that contains details about the specified OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the specified OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnit" : { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@return A structure that contains details about the specified OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the specified OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the specified OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@return A structure that contains details about the specified OU.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            \n@param organizationalUnit A structure that contains details about the specified OU.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                            A structure that contains details about the specified OU.

                                                                                            ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeOrganizationalUnitResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeOrganizationalUnitResponse", "variableName" : "describeOrganizationalUnitResponse", "variableType" : "DescribeOrganizationalUnitResponse", "documentation" : null, "simpleType" : "DescribeOrganizationalUnitResponse", "variableSetterType" : "DescribeOrganizationalUnitResponse" }, "wrapper" : false }, "DescribePolicyRequest" : { "c2jName" : "DescribePolicyRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DescribePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyId" : { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the policy that you want details about. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId" ], "shapeName" : "DescribePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribePolicyRequest", "variableName" : "describePolicyRequest", "variableType" : "DescribePolicyRequest", "documentation" : null, "simpleType" : "DescribePolicyRequest", "variableSetterType" : "DescribePolicyRequest" }, "wrapper" : false }, "DescribePolicyResponse" : { "c2jName" : "DescribePolicyResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@return A structure that contains details about the specified policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@param policy A structure that contains details about the specified policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policy" : { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@return A structure that contains details about the specified policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@param policy A structure that contains details about the specified policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@param policy A structure that contains details about the specified policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@return A structure that contains details about the specified policy.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            \n@param policy A structure that contains details about the specified policy.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                            A structure that contains details about the specified policy.

                                                                                            ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribePolicyResponse", "variableName" : "describePolicyResponse", "variableType" : "DescribePolicyResponse", "documentation" : null, "simpleType" : "DescribePolicyResponse", "variableSetterType" : "DescribePolicyResponse" }, "wrapper" : false }, "DestinationParentNotFoundException" : { "c2jName" : "DestinationParentNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                            We can't find the destination container (a root or OU) with the ParentId that you specified.

                                                                                            ", "enums" : null, "errorCode" : "DestinationParentNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DestinationParentNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DestinationParentNotFoundException", "variableName" : "destinationParentNotFoundException", "variableType" : "DestinationParentNotFoundException", "documentation" : null, "simpleType" : "DestinationParentNotFoundException", "variableSetterType" : "DestinationParentNotFoundException" }, "wrapper" : false }, "DetachPolicyRequest" : { "c2jName" : "DetachPolicyRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DetachPolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DetachPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                            The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                            The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                            The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                            The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            \n@param targetId The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                              The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                              \n@return The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                \n@param targetId The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                  The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyId" : { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                  \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                  \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                  \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                  The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetId" : { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                                  The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                  The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                  \n@param targetId The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                    The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                    \n@return The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                      The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                      \n@param targetId The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                      • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                        The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                        \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                        \n@return The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                        \n@param policyId The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                        The unique identifier (ID) of the policy you want to detach. You can get the ID from the ListPolicies or ListPoliciesForTarget operations.

                                                                                                        The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                                        The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                        The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                        \n@param targetId The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                          The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                          \n@return The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                            The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                            \n@param targetId The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                            • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                              The unique identifier (ID) of the root, OU, or account from which you want to detach the policy. You can get the ID from the ListRoots, ListOrganizationalUnitsForParent, or ListAccounts operations.

                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId", "TargetId" ], "shapeName" : "DetachPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DetachPolicyRequest", "variableName" : "detachPolicyRequest", "variableType" : "DetachPolicyRequest", "documentation" : null, "simpleType" : "DetachPolicyRequest", "variableSetterType" : "DetachPolicyRequest" }, "wrapper" : false }, "DetachPolicyResponse" : { "c2jName" : "DetachPolicyResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DetachPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DetachPolicyResponse", "variableName" : "detachPolicyResponse", "variableType" : "DetachPolicyResponse", "documentation" : null, "simpleType" : "DetachPolicyResponse", "variableSetterType" : "DetachPolicyResponse" }, "wrapper" : false }, "DisablePolicyTypeRequest" : { "c2jName" : "DisablePolicyTypeRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DisablePolicyType", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.DisablePolicyType", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RootId", "setterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              ", "enumType" : "PolicyType", "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@return The policy type that you want to disable in this root.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyType", "setterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyType" : { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              ", "enumType" : "PolicyType", "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@return The policy type that you want to disable in this root.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyType", "setterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RootId" : { "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RootId", "setterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@return The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RootId", "setterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the ListPolicies operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              ", "enumType" : "PolicyType", "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@return The policy type that you want to disable in this root.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyType", "setterDocumentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              \n@param policyType The policy type that you want to disable in this root.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                              The policy type that you want to disable in this root.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RootId", "PolicyType" ], "shapeName" : "DisablePolicyTypeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisablePolicyTypeRequest", "variableName" : "disablePolicyTypeRequest", "variableType" : "DisablePolicyTypeRequest", "documentation" : null, "simpleType" : "DisablePolicyTypeRequest", "variableSetterType" : "DisablePolicyTypeRequest" }, "wrapper" : false }, "DisablePolicyTypeResponse" : { "c2jName" : "DisablePolicyTypeResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "deprecated" : false, "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Root", "setterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Root" : { "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "deprecated" : false, "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Root", "setterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "deprecated" : false, "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Root", "setterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisablePolicyTypeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisablePolicyTypeResponse", "variableName" : "disablePolicyTypeResponse", "variableType" : "DisablePolicyTypeResponse", "documentation" : null, "simpleType" : "DisablePolicyTypeResponse", "variableSetterType" : "DisablePolicyTypeResponse" }, "wrapper" : false }, "DuplicateAccountException" : { "c2jName" : "DuplicateAccountException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              That account is already present in the specified destination.

                                                                                                              ", "enums" : null, "errorCode" : "DuplicateAccountException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateAccountException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateAccountException", "variableName" : "duplicateAccountException", "variableType" : "DuplicateAccountException", "documentation" : null, "simpleType" : "DuplicateAccountException", "variableSetterType" : "DuplicateAccountException" }, "wrapper" : false }, "DuplicateHandshakeException" : { "c2jName" : "DuplicateHandshakeException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              A handshake with the same action and target already exists. For example, if you invited an account to join your organization, the invited account might already have a pending invitation from this organization. If you intend to resend an invitation to an account, ensure that existing handshakes that might be considered duplicates are canceled or declined.

                                                                                                              ", "enums" : null, "errorCode" : "DuplicateHandshakeException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateHandshakeException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateHandshakeException", "variableName" : "duplicateHandshakeException", "variableType" : "DuplicateHandshakeException", "documentation" : null, "simpleType" : "DuplicateHandshakeException", "variableSetterType" : "DuplicateHandshakeException" }, "wrapper" : false }, "DuplicateOrganizationalUnitException" : { "c2jName" : "DuplicateOrganizationalUnitException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              An organizational unit (OU) with the same name already exists.

                                                                                                              ", "enums" : null, "errorCode" : "DuplicateOrganizationalUnitException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicateOrganizationalUnitException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicateOrganizationalUnitException", "variableName" : "duplicateOrganizationalUnitException", "variableType" : "DuplicateOrganizationalUnitException", "documentation" : null, "simpleType" : "DuplicateOrganizationalUnitException", "variableSetterType" : "DuplicateOrganizationalUnitException" }, "wrapper" : false }, "DuplicatePolicyAttachmentException" : { "c2jName" : "DuplicatePolicyAttachmentException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The selected policy is already attached to the specified target.

                                                                                                              ", "enums" : null, "errorCode" : "DuplicatePolicyAttachmentException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicatePolicyAttachmentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicatePolicyAttachmentException", "variableName" : "duplicatePolicyAttachmentException", "variableType" : "DuplicatePolicyAttachmentException", "documentation" : null, "simpleType" : "DuplicatePolicyAttachmentException", "variableSetterType" : "DuplicatePolicyAttachmentException" }, "wrapper" : false }, "DuplicatePolicyException" : { "c2jName" : "DuplicatePolicyException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              A policy with the same name already exists.

                                                                                                              ", "enums" : null, "errorCode" : "DuplicatePolicyException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DuplicatePolicyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DuplicatePolicyException", "variableName" : "duplicatePolicyException", "variableType" : "DuplicatePolicyException", "documentation" : null, "simpleType" : "DuplicatePolicyException", "variableSetterType" : "DuplicatePolicyException" }, "wrapper" : false }, "EnableAllFeaturesRequest" : { "c2jName" : "EnableAllFeaturesRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "EnableAllFeatures", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.EnableAllFeatures", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnableAllFeaturesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnableAllFeaturesRequest", "variableName" : "enableAllFeaturesRequest", "variableType" : "EnableAllFeaturesRequest", "documentation" : null, "simpleType" : "EnableAllFeaturesRequest", "variableSetterType" : "EnableAllFeaturesRequest" }, "wrapper" : false }, "EnableAllFeaturesResponse" : { "c2jName" : "EnableAllFeaturesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@return A structure that contains details about the handshake created to support this request to enable all features in the organization.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              \n@param handshake A structure that contains details about the handshake created to support this request to enable all features in the organization.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                              A structure that contains details about the handshake created to support this request to enable all features in the organization.

                                                                                                              ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnableAllFeaturesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnableAllFeaturesResponse", "variableName" : "enableAllFeaturesResponse", "variableType" : "EnableAllFeaturesResponse", "documentation" : null, "simpleType" : "EnableAllFeaturesResponse", "variableSetterType" : "EnableAllFeaturesResponse" }, "wrapper" : false }, "EnablePolicyTypeRequest" : { "c2jName" : "EnablePolicyTypeRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "EnablePolicyType", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.EnablePolicyType", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RootId", "setterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              ", "enumType" : "PolicyType", "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@return The policy type that you want to enable.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyType", "setterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@param policyType The policy type that you want to enable.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "PolicyType" : { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              ", "enumType" : "PolicyType", "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@return The policy type that you want to enable.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyType", "setterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@param policyType The policy type that you want to enable.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "RootId" : { "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RootId", "setterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRootId", "beanStyleSetterMethodName" : "setRootId", "c2jName" : "RootId", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "rootId", "fluentSetterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rootId", "getterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@return The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RootId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RootId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "RootId", "setterDocumentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              \n@param rootId The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setRootId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rootId", "variableType" : "String", "documentation" : "

                                                                                                              The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the ListRoots operation.

                                                                                                              The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyType", "beanStyleSetterMethodName" : "setPolicyType", "c2jName" : "PolicyType", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              ", "enumType" : "PolicyType", "fluentGetterMethodName" : "policyType", "fluentSetterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@param policyType The policy type that you want to enable.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "policyType", "getterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@return The policy type that you want to enable.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyType", "setterDocumentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              \n@param policyType The policy type that you want to enable.\n@see PolicyType", "setterMethodName" : "setPolicyType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyType", "variableType" : "String", "documentation" : "

                                                                                                              The policy type that you want to enable.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "RootId", "PolicyType" ], "shapeName" : "EnablePolicyTypeRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "EnablePolicyTypeRequest", "variableName" : "enablePolicyTypeRequest", "variableType" : "EnablePolicyTypeRequest", "documentation" : null, "simpleType" : "EnablePolicyTypeRequest", "variableSetterType" : "EnablePolicyTypeRequest" }, "wrapper" : false }, "EnablePolicyTypeResponse" : { "c2jName" : "EnablePolicyTypeResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "deprecated" : false, "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Root", "setterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Root" : { "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "deprecated" : false, "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Root", "setterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRoot", "beanStyleSetterMethodName" : "setRoot", "c2jName" : "Root", "c2jShape" : "Root", "deprecated" : false, "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "root", "fluentSetterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "root", "getterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@return A structure that shows the root with the updated list of enabled policy types.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Root", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Root", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Root", "setterDocumentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              \n@param root A structure that shows the root with the updated list of enabled policy types.", "setterMethodName" : "setRoot", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : "

                                                                                                              A structure that shows the root with the updated list of enabled policy types.

                                                                                                              ", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "EnablePolicyTypeResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "EnablePolicyTypeResponse", "variableName" : "enablePolicyTypeResponse", "variableType" : "EnablePolicyTypeResponse", "documentation" : null, "simpleType" : "EnablePolicyTypeResponse", "variableSetterType" : "EnablePolicyTypeResponse" }, "wrapper" : false }, "FinalizingOrganizationException" : { "c2jName" : "FinalizingOrganizationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              AWS Organizations could not finalize the creation of your organization. Try again later. If this persists, contact AWS customer support.

                                                                                                              ", "enums" : null, "errorCode" : "FinalizingOrganizationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FinalizingOrganizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "FinalizingOrganizationException", "variableName" : "finalizingOrganizationException", "variableType" : "FinalizingOrganizationException", "documentation" : null, "simpleType" : "FinalizingOrganizationException", "variableSetterType" : "FinalizingOrganizationException" }, "wrapper" : false }, "Handshake" : { "c2jName" : "Handshake", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Contains information that must be exchanged to securely establish a relationship between two accounts (an originator and a recipient). For example, when a master account (the originator) invites another account (the recipient) to join its organization, the two accounts exchange information as a series of handshake requests and responses.

                                                                                                              Note: Handshakes that are CANCELED, ACCEPTED, or DECLINED show up in lists for only 30 days after entering that state After that they are deleted.

                                                                                                              ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                              \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                              \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                              \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                              The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                              The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "HandshakeArn", "deprecated" : false, "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                              \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                              \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                              \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) of a handshake.

                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParties", "beanStyleSetterMethodName" : "setParties", "c2jName" : "Parties", "c2jShape" : "HandshakeParties", "deprecated" : false, "documentation" : "

                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "parties", "fluentSetterDocumentation" : "

                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                              \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parties", "getterDocumentation" : "

                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                              \n

                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                              \n@return Information about the two accounts that are participating in the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeParty", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : "", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeParty", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeParty", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Parties", "setterDocumentation" : "

                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                              \n@param parties Information about the two accounts that are participating in the handshake.", "setterMethodName" : "setParties", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : "

                                                                                                              Information about the two accounts that are participating in the handshake.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "HandshakeState", "deprecated" : false, "documentation" : "

                                                                                                              The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                              ", "enumType" : "HandshakeState", "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                              The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                              \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                              • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                • \n@see HandshakeState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "State", "setterDocumentation" : "

                                                                                                                  The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                  • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                  • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                  • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                  • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                  • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                  • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                  \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                  • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                  • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                  • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                  • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                  • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                  • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                  • \n@see HandshakeState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                    The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    \n@return The date and time that the handshake request was made.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "setterDocumentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    \n@param requestedTimestamp The date and time that the handshake request was made.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpirationTimestamp", "beanStyleSetterMethodName" : "setExpirationTimestamp", "c2jName" : "ExpirationTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "expirationTimestamp", "fluentSetterDocumentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expirationTimestamp", "getterDocumentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExpirationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpirationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ExpirationTimestamp", "setterDocumentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "setterMethodName" : "setExpirationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "ActionType", "deprecated" : false, "documentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    ", "enumType" : "ActionType", "fluentGetterMethodName" : "action", "fluentSetterDocumentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Action", "setterDocumentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "deprecated" : false, "documentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return Additional information that is needed to process the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Resources", "setterDocumentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    \n@param resources Additional information that is needed to process the handshake.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Action" : { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "ActionType", "deprecated" : false, "documentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    ", "enumType" : "ActionType", "fluentGetterMethodName" : "action", "fluentSetterDocumentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Action", "setterDocumentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                    The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "HandshakeArn", "deprecated" : false, "documentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                    \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                    \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                    The Amazon Resource Name (ARN) of a handshake.

                                                                                                                    For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExpirationTimestamp" : { "beanStyleGetterMethodName" : "getExpirationTimestamp", "beanStyleSetterMethodName" : "setExpirationTimestamp", "c2jName" : "ExpirationTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "expirationTimestamp", "fluentSetterDocumentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expirationTimestamp", "getterDocumentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExpirationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpirationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ExpirationTimestamp", "setterDocumentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "setterMethodName" : "setExpirationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                    The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                    \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                    \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                    \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                    The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                    The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Parties" : { "beanStyleGetterMethodName" : "getParties", "beanStyleSetterMethodName" : "setParties", "c2jName" : "Parties", "c2jShape" : "HandshakeParties", "deprecated" : false, "documentation" : "

                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "parties", "fluentSetterDocumentation" : "

                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                    \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parties", "getterDocumentation" : "

                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return Information about the two accounts that are participating in the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeParty", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : "", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeParty", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeParty", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Parties", "setterDocumentation" : "

                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                    \n@param parties Information about the two accounts that are participating in the handshake.", "setterMethodName" : "setParties", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    Information about the two accounts that are participating in the handshake.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "RequestedTimestamp" : { "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    \n@return The date and time that the handshake request was made.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "setterDocumentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    \n@param requestedTimestamp The date and time that the handshake request was made.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                    The date and time that the handshake request was made.

                                                                                                                    ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, "Resources" : { "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "deprecated" : false, "documentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    \n

                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                    \n@return Additional information that is needed to process the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Resources", "setterDocumentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    \n@param resources Additional information that is needed to process the handshake.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    Additional information that is needed to process the handshake.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "State" : { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "HandshakeState", "deprecated" : false, "documentation" : "

                                                                                                                    The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                    ", "enumType" : "HandshakeState", "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                                    The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                    \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                    • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                    • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                    • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                    • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                    • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                    • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                    • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                      The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                      \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                      • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                      • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                      • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                      • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                      • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                      • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                      • \n@see HandshakeState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "State", "setterDocumentation" : "

                                                                                                                        The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                        • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                        • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                        • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                        • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                        • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                        • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                        \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                        • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                        • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                        • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                        • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                        • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                        • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                        • \n@see HandshakeState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                          The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                                                          The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                          The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                          The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                          The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                          \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                          The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                          The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                          The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                          \n@return The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                          The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                          The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                          The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                          \n@param id The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                          The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                          The unique identifier (ID) of a handshake. The originating account creates the ID when it initiates the handshake.

                                                                                                                          The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "HandshakeArn", "deprecated" : false, "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of a handshake.

                                                                                                                          For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of a handshake.

                                                                                                                          For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                          \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                          For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of a handshake.

                                                                                                                          For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                          \n@return The Amazon Resource Name (ARN) of a handshake.

                                                                                                                          For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of a handshake.

                                                                                                                          For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                          \n@param arn The Amazon Resource Name (ARN) of a handshake.

                                                                                                                          For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) of a handshake.

                                                                                                                          For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParties", "beanStyleSetterMethodName" : "setParties", "c2jName" : "Parties", "c2jShape" : "HandshakeParties", "deprecated" : false, "documentation" : "

                                                                                                                          Information about the two accounts that are participating in the handshake.

                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "parties", "fluentSetterDocumentation" : "

                                                                                                                          Information about the two accounts that are participating in the handshake.

                                                                                                                          \n@param parties Information about the two accounts that are participating in the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parties", "getterDocumentation" : "

                                                                                                                          Information about the two accounts that are participating in the handshake.

                                                                                                                          \n

                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                          \n@return Information about the two accounts that are participating in the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parties", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parties", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeParty", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "member", "variableType" : "HandshakeParty", "documentation" : "", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeParty", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeParty", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Parties", "setterDocumentation" : "

                                                                                                                          Information about the two accounts that are participating in the handshake.

                                                                                                                          \n@param parties Information about the two accounts that are participating in the handshake.", "setterMethodName" : "setParties", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parties", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          Information about the two accounts that are participating in the handshake.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getState", "beanStyleSetterMethodName" : "setState", "c2jName" : "State", "c2jShape" : "HandshakeState", "deprecated" : false, "documentation" : "

                                                                                                                          The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                          ", "enumType" : "HandshakeState", "fluentGetterMethodName" : "state", "fluentSetterDocumentation" : "

                                                                                                                          The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                          \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                          • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                          • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                          • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                          • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                          • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                          • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                          • \n@see HandshakeState\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeState", "fluentSetterMethodName" : "state", "getterDocumentation" : "

                                                                                                                            The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                            • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                            • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                            • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                            • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                            • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                            • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                            \n@return The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                            • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                            • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                            • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                            • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                            • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                            • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                            • \n@see HandshakeState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "State", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "State", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "State", "setterDocumentation" : "

                                                                                                                              The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                              \n@param state The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                              • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                              • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                              • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                              • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                              • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                              • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                              • \n@see HandshakeState", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

                                                                                                                                The current state of the handshake. Use the state to trace the flow of the handshake through the process from its creation to its acceptance. The meaning of each of the valid values is as follows:

                                                                                                                                • REQUESTED: This handshake was sent to multiple recipients (applicable to only some handshake types) and not all recipients have responded yet. The request stays in this state until all recipients respond.

                                                                                                                                • OPEN: This handshake was sent to multiple recipients (applicable to only some policy types) and all recipients have responded, allowing the originator to complete the handshake action.

                                                                                                                                • CANCELED: This handshake is no longer active because it was canceled by the originating account.

                                                                                                                                • ACCEPTED: This handshake is complete because it has been accepted by the recipient.

                                                                                                                                • DECLINED: This handshake is no longer active because it was declined by the recipient account.

                                                                                                                                • EXPIRED: This handshake is no longer active because the originator did not receive a response of any kind from the recipient before the expiration time (15 days).

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRequestedTimestamp", "beanStyleSetterMethodName" : "setRequestedTimestamp", "c2jName" : "RequestedTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "requestedTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                \n@param requestedTimestamp The date and time that the handshake request was made.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "requestedTimestamp", "getterDocumentation" : "

                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                \n@return The date and time that the handshake request was made.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "RequestedTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequestedTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "RequestedTimestamp", "setterDocumentation" : "

                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                \n@param requestedTimestamp The date and time that the handshake request was made.", "setterMethodName" : "setRequestedTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "requestedTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                The date and time that the handshake request was made.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getExpirationTimestamp", "beanStyleSetterMethodName" : "setExpirationTimestamp", "c2jName" : "ExpirationTimestamp", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "expirationTimestamp", "fluentSetterDocumentation" : "

                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "expirationTimestamp", "getterDocumentation" : "

                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                \n@return The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "getterModel" : { "returnType" : "java.time.Instant", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ExpirationTimestamp", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpirationTimestamp", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.time.Instant", "marshallingType" : "INSTANT", "name" : "ExpirationTimestamp", "setterDocumentation" : "

                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                \n@param expirationTimestamp The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.", "setterMethodName" : "setExpirationTimestamp", "setterModel" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : null, "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "simple" : true, "variable" : { "variableDeclarationType" : "java.time.Instant", "variableName" : "expirationTimestamp", "variableType" : "java.time.Instant", "documentation" : "

                                                                                                                                The date and time that the handshake expires. If the recipient of the handshake request fails to respond before the specified date and time, the handshake becomes inactive and is no longer valid.

                                                                                                                                ", "simpleType" : "Instant", "variableSetterType" : "java.time.Instant" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAction", "beanStyleSetterMethodName" : "setAction", "c2jName" : "Action", "c2jShape" : "ActionType", "deprecated" : false, "documentation" : "

                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                                ", "enumType" : "ActionType", "fluentGetterMethodName" : "action", "fluentSetterDocumentation" : "

                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                                \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "action", "getterDocumentation" : "

                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                                \n@return The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Action", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Action", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Action", "setterDocumentation" : "

                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                                \n@param action The type of handshake, indicating what action occurs when the recipient accepts the handshake.\n@see ActionType", "setterMethodName" : "setAction", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "action", "variableType" : "String", "documentation" : "

                                                                                                                                The type of handshake, indicating what action occurs when the recipient accepts the handshake.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "deprecated" : false, "documentation" : "

                                                                                                                                Additional information that is needed to process the handshake.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                Additional information that is needed to process the handshake.

                                                                                                                                \n@param resources Additional information that is needed to process the handshake.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                Additional information that is needed to process the handshake.

                                                                                                                                \n

                                                                                                                                \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                \n@return Additional information that is needed to process the handshake.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Resources", "setterDocumentation" : "

                                                                                                                                Additional information that is needed to process the handshake.

                                                                                                                                \n@param resources Additional information that is needed to process the handshake.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                Additional information that is needed to process the handshake.

                                                                                                                                ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Handshake", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "wrapper" : false }, "HandshakeAlreadyInStateException" : { "c2jName" : "HandshakeAlreadyInStateException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

                                                                                                                                ", "enums" : null, "errorCode" : "HandshakeAlreadyInStateException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeAlreadyInStateException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HandshakeAlreadyInStateException", "variableName" : "handshakeAlreadyInStateException", "variableType" : "HandshakeAlreadyInStateException", "documentation" : null, "simpleType" : "HandshakeAlreadyInStateException", "variableSetterType" : "HandshakeAlreadyInStateException" }, "wrapper" : false }, "HandshakeConstraintViolationException" : { "c2jName" : "HandshakeConstraintViolationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The requested operation would violate the constraint identified in the reason code.

                                                                                                                                • ACCOUNT_NUMBER_LIMIT_EXCEEDED: You attempted to exceed the limit on the number of accounts in an organization. Note: deleted and closed accounts still count toward your limit.

                                                                                                                                • HANDSHAKE_RATE_LIMIT_EXCEEDED: You attempted to exceed the number of handshakes you can send in one day.

                                                                                                                                • ALREADY_IN_AN_ORGANIZATION: The handshake request is invalid because the invited account is already a member of an organization.

                                                                                                                                • ORGANIZATION_ALREADY_HAS_ALL_FEATURES: The handshake request is invalid because the organization has already enabled all features.

                                                                                                                                • INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES: You cannot issue new invitations to join an organization while it is in the process of enabling all features. You can resume inviting accounts after you finalize the process when all accounts have agreed to the change.

                                                                                                                                • PAYMENT_INSTRUMENT_REQUIRED: You cannot complete the operation with an account that does not have a payment instrument, such as a credit card, associated with it.

                                                                                                                                • ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD: The request failed because the account is from a different marketplace than the accounts in the organization. For example, accounts with India addresses must be associated with the AISPL marketplace. All accounts in an organization must be from the same marketplace.

                                                                                                                                • ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED: You attempted to change the membership of an account too quickly after its previous change.

                                                                                                                                ", "enums" : null, "errorCode" : "HandshakeConstraintViolationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "HandshakeConstraintViolationExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "HandshakeConstraintViolationExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "HandshakeConstraintViolationExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "HandshakeConstraintViolationExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "HandshakeConstraintViolationExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "HandshakeConstraintViolationExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeConstraintViolationExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see HandshakeConstraintViolationExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeConstraintViolationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HandshakeConstraintViolationException", "variableName" : "handshakeConstraintViolationException", "variableType" : "HandshakeConstraintViolationException", "documentation" : null, "simpleType" : "HandshakeConstraintViolationException", "variableSetterType" : "HandshakeConstraintViolationException" }, "wrapper" : false }, "HandshakeConstraintViolationExceptionReason" : { "c2jName" : "HandshakeConstraintViolationExceptionReason", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACCOUNT_NUMBER_LIMIT_EXCEEDED", "value" : "ACCOUNT_NUMBER_LIMIT_EXCEEDED" }, { "name" : "HANDSHAKE_RATE_LIMIT_EXCEEDED", "value" : "HANDSHAKE_RATE_LIMIT_EXCEEDED" }, { "name" : "ALREADY_IN_AN_ORGANIZATION", "value" : "ALREADY_IN_AN_ORGANIZATION" }, { "name" : "ORGANIZATION_ALREADY_HAS_ALL_FEATURES", "value" : "ORGANIZATION_ALREADY_HAS_ALL_FEATURES" }, { "name" : "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES", "value" : "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES" }, { "name" : "PAYMENT_INSTRUMENT_REQUIRED", "value" : "PAYMENT_INSTRUMENT_REQUIRED" }, { "name" : "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD", "value" : "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD" }, { "name" : "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED", "value" : "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeConstraintViolationExceptionReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeConstraintViolationExceptionReason", "variableName" : "handshakeConstraintViolationExceptionReason", "variableType" : "HandshakeConstraintViolationExceptionReason", "documentation" : null, "simpleType" : "HandshakeConstraintViolationExceptionReason", "variableSetterType" : "HandshakeConstraintViolationExceptionReason" }, "wrapper" : false }, "HandshakeFilter" : { "c2jName" : "HandshakeFilter", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Specifies the criteria that are used to select the handshakes for the operation.

                                                                                                                                ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "ActionType", "c2jShape" : "ActionType", "deprecated" : false, "documentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                ", "enumType" : "ActionType", "fluentGetterMethodName" : "actionType", "fluentSetterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@param actionType Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@return Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActionType", "setterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@param actionType Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentHandshakeId", "beanStyleSetterMethodName" : "setParentHandshakeId", "c2jName" : "ParentHandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "parentHandshakeId", "fluentSetterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentHandshakeId", "getterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentHandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentHandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentHandshakeId", "setterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setParentHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ActionType" : { "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "ActionType", "c2jShape" : "ActionType", "deprecated" : false, "documentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                ", "enumType" : "ActionType", "fluentGetterMethodName" : "actionType", "fluentSetterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@param actionType Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@return Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActionType", "setterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@param actionType Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentHandshakeId" : { "beanStyleGetterMethodName" : "getParentHandshakeId", "beanStyleSetterMethodName" : "setParentHandshakeId", "c2jName" : "ParentHandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "parentHandshakeId", "fluentSetterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentHandshakeId", "getterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentHandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentHandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentHandshakeId", "setterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setParentHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getActionType", "beanStyleSetterMethodName" : "setActionType", "c2jName" : "ActionType", "c2jShape" : "ActionType", "deprecated" : false, "documentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                ", "enumType" : "ActionType", "fluentGetterMethodName" : "actionType", "fluentSetterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@param actionType Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionType", "fluentSetterMethodName" : "actionType", "getterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@return Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ActionType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ActionType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ActionType", "setterDocumentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                \n@param actionType Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.\n@see ActionType", "setterMethodName" : "setActionType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "actionType", "variableType" : "String", "documentation" : "

                                                                                                                                Specifies the type of handshake action.

                                                                                                                                If you specify ActionType, you cannot also specify ParentHandshakeId.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getParentHandshakeId", "beanStyleSetterMethodName" : "setParentHandshakeId", "c2jName" : "ParentHandshakeId", "c2jShape" : "HandshakeId", "deprecated" : false, "documentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "parentHandshakeId", "fluentSetterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentHandshakeId", "getterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@return Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentHandshakeId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentHandshakeId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentHandshakeId", "setterDocumentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param parentHandshakeId Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setParentHandshakeId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentHandshakeId", "variableType" : "String", "documentation" : "

                                                                                                                                Specifies the parent handshake. Only used for handshake types that are a child of another type.

                                                                                                                                If you specify ParentHandshakeId, you cannot also specify ActionType.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeFilter", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "handshakeFilter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "wrapper" : false }, "HandshakeNotFoundException" : { "c2jName" : "HandshakeNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                We can't find a handshake with the HandshakeId that you specified.

                                                                                                                                ", "enums" : null, "errorCode" : "HandshakeNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "HandshakeNotFoundException", "variableName" : "handshakeNotFoundException", "variableType" : "HandshakeNotFoundException", "documentation" : null, "simpleType" : "HandshakeNotFoundException", "variableSetterType" : "HandshakeNotFoundException" }, "wrapper" : false }, "HandshakeParty" : { "c2jName" : "HandshakeParty", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Identifies a participant in a handshake.

                                                                                                                                ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakePartyId", "deprecated" : false, "documentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param id The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@return The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param id The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakePartyType", "deprecated" : false, "documentation" : "

                                                                                                                                The type of party.

                                                                                                                                ", "enumType" : "HandshakePartyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@return The type of party.\n@see HandshakePartyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@param type The type of party.\n@see HandshakePartyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                The type of party.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakePartyId", "deprecated" : false, "documentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param id The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@return The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param id The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakePartyType", "deprecated" : false, "documentation" : "

                                                                                                                                The type of party.

                                                                                                                                ", "enumType" : "HandshakePartyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@return The type of party.\n@see HandshakePartyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@param type The type of party.\n@see HandshakePartyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                The type of party.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "HandshakePartyId", "deprecated" : false, "documentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param id The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@return The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                \n@param id The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                The unique identifier (ID) for the party.

                                                                                                                                The regex pattern for handshake ID string requires \"h-\" followed by from 8 to 32 lower-case letters or digits.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakePartyType", "deprecated" : false, "documentation" : "

                                                                                                                                The type of party.

                                                                                                                                ", "enumType" : "HandshakePartyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@param type The type of party.\n@see HandshakePartyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakePartyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@return The type of party.\n@see HandshakePartyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                The type of party.

                                                                                                                                \n@param type The type of party.\n@see HandshakePartyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                The type of party.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeParty", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "handshakeParty", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "wrapper" : false }, "HandshakePartyType" : { "c2jName" : "HandshakePartyType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACCOUNT", "value" : "ACCOUNT" }, { "name" : "ORGANIZATION", "value" : "ORGANIZATION" }, { "name" : "EMAIL", "value" : "EMAIL" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakePartyType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakePartyType", "variableName" : "handshakePartyType", "variableType" : "HandshakePartyType", "documentation" : null, "simpleType" : "HandshakePartyType", "variableSetterType" : "HandshakePartyType" }, "wrapper" : false }, "HandshakeResource" : { "c2jName" : "HandshakeResource", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                Contains additional data that is needed to process a handshake.

                                                                                                                                ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "HandshakeResourceValue", "deprecated" : false, "documentation" : "

                                                                                                                                The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                                                                                The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakeResourceType", "deprecated" : false, "documentation" : "

                                                                                                                                The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                ", "enumType" : "HandshakeResourceType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                  The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                  • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                  • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                  • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                  • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                  • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                  • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                  \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                  • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                  • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                  • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                  • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                  • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                  • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                  • \n@see HandshakeResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                    The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                    • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                    • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                    • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                    • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                    • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                    • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                    \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                    • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                    • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                    • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                    • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                    • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                    • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                    • \n@see HandshakeResourceType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                      The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "deprecated" : false, "documentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      \n

                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                      \n@return When needed, contains an additional array of HandshakeResource objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Resources", "setterDocumentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      \n@param resources When needed, contains an additional array of HandshakeResource objects.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Resources" : { "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "deprecated" : false, "documentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      \n

                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                      \n@return When needed, contains an additional array of HandshakeResource objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Resources", "setterDocumentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      \n@param resources When needed, contains an additional array of HandshakeResource objects.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                      When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakeResourceType", "deprecated" : false, "documentation" : "

                                                                                                                                      The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                      ", "enumType" : "HandshakeResourceType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                      The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                      \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                      • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                      • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                      • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                      • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                      • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                      • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                      • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                        The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                        • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                        • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                        • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                        • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                        • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                        • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                        \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                        • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                        • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                        • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                        • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                        • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                        • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                        • \n@see HandshakeResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                          The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                          • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                          • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                          • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                          • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                          • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                          • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                          \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                          • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                          • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                          • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                          • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                          • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                          • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                          • \n@see HandshakeResourceType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                            The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Value" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "HandshakeResourceValue", "deprecated" : false, "documentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "Value", "c2jShape" : "HandshakeResourceValue", "deprecated" : false, "documentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            \n@return The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            \n@param value The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "

                                                                                                                                            The information that is passed to the other party in the handshake. The format of the value string must match the requirements of the specified type.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "HandshakeResourceType", "deprecated" : false, "documentation" : "

                                                                                                                                            The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                            ", "enumType" : "HandshakeResourceType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                            The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                            \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                            • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                            • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                            • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                            • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                            • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                            • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                            • \n@see HandshakeResourceType\n@return Returns a reference to this object so that method calls can be chained together.\n@see HandshakeResourceType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                              The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                              • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                              • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                              • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                              • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                              • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                              • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                              \n@return The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                              • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                              • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                              • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                              • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                              • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                              • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                              • \n@see HandshakeResourceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                \n@param type The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                • \n@see HandshakeResourceType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                  The type of information being passed, specifying how the value is to be interpreted by the other party:

                                                                                                                                                  • ACCOUNT - Specifies an AWS account ID number.

                                                                                                                                                  • ORGANIZATION - Specifies an organization ID number.

                                                                                                                                                  • EMAIL - Specifies the email address that is associated with the account that receives the handshake.

                                                                                                                                                  • OWNER_EMAIL - Specifies the email address associated with the master account. Included as information about an organization.

                                                                                                                                                  • OWNER_NAME - Specifies the name associated with the master account. Included as information about an organization.

                                                                                                                                                  • NOTES - Additional text provided by the handshake initiator and intended for the recipient to read.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResources", "beanStyleSetterMethodName" : "setResources", "c2jName" : "Resources", "c2jShape" : "HandshakeResources", "deprecated" : false, "documentation" : "

                                                                                                                                                  When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "resources", "fluentSetterDocumentation" : "

                                                                                                                                                  When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                  \n@param resources When needed, contains an additional array of HandshakeResource objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resources", "getterDocumentation" : "

                                                                                                                                                  When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return When needed, contains an additional array of HandshakeResource objects.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resources", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "HandshakeResource", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "HandshakeResource", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "member", "variableType" : "HandshakeResource", "documentation" : "", "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "HandshakeResource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "HandshakeResource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Resources", "setterDocumentation" : "

                                                                                                                                                  When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                  \n@param resources When needed, contains an additional array of HandshakeResource objects.", "setterMethodName" : "setResources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "resources", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  When needed, contains an additional array of HandshakeResource objects.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeResource", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeResource", "variableName" : "handshakeResource", "variableType" : "HandshakeResource", "documentation" : null, "simpleType" : "HandshakeResource", "variableSetterType" : "HandshakeResource" }, "wrapper" : false }, "HandshakeResourceType" : { "c2jName" : "HandshakeResourceType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACCOUNT", "value" : "ACCOUNT" }, { "name" : "ORGANIZATION", "value" : "ORGANIZATION" }, { "name" : "ORGANIZATION_FEATURE_SET", "value" : "ORGANIZATION_FEATURE_SET" }, { "name" : "EMAIL", "value" : "EMAIL" }, { "name" : "MASTER_EMAIL", "value" : "MASTER_EMAIL" }, { "name" : "MASTER_NAME", "value" : "MASTER_NAME" }, { "name" : "NOTES", "value" : "NOTES" }, { "name" : "PARENT_HANDSHAKE", "value" : "PARENT_HANDSHAKE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeResourceType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeResourceType", "variableName" : "handshakeResourceType", "variableType" : "HandshakeResourceType", "documentation" : null, "simpleType" : "HandshakeResourceType", "variableSetterType" : "HandshakeResourceType" }, "wrapper" : false }, "HandshakeState" : { "c2jName" : "HandshakeState", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "REQUESTED", "value" : "REQUESTED" }, { "name" : "OPEN", "value" : "OPEN" }, { "name" : "CANCELED", "value" : "CANCELED" }, { "name" : "ACCEPTED", "value" : "ACCEPTED" }, { "name" : "DECLINED", "value" : "DECLINED" }, { "name" : "EXPIRED", "value" : "EXPIRED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HandshakeState", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HandshakeState", "variableName" : "handshakeState", "variableType" : "HandshakeState", "documentation" : null, "simpleType" : "HandshakeState", "variableSetterType" : "HandshakeState" }, "wrapper" : false }, "IAMUserAccessToBilling" : { "c2jName" : "IAMUserAccessToBilling", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ALLOW", "value" : "ALLOW" }, { "name" : "DENY", "value" : "DENY" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IAMUserAccessToBilling", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IAMUserAccessToBilling", "variableName" : "iamUserAccessToBilling", "variableType" : "IAMUserAccessToBilling", "documentation" : null, "simpleType" : "IAMUserAccessToBilling", "variableSetterType" : "IAMUserAccessToBilling" }, "wrapper" : false }, "InvalidHandshakeTransitionException" : { "c2jName" : "InvalidHandshakeTransitionException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  You can't perform the operation on the handshake in its current state. For example, you can't cancel a handshake that was already accepted, or accept a handshake that was already declined.

                                                                                                                                                  ", "enums" : null, "errorCode" : "InvalidHandshakeTransitionException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidHandshakeTransitionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidHandshakeTransitionException", "variableName" : "invalidHandshakeTransitionException", "variableType" : "InvalidHandshakeTransitionException", "documentation" : null, "simpleType" : "InvalidHandshakeTransitionException", "variableSetterType" : "InvalidHandshakeTransitionException" }, "wrapper" : false }, "InvalidInputException" : { "c2jName" : "InvalidInputException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The requested operation failed because you provided invalid values for one or more of the request parameters. This exception includes a reason that contains additional information about the violated limit:

                                                                                                                                                  • INVALID_PARTY_TYPE_TARGET: You specified the wrong type of entity (account, organization, or email) as a party.

                                                                                                                                                  • INVALID_SYNTAX_ORGANIZATION_ARN: You specified an invalid ARN for the organization.

                                                                                                                                                  • INVALID_SYNTAX_POLICY_ID: You specified an invalid policy ID.

                                                                                                                                                  • INVALID_ENUM: You specified a value that is not valid for that parameter.

                                                                                                                                                  • INVALID_FULL_NAME_TARGET: You specified a full name that contains invalid characters.

                                                                                                                                                  • INVALID_LIST_MEMBER: You provided a list to a parameter that contains at least one invalid value.

                                                                                                                                                  • MAX_LENGTH_EXCEEDED: You provided a string parameter that is longer than allowed.

                                                                                                                                                  • MAX_VALUE_EXCEEDED: You provided a numeric parameter that has a larger value than allowed.

                                                                                                                                                  • MIN_LENGTH_EXCEEDED: You provided a string parameter that is shorter than allowed.

                                                                                                                                                  • MIN_VALUE_EXCEEDED: You provided a numeric parameter that has a smaller value than allowed.

                                                                                                                                                  • IMMUTABLE_POLICY: You specified a policy that is managed by AWS and cannot be modified.

                                                                                                                                                  • INVALID_PATTERN: You provided a value that doesn't match the required pattern.

                                                                                                                                                  • INVALID_PATTERN_TARGET_ID: You specified a policy target ID that doesn't match the required pattern.

                                                                                                                                                  • INPUT_REQUIRED: You must include a value for all required parameters.

                                                                                                                                                  • INVALID_PAGINATION_TOKEN: Get the value for the NextToken parameter from the response to a previous call of the operation.

                                                                                                                                                  • MAX_FILTER_LIMIT_EXCEEDED: You can specify only one filter parameter for the operation.

                                                                                                                                                  • MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS: You can move an account only between entities in the same root.

                                                                                                                                                  ", "enums" : null, "errorCode" : "InvalidInputException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "InvalidInputExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "InvalidInputExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Reason" : { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "InvalidInputExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "InvalidInputExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getReason", "beanStyleSetterMethodName" : "setReason", "c2jName" : "Reason", "c2jShape" : "InvalidInputExceptionReason", "deprecated" : false, "documentation" : "", "enumType" : "InvalidInputExceptionReason", "fluentGetterMethodName" : "reason", "fluentSetterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason\n@return Returns a reference to this object so that method calls can be chained together.\n@see InvalidInputExceptionReason", "fluentSetterMethodName" : "reason", "getterDocumentation" : "Returns the value of the Reason property for this object.\n@return The value of the Reason property for this object.\n@see InvalidInputExceptionReason", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Reason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Reason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Reason", "setterDocumentation" : "Sets the value of the Reason property for this object.\n\n@param reason The new value for the Reason property for this object.\n@see InvalidInputExceptionReason", "setterMethodName" : "setReason", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "reason", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidInputException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidInputException", "variableName" : "invalidInputException", "variableType" : "InvalidInputException", "documentation" : null, "simpleType" : "InvalidInputException", "variableSetterType" : "InvalidInputException" }, "wrapper" : false }, "InvalidInputExceptionReason" : { "c2jName" : "InvalidInputExceptionReason", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "INVALID_PARTY_TYPE_TARGET", "value" : "INVALID_PARTY_TYPE_TARGET" }, { "name" : "INVALID_SYNTAX_ORGANIZATION_ARN", "value" : "INVALID_SYNTAX_ORGANIZATION_ARN" }, { "name" : "INVALID_SYNTAX_POLICY_ID", "value" : "INVALID_SYNTAX_POLICY_ID" }, { "name" : "INVALID_ENUM", "value" : "INVALID_ENUM" }, { "name" : "INVALID_LIST_MEMBER", "value" : "INVALID_LIST_MEMBER" }, { "name" : "MAX_LENGTH_EXCEEDED", "value" : "MAX_LENGTH_EXCEEDED" }, { "name" : "MAX_VALUE_EXCEEDED", "value" : "MAX_VALUE_EXCEEDED" }, { "name" : "MIN_LENGTH_EXCEEDED", "value" : "MIN_LENGTH_EXCEEDED" }, { "name" : "MIN_VALUE_EXCEEDED", "value" : "MIN_VALUE_EXCEEDED" }, { "name" : "IMMUTABLE_POLICY", "value" : "IMMUTABLE_POLICY" }, { "name" : "INVALID_PATTERN", "value" : "INVALID_PATTERN" }, { "name" : "INVALID_PATTERN_TARGET_ID", "value" : "INVALID_PATTERN_TARGET_ID" }, { "name" : "INPUT_REQUIRED", "value" : "INPUT_REQUIRED" }, { "name" : "INVALID_NEXT_TOKEN", "value" : "INVALID_NEXT_TOKEN" }, { "name" : "MAX_LIMIT_EXCEEDED_FILTER", "value" : "MAX_LIMIT_EXCEEDED_FILTER" }, { "name" : "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS", "value" : "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS" }, { "name" : "INVALID_FULL_NAME_TARGET", "value" : "INVALID_FULL_NAME_TARGET" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidInputExceptionReason", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvalidInputExceptionReason", "variableName" : "invalidInputExceptionReason", "variableType" : "InvalidInputExceptionReason", "documentation" : null, "simpleType" : "InvalidInputExceptionReason", "variableSetterType" : "InvalidInputExceptionReason" }, "wrapper" : false }, "InviteAccountToOrganizationRequest" : { "c2jName" : "InviteAccountToOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "InviteAccountToOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.InviteAccountToOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "HandshakeParty", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Target", "setterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  ", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotes", "beanStyleSetterMethodName" : "setNotes", "c2jName" : "Notes", "c2jShape" : "HandshakeNotes", "deprecated" : false, "documentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "notes", "fluentSetterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notes", "getterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@return Additional information that you want to include in the generated email to the recipient account owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Notes", "setterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@param notes Additional information that you want to include in the generated email to the recipient account owner.", "setterMethodName" : "setNotes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Notes" : { "beanStyleGetterMethodName" : "getNotes", "beanStyleSetterMethodName" : "setNotes", "c2jName" : "Notes", "c2jShape" : "HandshakeNotes", "deprecated" : false, "documentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "notes", "fluentSetterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notes", "getterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@return Additional information that you want to include in the generated email to the recipient account owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Notes", "setterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@param notes Additional information that you want to include in the generated email to the recipient account owner.", "setterMethodName" : "setNotes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Target" : { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "HandshakeParty", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Target", "setterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  ", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "HandshakeParty", "deprecated" : false, "documentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@return The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL", "getterModel" : { "returnType" : "HandshakeParty", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Target", "setterDocumentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  \n@param target The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : null, "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeParty", "variableName" : "target", "variableType" : "HandshakeParty", "documentation" : "

                                                                                                                                                  The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:

                                                                                                                                                  { \"Type\": \"ACCOUNT\", \"Id\": \"< account id number >\" }

                                                                                                                                                  If you use the AWS CLI, you can submit this as a single string, similar to the following example:

                                                                                                                                                  --target id=123456789012,type=ACCOUNT

                                                                                                                                                  If you specify \"Type\": \"ACCOUNT\", then you must provide the AWS account ID number as the Id. If you specify \"Type\": \"EMAIL\", then you must specify the email address that is associated with the account.

                                                                                                                                                  --target [email protected],type=EMAIL

                                                                                                                                                  ", "simpleType" : "HandshakeParty", "variableSetterType" : "HandshakeParty" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotes", "beanStyleSetterMethodName" : "setNotes", "c2jName" : "Notes", "c2jShape" : "HandshakeNotes", "deprecated" : false, "documentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "notes", "fluentSetterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@param notes Additional information that you want to include in the generated email to the recipient account owner.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notes", "getterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@return Additional information that you want to include in the generated email to the recipient account owner.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Notes", "setterDocumentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  \n@param notes Additional information that you want to include in the generated email to the recipient account owner.", "setterMethodName" : "setNotes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "notes", "variableType" : "String", "documentation" : "

                                                                                                                                                  Additional information that you want to include in the generated email to the recipient account owner.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Target" ], "shapeName" : "InviteAccountToOrganizationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InviteAccountToOrganizationRequest", "variableName" : "inviteAccountToOrganizationRequest", "variableType" : "InviteAccountToOrganizationRequest", "documentation" : null, "simpleType" : "InviteAccountToOrganizationRequest", "variableSetterType" : "InviteAccountToOrganizationRequest" }, "wrapper" : false }, "InviteAccountToOrganizationResponse" : { "c2jName" : "InviteAccountToOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@return A structure that contains details about the handshake that is created to support this invitation request.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshake" : { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@return A structure that contains details about the handshake that is created to support this invitation request.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshake", "beanStyleSetterMethodName" : "setHandshake", "c2jName" : "Handshake", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "handshake", "fluentSetterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshake", "getterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@return A structure that contains details about the handshake that is created to support this invitation request.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshake", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshake", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Handshake", "setterDocumentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  \n@param handshake A structure that contains details about the handshake that is created to support this invitation request.", "setterMethodName" : "setHandshake", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "handshake", "variableType" : "Handshake", "documentation" : "

                                                                                                                                                  A structure that contains details about the handshake that is created to support this invitation request.

                                                                                                                                                  ", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InviteAccountToOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InviteAccountToOrganizationResponse", "variableName" : "inviteAccountToOrganizationResponse", "variableType" : "InviteAccountToOrganizationResponse", "documentation" : null, "simpleType" : "InviteAccountToOrganizationResponse", "variableSetterType" : "InviteAccountToOrganizationResponse" }, "wrapper" : false }, "LeaveOrganizationRequest" : { "c2jName" : "LeaveOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "LeaveOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.LeaveOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LeaveOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LeaveOrganizationRequest", "variableName" : "leaveOrganizationRequest", "variableType" : "LeaveOrganizationRequest", "documentation" : null, "simpleType" : "LeaveOrganizationRequest", "variableSetterType" : "LeaveOrganizationRequest" }, "wrapper" : false }, "LeaveOrganizationResponse" : { "c2jName" : "LeaveOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LeaveOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LeaveOrganizationResponse", "variableName" : "leaveOrganizationResponse", "variableType" : "LeaveOrganizationResponse", "documentation" : null, "simpleType" : "LeaveOrganizationResponse", "variableSetterType" : "LeaveOrganizationResponse" }, "wrapper" : false }, "ListAccountsForParentRequest" : { "c2jName" : "ListAccountsForParentRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListAccountsForParent", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListAccountsForParent", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentId" : { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@return The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or organization unit (OU) whose accounts you want to list.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentId" ], "shapeName" : "ListAccountsForParentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAccountsForParentRequest", "variableName" : "listAccountsForParentRequest", "variableType" : "ListAccountsForParentRequest", "documentation" : null, "simpleType" : "ListAccountsForParentRequest", "variableSetterType" : "ListAccountsForParentRequest" }, "wrapper" : false }, "ListAccountsForParentResponse" : { "c2jName" : "ListAccountsForParentResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of the accounts in the specified root or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Accounts", "setterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n@param accounts A list of the accounts in the specified root or OU.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accounts" : { "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of the accounts in the specified root or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Accounts", "setterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n@param accounts A list of the accounts in the specified root or OU.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n@param accounts A list of the accounts in the specified root or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of the accounts in the specified root or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Accounts", "setterDocumentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  \n@param accounts A list of the accounts in the specified root or OU.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of the accounts in the specified root or OU.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAccountsForParentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAccountsForParentResponse", "variableName" : "listAccountsForParentResponse", "variableType" : "ListAccountsForParentResponse", "documentation" : null, "simpleType" : "ListAccountsForParentResponse", "variableSetterType" : "ListAccountsForParentResponse" }, "wrapper" : false }, "ListAccountsRequest" : { "c2jName" : "ListAccountsRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListAccounts", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListAccounts", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAccountsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAccountsRequest", "variableName" : "listAccountsRequest", "variableType" : "ListAccountsRequest", "documentation" : null, "simpleType" : "ListAccountsRequest", "variableSetterType" : "ListAccountsRequest" }, "wrapper" : false }, "ListAccountsResponse" : { "c2jName" : "ListAccountsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of objects in the organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Accounts", "setterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n@param accounts A list of objects in the organization.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accounts" : { "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of objects in the organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Accounts", "setterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n@param accounts A list of objects in the organization.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccounts", "beanStyleSetterMethodName" : "setAccounts", "c2jName" : "Accounts", "c2jShape" : "Accounts", "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accounts", "fluentSetterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n@param accounts A list of objects in the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accounts", "getterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n

                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                  \n@return A list of objects in the organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Accounts", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Accounts", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Account", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Account", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : null, "simpleType" : "Account", "variableSetterType" : "Account" }, "simple" : false, "variable" : { "variableDeclarationType" : "Account", "variableName" : "member", "variableType" : "Account", "documentation" : "", "simpleType" : "Account", "variableSetterType" : "Account" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Account", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Account", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Accounts", "setterDocumentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  \n@param accounts A list of objects in the organization.", "setterMethodName" : "setAccounts", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "accounts", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  A list of objects in the organization.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAccountsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAccountsResponse", "variableName" : "listAccountsResponse", "variableType" : "ListAccountsResponse", "documentation" : null, "simpleType" : "ListAccountsResponse", "variableSetterType" : "ListAccountsResponse" }, "wrapper" : false }, "ListChildrenRequest" : { "c2jName" : "ListChildrenRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListChildren", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListChildren", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                  The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                    The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                    \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                      The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                      \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                      • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                        The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChildType", "beanStyleSetterMethodName" : "setChildType", "c2jName" : "ChildType", "c2jShape" : "ChildType", "deprecated" : false, "documentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        ", "enumType" : "ChildType", "fluentGetterMethodName" : "childType", "fluentSetterDocumentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "childType", "getterDocumentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        \n@return Filters the output to include only the specified child type.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ChildType", "setterDocumentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        \n@param childType Filters the output to include only the specified child type.\n@see ChildType", "setterMethodName" : "setChildType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChildType" : { "beanStyleGetterMethodName" : "getChildType", "beanStyleSetterMethodName" : "setChildType", "c2jName" : "ChildType", "c2jShape" : "ChildType", "deprecated" : false, "documentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        ", "enumType" : "ChildType", "fluentGetterMethodName" : "childType", "fluentSetterDocumentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "childType", "getterDocumentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        \n@return Filters the output to include only the specified child type.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ChildType", "setterDocumentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        \n@param childType Filters the output to include only the specified child type.\n@see ChildType", "setterMethodName" : "setChildType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : "

                                                                                                                                                        Filters the output to include only the specified child type.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentId" : { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                        The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                        The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                        \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                          The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                          \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                            The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                            \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                            • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                              The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                              The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                              The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                              \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                \n@return The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                                  The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                  \n@param parentId The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                  • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The unique identifier (ID) for the parent root or OU whose children you want to list.

                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChildType", "beanStyleSetterMethodName" : "setChildType", "c2jName" : "ChildType", "c2jShape" : "ChildType", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Filters the output to include only the specified child type.

                                                                                                                                                                    ", "enumType" : "ChildType", "fluentGetterMethodName" : "childType", "fluentSetterDocumentation" : "

                                                                                                                                                                    Filters the output to include only the specified child type.

                                                                                                                                                                    \n@param childType Filters the output to include only the specified child type.\n@see ChildType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ChildType", "fluentSetterMethodName" : "childType", "getterDocumentation" : "

                                                                                                                                                                    Filters the output to include only the specified child type.

                                                                                                                                                                    \n@return Filters the output to include only the specified child type.\n@see ChildType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ChildType", "setterDocumentation" : "

                                                                                                                                                                    Filters the output to include only the specified child type.

                                                                                                                                                                    \n@param childType Filters the output to include only the specified child type.\n@see ChildType", "setterMethodName" : "setChildType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "childType", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Filters the output to include only the specified child type.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentId", "ChildType" ], "shapeName" : "ListChildrenRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListChildrenRequest", "variableName" : "listChildrenRequest", "variableType" : "ListChildrenRequest", "documentation" : null, "simpleType" : "ListChildrenRequest", "variableSetterType" : "ListChildrenRequest" }, "wrapper" : false }, "ListChildrenResponse" : { "c2jName" : "ListChildrenResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "Children", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return The list of children of the specified parent container.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Children", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Child", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Child", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : null, "simpleType" : "Child", "variableSetterType" : "Child" }, "simple" : false, "variable" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : "", "simpleType" : "Child", "variableSetterType" : "Child" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Child", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Child", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Children", "setterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n@param children The list of children of the specified parent container.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Children" : { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "Children", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return The list of children of the specified parent container.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Children", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Child", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Child", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : null, "simpleType" : "Child", "variableSetterType" : "Child" }, "simple" : false, "variable" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : "", "simpleType" : "Child", "variableSetterType" : "Child" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Child", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Child", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Children", "setterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n@param children The list of children of the specified parent container.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getChildren", "beanStyleSetterMethodName" : "setChildren", "c2jName" : "Children", "c2jShape" : "Children", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "children", "fluentSetterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n@param children The list of children of the specified parent container.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "children", "getterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return The list of children of the specified parent container.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Children", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Children", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Child", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Child", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : null, "simpleType" : "Child", "variableSetterType" : "Child" }, "simple" : false, "variable" : { "variableDeclarationType" : "Child", "variableName" : "member", "variableType" : "Child", "documentation" : "", "simpleType" : "Child", "variableSetterType" : "Child" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Child", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Child", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Children", "setterDocumentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    \n@param children The list of children of the specified parent container.", "setterMethodName" : "setChildren", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "children", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    The list of children of the specified parent container.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListChildrenResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListChildrenResponse", "variableName" : "listChildrenResponse", "variableType" : "ListChildrenResponse", "documentation" : null, "simpleType" : "ListChildrenResponse", "variableSetterType" : "ListChildrenResponse" }, "wrapper" : false }, "ListCreateAccountStatusRequest" : { "c2jName" : "ListCreateAccountStatusRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListCreateAccountStatus", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListCreateAccountStatus", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStates", "beanStyleSetterMethodName" : "setStates", "c2jName" : "States", "c2jShape" : "CreateAccountStates", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    ", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "states", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n@param states A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "states", "getterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "States", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "States", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountState", "deprecated" : false, "documentation" : "", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "States", "setterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n@param states A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState", "setterMethodName" : "setStates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "States" : { "beanStyleGetterMethodName" : "getStates", "beanStyleSetterMethodName" : "setStates", "c2jName" : "States", "c2jShape" : "CreateAccountStates", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    ", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "states", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n@param states A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "states", "getterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "States", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "States", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountState", "deprecated" : false, "documentation" : "", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "States", "setterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n@param states A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState", "setterMethodName" : "setStates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStates", "beanStyleSetterMethodName" : "setStates", "c2jName" : "States", "c2jShape" : "CreateAccountStates", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    ", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "states", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n@param states A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "states", "getterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "States", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "States", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountState", "deprecated" : false, "documentation" : "", "enumType" : "CreateAccountState", "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState\n@return Returns a reference to this object so that method calls can be chained together.\n@see CreateAccountState", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@see CreateAccountState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see CreateAccountState", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "States", "setterDocumentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    \n@param states A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.\n@see CreateAccountState", "setterMethodName" : "setStates", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "states", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of one or more states that you want included in the response. If this parameter is not present, then all requests are included in the response.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCreateAccountStatusRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListCreateAccountStatusRequest", "variableName" : "listCreateAccountStatusRequest", "variableType" : "ListCreateAccountStatusRequest", "documentation" : null, "simpleType" : "ListCreateAccountStatusRequest", "variableSetterType" : "ListCreateAccountStatusRequest" }, "wrapper" : false }, "ListCreateAccountStatusResponse" : { "c2jName" : "ListCreateAccountStatusResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCreateAccountStatuses", "beanStyleSetterMethodName" : "setCreateAccountStatuses", "c2jName" : "CreateAccountStatuses", "c2jShape" : "CreateAccountStatuses", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatuses", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatuses", "getterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateAccountStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateAccountStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CreateAccountStatuses", "setterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "setterMethodName" : "setCreateAccountStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CreateAccountStatuses" : { "beanStyleGetterMethodName" : "getCreateAccountStatuses", "beanStyleSetterMethodName" : "setCreateAccountStatuses", "c2jName" : "CreateAccountStatuses", "c2jShape" : "CreateAccountStatuses", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatuses", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatuses", "getterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateAccountStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateAccountStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CreateAccountStatuses", "setterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "setterMethodName" : "setCreateAccountStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCreateAccountStatuses", "beanStyleSetterMethodName" : "setCreateAccountStatuses", "c2jName" : "CreateAccountStatuses", "c2jShape" : "CreateAccountStatuses", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "createAccountStatuses", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "createAccountStatuses", "getterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreateAccountStatuses", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreateAccountStatuses", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "CreateAccountStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "CreateAccountStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : null, "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateAccountStatus", "variableName" : "member", "variableType" : "CreateAccountStatus", "documentation" : "", "simpleType" : "CreateAccountStatus", "variableSetterType" : "CreateAccountStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateAccountStatus", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateAccountStatus", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CreateAccountStatuses", "setterDocumentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    \n@param createAccountStatuses A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.", "setterMethodName" : "setCreateAccountStatuses", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "createAccountStatuses", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of objects with details about the requests. Certain elements, such as the accountId number, are present in the output only after the account has been successfully created.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListCreateAccountStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListCreateAccountStatusResponse", "variableName" : "listCreateAccountStatusResponse", "variableType" : "ListCreateAccountStatusResponse", "documentation" : null, "simpleType" : "ListCreateAccountStatusResponse", "variableSetterType" : "ListCreateAccountStatusResponse" }, "wrapper" : false }, "ListHandshakesForAccountRequest" : { "c2jName" : "ListHandshakesForAccountRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListHandshakesForAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListHandshakesForAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@return Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                    Filters the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-FULL-CONTROL, or APPROVE-FULL-CONTROL. Alternatively, for the ENABLE-FULL-CONTROL handshake that generates a separate child handshake for each member account, you can specify ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListHandshakesForAccountRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListHandshakesForAccountRequest", "variableName" : "listHandshakesForAccountRequest", "variableType" : "ListHandshakesForAccountRequest", "documentation" : null, "simpleType" : "ListHandshakesForAccountRequest", "variableSetterType" : "ListHandshakesForAccountRequest" }, "wrapper" : false }, "ListHandshakesForAccountResponse" : { "c2jName" : "ListHandshakesForAccountResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Handshakes", "setterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshakes" : { "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Handshakes", "setterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Handshakes", "setterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that is associated with the specified account.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListHandshakesForAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListHandshakesForAccountResponse", "variableName" : "listHandshakesForAccountResponse", "variableType" : "ListHandshakesForAccountResponse", "documentation" : null, "simpleType" : "ListHandshakesForAccountResponse", "variableSetterType" : "ListHandshakesForAccountResponse" }, "wrapper" : false }, "ListHandshakesForOrganizationRequest" : { "c2jName" : "ListHandshakesForOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListHandshakesForOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListHandshakesForOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "HandshakeFilter", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@return A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "getterModel" : { "returnType" : "HandshakeFilter", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    \n@param filter A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : null, "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "simple" : false, "variable" : { "variableDeclarationType" : "HandshakeFilter", "variableName" : "filter", "variableType" : "HandshakeFilter", "documentation" : "

                                                                                                                                                                    A filter of the handshakes that you want included in the response. The default is all types. Use the ActionType element to limit the output to only a specified type, such as INVITE, ENABLE-ALL-FEATURES, or APPROVE-ALL-FEATURES. Alternatively, for the ENABLE-ALL-FEATURES handshake that generates a separate child handshake for each member account, you can specify the ParentHandshakeId to see only the handshakes that were generated by that parent request.

                                                                                                                                                                    ", "simpleType" : "HandshakeFilter", "variableSetterType" : "HandshakeFilter" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                    (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                    ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListHandshakesForOrganizationRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListHandshakesForOrganizationRequest", "variableName" : "listHandshakesForOrganizationRequest", "variableType" : "ListHandshakesForOrganizationRequest", "documentation" : null, "simpleType" : "ListHandshakesForOrganizationRequest", "variableSetterType" : "ListHandshakesForOrganizationRequest" }, "wrapper" : false }, "ListHandshakesForOrganizationResponse" : { "c2jName" : "ListHandshakesForOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Handshakes", "setterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Handshakes" : { "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Handshakes", "setterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getHandshakes", "beanStyleSetterMethodName" : "setHandshakes", "c2jName" : "Handshakes", "c2jShape" : "Handshakes", "deprecated" : false, "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "handshakes", "fluentSetterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "handshakes", "getterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n

                                                                                                                                                                    \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                    \n@return A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Handshakes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Handshakes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Handshake", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Handshake", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : null, "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "simple" : false, "variable" : { "variableDeclarationType" : "Handshake", "variableName" : "member", "variableType" : "Handshake", "documentation" : "", "simpleType" : "Handshake", "variableSetterType" : "Handshake" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Handshake", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Handshake", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Handshakes", "setterDocumentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    \n@param handshakes A list of Handshake objects with details about each of the handshakes that are associated with an organization.", "setterMethodName" : "setHandshakes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "handshakes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    A list of Handshake objects with details about each of the handshakes that are associated with an organization.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                    If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListHandshakesForOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListHandshakesForOrganizationResponse", "variableName" : "listHandshakesForOrganizationResponse", "variableType" : "ListHandshakesForOrganizationResponse", "documentation" : null, "simpleType" : "ListHandshakesForOrganizationResponse", "variableSetterType" : "ListHandshakesForOrganizationResponse" }, "wrapper" : false }, "ListOrganizationalUnitsForParentRequest" : { "c2jName" : "ListOrganizationalUnitsForParentRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListOrganizationalUnitsForParent", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListOrganizationalUnitsForParent", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                    The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                    The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                    \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                      The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                      \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                                        The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                        \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                        • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                          The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ParentId" : { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                          The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                          The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                          \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                            The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                            \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                                              The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                              \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                              • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParentId", "beanStyleSetterMethodName" : "setParentId", "c2jName" : "ParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "parentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parentId", "getterDocumentation" : "

                                                                                                                                                                                  The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                  \n@return The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ParentId", "setterDocumentation" : "

                                                                                                                                                                                    The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                    \n@param parentId The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                    • ", "setterMethodName" : "setParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "parentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the root or OU whose child OUs you want to list.

                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                      Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                      \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                      Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                      \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                      Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                      \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                      (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                      \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                      (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                      \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                      (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                      \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                      (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ParentId" ], "shapeName" : "ListOrganizationalUnitsForParentRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListOrganizationalUnitsForParentRequest", "variableName" : "listOrganizationalUnitsForParentRequest", "variableType" : "ListOrganizationalUnitsForParentRequest", "documentation" : null, "simpleType" : "ListOrganizationalUnitsForParentRequest", "variableSetterType" : "ListOrganizationalUnitsForParentRequest" }, "wrapper" : false }, "ListOrganizationalUnitsForParentResponse" : { "c2jName" : "ListOrganizationalUnitsForParentResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnits", "beanStyleSetterMethodName" : "setOrganizationalUnits", "c2jName" : "OrganizationalUnits", "c2jShape" : "OrganizationalUnits", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnits", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnits", "getterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of the OUs in the specified root or parent OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : "", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrganizationalUnit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrganizationalUnit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OrganizationalUnits", "setterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n@param organizationalUnits A list of the OUs in the specified root or parent OU.", "setterMethodName" : "setOrganizationalUnits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OrganizationalUnits" : { "beanStyleGetterMethodName" : "getOrganizationalUnits", "beanStyleSetterMethodName" : "setOrganizationalUnits", "c2jName" : "OrganizationalUnits", "c2jShape" : "OrganizationalUnits", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnits", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnits", "getterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of the OUs in the specified root or parent OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : "", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrganizationalUnit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrganizationalUnit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OrganizationalUnits", "setterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n@param organizationalUnits A list of the OUs in the specified root or parent OU.", "setterMethodName" : "setOrganizationalUnits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnits", "beanStyleSetterMethodName" : "setOrganizationalUnits", "c2jName" : "OrganizationalUnits", "c2jShape" : "OrganizationalUnits", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnits", "fluentSetterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n@param organizationalUnits A list of the OUs in the specified root or parent OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnits", "getterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n

                                                                                                                                                                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                      \n@return A list of the OUs in the specified root or parent OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnits", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "member", "variableType" : "OrganizationalUnit", "documentation" : "", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "OrganizationalUnit", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "OrganizationalUnit", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "OrganizationalUnits", "setterDocumentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      \n@param organizationalUnits A list of the OUs in the specified root or parent OU.", "setterMethodName" : "setOrganizationalUnits", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "organizationalUnits", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      A list of the OUs in the specified root or parent OU.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListOrganizationalUnitsForParentResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListOrganizationalUnitsForParentResponse", "variableName" : "listOrganizationalUnitsForParentResponse", "variableType" : "ListOrganizationalUnitsForParentResponse", "documentation" : null, "simpleType" : "ListOrganizationalUnitsForParentResponse", "variableSetterType" : "ListOrganizationalUnitsForParentResponse" }, "wrapper" : false }, "ListParentsRequest" : { "c2jName" : "ListParentsRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListParents", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListParents", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getChildId", "beanStyleSetterMethodName" : "setChildId", "c2jName" : "ChildId", "c2jShape" : "ChildId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "childId", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                      \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childId", "getterDocumentation" : "

                                                                                                                                                                                        The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                        The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                        \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                        The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ChildId", "setterDocumentation" : "

                                                                                                                                                                                          The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                          The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                          \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                          The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                          • ", "setterMethodName" : "setChildId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                            Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                            \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                            Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                            \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                            Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                            \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                            (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                            \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                            (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                            \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                            (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                            \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                            (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                            ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ChildId" : { "beanStyleGetterMethodName" : "getChildId", "beanStyleSetterMethodName" : "setChildId", "c2jName" : "ChildId", "c2jShape" : "ChildId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                            The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "childId", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                            \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                            The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childId", "getterDocumentation" : "

                                                                                                                                                                                              The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                              The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                              \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                              The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ChildId", "setterDocumentation" : "

                                                                                                                                                                                                The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                • ", "setterMethodName" : "setChildId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                  The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                  \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                  \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                  (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                  \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                  \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                  Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getChildId", "beanStyleSetterMethodName" : "setChildId", "c2jName" : "ChildId", "c2jShape" : "ChildId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                  The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                  The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "childId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                  The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                  \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                  The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "childId", "getterDocumentation" : "

                                                                                                                                                                                                    The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                    The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                    \n@return The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                    The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ChildId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ChildId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ChildId", "setterDocumentation" : "

                                                                                                                                                                                                      The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                      \n@param childId The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                      The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                      • ", "setterMethodName" : "setChildId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "childId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        The unique identifier (ID) of the OU or account whose parent containers you want to list. Do not specify a root.

                                                                                                                                                                                                        The regex pattern for a child ID string requires one of the following:

                                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                        \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                        \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                        \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                        \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                        \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                        \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                        (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                        ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ChildId" ], "shapeName" : "ListParentsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListParentsRequest", "variableName" : "listParentsRequest", "variableType" : "ListParentsRequest", "documentation" : null, "simpleType" : "ListParentsRequest", "variableSetterType" : "ListParentsRequest" }, "wrapper" : false }, "ListParentsResponse" : { "c2jName" : "ListParentsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "Parents", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                        \n@return A list of parents for the specified child account or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Parent", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : null, "simpleType" : "Parent", "variableSetterType" : "Parent" }, "simple" : false, "variable" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : "", "simpleType" : "Parent", "variableSetterType" : "Parent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Parents", "setterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n@param parents A list of parents for the specified child account or OU.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Parents" : { "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "Parents", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                        \n@return A list of parents for the specified child account or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Parent", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : null, "simpleType" : "Parent", "variableSetterType" : "Parent" }, "simple" : false, "variable" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : "", "simpleType" : "Parent", "variableSetterType" : "Parent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Parents", "setterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n@param parents A list of parents for the specified child account or OU.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getParents", "beanStyleSetterMethodName" : "setParents", "c2jName" : "Parents", "c2jShape" : "Parents", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "parents", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n@param parents A list of parents for the specified child account or OU.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "parents", "getterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n

                                                                                                                                                                                                        \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                        \n@return A list of parents for the specified child account or OU.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Parents", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Parents", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Parent", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Parent", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : null, "simpleType" : "Parent", "variableSetterType" : "Parent" }, "simple" : false, "variable" : { "variableDeclarationType" : "Parent", "variableName" : "member", "variableType" : "Parent", "documentation" : "", "simpleType" : "Parent", "variableSetterType" : "Parent" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Parent", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Parent", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Parents", "setterDocumentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        \n@param parents A list of parents for the specified child account or OU.", "setterMethodName" : "setParents", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "parents", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                        A list of parents for the specified child account or OU.

                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                        If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListParentsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListParentsResponse", "variableName" : "listParentsResponse", "variableType" : "ListParentsResponse", "documentation" : null, "simpleType" : "ListParentsResponse", "variableSetterType" : "ListParentsResponse" }, "wrapper" : false }, "ListPoliciesForTargetRequest" : { "c2jName" : "ListPoliciesForTargetRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListPoliciesForTarget", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListPoliciesForTarget", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                        The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                        \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                          The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                          \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                                                                                                                            The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                            \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                            • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              ", "enumType" : "PolicyType", "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              \n@return The type of policy that you want to include in the returned list.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              ", "enumType" : "PolicyType", "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              \n@return The type of policy that you want to include in the returned list.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The type of policy that you want to include in the returned list.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                              (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetId" : { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                              The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                              \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                                                                                                                                  The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                  \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                  • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                    \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                      The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                      \n@return The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                                                                                                                                        The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                        \n@param targetId The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                        • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.

                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                          ", "enumType" : "PolicyType", "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                          \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                          The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                          \n@return The type of policy that you want to include in the returned list.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                                                                          The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                          \n@param filter The type of policy that you want to include in the returned list.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The type of policy that you want to include in the returned list.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "TargetId", "Filter" ], "shapeName" : "ListPoliciesForTargetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPoliciesForTargetRequest", "variableName" : "listPoliciesForTargetRequest", "variableType" : "ListPoliciesForTargetRequest", "documentation" : null, "simpleType" : "ListPoliciesForTargetRequest", "variableSetterType" : "ListPoliciesForTargetRequest" }, "wrapper" : false }, "ListPoliciesForTargetResponse" : { "c2jName" : "ListPoliciesForTargetResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The list of policies that match the criteria in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Policies", "setterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n@param policies The list of policies that match the criteria in the request.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Policies" : { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The list of policies that match the criteria in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Policies", "setterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n@param policies The list of policies that match the criteria in the request.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n@param policies The list of policies that match the criteria in the request.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return The list of policies that match the criteria in the request.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Policies", "setterDocumentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          \n@param policies The list of policies that match the criteria in the request.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          The list of policies that match the criteria in the request.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPoliciesForTargetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPoliciesForTargetResponse", "variableName" : "listPoliciesForTargetResponse", "variableType" : "ListPoliciesForTargetResponse", "documentation" : null, "simpleType" : "ListPoliciesForTargetResponse", "variableSetterType" : "ListPoliciesForTargetResponse" }, "wrapper" : false }, "ListPoliciesRequest" : { "c2jName" : "ListPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListPolicies", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListPolicies", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          ", "enumType" : "PolicyType", "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Filter" : { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          ", "enumType" : "PolicyType", "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFilter", "beanStyleSetterMethodName" : "setFilter", "c2jName" : "Filter", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          ", "enumType" : "PolicyType", "fluentGetterMethodName" : "filter", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "filter", "getterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@return Specifies the type of policy that you want to include in the response.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Filter", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Filter", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Filter", "setterDocumentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          \n@param filter Specifies the type of policy that you want to include in the response.\n@see PolicyType", "setterMethodName" : "setFilter", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "filter", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Specifies the type of policy that you want to include in the response.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Filter" ], "shapeName" : "ListPoliciesRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPoliciesRequest", "variableName" : "listPoliciesRequest", "variableType" : "ListPoliciesRequest", "documentation" : null, "simpleType" : "ListPoliciesRequest", "variableSetterType" : "ListPoliciesRequest" }, "wrapper" : false }, "ListPoliciesResponse" : { "c2jName" : "ListPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n@param policies A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Policies", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n@param policies A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Policies" : { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n@param policies A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Policies", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n@param policies A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicies", "beanStyleSetterMethodName" : "setPolicies", "c2jName" : "Policies", "c2jShape" : "Policies", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policies", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n@param policies A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policies", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policies", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policies", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "member", "variableType" : "PolicySummary", "documentation" : "", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicySummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicySummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Policies", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          \n@param policies A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.", "setterMethodName" : "setPolicies", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policies", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of policies that match the filter criteria in the request. The output list does not include the policy contents. To see the content for a policy, see DescribePolicy.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPoliciesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPoliciesResponse", "variableName" : "listPoliciesResponse", "variableType" : "ListPoliciesResponse", "documentation" : null, "simpleType" : "ListPoliciesResponse", "variableSetterType" : "ListPoliciesResponse" }, "wrapper" : false }, "ListRootsRequest" : { "c2jName" : "ListRootsRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListRoots", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListRoots", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListRootsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListRootsRequest", "variableName" : "listRootsRequest", "variableType" : "ListRootsRequest", "documentation" : null, "simpleType" : "ListRootsRequest", "variableSetterType" : "ListRootsRequest" }, "wrapper" : false }, "ListRootsResponse" : { "c2jName" : "ListRootsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getRoots", "beanStyleSetterMethodName" : "setRoots", "c2jName" : "Roots", "c2jShape" : "Roots", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "roots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roots", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of roots that are defined in an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Roots", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Roots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Root", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : "", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Root", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Root", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Roots", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n@param roots A list of roots that are defined in an organization.", "setterMethodName" : "setRoots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Roots" : { "beanStyleGetterMethodName" : "getRoots", "beanStyleSetterMethodName" : "setRoots", "c2jName" : "Roots", "c2jShape" : "Roots", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "roots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roots", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of roots that are defined in an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Roots", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Roots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Root", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : "", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Root", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Root", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Roots", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n@param roots A list of roots that are defined in an organization.", "setterMethodName" : "setRoots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRoots", "beanStyleSetterMethodName" : "setRoots", "c2jName" : "Roots", "c2jShape" : "Roots", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "roots", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n@param roots A list of roots that are defined in an organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roots", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of roots that are defined in an organization.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Roots", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Roots", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "Root", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "Root", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "simple" : false, "variable" : { "variableDeclarationType" : "Root", "variableName" : "member", "variableType" : "Root", "documentation" : "", "simpleType" : "Root", "variableSetterType" : "Root" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Root", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Root", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Roots", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          \n@param roots A list of roots that are defined in an organization.", "setterMethodName" : "setRoots", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "roots", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of roots that are defined in an organization.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListRootsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListRootsResponse", "variableName" : "listRootsResponse", "variableType" : "ListRootsResponse", "documentation" : null, "simpleType" : "ListRootsResponse", "variableSetterType" : "ListRootsResponse" }, "wrapper" : false }, "ListTargetsForPolicyRequest" : { "c2jName" : "ListTargetsForPolicyRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListTargetsForPolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.ListTargetsForPolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@param policyId The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@param policyId The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyId" : { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@param policyId The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@param policyId The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@param policyId The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          \n@param policyId The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the policy for which you want to know its attachments.

                                                                                                                                                                                                                          The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@return Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          \n@param nextToken Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          Use this parameter if you receive a NextToken response in a previous request that indicates that there is more output available. Set it to the value of the previous call's NextToken response to indicate where the output should continue from.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@return (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxResults", "setterDocumentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          \n@param maxResults (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                                                                                                                                                                                                          (Optional) Use this to limit the number of results you want included in the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the maximum you specify, the NextToken response element is present and has a value (is not null). Include that value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that Organizations might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

                                                                                                                                                                                                                          ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId" ], "shapeName" : "ListTargetsForPolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListTargetsForPolicyRequest", "variableName" : "listTargetsForPolicyRequest", "variableType" : "ListTargetsForPolicyRequest", "documentation" : null, "simpleType" : "ListTargetsForPolicyRequest", "variableSetterType" : "ListTargetsForPolicyRequest" }, "wrapper" : false }, "ListTargetsForPolicyResponse" : { "c2jName" : "ListTargetsForPolicyResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "PolicyTargets", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTargetSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTargetSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : null, "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : "", "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTargetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTargetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Targets", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Targets" : { "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "PolicyTargets", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTargetSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTargetSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : null, "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : "", "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTargetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTargetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Targets", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTargets", "beanStyleSetterMethodName" : "setTargets", "c2jName" : "Targets", "c2jShape" : "PolicyTargets", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "targets", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targets", "getterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n

                                                                                                                                                                                                                          \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                          \n@return A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Targets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Targets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTargetSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTargetSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : null, "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "member", "variableType" : "PolicyTargetSummary", "documentation" : "", "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTargetSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTargetSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Targets", "setterDocumentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          \n@param targets A list of structures, each of which contains details about one of the entities to which the specified policy is attached.", "setterMethodName" : "setTargets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "targets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                          A list of structures, each of which contains details about one of the entities to which the specified policy is attached.

                                                                                                                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@return If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextToken", "setterDocumentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          \n@param nextToken If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListTargetsForPolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListTargetsForPolicyResponse", "variableName" : "listTargetsForPolicyResponse", "variableType" : "ListTargetsForPolicyResponse", "documentation" : null, "simpleType" : "ListTargetsForPolicyResponse", "variableSetterType" : "ListTargetsForPolicyResponse" }, "wrapper" : false }, "MalformedPolicyDocumentException" : { "c2jName" : "MalformedPolicyDocumentException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The provided policy document does not meet the requirements of the specified policy type. For example, the syntax might be incorrect. For details about service control policy syntax, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                          ", "enums" : null, "errorCode" : "MalformedPolicyDocumentException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MalformedPolicyDocumentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MalformedPolicyDocumentException", "variableName" : "malformedPolicyDocumentException", "variableType" : "MalformedPolicyDocumentException", "documentation" : null, "simpleType" : "MalformedPolicyDocumentException", "variableSetterType" : "MalformedPolicyDocumentException" }, "wrapper" : false }, "MasterCannotLeaveOrganizationException" : { "c2jName" : "MasterCannotLeaveOrganizationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          You can't remove a master account from an organization. If you want the master account to become a member account in another organization, you must first delete the current organization of the master account.

                                                                                                                                                                                                                          ", "enums" : null, "errorCode" : "MasterCannotLeaveOrganizationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MasterCannotLeaveOrganizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MasterCannotLeaveOrganizationException", "variableName" : "masterCannotLeaveOrganizationException", "variableType" : "MasterCannotLeaveOrganizationException", "documentation" : null, "simpleType" : "MasterCannotLeaveOrganizationException", "variableSetterType" : "MasterCannotLeaveOrganizationException" }, "wrapper" : false }, "MoveAccountRequest" : { "c2jName" : "MoveAccountRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "MoveAccount", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.MoveAccount", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                          The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                          The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                          \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                          The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                          The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                          The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                          The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                          \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                          The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                          The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceParentId", "beanStyleSetterMethodName" : "setSourceParentId", "c2jName" : "SourceParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "sourceParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                          \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceParentId", "getterDocumentation" : "

                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceParentId", "setterDocumentation" : "

                                                                                                                                                                                                                              The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                              \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                              • ", "setterMethodName" : "setSourceParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinationParentId", "beanStyleSetterMethodName" : "setDestinationParentId", "c2jName" : "DestinationParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "destinationParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DestinationParentId", "setterDocumentation" : "

                                                                                                                                                                                                                                    The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                    \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                    • ", "setterMethodName" : "setDestinationParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                      The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                      The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                      \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                      The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                      The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                      The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                      \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                      The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                                                                                                                                                                      The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                      The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                      \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                      The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                      The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DestinationParentId" : { "beanStyleGetterMethodName" : "getDestinationParentId", "beanStyleSetterMethodName" : "setDestinationParentId", "c2jName" : "DestinationParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "destinationParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                      \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DestinationParentId", "setterDocumentation" : "

                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                          \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                          • ", "setterMethodName" : "setDestinationParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SourceParentId" : { "beanStyleGetterMethodName" : "getSourceParentId", "beanStyleSetterMethodName" : "setSourceParentId", "c2jName" : "SourceParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "sourceParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                            \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                              The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceParentId", "setterDocumentation" : "

                                                                                                                                                                                                                                                The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                • ", "setterMethodName" : "setSourceParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                  \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                  \n@param accountId The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) of the account that you want to move.

                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSourceParentId", "beanStyleSetterMethodName" : "setSourceParentId", "c2jName" : "SourceParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "sourceParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                  \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sourceParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                    The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                    \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SourceParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SourceParentId", "setterDocumentation" : "

                                                                                                                                                                                                                                                      The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                      \n@param sourceParentId The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setSourceParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account from.

                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDestinationParentId", "beanStyleSetterMethodName" : "setDestinationParentId", "c2jName" : "DestinationParentId", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentGetterMethodName" : "destinationParentId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                        \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "destinationParentId", "getterDocumentation" : "

                                                                                                                                                                                                                                                          The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                          \n@return The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DestinationParentId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DestinationParentId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DestinationParentId", "setterDocumentation" : "

                                                                                                                                                                                                                                                            The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                            \n@param destinationParentId The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setDestinationParentId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "destinationParentId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the root or organizational unit that you want to move the account to.

                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId", "SourceParentId", "DestinationParentId" ], "shapeName" : "MoveAccountRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MoveAccountRequest", "variableName" : "moveAccountRequest", "variableType" : "MoveAccountRequest", "documentation" : null, "simpleType" : "MoveAccountRequest", "variableSetterType" : "MoveAccountRequest" }, "wrapper" : false }, "MoveAccountResponse" : { "c2jName" : "MoveAccountResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "MoveAccountResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "MoveAccountResponse", "variableName" : "moveAccountResponse", "variableType" : "MoveAccountResponse", "documentation" : null, "simpleType" : "MoveAccountResponse", "variableSetterType" : "MoveAccountResponse" }, "wrapper" : false }, "Organization" : { "c2jName" : "Organization", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Contains details about an organization. An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies .

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : "OrganizationFeatureSet", "fluentGetterMethodName" : "featureSet", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FeatureSet", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMasterAccountArn", "beanStyleSetterMethodName" : "setMasterAccountArn", "c2jName" : "MasterAccountArn", "c2jShape" : "AccountArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountArn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setMasterAccountArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMasterAccountId", "beanStyleSetterMethodName" : "setMasterAccountId", "c2jName" : "MasterAccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountId", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setMasterAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMasterAccountEmail", "beanStyleSetterMethodName" : "setMasterAccountEmail", "c2jName" : "MasterAccountEmail", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountEmail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountEmail", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountEmail", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountEmail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountEmail", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.", "setterMethodName" : "setMasterAccountEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAvailablePolicyTypes", "beanStyleSetterMethodName" : "setAvailablePolicyTypes", "c2jName" : "AvailablePolicyTypes", "c2jShape" : "PolicyTypes", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "availablePolicyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availablePolicyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailablePolicyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailablePolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AvailablePolicyTypes", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.", "setterMethodName" : "setAvailablePolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AvailablePolicyTypes" : { "beanStyleGetterMethodName" : "getAvailablePolicyTypes", "beanStyleSetterMethodName" : "setAvailablePolicyTypes", "c2jName" : "AvailablePolicyTypes", "c2jShape" : "PolicyTypes", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "availablePolicyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availablePolicyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailablePolicyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailablePolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AvailablePolicyTypes", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.", "setterMethodName" : "setAvailablePolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "FeatureSet" : { "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : "OrganizationFeatureSet", "fluentGetterMethodName" : "featureSet", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FeatureSet", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MasterAccountArn" : { "beanStyleGetterMethodName" : "getMasterAccountArn", "beanStyleSetterMethodName" : "setMasterAccountArn", "c2jName" : "MasterAccountArn", "c2jShape" : "AccountArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountArn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setMasterAccountArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MasterAccountEmail" : { "beanStyleGetterMethodName" : "getMasterAccountEmail", "beanStyleSetterMethodName" : "setMasterAccountEmail", "c2jName" : "MasterAccountEmail", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountEmail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountEmail", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountEmail", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountEmail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountEmail", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.", "setterMethodName" : "setMasterAccountEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MasterAccountId" : { "beanStyleGetterMethodName" : "getMasterAccountId", "beanStyleSetterMethodName" : "setMasterAccountId", "c2jName" : "MasterAccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountId", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setMasterAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an organization ID string requires \"o-\" followed by from 10 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of an organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFeatureSet", "beanStyleSetterMethodName" : "setFeatureSet", "c2jName" : "FeatureSet", "c2jShape" : "OrganizationFeatureSet", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : "OrganizationFeatureSet", "fluentGetterMethodName" : "featureSet", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrganizationFeatureSet", "fluentSetterMethodName" : "featureSet", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FeatureSet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FeatureSet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FeatureSet", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param featureSet Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.\n@see OrganizationFeatureSet", "setterMethodName" : "setFeatureSet", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "featureSet", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Specifies the functionality that currently is available to the organization. If set to \"ALL\", then all features are enabled and policies can be applied to accounts in the organization. If set to \"CONSOLIDATED_BILLING\", then only consolidated billing functionality is available. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMasterAccountArn", "beanStyleSetterMethodName" : "setMasterAccountArn", "c2jName" : "MasterAccountArn", "c2jShape" : "AccountArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountArn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param masterAccountArn The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setMasterAccountArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of the account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMasterAccountId", "beanStyleSetterMethodName" : "setMasterAccountId", "c2jName" : "MasterAccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountId", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              \n@param masterAccountId The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setMasterAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the master account of an organization.

                                                                                                                                                                                                                                                              The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMasterAccountEmail", "beanStyleSetterMethodName" : "setMasterAccountEmail", "c2jName" : "MasterAccountEmail", "c2jShape" : "Email", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "masterAccountEmail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "masterAccountEmail", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@return The email address that is associated with the AWS account that is designated as the master account for the organization.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MasterAccountEmail", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MasterAccountEmail", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MasterAccountEmail", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              \n@param masterAccountEmail The email address that is associated with the AWS account that is designated as the master account for the organization.", "setterMethodName" : "setMasterAccountEmail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "masterAccountEmail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The email address that is associated with the AWS account that is designated as the master account for the organization.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAvailablePolicyTypes", "beanStyleSetterMethodName" : "setAvailablePolicyTypes", "c2jName" : "AvailablePolicyTypes", "c2jShape" : "PolicyTypes", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "availablePolicyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "availablePolicyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n

                                                                                                                                                                                                                                                              \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                              \n@return A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AvailablePolicyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailablePolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "AvailablePolicyTypes", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              \n@param availablePolicyTypes A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.", "setterMethodName" : "setAvailablePolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "availablePolicyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              A list of policy types that are enabled for this organization. For example, if your organization has all features enabled, then service control policies (SCPs) are included in the list.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Organization", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Organization", "variableName" : "organization", "variableType" : "Organization", "documentation" : null, "simpleType" : "Organization", "variableSetterType" : "Organization" }, "wrapper" : false }, "OrganizationFeatureSet" : { "c2jName" : "OrganizationFeatureSet", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ALL", "value" : "ALL" }, { "name" : "CONSOLIDATED_BILLING", "value" : "CONSOLIDATED_BILLING" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationFeatureSet", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OrganizationFeatureSet", "variableName" : "organizationFeatureSet", "variableType" : "OrganizationFeatureSet", "documentation" : null, "simpleType" : "OrganizationFeatureSet", "variableSetterType" : "OrganizationFeatureSet" }, "wrapper" : false }, "OrganizationNotEmptyException" : { "c2jName" : "OrganizationNotEmptyException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The organization isn't empty. To delete an organization, you must first remove all accounts except the master account, delete all organizational units (OUs), and delete all policies.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : "OrganizationNotEmptyException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationNotEmptyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OrganizationNotEmptyException", "variableName" : "organizationNotEmptyException", "variableType" : "OrganizationNotEmptyException", "documentation" : null, "simpleType" : "OrganizationNotEmptyException", "variableSetterType" : "OrganizationNotEmptyException" }, "wrapper" : false }, "OrganizationalUnit" : { "c2jName" : "OrganizationalUnit", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Contains details about an organizational unit (OU). An OU is a container of AWS accounts within a root of an organization. Policies that are attached to an OU apply to all accounts contained in that OU and in any child OUs.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationalUnitArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationalUnitArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) associated with this OU.

                                                                                                                                                                                                                                                              The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "OrganizationalUnitArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) of this OU.

                                                                                                                                                                                                                                                              For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@return The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              \n@param name The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The friendly name of this OU.

                                                                                                                                                                                                                                                              The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationalUnit", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "wrapper" : false }, "OrganizationalUnitNotEmptyException" : { "c2jName" : "OrganizationalUnitNotEmptyException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The specified organizational unit (OU) is not empty. Move all accounts to another root or to other OUs, remove all child OUs, and then try the operation again.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : "OrganizationalUnitNotEmptyException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationalUnitNotEmptyException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnitNotEmptyException", "variableName" : "organizationalUnitNotEmptyException", "variableType" : "OrganizationalUnitNotEmptyException", "documentation" : null, "simpleType" : "OrganizationalUnitNotEmptyException", "variableSetterType" : "OrganizationalUnitNotEmptyException" }, "wrapper" : false }, "OrganizationalUnitNotFoundException" : { "c2jName" : "OrganizationalUnitNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              We can't find an organizational unit (OU) with the OrganizationalUnitId that you specified.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : "OrganizationalUnitNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OrganizationalUnitNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OrganizationalUnitNotFoundException", "variableName" : "organizationalUnitNotFoundException", "variableType" : "OrganizationalUnitNotFoundException", "documentation" : null, "simpleType" : "OrganizationalUnitNotFoundException", "variableSetterType" : "OrganizationalUnitNotFoundException" }, "wrapper" : false }, "Parent" : { "c2jName" : "Parent", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Contains information about either a root or an organizational unit (OU) that can contain OUs or accounts in an organization.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                  The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                  The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                    The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ParentType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    The type of the parent entity.

                                                                                                                                                                                                                                                                    ", "enumType" : "ParentType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The type of the parent entity.

                                                                                                                                                                                                                                                                    \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    The type of the parent entity.

                                                                                                                                                                                                                                                                    \n@return The type of the parent entity.\n@see ParentType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                    The type of the parent entity.

                                                                                                                                                                                                                                                                    \n@param type The type of the parent entity.\n@see ParentType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                    The type of the parent entity.

                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                    The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                    \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                    The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                      The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                      \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                      The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                        The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                        \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                        The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ParentType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The type of the parent entity.

                                                                                                                                                                                                                                                                          ", "enumType" : "ParentType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The type of the parent entity.

                                                                                                                                                                                                                                                                          \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                          The type of the parent entity.

                                                                                                                                                                                                                                                                          \n@return The type of the parent entity.\n@see ParentType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                          The type of the parent entity.

                                                                                                                                                                                                                                                                          \n@param type The type of the parent entity.\n@see ParentType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          The type of the parent entity.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "ParentId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                          The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                          \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                          The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                            The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                            \n@return The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                            The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                              The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                              \n@param id The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                              The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the parent entity.

                                                                                                                                                                                                                                                                                The regex pattern for a parent ID string requires one of the following:

                                                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ParentType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The type of the parent entity.

                                                                                                                                                                                                                                                                                ", "enumType" : "ParentType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of the parent entity.

                                                                                                                                                                                                                                                                                \n@param type The type of the parent entity.\n@see ParentType\n@return Returns a reference to this object so that method calls can be chained together.\n@see ParentType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of the parent entity.

                                                                                                                                                                                                                                                                                \n@return The type of the parent entity.\n@see ParentType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of the parent entity.

                                                                                                                                                                                                                                                                                \n@param type The type of the parent entity.\n@see ParentType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The type of the parent entity.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Parent", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Parent", "variableName" : "parent", "variableType" : "Parent", "documentation" : null, "simpleType" : "Parent", "variableSetterType" : "Parent" }, "wrapper" : false }, "ParentNotFoundException" : { "c2jName" : "ParentNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                We can't find a root or organizational unit (OU) with the ParentId that you specified.

                                                                                                                                                                                                                                                                                ", "enums" : null, "errorCode" : "ParentNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParentNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ParentNotFoundException", "variableName" : "parentNotFoundException", "variableType" : "ParentNotFoundException", "documentation" : null, "simpleType" : "ParentNotFoundException", "variableSetterType" : "ParentNotFoundException" }, "wrapper" : false }, "ParentType" : { "c2jName" : "ParentType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ROOT", "value" : "ROOT" }, { "name" : "ORGANIZATIONAL_UNIT", "value" : "ORGANIZATIONAL_UNIT" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ParentType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ParentType", "variableName" : "parentType", "variableType" : "ParentType", "documentation" : null, "simpleType" : "ParentType", "variableSetterType" : "ParentType" }, "wrapper" : false }, "Policy" : { "c2jName" : "Policy", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                Contains rules to be applied to the affected accounts. Policies can be attached directly to accounts, or to roots and OUs to affect all accounts in those hierarchies.

                                                                                                                                                                                                                                                                                ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicySummary", "beanStyleSetterMethodName" : "setPolicySummary", "c2jName" : "PolicySummary", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "policySummary", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policySummary", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@return A structure that contains additional details about the policy.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicySummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicySummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PolicySummary", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@param policySummary A structure that contains additional details about the policy.", "setterMethodName" : "setPolicySummary", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@param content The text content of the policy.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Content" : { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@param content The text content of the policy.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicySummary" : { "beanStyleGetterMethodName" : "getPolicySummary", "beanStyleSetterMethodName" : "setPolicySummary", "c2jName" : "PolicySummary", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "policySummary", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policySummary", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@return A structure that contains additional details about the policy.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicySummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicySummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PolicySummary", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@param policySummary A structure that contains additional details about the policy.", "setterMethodName" : "setPolicySummary", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicySummary", "beanStyleSetterMethodName" : "setPolicySummary", "c2jName" : "PolicySummary", "c2jShape" : "PolicySummary", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "policySummary", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@param policySummary A structure that contains additional details about the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policySummary", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@return A structure that contains additional details about the policy.", "getterModel" : { "returnType" : "PolicySummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicySummary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicySummary", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PolicySummary", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                \n@param policySummary A structure that contains additional details about the policy.", "setterMethodName" : "setPolicySummary", "setterModel" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : "

                                                                                                                                                                                                                                                                                A structure that contains additional details about the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@param content The text content of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@return The text content of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                \n@param content The text content of the policy.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The text content of the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Policy", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "wrapper" : false }, "PolicyInUseException" : { "c2jName" : "PolicyInUseException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The policy is attached to one or more entities. You must detach it from all roots, organizational units (OUs), and accounts before performing this operation.

                                                                                                                                                                                                                                                                                ", "enums" : null, "errorCode" : "PolicyInUseException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyInUseException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyInUseException", "variableName" : "policyInUseException", "variableType" : "PolicyInUseException", "documentation" : null, "simpleType" : "PolicyInUseException", "variableSetterType" : "PolicyInUseException" }, "wrapper" : false }, "PolicyNotAttachedException" : { "c2jName" : "PolicyNotAttachedException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The policy isn't attached to the specified target in the specified root.

                                                                                                                                                                                                                                                                                ", "enums" : null, "errorCode" : "PolicyNotAttachedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyNotAttachedException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyNotAttachedException", "variableName" : "policyNotAttachedException", "variableType" : "PolicyNotAttachedException", "documentation" : null, "simpleType" : "PolicyNotAttachedException", "variableSetterType" : "PolicyNotAttachedException" }, "wrapper" : false }, "PolicyNotFoundException" : { "c2jName" : "PolicyNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                We can't find a policy with the PolicyId that you specified.

                                                                                                                                                                                                                                                                                ", "enums" : null, "errorCode" : "PolicyNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyNotFoundException", "variableName" : "policyNotFoundException", "variableType" : "PolicyNotFoundException", "documentation" : null, "simpleType" : "PolicyNotFoundException", "variableSetterType" : "PolicyNotFoundException" }, "wrapper" : false }, "PolicySummary" : { "c2jName" : "PolicySummary", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                Contains information about a policy, but does not include the content. To see the content of a policy, see DescribePolicy.

                                                                                                                                                                                                                                                                                ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "PolicyArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@return The description of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@param description The description of the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@return The type of policy.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@param type The type of policy.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAwsManaged", "beanStyleSetterMethodName" : "setAwsManaged", "c2jName" : "AwsManaged", "c2jShape" : "AwsManagedPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "awsManaged", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsManaged", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsManaged", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsManaged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AwsManaged", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "setterMethodName" : "setAwsManaged", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "PolicyArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AwsManaged" : { "beanStyleGetterMethodName" : "getAwsManaged", "beanStyleSetterMethodName" : "setAwsManaged", "c2jName" : "AwsManaged", "c2jShape" : "AwsManagedPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "awsManaged", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsManaged", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsManaged", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsManaged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AwsManaged", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "setterMethodName" : "setAwsManaged", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@return The description of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@param description The description of the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@return The type of policy.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@param type The type of policy.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@return The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@param id The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy.

                                                                                                                                                                                                                                                                                The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "PolicyArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@return The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                \n@param arn The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The Amazon Resource Name (ARN) of the policy.

                                                                                                                                                                                                                                                                                For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@return The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                \n@param name The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The friendly name of the policy.

                                                                                                                                                                                                                                                                                The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@param description The description of the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@return The description of the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                \n@param description The description of the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The description of the policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@param type The type of policy.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@return The type of policy.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                \n@param type The type of policy.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The type of policy.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAwsManaged", "beanStyleSetterMethodName" : "setAwsManaged", "c2jName" : "AwsManaged", "c2jShape" : "AwsManagedPolicy", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "awsManaged", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsManaged", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@return A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsManaged", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsManaged", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "AwsManaged", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                \n@param awsManaged A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.", "setterMethodName" : "setAwsManaged", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : null, "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "awsManaged", "variableType" : "Boolean", "documentation" : "

                                                                                                                                                                                                                                                                                A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

                                                                                                                                                                                                                                                                                ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicySummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicySummary", "variableName" : "policySummary", "variableType" : "PolicySummary", "documentation" : null, "simpleType" : "PolicySummary", "variableSetterType" : "PolicySummary" }, "wrapper" : false }, "PolicyTargetSummary" : { "c2jName" : "PolicyTargetSummary", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                Contains information about a root, OU, or account that a policy is attached to.

                                                                                                                                                                                                                                                                                ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                    The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                    \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                    The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                    • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                    • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                    • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "GenericArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "TargetType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                      ", "enumType" : "TargetType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                      \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                      \n@return The type of the policy target.\n@see TargetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                      \n@param type The type of the policy target.\n@see TargetType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      The type of the policy target.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "GenericArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                      For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      The friendly name of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TargetId" : { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                      \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                      The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                      • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                      • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                      • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                        The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                        \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                        The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                        • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                        • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                        • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                          \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                          The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                          • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                          • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                          • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "TargetType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                            ", "enumType" : "TargetType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                            \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                            \n@return The type of the policy target.\n@see TargetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                            \n@param type The type of the policy target.\n@see TargetType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                            The type of the policy target.

                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTargetId", "beanStyleSetterMethodName" : "setTargetId", "c2jName" : "TargetId", "c2jShape" : "PolicyTargetId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentGetterMethodName" : "targetId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                            \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                            The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                            • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                            • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                            • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "targetId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                              The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                              \n@return The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                              The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                              • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                              • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                              • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TargetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TargetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TargetId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                \n@param targetId The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setTargetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "targetId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern for a target ID string requires one of the following:

                                                                                                                                                                                                                                                                                                  • Root: a string that begins with \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  • Account: a string that consists of exactly 12 digits.

                                                                                                                                                                                                                                                                                                  • Organizational unit (OU): a string that begins with \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "GenericArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the policy target.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "TargetName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the policy target.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "TargetType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The type of the policy target.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "TargetType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The type of the policy target.

                                                                                                                                                                                                                                                                                                  \n@param type The type of the policy target.\n@see TargetType\n@return Returns a reference to this object so that method calls can be chained together.\n@see TargetType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The type of the policy target.

                                                                                                                                                                                                                                                                                                  \n@return The type of the policy target.\n@see TargetType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The type of the policy target.

                                                                                                                                                                                                                                                                                                  \n@param type The type of the policy target.\n@see TargetType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The type of the policy target.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTargetSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyTargetSummary", "variableName" : "policyTargetSummary", "variableType" : "PolicyTargetSummary", "documentation" : null, "simpleType" : "PolicyTargetSummary", "variableSetterType" : "PolicyTargetSummary" }, "wrapper" : false }, "PolicyType" : { "c2jName" : "PolicyType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "SERVICE_CONTROL_POLICY", "value" : "SERVICE_CONTROL_POLICY" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyType", "variableName" : "policyType", "variableType" : "PolicyType", "documentation" : null, "simpleType" : "PolicyType", "variableSetterType" : "PolicyType" }, "wrapper" : false }, "PolicyTypeAlreadyEnabledException" : { "c2jName" : "PolicyTypeAlreadyEnabledException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The specified policy type is already enabled in the specified root.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "PolicyTypeAlreadyEnabledException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeAlreadyEnabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyTypeAlreadyEnabledException", "variableName" : "policyTypeAlreadyEnabledException", "variableType" : "PolicyTypeAlreadyEnabledException", "documentation" : null, "simpleType" : "PolicyTypeAlreadyEnabledException", "variableSetterType" : "PolicyTypeAlreadyEnabledException" }, "wrapper" : false }, "PolicyTypeNotAvailableForOrganizationException" : { "c2jName" : "PolicyTypeNotAvailableForOrganizationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  You can't use the specified policy type with the feature set currently enabled for this organization. For example, you can enable service control policies (SCPs) only after you enable all features in the organization. For more information, see Enabling and Disabling a Policy Type on a Root in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "PolicyTypeNotAvailableForOrganizationException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeNotAvailableForOrganizationException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyTypeNotAvailableForOrganizationException", "variableName" : "policyTypeNotAvailableForOrganizationException", "variableType" : "PolicyTypeNotAvailableForOrganizationException", "documentation" : null, "simpleType" : "PolicyTypeNotAvailableForOrganizationException", "variableSetterType" : "PolicyTypeNotAvailableForOrganizationException" }, "wrapper" : false }, "PolicyTypeNotEnabledException" : { "c2jName" : "PolicyTypeNotEnabledException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The specified policy type is not currently enabled in this root. You cannot attach policies of the specified type to entities in a root until you enable that type in the root. For more information, see Enabling All Features in Your Organization in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "PolicyTypeNotEnabledException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeNotEnabledException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PolicyTypeNotEnabledException", "variableName" : "policyTypeNotEnabledException", "variableType" : "PolicyTypeNotEnabledException", "documentation" : null, "simpleType" : "PolicyTypeNotEnabledException", "variableSetterType" : "PolicyTypeNotEnabledException" }, "wrapper" : false }, "PolicyTypeStatus" : { "c2jName" : "PolicyTypeStatus", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ENABLED", "value" : "ENABLED" }, { "name" : "PENDING_ENABLE", "value" : "PENDING_ENABLE" }, { "name" : "PENDING_DISABLE", "value" : "PENDING_DISABLE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyTypeStatus", "variableName" : "policyTypeStatus", "variableType" : "PolicyTypeStatus", "documentation" : null, "simpleType" : "PolicyTypeStatus", "variableSetterType" : "PolicyTypeStatus" }, "wrapper" : false }, "PolicyTypeSummary" : { "c2jName" : "PolicyTypeSummary", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  Contains information about a policy type and its status in the associated root.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@return The name of the policy type.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@param type The name of the policy type.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PolicyTypeStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "PolicyTypeStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PolicyTypeStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "PolicyTypeStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@return The name of the policy type.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@param type The name of the policy type.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PolicyType", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "PolicyType", "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@param type The name of the policy type.\n@see PolicyType\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@return The name of the policy type.\n@see PolicyType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  \n@param type The name of the policy type.\n@see PolicyType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The name of the policy type.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PolicyTypeStatus", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  ", "enumType" : "PolicyTypeStatus", "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see PolicyTypeStatus", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@return The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  \n@param status The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.\n@see PolicyTypeStatus", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PolicyTypeSummary", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "policyTypeSummary", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "wrapper" : false }, "RemoveAccountFromOrganizationRequest" : { "c2jName" : "RemoveAccountFromOrganizationRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "RemoveAccountFromOrganization", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.RemoveAccountFromOrganization", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AccountId" : { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAccountId", "beanStyleSetterMethodName" : "setAccountId", "c2jName" : "AccountId", "c2jShape" : "AccountId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "accountId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accountId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AccountId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AccountId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AccountId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  \n@param accountId The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.", "setterMethodName" : "setAccountId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "accountId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the member account that you want to remove from the organization.

                                                                                                                                                                                                                                                                                                  The regex pattern for an account ID string requires exactly 12 digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccountId" ], "shapeName" : "RemoveAccountFromOrganizationRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RemoveAccountFromOrganizationRequest", "variableName" : "removeAccountFromOrganizationRequest", "variableType" : "RemoveAccountFromOrganizationRequest", "documentation" : null, "simpleType" : "RemoveAccountFromOrganizationRequest", "variableSetterType" : "RemoveAccountFromOrganizationRequest" }, "wrapper" : false }, "RemoveAccountFromOrganizationResponse" : { "c2jName" : "RemoveAccountFromOrganizationResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : null, "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RemoveAccountFromOrganizationResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RemoveAccountFromOrganizationResponse", "variableName" : "removeAccountFromOrganizationResponse", "variableType" : "RemoveAccountFromOrganizationResponse", "documentation" : null, "simpleType" : "RemoveAccountFromOrganizationResponse", "variableSetterType" : "RemoveAccountFromOrganizationResponse" }, "wrapper" : false }, "Root" : { "c2jName" : "Root", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  Contains details about a root. A root is a top-level parent node in the hierarchy of an organization that can contain organizational units (OUs) and accounts. Every root contains every AWS account in the organization. Each root enables the accounts to be organized in a different way and to have different policy types enabled for use in that root.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "RootArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RootName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyTypes", "beanStyleSetterMethodName" : "setPolicyTypes", "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                  \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "PolicyTypes", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.", "setterMethodName" : "setPolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "RootArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RootName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyTypes" : { "beanStyleGetterMethodName" : "getPolicyTypes", "beanStyleSetterMethodName" : "setPolicyTypes", "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                  \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "PolicyTypes", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.", "setterMethodName" : "setPolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "RootId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param id The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) for the root.

                                                                                                                                                                                                                                                                                                  The regex pattern for a root ID string requires \"r-\" followed by from 4 to 32 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "RootArn", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@return The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param arn The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The Amazon Resource Name (ARN) of the root.

                                                                                                                                                                                                                                                                                                  For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "RootName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The friendly name of the root.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPolicyTypes", "beanStyleSetterMethodName" : "setPolicyTypes", "c2jName" : "PolicyTypes", "c2jShape" : "PolicyTypes", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policyTypes", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyTypes", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n

                                                                                                                                                                                                                                                                                                  \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                  \n@return The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyTypes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyTypes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "beanStyleGetterMethodName" : "getMember", "beanStyleSetterMethodName" : "setMember", "c2jName" : "member", "c2jShape" : "PolicyTypeSummary", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "member", "fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "member", "getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.", "getterModel" : { "returnType" : "PolicyTypeSummary", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Member", "setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : null, "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "simple" : false, "variable" : { "variableDeclarationType" : "PolicyTypeSummary", "variableName" : "member", "variableType" : "PolicyTypeSummary", "documentation" : "", "simpleType" : "PolicyTypeSummary", "variableSetterType" : "PolicyTypeSummary" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PolicyTypeSummary", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PolicyTypeSummary", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "PolicyTypes", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  \n@param policyTypes The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.", "setterMethodName" : "setPolicyTypes", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "policyTypes", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                  The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Root", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Root", "variableName" : "root", "variableType" : "Root", "documentation" : null, "simpleType" : "Root", "variableSetterType" : "Root" }, "wrapper" : false }, "RootNotFoundException" : { "c2jName" : "RootNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  We can't find a root with the RootId that you specified.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "RootNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "RootNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "RootNotFoundException", "variableName" : "rootNotFoundException", "variableType" : "RootNotFoundException", "documentation" : null, "simpleType" : "RootNotFoundException", "variableSetterType" : "RootNotFoundException" }, "wrapper" : false }, "ServiceException" : { "c2jName" : "ServiceException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  AWS Organizations can't complete your request because of an internal service error. Try again later.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "ServiceException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceException", "variableName" : "serviceException", "variableType" : "ServiceException", "documentation" : null, "simpleType" : "ServiceException", "variableSetterType" : "ServiceException" }, "wrapper" : false }, "SourceParentNotFoundException" : { "c2jName" : "SourceParentNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  We can't find a source root or OU with the ParentId that you specified.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "SourceParentNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SourceParentNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SourceParentNotFoundException", "variableName" : "sourceParentNotFoundException", "variableType" : "SourceParentNotFoundException", "documentation" : null, "simpleType" : "SourceParentNotFoundException", "variableSetterType" : "SourceParentNotFoundException" }, "wrapper" : false }, "TargetNotFoundException" : { "c2jName" : "TargetNotFoundException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  We can't find a root, OU, or account with the TargetId that you specified.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "TargetNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetNotFoundException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TargetNotFoundException", "variableName" : "targetNotFoundException", "variableType" : "TargetNotFoundException", "documentation" : null, "simpleType" : "TargetNotFoundException", "variableSetterType" : "TargetNotFoundException" }, "wrapper" : false }, "TargetType" : { "c2jName" : "TargetType", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "ACCOUNT", "value" : "ACCOUNT" }, { "name" : "ORGANIZATIONAL_UNIT", "value" : "ORGANIZATIONAL_UNIT" }, { "name" : "ROOT", "value" : "ROOT" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TargetType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TargetType", "variableName" : "targetType", "variableType" : "TargetType", "documentation" : null, "simpleType" : "TargetType", "variableSetterType" : "TargetType" }, "wrapper" : false }, "TooManyRequestsException" : { "c2jName" : "TooManyRequestsException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  You've sent too many requests in too short a period of time. The limit helps protect against denial-of-service attacks. Try again later.

                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : "TooManyRequestsException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ExceptionType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ExceptionType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "ExceptionType", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "Returns the value of the Type property for this object.\n@return The value of the Type property for this object.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "Sets the value of the Type property for this object.\n\n@param type The new value for the Type property for this object.", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TooManyRequestsException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TooManyRequestsException", "variableName" : "tooManyRequestsException", "variableType" : "TooManyRequestsException", "documentation" : null, "simpleType" : "TooManyRequestsException", "variableSetterType" : "TooManyRequestsException" }, "wrapper" : false }, "UpdateOrganizationalUnitRequest" : { "c2jName" : "UpdateOrganizationalUnitRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateOrganizationalUnit", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.UpdateOrganizationalUnit", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OrganizationalUnitId" : { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnitId", "beanStyleSetterMethodName" : "setOrganizationalUnitId", "c2jName" : "OrganizationalUnitId", "c2jShape" : "OrganizationalUnitId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnitId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnitId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnitId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnitId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OrganizationalUnitId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnitId The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.", "setterMethodName" : "setOrganizationalUnitId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "organizationalUnitId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the OU that you want to rename. You can get the ID from the ListOrganizationalUnitsForParent operation.

                                                                                                                                                                                                                                                                                                  The regex pattern for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lower-case letters or digits (the ID of the root that contains the OU) followed by a second \"-\" dash and from 8 to 32 additional lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "OrganizationalUnitName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The new name that you want to assign to the OU.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "OrganizationalUnitId" ], "shapeName" : "UpdateOrganizationalUnitRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateOrganizationalUnitRequest", "variableName" : "updateOrganizationalUnitRequest", "variableType" : "UpdateOrganizationalUnitRequest", "documentation" : null, "simpleType" : "UpdateOrganizationalUnitRequest", "variableSetterType" : "UpdateOrganizationalUnitRequest" }, "wrapper" : false }, "UpdateOrganizationalUnitResponse" : { "c2jName" : "UpdateOrganizationalUnitResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@return A structure that contains the details about the specified OU, including its new name.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "OrganizationalUnit" : { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@return A structure that contains the details about the specified OU, including its new name.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOrganizationalUnit", "beanStyleSetterMethodName" : "setOrganizationalUnit", "c2jName" : "OrganizationalUnit", "c2jShape" : "OrganizationalUnit", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "organizationalUnit", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "organizationalUnit", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@return A structure that contains the details about the specified OU, including its new name.", "getterModel" : { "returnType" : "OrganizationalUnit", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OrganizationalUnit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OrganizationalUnit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "OrganizationalUnit", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  \n@param organizationalUnit A structure that contains the details about the specified OU, including its new name.", "setterMethodName" : "setOrganizationalUnit", "setterModel" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : null, "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "simple" : false, "variable" : { "variableDeclarationType" : "OrganizationalUnit", "variableName" : "organizationalUnit", "variableType" : "OrganizationalUnit", "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains the details about the specified OU, including its new name.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "OrganizationalUnit", "variableSetterType" : "OrganizationalUnit" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateOrganizationalUnitResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateOrganizationalUnitResponse", "variableName" : "updateOrganizationalUnitResponse", "variableType" : "UpdateOrganizationalUnitResponse", "documentation" : null, "simpleType" : "UpdateOrganizationalUnitResponse", "variableSetterType" : "UpdateOrganizationalUnitResponse" }, "wrapper" : false }, "UpdatePolicyRequest" : { "c2jName" : "UpdatePolicyRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdatePolicy", "locationName" : null, "requestUri" : "/", "target" : "AWSOrganizationsV20161128.UpdatePolicy", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new description for the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@param description If provided, the new description for the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Content" : { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new description for the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@param description If provided, the new description for the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PolicyId" : { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicyId", "beanStyleSetterMethodName" : "setPolicyId", "c2jName" : "PolicyId", "c2jShape" : "PolicyId", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@return The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PolicyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PolicyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PolicyId", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  \n@param policyId The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.", "setterMethodName" : "setPolicyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "policyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The unique identifier (ID) of the policy that you want to update.

                                                                                                                                                                                                                                                                                                  The regex pattern for a policy ID string requires \"p-\" followed by from 8 to 128 lower-case letters or digits.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "PolicyName", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Name", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  \n@param name If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new name for the policy.

                                                                                                                                                                                                                                                                                                  The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "PolicyDescription", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@param description If provided, the new description for the policy.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "description", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new description for the policy.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Description", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Description", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Description", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  \n@param description If provided, the new description for the policy.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new description for the policy.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContent", "beanStyleSetterMethodName" : "setContent", "c2jName" : "Content", "c2jShape" : "PolicyContent", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "content", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "content", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@return If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Content", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  \n@param content If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.", "setterMethodName" : "setContent", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  If provided, the new content for the policy. The text must be correctly formatted JSON that complies with the syntax for the policy's type. For more information, see Service Control Policy Syntax in the AWS Organizations User Guide.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PolicyId" ], "shapeName" : "UpdatePolicyRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdatePolicyRequest", "variableName" : "updatePolicyRequest", "variableType" : "UpdatePolicyRequest", "documentation" : null, "simpleType" : "UpdatePolicyRequest", "variableSetterType" : "UpdatePolicyRequest" }, "wrapper" : false }, "UpdatePolicyResponse" : { "c2jName" : "UpdatePolicyResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@return A structure that contains details about the updated policy, showing the requested changes.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@param policy A structure that contains details about the updated policy, showing the requested changes.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Policy" : { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@return A structure that contains details about the updated policy, showing the requested changes.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@param policy A structure that contains details about the updated policy, showing the requested changes.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPolicy", "beanStyleSetterMethodName" : "setPolicy", "c2jName" : "Policy", "c2jShape" : "Policy", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentGetterMethodName" : "policy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@param policy A structure that contains details about the updated policy, showing the requested changes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "policy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@return A structure that contains details about the updated policy, showing the requested changes.", "getterModel" : { "returnType" : "Policy", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Policy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Policy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Policy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  \n@param policy A structure that contains details about the updated policy, showing the requested changes.", "setterMethodName" : "setPolicy", "setterModel" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : null, "simpleType" : "Policy", "variableSetterType" : "Policy" }, "simple" : false, "variable" : { "variableDeclarationType" : "Policy", "variableName" : "policy", "variableType" : "Policy", "documentation" : "

                                                                                                                                                                                                                                                                                                  A structure that contains details about the updated policy, showing the requested changes.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Policy", "variableSetterType" : "Policy" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdatePolicyResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdatePolicyResponse", "variableName" : "updatePolicyResponse", "variableType" : "UpdatePolicyResponse", "documentation" : null, "simpleType" : "UpdatePolicyResponse", "variableSetterType" : "UpdatePolicyResponse" }, "wrapper" : false } }, "customAuthorizers" : { }, "examples" : { "examples" : { "AcceptHandshake" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Bill is the owner of an organization, and he invites Juan's account (222222222222) to join his organization. The following example shows Juan's account accepting the handshake and thus agreeing to the invitation.", "id" : "to-accept-a-handshake-from-another-account-1472500561150", "input" : { "HandshakeId" : "h-examplehandshakeid111" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "ACCEPTED", "RequestedTimestamp" : "20170214T1215Z", "ExpirationTimestamp" : "20170228T1215Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Org Master Account", "Type" : "MASTER_NAME" }, { "Value" : "ALL", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "222222222222", "Type" : "ACCOUNT" } ] } }, "title" : "To accept a handshake from another account" } ], "AttachPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to attach a service control policy (SCP) to an OU:\n", "id" : "to-attach-a-policy-to-an-ou", "input" : { "PolicyId" : "p-examplepolicyid111", "TargetId" : "ou-examplerootid111-exampleouid111" }, "output" : null, "title" : "To attach a policy to an OU" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to attach a service control policy (SCP) to an account:\n", "id" : "to-attach-a-policy-to-an-account", "input" : { "PolicyId" : "p-examplepolicyid111", "TargetId" : "333333333333" }, "output" : null, "title" : "To attach a policy to an account" } ], "CancelHandshake" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Bill previously sent an invitation to Susan's account to join his organization. He changes his mind and decides to cancel the invitation before Susan accepts it. The following example shows Bill's cancellation:\n", "id" : "to-cancel-a-handshake-sent-to-a-member-account-1472501320506", "input" : { "HandshakeId" : "h-examplehandshakeid111" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "CANCELED", "RequestedTimestamp" : "20170214T1215Z", "ExpirationTimestamp" : "20170228T1215Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Master Account", "Type" : "MASTER_NAME" }, { "Value" : "CONSOLIDATED_BILLING", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "222222222222", "Type" : "ACCOUNT" }, { "Value" : "This is a request for Susan's account to join Bob's organization.", "Type" : "NOTES" } ] } }, "title" : "To cancel a handshake sent to a member account" } ], "CreateAccount" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The owner of an organization creates a member account in the organization. The following example shows that when the organization owner creates the member account, the account is preconfigured with the name \"Production Account\" and an owner email address of [email protected]. An IAM role is automatically created using the default name because the roleName parameter is not used. AWS Organizations sends Susan a \"Welcome to AWS\" email:\n\n", "id" : "to-create-a-new-account-that-is-automatically-part-of-the-organization-1472501463507", "input" : { "Email" : "[email protected]", "AccountName" : "Production Account" }, "output" : { "CreateAccountStatus" : { "Id" : "car-examplecreateaccountrequestid111", "State" : "IN_PROGRESS" } }, "title" : "To create a new account that is automatically part of the organization" } ], "CreateOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "Bill wants to create an organization using credentials from account 111111111111. The following example shows that the account becomes the master account in the new organization. Because he does not specify a feature set, the new organization defaults to all features enabled and service control policies enabled on the root:\n\n", "id" : "to-create-a-new-organization-with-all-features enabled", "input" : { }, "output" : { "Organization" : { "Id" : "o-exampleorgid", "Arn" : "arn:aws:organizations::111111111111:organization/o-exampleorgid", "FeatureSet" : "ALL", "MasterAccountArn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", "MasterAccountId" : "111111111111", "MasterAccountEmail" : "[email protected]", "AvailablePolicyTypes" : [ { "Type" : "SERVICE_CONTROL_POLICY", "Status" : "ENABLED" } ] } }, "title" : "To create a new organization with all features enabled" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "In the following example, Bill creates an organization using credentials from account 111111111111, and configures the organization to support only the consolidated billing feature set:\n\n", "id" : "to-create-a-new-organization-with-consolidated-billing-features-only", "input" : { "FeatureSet" : "CONSOLIDATED_BILLING" }, "output" : { "Organization" : { "Id" : "o-exampleorgid", "Arn" : "arn:aws:organizations::111111111111:organization/o-exampleorgid", "FeatureSet" : "CONSOLIDATED_BILLING", "MasterAccountArn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", "MasterAccountId" : "111111111111", "MasterAccountEmail" : "[email protected]", "AvailablePolicyTypes" : [ ] } }, "title" : "To create a new organization with consolidated billing features only" } ], "CreateOrganizationalUnit" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to create an OU that is named AccountingOU. The new OU is directly under the root.:\n\n", "id" : "to-create-a-new-organizational-unit", "input" : { "ParentId" : "r-examplerootid111", "Name" : "AccountingOU" }, "output" : { "OrganizationalUnit" : { "Id" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111", "Name" : "AccountingOU" } }, "title" : "To create a new organization unit" } ], "CreatePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to create a service control policy (SCP) that is named AllowAllS3Actions. The JSON string in the content parameter specifies the content in the policy. The parameter string is escaped with backslashes to ensure that the embedded double quotes in the JSON policy are treated as literals in the parameter, which itself is surrounded by double quotes:\n\n", "id" : "to-create-a-service-control-policy", "input" : { "Content" : "{\\\"Version\\\":\\\"2012-10-17\\\",\\\"Statement\\\":{\\\"Effect\\\":\\\"Allow\\\",\\\"Action\\\":\\\"s3:*\\\"}}", "Description" : "Enables admins of attached accounts to delegate all S3 permissions", "Name" : "AllowAllS3Actions", "Type" : "SERVICE_CONTROL_POLICY" }, "output" : { "Policy" : { "PolicySummary" : { "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "AllowAllS3Actions", "Description" : "Allows delegation of all S3 actions", "Type" : "SERVICE_CONTROL_POLICY" }, "Content" : "{\"Version\":\"2012-10-17\",\"Statement\":{\"Effect\":\"Allow\",\"Action\":\"s3:*\"}}" } }, "title" : "To create a service control policy" } ], "DeclineHandshake" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows Susan declining an invitation to join Bill's organization. The DeclineHandshake operation returns a handshake object, showing that the state is now DECLINED:", "id" : "to-decline-a-handshake-sent-from-the-master-account-1472502666967", "input" : { "HandshakeId" : "h-examplehandshakeid111" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "222222222222", "Type" : "ACCOUNT" }, { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" } ], "State" : "DECLINED", "RequestedTimestamp" : "2016-11-30T19:27:58Z", "ExpirationTimestamp" : "2016-12-15T19:27:58Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Master Account", "Type" : "MASTER_NAME" } ] }, { "Value" : "222222222222", "Type" : "ACCOUNT" }, { "Value" : "This is an invitation to Susan's account to join the Bill's organization.", "Type" : "NOTES" } ] } }, "title" : "To decline a handshake sent from the master account" } ], "DeleteOrganizationalUnit" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to delete an OU. The example assumes that you previously removed all accounts and other OUs from the OU:\n\n", "id" : "to-delete-an-organizational-unit", "input" : { "OrganizationalUnitId" : "ou-examplerootid111-exampleouid111" }, "output" : null, "title" : "To delete an organization unit" } ], "DeletePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to delete a policy from an organization. The example assumes that you previously detached the policy from all entities:\n\n", "id" : "to-delete-a-policy", "input" : { "PolicyId" : "p-examplepolicyid111" }, "output" : null, "title" : "To delete a policy" } ], "DescribeAccount" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows a user in the master account (111111111111) asking for details about account 555555555555:", "id" : "to-get-the-details-about-an-account-1472503166868", "input" : { "AccountId" : "555555555555" }, "output" : { "Account" : { "Id" : "555555555555", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/555555555555", "Email" : "[email protected]", "Name" : "Beta Account" } }, "title" : "To get the details about an account" } ], "DescribeCreateAccountStatus" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request the status about a previous request to create an account in an organization. This operation can be called only by a principal from the organization's master account. In the example, the specified \"createAccountRequestId\" comes from the response of the original call to \"CreateAccount\":", "id" : "to-get-information-about-a-request-to-create-an-account-1472503727223", "input" : { "CreateAccountRequestId" : "car-exampleaccountcreationrequestid" }, "output" : { "CreateAccountStatus" : { "Id" : "car-exampleaccountcreationrequestid", "State" : "SUCCEEDED", "AccountId" : "333333333333" } }, "title" : "To get information about a request to create an account" } ], "DescribeHandshake" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to request details about a handshake. The handshake ID comes either from the original call to \"InviteAccountToOrganization\", or from a call to \"ListHandshakesForAccount\" or \"ListHandshakesForOrganization\":", "id" : "to-get-information-about-a-handshake-1472503400505", "input" : { "HandshakeId" : "h-examplehandshakeid111" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "333333333333", "Type" : "ACCOUNT" } ], "State" : "OPEN", "RequestedTimestamp" : "2016-11-30T17:24:58.046Z", "ExpirationTimestamp" : "2016-11-30T17:24:58.046Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Master Account", "Type" : "MASTER_NAME" } ] }, { "Value" : "333333333333", "Type" : "ACCOUNT" } ] } }, "title" : "To get information about a handshake" } ], "DescribeOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request information about the current user's organization:/n/n", "id" : "to-get-information-about-an-organization-1472503400505", "input" : null, "output" : { "Organization" : { "Id" : "o-exampleorgid", "Arn" : "arn:aws:organizations::111111111111:organization/o-exampleorgid", "FeatureSet" : "ALL", "MasterAccountArn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", "MasterAccountEmail" : "[email protected]", "AvailablePolicyTypes" : [ { "Type" : "SERVICE_CONTROL_POLICY", "Status" : "ENABLED" } ] } }, "title" : "To get information about an organization" } ], "DescribeOrganizationalUnit" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request details about an OU:/n/n", "id" : "to-get-information-about-an-organizational-unit", "input" : { "OrganizationalUnitId" : "ou-examplerootid111-exampleouid111" }, "output" : { "OrganizationalUnit" : { "Id" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111", "Name" : "Accounting Group" } }, "title" : "To get information about an organizational unit" } ], "DescribePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request information about a policy:/n/n", "id" : "to-get-information-about-a-policy", "input" : { "PolicyId" : "p-examplepolicyid111" }, "output" : { "Policy" : { "PolicySummary" : { "Id" : "p-examplepolicyid111", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "AllowAllS3Actions", "Description" : "Enables admins to delegate S3 permissions", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, "Content" : "{\\n \\\"Version\\\": \\\"2012-10-17\\\",\\n \\\"Statement\\\": [\\n {\\n \\\"Effect\\\": \\\"Allow\\\",\\n \\\"Action\\\": \\\"*\\\",\\n \\\"Resource\\\": \\\"*\\\"\\n }\\n ]\\n}" } }, "title" : "To get information about a policy" } ], "DetachPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to detach a policy from an OU:/n/n", "id" : "to-detach-a-policy-from-a-root-ou-or-account", "input" : { "PolicyId" : "p-examplepolicyid111", "TargetId" : "ou-examplerootid111-exampleouid111" }, "output" : null, "title" : "To detach a policy from a root, OU, or account" } ], "DisablePolicyType" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to disable the service control policy (SCP) policy type in a root. The response shows that the PolicyTypes response element no longer includes SERVICE_CONTROL_POLICY:/n/n", "id" : "to-disable-a-policy-type-in-a-root", "input" : { "RootId" : "r-examplerootid111", "PolicyType" : "SERVICE_CONTROL_POLICY" }, "output" : { "Root" : { "Id" : "r-examplerootid111", "Arn" : "arn:aws:organizations::111111111111:root/o-exampleorgid/r-examplerootid111", "Name" : "Root", "PolicyTypes" : [ ] } }, "title" : "To disable a policy type in a root" } ], "EnableAllFeatures" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "This example shows the administrator asking all the invited accounts in the organization to approve enabling all features in the organization. AWS Organizations sends an email to the address that is registered with every invited member account asking the owner to approve the change by accepting the handshake that is sent. After all invited member accounts accept the handshake, the organization administrator can finalize the change to enable all features, and those with appropriate permissions can create policies and apply them to roots, OUs, and accounts:/n/n", "id" : "to-enable-all-features-in-an-organization", "input" : { }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/enable_all_features/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" } ], "State" : "REQUESTED", "RequestedTimestamp" : "2017-02-13T09:35:40.05Z", "ExpirationTimestamp" : "2017-02-28T09:35:40.05Z", "Action" : "ENABLE_ALL_FEATURES", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION" } ] } }, "title" : "To enable all features in an organization" } ], "EnablePolicyType" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to enable the service control policy (SCP) policy type in a root. The output shows a root object with a PolicyTypes response element showing that SCPs are now enabled:/n/n", "id" : "to-enable-a-policy-type-in-a-root", "input" : { "RootId" : "r-examplerootid111", "PolicyType" : "SERVICE_CONTROL_POLICY" }, "output" : { "Root" : { "Id" : "r-examplerootid111", "Arn" : "arn:aws:organizations::111111111111:root/o-exampleorgid/r-examplerootid111", "Name" : "Root", "PolicyTypes" : [ { "Type" : "SERVICE_CONTROL_POLICY", "Status" : "ENABLED" } ] } }, "title" : "To enable a policy type in a root" } ], "InviteAccountToOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows the admin of the master account owned by [email protected] inviting the account owned by [email protected] to join an organization.", "id" : "to-invite-an-account-to-join-an-organization-1472508594110", "input" : { "Target" : { "Id" : "[email protected]", "Type" : "EMAIL" }, "Notes" : "This is a request for Juan's account to join Bill's organization" }, "output" : { "Handshake" : { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "OPEN", "RequestedTimestamp" : "2017-02-01T09:36:05.02Z", "ExpirationTimestamp" : "2017-02-16T09:36:05.02Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Org Master Account", "Type" : "MASTER_NAME" }, { "Value" : "FULL", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "[email protected]", "Type" : "EMAIL" } ] } }, "title" : "To invite an account to join an organization" } ], "LeaveOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "TThe following example shows how to remove your member account from an organization:", "id" : "to-leave-an-organization-as-a-member-account-1472508784736", "input" : null, "output" : null, "title" : "To leave an organization as a member account" } ], "ListAccounts" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to request a list of the accounts in an organization:", "id" : "to-retrieve-a-list-of-all-of-the-accounts-in-an-organization-1472509590974", "input" : { }, "output" : { "Accounts" : [ { "Id" : "111111111111", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", "Email" : "[email protected]", "Name" : "Master Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : "20161215T193015Z" }, { "Id" : "222222222222", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/222222222222", "Email" : "[email protected]", "Name" : "Developer Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : "20161215T210221Z" }, { "Id" : "333333333333", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333", "Email" : "[email protected]", "Name" : "Test Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : "20161215T210347Z" }, { "Id" : "444444444444", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/444444444444", "Email" : "[email protected]", "Name" : "Production Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : "20161215T210332Z" } ] }, "title" : "To retrieve a list of all of the accounts in an organization" } ], "ListAccountsForParent" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request a list of the accounts in an OU:/n/n", "id" : "to-retrieve-a-list-of-all-of-the-accounts-in-a-root-or-ou-1472509590974", "input" : { "ParentId" : "ou-examplerootid111-exampleouid111" }, "output" : { "Accounts" : [ { "Id" : "333333333333", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333", "Email" : "[email protected]", "Name" : "Development Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : 1.481835795536E9 }, { "Id" : "444444444444", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/444444444444", "Email" : "[email protected]", "Name" : "Test Account", "Status" : "ACTIVE", "JoinedMethod" : "INVITED", "JoinedTimestamp" : 1.481835812143E9 } ] }, "title" : "To retrieve a list of all of the accounts in a root or OU" } ], "ListChildren" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to request a list of the child OUs in a parent root or OU:/n/n", "id" : "to-retrieve-a-list-of-all-of-the-child-accounts-and-OUs-in-a-parent-container", "input" : { "ParentId" : "ou-examplerootid111-exampleouid111", "ChildType" : "ORGANIZATIONAL_UNIT" }, "output" : { "Children" : [ { "Id" : "ou-examplerootid111-exampleouid111", "Type" : "ORGANIZATIONAL_UNIT" }, { "Id" : "ou-examplerootid111-exampleouid222", "Type" : "ORGANIZATIONAL_UNIT" } ] }, "title" : "To retrieve a list of all of the child accounts and OUs in a parent root or OU" } ], "ListCreateAccountStatus" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows a user requesting a list of only the completed account creation requests made for the current organization:", "id" : "to-get-a-list-of-completed-account-creation-requests-made-in-the-organization", "input" : { "States" : [ "SUCCEEDED" ] }, "output" : { "CreateAccountStatuses" : [ { "Id" : "car-exampleaccountcreationrequestid1", "AccountName" : "Developer Test Account", "State" : "SUCCEEDED", "RequestedTimestamp" : "2017-01-15T13:45:23.01Z", "CompletedTimestamp" : "2017-01-15T13:45:23.6Z", "AccountId" : "444444444444" } ] }, "title" : "To get a list of completed account creation requests made in the organization" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows a user requesting a list of only the in-progress account creation requests made for the current organization:", "id" : "to-get-a-list-of-all-account-creation-requests-made-in-the-organization-1472509174532", "input" : { "States" : [ "IN_PROGRESS" ] }, "output" : { "CreateAccountStatuses" : [ { "Id" : "car-exampleaccountcreationrequestid2", "AccountName" : "Production Account", "State" : "IN_PROGRESS", "RequestedTimestamp" : "2017-01-15T13:45:23.01Z" } ] }, "title" : "To get a list of all account creation requests made in the organization" } ], "ListHandshakesForAccount" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to get a list of handshakes that are associated with the account of the credentials used to call the operation:", "id" : "to-retrieve-a-list-of-the-handshakes-sent-to-an-account-1472510214747", "input" : null, "output" : { "Handshakes" : [ { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "OPEN", "RequestedTimestamp" : "2017-01-13T14:35:23.3Z", "ExpirationTimestamp" : "2017-01-28T14:35:23.3Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Org Master Account", "Type" : "MASTER_NAME" }, { "Value" : "FULL", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "[email protected]", "Type" : "EMAIL" } ] } ] }, "title" : "To retrieve a list of the handshakes sent to an account" } ], "ListHandshakesForOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to get a list of handshakes associated with the current organization:", "id" : "to-retrieve-a-list-of-the-handshakes-associated-with-an-organization-1472511206653", "input" : null, "output" : { "Handshakes" : [ { "Id" : "h-examplehandshakeid111", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "OPEN", "RequestedTimestamp" : "2017-01-13T14:35:23.3Z", "ExpirationTimestamp" : "2017-01-28T14:35:23.3Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Org Master Account", "Type" : "MASTER_NAME" }, { "Value" : "FULL", "Type" : "ORGANIZATION_FEATURE_SET" } ] }, { "Value" : "[email protected]", "Type" : "EMAIL" } ] }, { "Id" : "h-examplehandshakeid222", "Arn" : "arn:aws:organizations::111111111111:handshake/o-exampleorgid/invite/h-examplehandshakeid111", "Parties" : [ { "Id" : "o-exampleorgid", "Type" : "ORGANIZATION" }, { "Id" : "[email protected]", "Type" : "EMAIL" } ], "State" : "ACCEPTED", "RequestedTimestamp" : "2017-01-13T14:35:23.3Z", "ExpirationTimestamp" : "2017-01-28T14:35:23.3Z", "Action" : "INVITE", "Resources" : [ { "Value" : "o-exampleorgid", "Type" : "ORGANIZATION", "Resources" : [ { "Value" : "[email protected]", "Type" : "MASTER_EMAIL" }, { "Value" : "Master Account", "Type" : "MASTER_NAME" } ] }, { "Value" : "[email protected]", "Type" : "EMAIL" }, { "Value" : "This is an invitation to Anika's account to join Bill's organization.", "Type" : "NOTES" } ] } ] }, "title" : "To retrieve a list of the handshakes associated with an organization" } ], "ListOrganizationalUnitsForParent" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get a list of OUs in a specified root:/n/n", "id" : "to-retrieve-a-list-of-all-of-the-OUs-in-a-parent-container", "input" : { "ParentId" : "r-examplerootid111" }, "output" : { "OrganizationalUnits" : [ { "Id" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examlerootid111-exampleouid111", "Name" : "Development" }, { "Id" : "ou-examplerootid111-exampleouid222", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examlerootid111-exampleouid222", "Name" : "Production" } ] }, "title" : "To retrieve a list of all of the child OUs in a parent root or OU" } ], "ListParents" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to list the root or OUs that contain account 444444444444:/n/n", "id" : "to-retrieve-a-list-of-all-of-the-parents-of-a-child-ou-or-account", "input" : { "ChildId" : "444444444444" }, "output" : { "Parents" : [ { "Id" : "ou-examplerootid111-exampleouid111", "Type" : "ORGANIZATIONAL_UNIT" } ] }, "title" : "To retrieve a list of all of the parents of a child OU or account" } ], "ListPolicies" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get a list of service control policies (SCPs):/n/n", "id" : "to-retrieve-a-list-of--policies-in-the-organization", "input" : { "Filter" : "SERVICE_CONTROL_POLICY" }, "output" : { "Policies" : [ { "Id" : "p-examplepolicyid111", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "AllowAllS3Actions", "Description" : "Enables account admins to delegate permissions for any S3 actions to users and roles in their accounts.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, { "Id" : "p-examplepolicyid222", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid222", "Name" : "AllowAllEC2Actions", "Description" : "Enables account admins to delegate permissions for any EC2 actions to users and roles in their accounts.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, { "Id" : "p-FullAWSAccess", "Arn" : "arn:aws:organizations::aws:policy/service_control_policy/p-FullAWSAccess", "Name" : "FullAWSAccess", "Description" : "Allows access to every operation", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : true } ] }, "title" : "To retrieve a list policies in the organization" } ], "ListPoliciesForTarget" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get a list of all service control policies (SCPs) of the type specified by the Filter parameter, that are directly attached to an account. The returned list does not include policies that apply to the account because of inheritance from its location in an OU hierarchy:/n/n", "id" : "to-retrieve-a-list-of-policies-attached-to-a-root-ou-or-account", "input" : { "TargetId" : "444444444444", "Filter" : "SERVICE_CONTROL_POLICY" }, "output" : { "Policies" : [ { "Id" : "p-examplepolicyid222", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid222", "Name" : "AllowAllEC2Actions", "Description" : "Enables account admins to delegate permissions for any EC2 actions to users and roles in their accounts.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false } ] }, "title" : "To retrieve a list policies attached to a root, OU, or account" } ], "ListRoots" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get the list of the roots in the current organization:/n/n", "id" : "to-retrieve-a-list-of-roots-in-the-organization", "input" : { }, "output" : { "Roots" : [ { "Id" : "r-examplerootid111", "Arn" : "arn:aws:organizations::111111111111:root/o-exampleorgid/r-examplerootid111", "Name" : "Root", "PolicyTypes" : [ { "Type" : "SERVICE_CONTROL_POLICY", "Status" : "ENABLED" } ] } ] }, "title" : "To retrieve a list of roots in the organization" } ], "ListTargetsForPolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to get the list of roots, OUs, and accounts to which the specified policy is attached:/n/n", "id" : "to-retrieve-a-list-of-roots-ous-and-accounts-to-which-a-policy-is-attached", "input" : { "PolicyId" : "p-FullAWSAccess" }, "output" : { "Targets" : [ { "TargetId" : "r-examplerootid111", "Arn" : "arn:aws:organizations::111111111111:root/o-exampleorgid/r-examplerootid111", "Name" : "Root", "Type" : "ROOT" }, { "TargetId" : "333333333333", "Arn" : "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333;", "Name" : "Developer Test Account", "Type" : "ACCOUNT" }, { "TargetId" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111", "Name" : "Accounting", "Type" : "ORGANIZATIONAL_UNIT" } ] }, "title" : "To retrieve a list of roots, OUs, and accounts to which a policy is attached" } ], "MoveAccount" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to move a member account from the root to an OU:/n/n", "id" : "to-move-an-ou-or-account-to-another-ou-or-the-root", "input" : { "AccountId" : "333333333333", "SourceParentId" : "r-examplerootid111", "DestinationParentId" : "ou-examplerootid111-exampleouid111" }, "output" : null, "title" : "To move an OU or account to another OU or the root" } ], "RemoveAccountFromOrganization" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows you how to remove an account from an organization:", "id" : "to-remove-an-account-from-an-organization-as-the-master-account", "input" : { "AccountId" : "333333333333" }, "output" : null, "title" : "To remove an account from an organization as the master account" } ], "UpdateOrganizationalUnit" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to rename an OU. The output confirms the new name:/n/n", "id" : "to-rename-an-organizational-unit", "input" : { "OrganizationalUnitId" : "ou-examplerootid111-exampleouid111", "Name" : "AccountingOU" }, "output" : { "OrganizationalUnit" : { "Id" : "ou-examplerootid111-exampleouid111", "Arn" : "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111", "Name" : "AccountingOU" } }, "title" : "To rename an organizational unit" } ], "UpdatePolicy" : [ { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to rename a policy and give it a new description and new content. The output confirms the new name and description text:/n/n", "id" : "to-update-the-details-of-a-policy", "input" : { "PolicyId" : "p-examplepolicyid111", "Name" : "Renamed-Policy", "Description" : "This description replaces the original." }, "output" : { "Policy" : { "PolicySummary" : { "Id" : "p-examplepolicyid111", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "Renamed-Policy", "Description" : "This description replaces the original.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, "Content" : "{ \"Version\": \"2012-10-17\", \"Statement\": { \"Effect\": \"Allow\", \"Action\": \"ec2:*\", \"Resource\": \"*\" } }" } }, "title" : "To update the details of a policy" }, { "comments" : { "input" : { }, "output" : { } }, "description" : "The following example shows how to replace the JSON text of the SCP from the preceding example with a new JSON policy text string that allows S3 actions instead of EC2 actions:/n/n", "id" : "to-update-the-content-of-a-policy", "input" : { "PolicyId" : "p-examplepolicyid111", "Content" : "{ \\\"Version\\\": \\\"2012-10-17\\\", \\\"Statement\\\": {\\\"Effect\\\": \\\"Allow\\\", \\\"Action\\\": \\\"s3:*\\\", \\\"Resource\\\": \\\"*\\\" } }" }, "output" : { "Policy" : { "PolicySummary" : { "Id" : "p-examplepolicyid111", "Arn" : "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111", "Name" : "Renamed-Policy", "Description" : "This description replaces the original.", "Type" : "SERVICE_CONTROL_POLICY", "AwsManaged" : false }, "Content" : "{ \\\"Version\\\": \\\"2012-10-17\\\", \\\"Statement\\\": { \\\"Effect\\\": \\\"Allow\\\", \\\"Action\\\": \\\"s3:*\\\", \\\"Resource\\\": \\\"*\\\" } }" } }, "title" : "To update the content of a policy" } ] }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "hasWaiters" : false, "sdkBaseResponseFqcn" : "software.amazon.awssdk.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "OrganizationsException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.organizations.model.OrganizationsException", "serviceBaseExceptionFqcn" : "software.amazon.awssdk.AmazonServiceException" }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy