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

models.appstream2-2016-12-01-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.12.780
Show newest version
{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : {
      "actionPrefix" : null,
      "fileNamePrefix" : null,
      "skip" : true
    },
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "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,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "transformDirectory" : "transform",
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2016-12-01",
    "asyncClient" : "AmazonAppStreamAsyncClient",
    "asyncClientBuilderClassName" : "AmazonAppStreamAsyncClientBuilder",
    "asyncInterface" : "AmazonAppStreamAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonAppStreamModuleInjector",
    "defaultEndpoint" : "appstream2.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "appstream2.us-east-1.amazonaws.com",
    "defaultRegion" : null,
    "documentation" : "Amazon AppStream 2.0 

API documentation for Amazon AppStream 2.0.

", "endpointPrefix" : "appstream2", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.appstream", "packagePath" : "com/amazonaws/services/appstream", "protocol" : "json", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "com.amazonaws.protocol.json.SdkJsonProtocolFactory", "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "requiresApiKey" : false, "requiresIamSigners" : false, "serviceAbbreviation" : null, "serviceFullName" : "Amazon AppStream", "serviceName" : "Amazon AppStream", "signingName" : "appstream", "smokeTestsPackageName" : "com.amazonaws.services.appstream.smoketests", "syncClient" : "AmazonAppStreamClient", "syncClientBuilderClassName" : "AmazonAppStreamClientBuilder", "syncInterface" : "AmazonAppStream", "uid" : "appstream-2016-12-01", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "AssociateFleet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "AssociateFleetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Associate a fleet to a stack.

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

The requested limit exceeds the permitted limit for an account.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "AssociateFleetRequest", "variableName" : "associateFleetRequest", "variableType" : "AssociateFleetRequest", "documentation" : "", "simpleType" : "AssociateFleetRequest", "variableSetterType" : "AssociateFleetRequest" }, "inputStreamPropertyName" : null, "methodName" : "associateFleet", "operationName" : "AssociateFleet", "returnType" : { "returnType" : "AssociateFleetResult", "documentation" : null }, "syncReturnType" : "AssociateFleetResult" }, "CreateFleet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateFleetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a new fleet.

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

The specified resource already exists.

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

The specified resource exists and is not in use, but isn't available.

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

The specified resource was not found.

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

The requested limit exceeds the permitted limit for an account.

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

The specified role is invalid.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateFleetRequest", "variableName" : "createFleetRequest", "variableType" : "CreateFleetRequest", "documentation" : "

Contains the parameters for the new fleet to create.

", "simpleType" : "CreateFleetRequest", "variableSetterType" : "CreateFleetRequest" }, "inputStreamPropertyName" : null, "methodName" : "createFleet", "operationName" : "CreateFleet", "returnType" : { "returnType" : "CreateFleetResult", "documentation" : null }, "syncReturnType" : "CreateFleetResult" }, "CreateStack" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateStackResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Create a new stack.

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

The requested limit exceeds the permitted limit for an account.

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

The specified resource already exists.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStackRequest", "variableName" : "createStackRequest", "variableType" : "CreateStackRequest", "documentation" : "", "simpleType" : "CreateStackRequest", "variableSetterType" : "CreateStackRequest" }, "inputStreamPropertyName" : null, "methodName" : "createStack", "operationName" : "CreateStack", "returnType" : { "returnType" : "CreateStackResult", "documentation" : null }, "syncReturnType" : "CreateStackResult" }, "CreateStreamingURL" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "CreateStreamingURLResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Creates a URL to start an AppStream 2.0 streaming session for a user. By default, the URL is valid only for 1 minute from the time that it is generated.

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

The specified resource was not found.

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

The specified resource exists and is not in use, but isn't available.

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

The attempted operation is not permitted.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateStreamingURLRequest", "variableName" : "createStreamingURLRequest", "variableType" : "CreateStreamingURLRequest", "documentation" : "", "simpleType" : "CreateStreamingURLRequest", "variableSetterType" : "CreateStreamingURLRequest" }, "inputStreamPropertyName" : null, "methodName" : "createStreamingURL", "operationName" : "CreateStreamingURL", "returnType" : { "returnType" : "CreateStreamingURLResult", "documentation" : null }, "syncReturnType" : "CreateStreamingURLResult" }, "DeleteFleet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteFleetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes a fleet.

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

The specified resource is in use.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteFleetRequest", "variableName" : "deleteFleetRequest", "variableType" : "DeleteFleetRequest", "documentation" : "", "simpleType" : "DeleteFleetRequest", "variableSetterType" : "DeleteFleetRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteFleet", "operationName" : "DeleteFleet", "returnType" : { "returnType" : "DeleteFleetResult", "documentation" : null }, "syncReturnType" : "DeleteFleetResult" }, "DeleteStack" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteStackResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the stack. After this operation completes, the environment can no longer be activated, and any reservations made for the stack are released.

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

The specified resource is in use.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteStackRequest", "variableName" : "deleteStackRequest", "variableType" : "DeleteStackRequest", "documentation" : "", "simpleType" : "DeleteStackRequest", "variableSetterType" : "DeleteStackRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteStack", "operationName" : "DeleteStack", "returnType" : { "returnType" : "DeleteStackResult", "documentation" : null }, "syncReturnType" : "DeleteStackResult" }, "DescribeFleets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeFleetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

If fleet names are provided, this operation describes the specified fleets; otherwise, all the fleets in the account are described.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeFleetsRequest", "variableName" : "describeFleetsRequest", "variableType" : "DescribeFleetsRequest", "documentation" : "", "simpleType" : "DescribeFleetsRequest", "variableSetterType" : "DescribeFleetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeFleets", "operationName" : "DescribeFleets", "returnType" : { "returnType" : "DescribeFleetsResult", "documentation" : null }, "syncReturnType" : "DescribeFleetsResult" }, "DescribeImages" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeImagesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the images. If a list of names is not provided, all images in your account are returned. This operation does not return a paginated result.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeImagesRequest", "variableName" : "describeImagesRequest", "variableType" : "DescribeImagesRequest", "documentation" : "", "simpleType" : "DescribeImagesRequest", "variableSetterType" : "DescribeImagesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeImages", "operationName" : "DescribeImages", "returnType" : { "returnType" : "DescribeImagesResult", "documentation" : null }, "syncReturnType" : "DescribeImagesResult" }, "DescribeSessions" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeSessionsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Describes the streaming sessions for a stack and a fleet. If a user ID is provided, this operation returns streaming sessions for only that user. Pass this value for the nextToken parameter in a subsequent call to this operation to retrieve the next set of items.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSessionsRequest", "variableName" : "describeSessionsRequest", "variableType" : "DescribeSessionsRequest", "documentation" : "", "simpleType" : "DescribeSessionsRequest", "variableSetterType" : "DescribeSessionsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeSessions", "operationName" : "DescribeSessions", "returnType" : { "returnType" : "DescribeSessionsResult", "documentation" : null }, "syncReturnType" : "DescribeSessionsResult" }, "DescribeStacks" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeStacksResult", "authenticated" : true, "deprecated" : false, "documentation" : "

If stack names are not provided, this operation describes the specified stacks; otherwise, all stacks in the account are described. Pass the nextToken value in a subsequent call to this operation to retrieve the next set of items.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeStacksRequest", "variableName" : "describeStacksRequest", "variableType" : "DescribeStacksRequest", "documentation" : "", "simpleType" : "DescribeStacksRequest", "variableSetterType" : "DescribeStacksRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeStacks", "operationName" : "DescribeStacks", "returnType" : { "returnType" : "DescribeStacksResult", "documentation" : null }, "syncReturnType" : "DescribeStacksResult" }, "DisassociateFleet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DisassociateFleetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Disassociates a fleet from a stack.

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

The specified resource is in use.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DisassociateFleetRequest", "variableName" : "disassociateFleetRequest", "variableType" : "DisassociateFleetRequest", "documentation" : "", "simpleType" : "DisassociateFleetRequest", "variableSetterType" : "DisassociateFleetRequest" }, "inputStreamPropertyName" : null, "methodName" : "disassociateFleet", "operationName" : "DisassociateFleet", "returnType" : { "returnType" : "DisassociateFleetResult", "documentation" : null }, "syncReturnType" : "DisassociateFleetResult" }, "ExpireSession" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ExpireSessionResult", "authenticated" : true, "deprecated" : false, "documentation" : "

This operation immediately stops a streaming session.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ExpireSessionRequest", "variableName" : "expireSessionRequest", "variableType" : "ExpireSessionRequest", "documentation" : "", "simpleType" : "ExpireSessionRequest", "variableSetterType" : "ExpireSessionRequest" }, "inputStreamPropertyName" : null, "methodName" : "expireSession", "operationName" : "ExpireSession", "returnType" : { "returnType" : "ExpireSessionResult", "documentation" : null }, "syncReturnType" : "ExpireSessionResult" }, "ListAssociatedFleets" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListAssociatedFleetsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all fleets associated with the stack.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAssociatedFleetsRequest", "variableName" : "listAssociatedFleetsRequest", "variableType" : "ListAssociatedFleetsRequest", "documentation" : "", "simpleType" : "ListAssociatedFleetsRequest", "variableSetterType" : "ListAssociatedFleetsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listAssociatedFleets", "operationName" : "ListAssociatedFleets", "returnType" : { "returnType" : "ListAssociatedFleetsResult", "documentation" : "

The response from a successful operation.

" }, "syncReturnType" : "ListAssociatedFleetsResult" }, "ListAssociatedStacks" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListAssociatedStacksResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Lists all stacks to which the specified fleet is associated.

", "exceptions" : null, "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListAssociatedStacksRequest", "variableName" : "listAssociatedStacksRequest", "variableType" : "ListAssociatedStacksRequest", "documentation" : "", "simpleType" : "ListAssociatedStacksRequest", "variableSetterType" : "ListAssociatedStacksRequest" }, "inputStreamPropertyName" : null, "methodName" : "listAssociatedStacks", "operationName" : "ListAssociatedStacks", "returnType" : { "returnType" : "ListAssociatedStacksResult", "documentation" : "

The response from a successful operation.

" }, "syncReturnType" : "ListAssociatedStacksResult" }, "StartFleet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "StartFleetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Starts a fleet.

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

The specified resource was not found.

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

The requested limit exceeds the permitted limit for an account.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StartFleetRequest", "variableName" : "startFleetRequest", "variableType" : "StartFleetRequest", "documentation" : "", "simpleType" : "StartFleetRequest", "variableSetterType" : "StartFleetRequest" }, "inputStreamPropertyName" : null, "methodName" : "startFleet", "operationName" : "StartFleet", "returnType" : { "returnType" : "StartFleetResult", "documentation" : null }, "syncReturnType" : "StartFleetResult" }, "StopFleet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "StopFleetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Stops a fleet.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "StopFleetRequest", "variableName" : "stopFleetRequest", "variableType" : "StopFleetRequest", "documentation" : "", "simpleType" : "StopFleetRequest", "variableSetterType" : "StopFleetRequest" }, "inputStreamPropertyName" : null, "methodName" : "stopFleet", "operationName" : "StopFleet", "returnType" : { "returnType" : "StopFleetResult", "documentation" : null }, "syncReturnType" : "StopFleetResult" }, "UpdateFleet" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateFleetResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates an existing fleet. All the attributes except the fleet name can be updated in the STOPPED state. Only ComputeCapacity and ImageName can be updated in any other state.

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

The specified resource is in use.

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

The requested limit exceeds the permitted limit for an account.

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

The specified role is invalid.

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

The specified resource was not found.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateFleetRequest", "variableName" : "updateFleetRequest", "variableType" : "UpdateFleetRequest", "documentation" : "", "simpleType" : "UpdateFleetRequest", "variableSetterType" : "UpdateFleetRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateFleet", "operationName" : "UpdateFleet", "returnType" : { "returnType" : "UpdateFleetResult", "documentation" : null }, "syncReturnType" : "UpdateFleetResult" }, "UpdateStack" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "UpdateStackResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Updates the specified fields in the stack with the specified name.

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

The specified resource was not found.

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

The specified resource is in use.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateStackRequest", "variableName" : "updateStackRequest", "variableType" : "UpdateStackRequest", "documentation" : "", "simpleType" : "UpdateStackRequest", "variableSetterType" : "UpdateStackRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateStack", "operationName" : "UpdateStack", "returnType" : { "returnType" : "UpdateStackResult", "documentation" : null }, "syncReturnType" : "UpdateStackResult" } }, "shapes" : { "Application" : { "c2jName" : "Application", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An entry for a single application in the application catalog.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier for the application.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier for the application.

\n@param name The unique identifier for the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The unique identifier for the application.

\n@return The unique identifier for the application.*/", "getterMethodName" : "getName", "getterModel" : { "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 unique identifier for the application.

\n@param name The unique identifier for the application.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier for the application.

\n@param name The unique identifier for the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The unique identifier for the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisplayName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the application shown to the end users.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the application shown to the end users.

\n@param displayName The name of the application shown to the end users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name of the application shown to the end users.

\n@return The name of the application shown to the end users.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name of the application shown to the end users.

\n@param displayName The name of the application shown to the end users.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the application shown to the end users.

\n@param displayName The name of the application shown to the end users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name of the application shown to the end users.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IconURL", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL for the application icon. This URL may be time-limited.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL for the application icon. This URL may be time-limited.

\n@param iconURL The URL for the application icon. This URL may be time-limited.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIconURL", "getterDocumentation" : "/**

The URL for the application icon. This URL may be time-limited.

\n@return The URL for the application icon. This URL may be time-limited.*/", "getterMethodName" : "getIconURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IconURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IconURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IconURL", "setterDocumentation" : "/**

The URL for the application icon. This URL may be time-limited.

\n@param iconURL The URL for the application icon. This URL may be time-limited.*/", "setterMethodName" : "setIconURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iconURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL for the application icon. This URL may be time-limited.

\n@param iconURL The URL for the application icon. This URL may be time-limited.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iconURL", "variableType" : "String", "documentation" : "

The URL for the application icon. This URL may be time-limited.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LaunchPath", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The path to the application executable in the instance.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The path to the application executable in the instance.

\n@param launchPath The path to the application executable in the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLaunchPath", "getterDocumentation" : "/**

The path to the application executable in the instance.

\n@return The path to the application executable in the instance.*/", "getterMethodName" : "getLaunchPath", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LaunchPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LaunchPath", "setterDocumentation" : "/**

The path to the application executable in the instance.

\n@param launchPath The path to the application executable in the instance.*/", "setterMethodName" : "setLaunchPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The path to the application executable in the instance.

\n@param launchPath The path to the application executable in the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchPath", "variableType" : "String", "documentation" : "

The path to the application executable in the instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LaunchParameters", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A list of arguments that are passed to the application at launch.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of arguments that are passed to the application at launch.

\n@param launchParameters A list of arguments that are passed to the application at launch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLaunchParameters", "getterDocumentation" : "/**

A list of arguments that are passed to the application at launch.

\n@return A list of arguments that are passed to the application at launch.*/", "getterMethodName" : "getLaunchParameters", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LaunchParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LaunchParameters", "setterDocumentation" : "/**

A list of arguments that are passed to the application at launch.

\n@param launchParameters A list of arguments that are passed to the application at launch.*/", "setterMethodName" : "setLaunchParameters", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchParameters", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of arguments that are passed to the application at launch.

\n@param launchParameters A list of arguments that are passed to the application at launch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchParameters", "variableType" : "String", "documentation" : "

A list of arguments that are passed to the application at launch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Enabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

An application can be disabled after image creation if there is a problem.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An application can be disabled after image creation if there is a problem.

\n@param enabled An application can be disabled after image creation if there is a problem.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnabled", "getterDocumentation" : "/**

An application can be disabled after image creation if there is a problem.

\n@return An application can be disabled after image creation if there is a problem.*/", "getterMethodName" : "getEnabled", "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" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "/**

An application can be disabled after image creation if there is a problem.

\n@param enabled An application can be disabled after image creation if there is a problem.*/", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

An application can be disabled after image creation if there is a problem.

\n@param enabled An application can be disabled after image creation if there is a problem.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

An application can be disabled after image creation if there is a problem.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Metadata", "c2jShape" : "Metadata", "deprecated" : false, "documentation" : "

Additional attributes that describes the application.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Additional attributes that describes the application.

\n@param metadata Additional attributes that describes the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetadata", "getterDocumentation" : "/**

Additional attributes that describes the application.

\n@return Additional attributes that describes the application.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "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" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "Metadata", "setterDocumentation" : "/**

Additional attributes that describes the application.

\n@param metadata Additional attributes that describes the application.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "metadata", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

Additional attributes that describes the application.

\n@param metadata Additional attributes that describes the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "metadata", "variableType" : "java.util.Map", "documentation" : "

Additional attributes that describes the application.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DisplayName" : { "c2jName" : "DisplayName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the application shown to the end users.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the application shown to the end users.

\n@param displayName The name of the application shown to the end users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name of the application shown to the end users.

\n@return The name of the application shown to the end users.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name of the application shown to the end users.

\n@param displayName The name of the application shown to the end users.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the application shown to the end users.

\n@param displayName The name of the application shown to the end users.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name of the application shown to the end users.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Enabled" : { "c2jName" : "Enabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

An application can be disabled after image creation if there is a problem.

", "enumType" : null, "fluentSetterDocumentation" : "/**

An application can be disabled after image creation if there is a problem.

\n@param enabled An application can be disabled after image creation if there is a problem.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEnabled", "getterDocumentation" : "/**

An application can be disabled after image creation if there is a problem.

\n@return An application can be disabled after image creation if there is a problem.*/", "getterMethodName" : "getEnabled", "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" : "Enabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Enabled", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "Enabled", "setterDocumentation" : "/**

An application can be disabled after image creation if there is a problem.

\n@param enabled An application can be disabled after image creation if there is a problem.*/", "setterMethodName" : "setEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

An application can be disabled after image creation if there is a problem.

\n@param enabled An application can be disabled after image creation if there is a problem.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "enabled", "variableType" : "Boolean", "documentation" : "

An application can be disabled after image creation if there is a problem.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "IconURL" : { "c2jName" : "IconURL", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL for the application icon. This URL may be time-limited.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL for the application icon. This URL may be time-limited.

\n@param iconURL The URL for the application icon. This URL may be time-limited.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIconURL", "getterDocumentation" : "/**

The URL for the application icon. This URL may be time-limited.

\n@return The URL for the application icon. This URL may be time-limited.*/", "getterMethodName" : "getIconURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "IconURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IconURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "IconURL", "setterDocumentation" : "/**

The URL for the application icon. This URL may be time-limited.

\n@param iconURL The URL for the application icon. This URL may be time-limited.*/", "setterMethodName" : "setIconURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "iconURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL for the application icon. This URL may be time-limited.

\n@param iconURL The URL for the application icon. This URL may be time-limited.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "iconURL", "variableType" : "String", "documentation" : "

The URL for the application icon. This URL may be time-limited.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LaunchParameters" : { "c2jName" : "LaunchParameters", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A list of arguments that are passed to the application at launch.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of arguments that are passed to the application at launch.

\n@param launchParameters A list of arguments that are passed to the application at launch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLaunchParameters", "getterDocumentation" : "/**

A list of arguments that are passed to the application at launch.

\n@return A list of arguments that are passed to the application at launch.*/", "getterMethodName" : "getLaunchParameters", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LaunchParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchParameters", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LaunchParameters", "setterDocumentation" : "/**

A list of arguments that are passed to the application at launch.

\n@param launchParameters A list of arguments that are passed to the application at launch.*/", "setterMethodName" : "setLaunchParameters", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchParameters", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of arguments that are passed to the application at launch.

\n@param launchParameters A list of arguments that are passed to the application at launch.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchParameters", "variableType" : "String", "documentation" : "

A list of arguments that are passed to the application at launch.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LaunchPath" : { "c2jName" : "LaunchPath", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The path to the application executable in the instance.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The path to the application executable in the instance.

\n@param launchPath The path to the application executable in the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLaunchPath", "getterDocumentation" : "/**

The path to the application executable in the instance.

\n@return The path to the application executable in the instance.*/", "getterMethodName" : "getLaunchPath", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LaunchPath", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LaunchPath", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LaunchPath", "setterDocumentation" : "/**

The path to the application executable in the instance.

\n@param launchPath The path to the application executable in the instance.*/", "setterMethodName" : "setLaunchPath", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "launchPath", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The path to the application executable in the instance.

\n@param launchPath The path to the application executable in the instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "launchPath", "variableType" : "String", "documentation" : "

The path to the application executable in the instance.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Metadata" : { "c2jName" : "Metadata", "c2jShape" : "Metadata", "deprecated" : false, "documentation" : "

Additional attributes that describes the application.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Additional attributes that describes the application.

\n@param metadata Additional attributes that describes the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMetadata", "getterDocumentation" : "/**

Additional attributes that describes the application.

\n@return Additional attributes that describes the application.*/", "getterMethodName" : "getMetadata", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Metadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Metadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "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" : "/**\n@param value */", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueType" : "String", "entryType" : "Map.Entry", "keySimple" : true, "templateImplType" : "java.util.HashMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "Metadata", "setterDocumentation" : "/**

Additional attributes that describes the application.

\n@param metadata Additional attributes that describes the application.*/", "setterMethodName" : "setMetadata", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "metadata", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

Additional attributes that describes the application.

\n@param metadata Additional attributes that describes the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "metadata", "variableType" : "java.util.Map", "documentation" : "

Additional attributes that describes the application.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier for the application.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier for the application.

\n@param name The unique identifier for the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The unique identifier for the application.

\n@return The unique identifier for the application.*/", "getterMethodName" : "getName", "getterModel" : { "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 unique identifier for the application.

\n@param name The unique identifier for the application.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier for the application.

\n@param name The unique identifier for the application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The unique identifier for the application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Application", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Application", "variableName" : "application", "variableType" : "Application", "documentation" : null, "simpleType" : "Application", "variableSetterType" : "Application" }, "wrapper" : false }, "AssociateFleetRequest" : { "c2jName" : "AssociateFleetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "AssociateFleet", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.AssociateFleet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to associate.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to associate.

\n@param fleetName The name of the fleet to associate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet to associate.

\n@return The name of the fleet to associate.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet to associate.

\n@param fleetName The name of the fleet to associate.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to associate.

\n@param fleetName The name of the fleet to associate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet to associate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack to which the fleet is associated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack to which the fleet is associated.

\n@param stackName The name of the stack to which the fleet is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack to which the fleet is associated.

\n@return The name of the stack to which the fleet is associated.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack to which the fleet is associated.

\n@param stackName The name of the stack to which the fleet is associated.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack to which the fleet is associated.

\n@param stackName The name of the stack to which the fleet is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack to which the fleet is associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FleetName" : { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to associate.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to associate.

\n@param fleetName The name of the fleet to associate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet to associate.

\n@return The name of the fleet to associate.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet to associate.

\n@param fleetName The name of the fleet to associate.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to associate.

\n@param fleetName The name of the fleet to associate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet to associate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack to which the fleet is associated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack to which the fleet is associated.

\n@param stackName The name of the stack to which the fleet is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack to which the fleet is associated.

\n@return The name of the stack to which the fleet is associated.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack to which the fleet is associated.

\n@param stackName The name of the stack to which the fleet is associated.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack to which the fleet is associated.

\n@param stackName The name of the stack to which the fleet is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack to which the fleet is associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FleetName", "StackName" ], "shapeName" : "AssociateFleetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "AssociateFleetRequest", "variableName" : "associateFleetRequest", "variableType" : "AssociateFleetRequest", "documentation" : null, "simpleType" : "AssociateFleetRequest", "variableSetterType" : "AssociateFleetRequest" }, "wrapper" : false }, "AssociateFleetResult" : { "c2jName" : "AssociateFleetResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AssociateFleetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AssociateFleetResult", "variableName" : "associateFleetResult", "variableType" : "AssociateFleetResult", "documentation" : null, "simpleType" : "AssociateFleetResult", "variableSetterType" : "AssociateFleetResult" }, "wrapper" : false }, "ComputeCapacity" : { "c2jName" : "ComputeCapacity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The capacity configuration for the fleet.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DesiredInstances", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The desired number of streaming instances.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The desired number of streaming instances.

\n@param desiredInstances The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDesiredInstances", "getterDocumentation" : "/**

The desired number of streaming instances.

\n@return The desired number of streaming instances.*/", "getterMethodName" : "getDesiredInstances", "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" : "DesiredInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DesiredInstances", "setterDocumentation" : "/**

The desired number of streaming instances.

\n@param desiredInstances The desired number of streaming instances.*/", "setterMethodName" : "setDesiredInstances", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredInstances", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The desired number of streaming instances.

\n@param desiredInstances The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredInstances", "variableType" : "Integer", "documentation" : "

The desired number of streaming instances.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DesiredInstances" : { "c2jName" : "DesiredInstances", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The desired number of streaming instances.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The desired number of streaming instances.

\n@param desiredInstances The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDesiredInstances", "getterDocumentation" : "/**

The desired number of streaming instances.

\n@return The desired number of streaming instances.*/", "getterMethodName" : "getDesiredInstances", "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" : "DesiredInstances", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredInstances", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DesiredInstances", "setterDocumentation" : "/**

The desired number of streaming instances.

\n@param desiredInstances The desired number of streaming instances.*/", "setterMethodName" : "setDesiredInstances", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredInstances", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The desired number of streaming instances.

\n@param desiredInstances The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredInstances", "variableType" : "Integer", "documentation" : "

The desired number of streaming instances.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DesiredInstances" ], "shapeName" : "ComputeCapacity", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : null, "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "wrapper" : false }, "ComputeCapacityStatus" : { "c2jName" : "ComputeCapacityStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The capacity information for the fleet.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Desired", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The desired number of streaming instances.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The desired number of streaming instances.

\n@param desired The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDesired", "getterDocumentation" : "/**

The desired number of streaming instances.

\n@return The desired number of streaming instances.*/", "getterMethodName" : "getDesired", "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" : "Desired", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Desired", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Desired", "setterDocumentation" : "/**

The desired number of streaming instances.

\n@param desired The desired number of streaming instances.*/", "setterMethodName" : "setDesired", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desired", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The desired number of streaming instances.

\n@param desired The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desired", "variableType" : "Integer", "documentation" : "

The desired number of streaming instances.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Running", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The total number of simultaneous streaming instances that are running.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The total number of simultaneous streaming instances that are running.

\n@param running The total number of simultaneous streaming instances that are running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRunning", "getterDocumentation" : "/**

The total number of simultaneous streaming instances that are running.

\n@return The total number of simultaneous streaming instances that are running.*/", "getterMethodName" : "getRunning", "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" : "Running", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Running", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Running", "setterDocumentation" : "/**

The total number of simultaneous streaming instances that are running.

\n@param running The total number of simultaneous streaming instances that are running.*/", "setterMethodName" : "setRunning", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "running", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The total number of simultaneous streaming instances that are running.

\n@param running The total number of simultaneous streaming instances that are running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "running", "variableType" : "Integer", "documentation" : "

The total number of simultaneous streaming instances that are running.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InUse", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The number of instances that are being used for streaming.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of instances that are being used for streaming.

\n@param inUse The number of instances that are being used for streaming.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withInUse", "getterDocumentation" : "/**

The number of instances that are being used for streaming.

\n@return The number of instances that are being used for streaming.*/", "getterMethodName" : "getInUse", "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" : "InUse", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InUse", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "InUse", "setterDocumentation" : "/**

The number of instances that are being used for streaming.

\n@param inUse The number of instances that are being used for streaming.*/", "setterMethodName" : "setInUse", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "inUse", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of instances that are being used for streaming.

\n@param inUse The number of instances that are being used for streaming.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "inUse", "variableType" : "Integer", "documentation" : "

The number of instances that are being used for streaming.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Available", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The number of currently available instances that can be used to stream sessions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of currently available instances that can be used to stream sessions.

\n@param available The number of currently available instances that can be used to stream sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAvailable", "getterDocumentation" : "/**

The number of currently available instances that can be used to stream sessions.

\n@return The number of currently available instances that can be used to stream sessions.*/", "getterMethodName" : "getAvailable", "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" : "Available", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Available", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Available", "setterDocumentation" : "/**

The number of currently available instances that can be used to stream sessions.

\n@param available The number of currently available instances that can be used to stream sessions.*/", "setterMethodName" : "setAvailable", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "available", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of currently available instances that can be used to stream sessions.

\n@param available The number of currently available instances that can be used to stream sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "available", "variableType" : "Integer", "documentation" : "

The number of currently available instances that can be used to stream sessions.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Available" : { "c2jName" : "Available", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The number of currently available instances that can be used to stream sessions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of currently available instances that can be used to stream sessions.

\n@param available The number of currently available instances that can be used to stream sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAvailable", "getterDocumentation" : "/**

The number of currently available instances that can be used to stream sessions.

\n@return The number of currently available instances that can be used to stream sessions.*/", "getterMethodName" : "getAvailable", "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" : "Available", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Available", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Available", "setterDocumentation" : "/**

The number of currently available instances that can be used to stream sessions.

\n@param available The number of currently available instances that can be used to stream sessions.*/", "setterMethodName" : "setAvailable", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "available", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of currently available instances that can be used to stream sessions.

\n@param available The number of currently available instances that can be used to stream sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "available", "variableType" : "Integer", "documentation" : "

The number of currently available instances that can be used to stream sessions.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Desired" : { "c2jName" : "Desired", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The desired number of streaming instances.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The desired number of streaming instances.

\n@param desired The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDesired", "getterDocumentation" : "/**

The desired number of streaming instances.

\n@return The desired number of streaming instances.*/", "getterMethodName" : "getDesired", "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" : "Desired", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Desired", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Desired", "setterDocumentation" : "/**

The desired number of streaming instances.

\n@param desired The desired number of streaming instances.*/", "setterMethodName" : "setDesired", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desired", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The desired number of streaming instances.

\n@param desired The desired number of streaming instances.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desired", "variableType" : "Integer", "documentation" : "

The desired number of streaming instances.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "InUse" : { "c2jName" : "InUse", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The number of instances that are being used for streaming.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The number of instances that are being used for streaming.

\n@param inUse The number of instances that are being used for streaming.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withInUse", "getterDocumentation" : "/**

The number of instances that are being used for streaming.

\n@return The number of instances that are being used for streaming.*/", "getterMethodName" : "getInUse", "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" : "InUse", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InUse", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "InUse", "setterDocumentation" : "/**

The number of instances that are being used for streaming.

\n@param inUse The number of instances that are being used for streaming.*/", "setterMethodName" : "setInUse", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "inUse", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of instances that are being used for streaming.

\n@param inUse The number of instances that are being used for streaming.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "inUse", "variableType" : "Integer", "documentation" : "

The number of instances that are being used for streaming.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Running" : { "c2jName" : "Running", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The total number of simultaneous streaming instances that are running.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The total number of simultaneous streaming instances that are running.

\n@param running The total number of simultaneous streaming instances that are running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRunning", "getterDocumentation" : "/**

The total number of simultaneous streaming instances that are running.

\n@return The total number of simultaneous streaming instances that are running.*/", "getterMethodName" : "getRunning", "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" : "Running", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Running", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Running", "setterDocumentation" : "/**

The total number of simultaneous streaming instances that are running.

\n@param running The total number of simultaneous streaming instances that are running.*/", "setterMethodName" : "setRunning", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "running", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The total number of simultaneous streaming instances that are running.

\n@param running The total number of simultaneous streaming instances that are running.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "running", "variableType" : "Integer", "documentation" : "

The total number of simultaneous streaming instances that are running.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Desired" ], "shapeName" : "ComputeCapacityStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ComputeCapacityStatus", "variableName" : "computeCapacityStatus", "variableType" : "ComputeCapacityStatus", "documentation" : null, "simpleType" : "ComputeCapacityStatus", "variableSetterType" : "ComputeCapacityStatus" }, "wrapper" : false }, "CreateFleetRequest" : { "c2jName" : "CreateFleetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for the new fleet to create.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateFleet", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.CreateFleet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

A unique identifier for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique identifier for the fleet.

\n@param name A unique identifier for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

A unique identifier for the fleet.

\n@return A unique identifier for the fleet.*/", "getterMethodName" : "getName", "getterModel" : { "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" : "/**

A unique identifier for the fleet.

\n@param name A unique identifier for the fleet.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier for the fleet.

\n@param name A unique identifier for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

A unique identifier for the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ImageName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Unique name of the image used by the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Unique name of the image used by the fleet.

\n@param imageName Unique name of the image used by the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImageName", "getterDocumentation" : "/**

Unique name of the image used by the fleet.

\n@return Unique name of the image used by the fleet.*/", "getterMethodName" : "getImageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImageName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ImageName", "setterDocumentation" : "/**

Unique name of the image used by the fleet.

\n@param imageName Unique name of the image used by the fleet.*/", "setterMethodName" : "setImageName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Unique name of the image used by the fleet.

\n@param imageName Unique name of the image used by the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "

Unique name of the image used by the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withInstanceType", "getterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@return The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.*/", "getterMethodName" : "getInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InstanceType", "setterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.*/", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComputeCapacity", "c2jShape" : "ComputeCapacity", "deprecated" : false, "documentation" : "

The parameters for the capacity allocated to the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComputeCapacity", "getterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@return The parameters for the capacity allocated to the fleet.*/", "getterMethodName" : "getComputeCapacity", "getterModel" : { "returnType" : "ComputeCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComputeCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputeCapacity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ComputeCapacity", "setterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.*/", "setterMethodName" : "setComputeCapacity", "setterModel" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : "", "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : "

The parameters for the capacity allocated to the fleet.

", "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "

The VPC configuration for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVpcConfig", "getterDocumentation" : "/**

The VPC configuration for the fleet.

\n@return The VPC configuration for the fleet.*/", "getterMethodName" : "getVpcConfig", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "VpcConfig", "setterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.*/", "setterMethodName" : "setVpcConfig", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "

The VPC configuration for the fleet.

", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxUserDurationInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum time up to which a streaming session can run.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum time up to which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time up to which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxUserDurationInSeconds", "getterDocumentation" : "/**

The maximum time up to which a streaming session can run.

\n@return The maximum time up to which a streaming session can run.*/", "getterMethodName" : "getMaxUserDurationInSeconds", "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" : "MaxUserDurationInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxUserDurationInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxUserDurationInSeconds", "setterDocumentation" : "/**

The maximum time up to which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time up to which a streaming session can run.*/", "setterMethodName" : "setMaxUserDurationInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum time up to which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time up to which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "

The maximum time up to which a streaming session can run.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisconnectTimeoutInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisconnectTimeoutInSeconds", "getterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

\n@return The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.*/", "getterMethodName" : "getDisconnectTimeoutInSeconds", "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" : "DisconnectTimeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisconnectTimeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DisconnectTimeoutInSeconds", "setterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.*/", "setterMethodName" : "setDisconnectTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description of the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description of the fleet.

\n@param description The description of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description of the fleet.

\n@return The description of the fleet.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 fleet.

\n@param description The description of the fleet.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description of the fleet.

\n@param description The description of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisplayName", "c2jShape" : "DisplayName", "deprecated" : false, "documentation" : "

The display name of the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The display name of the fleet.

\n@param displayName The display name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The display name of the fleet.

\n@return The display name of the fleet.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The display name of the fleet.

\n@param displayName The display name of the fleet.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The display name of the fleet.

\n@param displayName The display name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name of the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComputeCapacity" : { "c2jName" : "ComputeCapacity", "c2jShape" : "ComputeCapacity", "deprecated" : false, "documentation" : "

The parameters for the capacity allocated to the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComputeCapacity", "getterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@return The parameters for the capacity allocated to the fleet.*/", "getterMethodName" : "getComputeCapacity", "getterModel" : { "returnType" : "ComputeCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComputeCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputeCapacity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ComputeCapacity", "setterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.*/", "setterMethodName" : "setComputeCapacity", "setterModel" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : "", "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : "

The parameters for the capacity allocated to the fleet.

", "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description of the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description of the fleet.

\n@param description The description of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description of the fleet.

\n@return The description of the fleet.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 fleet.

\n@param description The description of the fleet.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description of the fleet.

\n@param description The description of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description of the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DisconnectTimeoutInSeconds" : { "c2jName" : "DisconnectTimeoutInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisconnectTimeoutInSeconds", "getterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

\n@return The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.*/", "getterMethodName" : "getDisconnectTimeoutInSeconds", "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" : "DisconnectTimeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisconnectTimeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DisconnectTimeoutInSeconds", "setterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.*/", "setterMethodName" : "setDisconnectTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "

The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to his/her previous session.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DisplayName" : { "c2jName" : "DisplayName", "c2jShape" : "DisplayName", "deprecated" : false, "documentation" : "

The display name of the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The display name of the fleet.

\n@param displayName The display name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The display name of the fleet.

\n@return The display name of the fleet.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The display name of the fleet.

\n@param displayName The display name of the fleet.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The display name of the fleet.

\n@param displayName The display name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name of the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ImageName" : { "c2jName" : "ImageName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

Unique name of the image used by the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Unique name of the image used by the fleet.

\n@param imageName Unique name of the image used by the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImageName", "getterDocumentation" : "/**

Unique name of the image used by the fleet.

\n@return Unique name of the image used by the fleet.*/", "getterMethodName" : "getImageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImageName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ImageName", "setterDocumentation" : "/**

Unique name of the image used by the fleet.

\n@param imageName Unique name of the image used by the fleet.*/", "setterMethodName" : "setImageName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Unique name of the image used by the fleet.

\n@param imageName Unique name of the image used by the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "

Unique name of the image used by the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InstanceType" : { "c2jName" : "InstanceType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withInstanceType", "getterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@return The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.*/", "getterMethodName" : "getInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InstanceType", "setterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.*/", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxUserDurationInSeconds" : { "c2jName" : "MaxUserDurationInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum time up to which a streaming session can run.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum time up to which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time up to which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxUserDurationInSeconds", "getterDocumentation" : "/**

The maximum time up to which a streaming session can run.

\n@return The maximum time up to which a streaming session can run.*/", "getterMethodName" : "getMaxUserDurationInSeconds", "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" : "MaxUserDurationInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxUserDurationInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxUserDurationInSeconds", "setterDocumentation" : "/**

The maximum time up to which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time up to which a streaming session can run.*/", "setterMethodName" : "setMaxUserDurationInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum time up to which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time up to which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "

The maximum time up to which a streaming session can run.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "Name", "deprecated" : false, "documentation" : "

A unique identifier for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique identifier for the fleet.

\n@param name A unique identifier for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

A unique identifier for the fleet.

\n@return A unique identifier for the fleet.*/", "getterMethodName" : "getName", "getterModel" : { "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" : "/**

A unique identifier for the fleet.

\n@param name A unique identifier for the fleet.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique identifier for the fleet.

\n@param name A unique identifier for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

A unique identifier for the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "

The VPC configuration for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVpcConfig", "getterDocumentation" : "/**

The VPC configuration for the fleet.

\n@return The VPC configuration for the fleet.*/", "getterMethodName" : "getVpcConfig", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "VpcConfig", "setterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.*/", "setterMethodName" : "setVpcConfig", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "

The VPC configuration for the fleet.

", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "ImageName", "InstanceType", "ComputeCapacity" ], "shapeName" : "CreateFleetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateFleetRequest", "variableName" : "createFleetRequest", "variableType" : "CreateFleetRequest", "documentation" : null, "simpleType" : "CreateFleetRequest", "variableSetterType" : "CreateFleetRequest" }, "wrapper" : false }, "CreateFleetResult" : { "c2jName" : "CreateFleetResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Fleet", "c2jShape" : "Fleet", "deprecated" : false, "documentation" : "

The details for the created fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The details for the created fleet.

\n@param fleet The details for the created fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleet", "getterDocumentation" : "/**

The details for the created fleet.

\n@return The details for the created fleet.*/", "getterMethodName" : "getFleet", "getterModel" : { "returnType" : "Fleet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Fleet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Fleet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Fleet", "setterDocumentation" : "/**

The details for the created fleet.

\n@param fleet The details for the created fleet.*/", "setterMethodName" : "setFleet", "setterModel" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : "", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "simple" : false, "varargSetterDocumentation" : "/**

The details for the created fleet.

\n@param fleet The details for the created fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : "

The details for the created fleet.

", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Fleet" : { "c2jName" : "Fleet", "c2jShape" : "Fleet", "deprecated" : false, "documentation" : "

The details for the created fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The details for the created fleet.

\n@param fleet The details for the created fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleet", "getterDocumentation" : "/**

The details for the created fleet.

\n@return The details for the created fleet.*/", "getterMethodName" : "getFleet", "getterModel" : { "returnType" : "Fleet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Fleet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Fleet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Fleet", "setterDocumentation" : "/**

The details for the created fleet.

\n@param fleet The details for the created fleet.*/", "setterMethodName" : "setFleet", "setterModel" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : "", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "simple" : false, "varargSetterDocumentation" : "/**

The details for the created fleet.

\n@param fleet The details for the created fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : "

The details for the created fleet.

", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateFleetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateFleetResult", "variableName" : "createFleetResult", "variableType" : "CreateFleetResult", "documentation" : null, "simpleType" : "CreateFleetResult", "variableSetterType" : "CreateFleetResult" }, "wrapper" : false }, "CreateStackRequest" : { "c2jName" : "CreateStackRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateStack", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.CreateStack", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier for this stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier for this stack.

\n@param name The unique identifier for this stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The unique identifier for this stack.

\n@return The unique identifier for this stack.*/", "getterMethodName" : "getName", "getterModel" : { "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 unique identifier for this stack.

\n@param name The unique identifier for this stack.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier for this stack.

\n@param name The unique identifier for this stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The unique identifier for this stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@return The description displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisplayName", "c2jShape" : "DisplayName", "deprecated" : false, "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@return The name displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@return The description displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DisplayName" : { "c2jName" : "DisplayName", "c2jShape" : "DisplayName", "deprecated" : false, "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@return The name displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier for this stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier for this stack.

\n@param name The unique identifier for this stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The unique identifier for this stack.

\n@return The unique identifier for this stack.*/", "getterMethodName" : "getName", "getterModel" : { "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 unique identifier for this stack.

\n@param name The unique identifier for this stack.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier for this stack.

\n@param name The unique identifier for this stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The unique identifier for this stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "CreateStackRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStackRequest", "variableName" : "createStackRequest", "variableType" : "CreateStackRequest", "documentation" : null, "simpleType" : "CreateStackRequest", "variableSetterType" : "CreateStackRequest" }, "wrapper" : false }, "CreateStackResult" : { "c2jName" : "CreateStackResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Stack", "c2jShape" : "Stack", "deprecated" : false, "documentation" : "

The details for the created stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The details for the created stack.

\n@param stack The details for the created stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStack", "getterDocumentation" : "/**

The details for the created stack.

\n@return The details for the created stack.*/", "getterMethodName" : "getStack", "getterModel" : { "returnType" : "Stack", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Stack", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stack", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Stack", "setterDocumentation" : "/**

The details for the created stack.

\n@param stack The details for the created stack.*/", "setterMethodName" : "setStack", "setterModel" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "simple" : false, "varargSetterDocumentation" : "/**

The details for the created stack.

\n@param stack The details for the created stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : "

The details for the created stack.

", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Stack" : { "c2jName" : "Stack", "c2jShape" : "Stack", "deprecated" : false, "documentation" : "

The details for the created stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The details for the created stack.

\n@param stack The details for the created stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStack", "getterDocumentation" : "/**

The details for the created stack.

\n@return The details for the created stack.*/", "getterMethodName" : "getStack", "getterModel" : { "returnType" : "Stack", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Stack", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stack", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Stack", "setterDocumentation" : "/**

The details for the created stack.

\n@param stack The details for the created stack.*/", "setterMethodName" : "setStack", "setterModel" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "simple" : false, "varargSetterDocumentation" : "/**

The details for the created stack.

\n@param stack The details for the created stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : "

The details for the created stack.

", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateStackResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStackResult", "variableName" : "createStackResult", "variableType" : "CreateStackResult", "documentation" : null, "simpleType" : "CreateStackResult", "variableSetterType" : "CreateStackResult" }, "wrapper" : false }, "CreateStreamingURLRequest" : { "c2jName" : "CreateStreamingURLRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateStreamingURL", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.CreateStreamingURL", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The stack for which the URL is generated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The stack for which the URL is generated.

\n@param stackName The stack for which the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The stack for which the URL is generated.

\n@return The stack for which the URL is generated.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The stack for which the URL is generated.

\n@param stackName The stack for which the URL is generated.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The stack for which the URL is generated.

\n@param stackName The stack for which the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The stack for which the URL is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The fleet for which the URL is generated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The fleet for which the URL is generated.

\n@param fleetName The fleet for which the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The fleet for which the URL is generated.

\n@return The fleet for which the URL is generated.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The fleet for which the URL is generated.

\n@param fleetName The fleet for which the URL is generated.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The fleet for which the URL is generated.

\n@param fleetName The fleet for which the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The fleet for which the URL is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserId", "c2jShape" : "UserId", "deprecated" : false, "documentation" : "

A unique user ID for whom the URL is generated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique user ID for whom the URL is generated.

\n@param userId A unique user ID for whom the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUserId", "getterDocumentation" : "/**

A unique user ID for whom the URL is generated.

\n@return A unique user ID for whom the URL is generated.*/", "getterMethodName" : "getUserId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "UserId", "setterDocumentation" : "/**

A unique user ID for whom the URL is generated.

\n@param userId A unique user ID for whom the URL is generated.*/", "setterMethodName" : "setUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique user ID for whom the URL is generated.

\n@param userId A unique user ID for whom the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "

A unique user ID for whom the URL is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ApplicationId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The ID of the application that must be launched after the session starts.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ID of the application that must be launched after the session starts.

\n@param applicationId The ID of the application that must be launched after the session starts.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withApplicationId", "getterDocumentation" : "/**

The ID of the application that must be launched after the session starts.

\n@return The ID of the application that must be launched after the session starts.*/", "getterMethodName" : "getApplicationId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationId", "setterDocumentation" : "/**

The ID of the application that must be launched after the session starts.

\n@param applicationId The ID of the application that must be launched after the session starts.*/", "setterMethodName" : "setApplicationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ID of the application that must be launched after the session starts.

\n@param applicationId The ID of the application that must be launched after the session starts.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationId", "variableType" : "String", "documentation" : "

The ID of the application that must be launched after the session starts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Validity", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

\n@param validity The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValidity", "getterDocumentation" : "/**

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

\n@return The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.*/", "getterMethodName" : "getValidity", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Validity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Validity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Validity", "setterDocumentation" : "/**

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

\n@param validity The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.*/", "setterMethodName" : "setValidity", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validity", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

\n@param validity The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "validity", "variableType" : "Long", "documentation" : "

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SessionContext", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The sessionContext of the streaming URL.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sessionContext of the streaming URL.

\n@param sessionContext The sessionContext of the streaming URL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSessionContext", "getterDocumentation" : "/**

The sessionContext of the streaming URL.

\n@return The sessionContext of the streaming URL.*/", "getterMethodName" : "getSessionContext", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionContext", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SessionContext", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SessionContext", "setterDocumentation" : "/**

The sessionContext of the streaming URL.

\n@param sessionContext The sessionContext of the streaming URL.*/", "setterMethodName" : "setSessionContext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionContext", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The sessionContext of the streaming URL.

\n@param sessionContext The sessionContext of the streaming URL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionContext", "variableType" : "String", "documentation" : "

The sessionContext of the streaming URL.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ApplicationId" : { "c2jName" : "ApplicationId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The ID of the application that must be launched after the session starts.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ID of the application that must be launched after the session starts.

\n@param applicationId The ID of the application that must be launched after the session starts.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withApplicationId", "getterDocumentation" : "/**

The ID of the application that must be launched after the session starts.

\n@return The ID of the application that must be launched after the session starts.*/", "getterMethodName" : "getApplicationId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ApplicationId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ApplicationId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ApplicationId", "setterDocumentation" : "/**

The ID of the application that must be launched after the session starts.

\n@param applicationId The ID of the application that must be launched after the session starts.*/", "setterMethodName" : "setApplicationId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "applicationId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ID of the application that must be launched after the session starts.

\n@param applicationId The ID of the application that must be launched after the session starts.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "applicationId", "variableType" : "String", "documentation" : "

The ID of the application that must be launched after the session starts.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FleetName" : { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The fleet for which the URL is generated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The fleet for which the URL is generated.

\n@param fleetName The fleet for which the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The fleet for which the URL is generated.

\n@return The fleet for which the URL is generated.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The fleet for which the URL is generated.

\n@param fleetName The fleet for which the URL is generated.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The fleet for which the URL is generated.

\n@param fleetName The fleet for which the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The fleet for which the URL is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SessionContext" : { "c2jName" : "SessionContext", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The sessionContext of the streaming URL.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The sessionContext of the streaming URL.

\n@param sessionContext The sessionContext of the streaming URL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSessionContext", "getterDocumentation" : "/**

The sessionContext of the streaming URL.

\n@return The sessionContext of the streaming URL.*/", "getterMethodName" : "getSessionContext", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionContext", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SessionContext", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SessionContext", "setterDocumentation" : "/**

The sessionContext of the streaming URL.

\n@param sessionContext The sessionContext of the streaming URL.*/", "setterMethodName" : "setSessionContext", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionContext", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The sessionContext of the streaming URL.

\n@param sessionContext The sessionContext of the streaming URL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionContext", "variableType" : "String", "documentation" : "

The sessionContext of the streaming URL.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The stack for which the URL is generated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The stack for which the URL is generated.

\n@param stackName The stack for which the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The stack for which the URL is generated.

\n@return The stack for which the URL is generated.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The stack for which the URL is generated.

\n@param stackName The stack for which the URL is generated.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The stack for which the URL is generated.

\n@param stackName The stack for which the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The stack for which the URL is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserId" : { "c2jName" : "UserId", "c2jShape" : "UserId", "deprecated" : false, "documentation" : "

A unique user ID for whom the URL is generated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A unique user ID for whom the URL is generated.

\n@param userId A unique user ID for whom the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUserId", "getterDocumentation" : "/**

A unique user ID for whom the URL is generated.

\n@return A unique user ID for whom the URL is generated.*/", "getterMethodName" : "getUserId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "UserId", "setterDocumentation" : "/**

A unique user ID for whom the URL is generated.

\n@param userId A unique user ID for whom the URL is generated.*/", "setterMethodName" : "setUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique user ID for whom the URL is generated.

\n@param userId A unique user ID for whom the URL is generated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "

A unique user ID for whom the URL is generated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Validity" : { "c2jName" : "Validity", "c2jShape" : "Long", "deprecated" : false, "documentation" : "

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

\n@param validity The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withValidity", "getterDocumentation" : "/**

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

\n@return The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.*/", "getterMethodName" : "getValidity", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Validity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Validity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Validity", "setterDocumentation" : "/**

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

\n@param validity The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.*/", "setterMethodName" : "setValidity", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "validity", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

\n@param validity The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "validity", "variableType" : "Long", "documentation" : "

The validity duration of the URL in seconds. After this duration, the URL returned by this operation becomes invalid.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName", "FleetName", "UserId" ], "shapeName" : "CreateStreamingURLRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateStreamingURLRequest", "variableName" : "createStreamingURLRequest", "variableType" : "CreateStreamingURLRequest", "documentation" : null, "simpleType" : "CreateStreamingURLRequest", "variableSetterType" : "CreateStreamingURLRequest" }, "wrapper" : false }, "CreateStreamingURLResult" : { "c2jName" : "CreateStreamingURLResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "StreamingURL", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL to start the AppStream 2.0 streaming session.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL to start the AppStream 2.0 streaming session.

\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamingURL", "getterDocumentation" : "/**

The URL to start the AppStream 2.0 streaming session.

\n@return The URL to start the AppStream 2.0 streaming session.*/", "getterMethodName" : "getStreamingURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamingURL", "setterDocumentation" : "/**

The URL to start the AppStream 2.0 streaming session.

\n@param streamingURL The URL to start the AppStream 2.0 streaming session.*/", "setterMethodName" : "setStreamingURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamingURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL to start the AppStream 2.0 streaming session.

\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamingURL", "variableType" : "String", "documentation" : "

The URL to start the AppStream 2.0 streaming session.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Expires", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

Elapsed seconds after the Unix epoch, at which time this URL expires.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Elapsed seconds after the Unix epoch, at which time this URL expires.

\n@param expires Elapsed seconds after the Unix epoch, at which time this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpires", "getterDocumentation" : "/**

Elapsed seconds after the Unix epoch, at which time this URL expires.

\n@return Elapsed seconds after the Unix epoch, at which time this URL expires.*/", "getterMethodName" : "getExpires", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Expires", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expires", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "Expires", "setterDocumentation" : "/**

Elapsed seconds after the Unix epoch, at which time this URL expires.

\n@param expires Elapsed seconds after the Unix epoch, at which time this URL expires.*/", "setterMethodName" : "setExpires", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "expires", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

Elapsed seconds after the Unix epoch, at which time this URL expires.

\n@param expires Elapsed seconds after the Unix epoch, at which time this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "expires", "variableType" : "java.util.Date", "documentation" : "

Elapsed seconds after the Unix epoch, at which time this URL expires.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Expires" : { "c2jName" : "Expires", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

Elapsed seconds after the Unix epoch, at which time this URL expires.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Elapsed seconds after the Unix epoch, at which time this URL expires.

\n@param expires Elapsed seconds after the Unix epoch, at which time this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpires", "getterDocumentation" : "/**

Elapsed seconds after the Unix epoch, at which time this URL expires.

\n@return Elapsed seconds after the Unix epoch, at which time this URL expires.*/", "getterMethodName" : "getExpires", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Expires", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expires", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "Expires", "setterDocumentation" : "/**

Elapsed seconds after the Unix epoch, at which time this URL expires.

\n@param expires Elapsed seconds after the Unix epoch, at which time this URL expires.*/", "setterMethodName" : "setExpires", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "expires", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

Elapsed seconds after the Unix epoch, at which time this URL expires.

\n@param expires Elapsed seconds after the Unix epoch, at which time this URL expires.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "expires", "variableType" : "java.util.Date", "documentation" : "

Elapsed seconds after the Unix epoch, at which time this URL expires.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "StreamingURL" : { "c2jName" : "StreamingURL", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The URL to start the AppStream 2.0 streaming session.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The URL to start the AppStream 2.0 streaming session.

\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStreamingURL", "getterDocumentation" : "/**

The URL to start the AppStream 2.0 streaming session.

\n@return The URL to start the AppStream 2.0 streaming session.*/", "getterMethodName" : "getStreamingURL", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StreamingURL", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StreamingURL", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StreamingURL", "setterDocumentation" : "/**

The URL to start the AppStream 2.0 streaming session.

\n@param streamingURL The URL to start the AppStream 2.0 streaming session.*/", "setterMethodName" : "setStreamingURL", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "streamingURL", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The URL to start the AppStream 2.0 streaming session.

\n@param streamingURL The URL to start the AppStream 2.0 streaming session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "streamingURL", "variableType" : "String", "documentation" : "

The URL to start the AppStream 2.0 streaming session.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateStreamingURLResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateStreamingURLResult", "variableName" : "createStreamingURLResult", "variableType" : "CreateStreamingURLResult", "documentation" : null, "simpleType" : "CreateStreamingURLResult", "variableSetterType" : "CreateStreamingURLResult" }, "wrapper" : false }, "DeleteFleetRequest" : { "c2jName" : "DeleteFleetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteFleet", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.DeleteFleet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to be deleted.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to be deleted.

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

The name of the fleet to be deleted.

\n@return The name of the fleet to be deleted.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet to be deleted.

\n@param name The name of the fleet to be deleted.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to be deleted.

\n@param name The name of the fleet to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to be deleted.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to be deleted.

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

The name of the fleet to be deleted.

\n@return The name of the fleet to be deleted.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet to be deleted.

\n@param name The name of the fleet to be deleted.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to be deleted.

\n@param name The name of the fleet to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "DeleteFleetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteFleetRequest", "variableName" : "deleteFleetRequest", "variableType" : "DeleteFleetRequest", "documentation" : null, "simpleType" : "DeleteFleetRequest", "variableSetterType" : "DeleteFleetRequest" }, "wrapper" : false }, "DeleteFleetResult" : { "c2jName" : "DeleteFleetResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteFleetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteFleetResult", "variableName" : "deleteFleetResult", "variableType" : "DeleteFleetResult", "documentation" : null, "simpleType" : "DeleteFleetResult", "variableSetterType" : "DeleteFleetResult" }, "wrapper" : false }, "DeleteStackRequest" : { "c2jName" : "DeleteStackRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteStack", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.DeleteStack", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack to delete.

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

The name of the stack to delete.

\n@return The name of the stack to delete.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the stack to delete.

\n@param name The name of the stack to delete.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack to delete.

\n@param name The name of the stack to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the stack to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack to delete.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack to delete.

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

The name of the stack to delete.

\n@return The name of the stack to delete.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the stack to delete.

\n@param name The name of the stack to delete.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack to delete.

\n@param name The name of the stack to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the stack to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "DeleteStackRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteStackRequest", "variableName" : "deleteStackRequest", "variableType" : "DeleteStackRequest", "documentation" : null, "simpleType" : "DeleteStackRequest", "variableSetterType" : "DeleteStackRequest" }, "wrapper" : false }, "DeleteStackResult" : { "c2jName" : "DeleteStackResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteStackResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteStackResult", "variableName" : "deleteStackResult", "variableType" : "DeleteStackResult", "documentation" : null, "simpleType" : "DeleteStackResult", "variableSetterType" : "DeleteStackResult" }, "wrapper" : false }, "DescribeFleetsRequest" : { "c2jName" : "DescribeFleetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeFleets", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.DescribeFleets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

The fleet names to describe. Use null to describe all the fleets for the AWS account.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The fleet names to describe. Use null to describe all the fleets for the AWS account.

\n@param names The fleet names to describe. Use null to describe all the fleets for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

The fleet names to describe. Use null to describe all the fleets for the AWS account.

\n@return The fleet names to describe. Use null to describe all the fleets for the AWS account.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

The fleet names to describe. Use null to describe all the fleets for the AWS account.

\n@param names The fleet names to describe. Use null to describe all the fleets for the AWS account.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The fleet names to describe. Use null to describe all the fleets for the AWS account.

\n

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

\n@param names The fleet names to describe. Use null to describe all the fleets for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

The fleet names to describe. Use null to describe all the fleets for the AWS account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Names" : { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

The fleet names to describe. Use null to describe all the fleets for the AWS account.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The fleet names to describe. Use null to describe all the fleets for the AWS account.

\n@param names The fleet names to describe. Use null to describe all the fleets for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

The fleet names to describe. Use null to describe all the fleets for the AWS account.

\n@return The fleet names to describe. Use null to describe all the fleets for the AWS account.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

The fleet names to describe. Use null to describe all the fleets for the AWS account.

\n@param names The fleet names to describe. Use null to describe all the fleets for the AWS account.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The fleet names to describe. Use null to describe all the fleets for the AWS account.

\n

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

\n@param names The fleet names to describe. Use null to describe all the fleets for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

The fleet names to describe. Use null to describe all the fleets for the AWS account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeFleetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeFleetsRequest", "variableName" : "describeFleetsRequest", "variableType" : "DescribeFleetsRequest", "documentation" : null, "simpleType" : "DescribeFleetsRequest", "variableSetterType" : "DescribeFleetsRequest" }, "wrapper" : false }, "DescribeFleetsResult" : { "c2jName" : "DescribeFleetsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Fleets", "c2jShape" : "FleetList", "deprecated" : false, "documentation" : "

The list of fleet details.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of fleet details.

\n@param fleets The list of fleet details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleets", "getterDocumentation" : "/**

The list of fleet details.

\n@return The list of fleet details.*/", "getterMethodName" : "getFleets", "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" : "Fleets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Fleets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Fleet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Fleet", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Fleet", "variableName" : "member", "variableType" : "Fleet", "documentation" : "", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Fleet", "variableName" : "member", "variableType" : "Fleet", "documentation" : "", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Fleet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Fleet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Fleets", "setterDocumentation" : "/**

The list of fleet details.

\n@param fleets The list of fleet details.*/", "setterMethodName" : "setFleets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "fleets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of fleet details.

\n

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

\n@param fleets The list of fleet details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "fleets", "variableType" : "java.util.List", "documentation" : "

The list of fleet details.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Fleets" : { "c2jName" : "Fleets", "c2jShape" : "FleetList", "deprecated" : false, "documentation" : "

The list of fleet details.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of fleet details.

\n@param fleets The list of fleet details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleets", "getterDocumentation" : "/**

The list of fleet details.

\n@return The list of fleet details.*/", "getterMethodName" : "getFleets", "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" : "Fleets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Fleets", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Fleet", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Fleet", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Fleet", "variableName" : "member", "variableType" : "Fleet", "documentation" : "", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Fleet", "variableName" : "member", "variableType" : "Fleet", "documentation" : "", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Fleet", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Fleet", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Fleets", "setterDocumentation" : "/**

The list of fleet details.

\n@param fleets The list of fleet details.*/", "setterMethodName" : "setFleets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "fleets", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of fleet details.

\n

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

\n@param fleets The list of fleet details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "fleets", "variableType" : "java.util.List", "documentation" : "

The list of fleet details.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeFleetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeFleetsResult", "variableName" : "describeFleetsResult", "variableType" : "DescribeFleetsResult", "documentation" : null, "simpleType" : "DescribeFleetsResult", "variableSetterType" : "DescribeFleetsResult" }, "wrapper" : false }, "DescribeImagesRequest" : { "c2jName" : "DescribeImagesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeImages", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.DescribeImages", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

A specific list of images to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A specific list of images to describe.

\n@param names A specific list of images to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

A specific list of images to describe.

\n@return A specific list of images to describe.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

A specific list of images to describe.

\n@param names A specific list of images to describe.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A specific list of images to describe.

\n

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

\n@param names A specific list of images to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

A specific list of images to describe.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Names" : { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

A specific list of images to describe.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A specific list of images to describe.

\n@param names A specific list of images to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

A specific list of images to describe.

\n@return A specific list of images to describe.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

A specific list of images to describe.

\n@param names A specific list of images to describe.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A specific list of images to describe.

\n

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

\n@param names A specific list of images to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

A specific list of images to describe.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeImagesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeImagesRequest", "variableName" : "describeImagesRequest", "variableType" : "DescribeImagesRequest", "documentation" : null, "simpleType" : "DescribeImagesRequest", "variableSetterType" : "DescribeImagesRequest" }, "wrapper" : false }, "DescribeImagesResult" : { "c2jName" : "DescribeImagesResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Images", "c2jShape" : "ImageList", "deprecated" : false, "documentation" : "

The list of images.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of images.

\n@param images The list of images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImages", "getterDocumentation" : "/**

The list of images.

\n@return The list of images.*/", "getterMethodName" : "getImages", "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" : "Images", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Images", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Image", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Image", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Image", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Image", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Images", "setterDocumentation" : "/**

The list of images.

\n@param images The list of images.*/", "setterMethodName" : "setImages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of images.

\n

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

\n@param images The list of images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "

The list of images.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Images" : { "c2jName" : "Images", "c2jShape" : "ImageList", "deprecated" : false, "documentation" : "

The list of images.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of images.

\n@param images The list of images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImages", "getterDocumentation" : "/**

The list of images.

\n@return The list of images.*/", "getterMethodName" : "getImages", "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" : "Images", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Images", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Image", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Image", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Image", "variableName" : "member", "variableType" : "Image", "documentation" : "", "simpleType" : "Image", "variableSetterType" : "Image" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Image", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Image", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Images", "setterDocumentation" : "/**

The list of images.

\n@param images The list of images.*/", "setterMethodName" : "setImages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of images.

\n

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

\n@param images The list of images.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "images", "variableType" : "java.util.List", "documentation" : "

The list of images.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeImagesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeImagesResult", "variableName" : "describeImagesResult", "variableType" : "DescribeImagesResult", "documentation" : null, "simpleType" : "DescribeImagesResult", "variableSetterType" : "DescribeImagesResult" }, "wrapper" : false }, "DescribeSessionsRequest" : { "c2jName" : "DescribeSessionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeSessions", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.DescribeSessions", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack for which to list sessions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack for which to list sessions.

\n@param stackName The name of the stack for which to list sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack for which to list sessions.

\n@return The name of the stack for which to list sessions.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack for which to list sessions.

\n@param stackName The name of the stack for which to list sessions.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack for which to list sessions.

\n@param stackName The name of the stack for which to list sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack for which to list sessions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet for which to list sessions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet for which to list sessions.

\n@param fleetName The name of the fleet for which to list sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet for which to list sessions.

\n@return The name of the fleet for which to list sessions.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet for which to list sessions.

\n@param fleetName The name of the fleet for which to list sessions.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet for which to list sessions.

\n@param fleetName The name of the fleet for which to list sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet for which to list sessions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserId", "c2jShape" : "UserId", "deprecated" : false, "documentation" : "

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

\n@param userId The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUserId", "getterDocumentation" : "/**

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

\n@return The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.*/", "getterMethodName" : "getUserId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "UserId", "setterDocumentation" : "/**

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

\n@param userId The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.*/", "setterMethodName" : "setUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

\n@param userId The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limit", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The size of each page of results. The default value is 20 and the maximum supported value is 50.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size of each page of results. The default value is 20 and the maximum supported value is 50.

\n@param limit The size of each page of results. The default value is 20 and the maximum supported value is 50.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

The size of each page of results. The default value is 20 and the maximum supported value is 50.

\n@return The size of each page of results. The default value is 20 and the maximum supported value is 50.*/", "getterMethodName" : "getLimit", "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" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Limit", "setterDocumentation" : "/**

The size of each page of results. The default value is 20 and the maximum supported value is 50.

\n@param limit The size of each page of results. The default value is 20 and the maximum supported value is 50.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The size of each page of results. The default value is 20 and the maximum supported value is 50.

\n@param limit The size of each page of results. The default value is 20 and the maximum supported value is 50.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The size of each page of results. The default value is 20 and the maximum supported value is 50.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FleetName" : { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet for which to list sessions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet for which to list sessions.

\n@param fleetName The name of the fleet for which to list sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet for which to list sessions.

\n@return The name of the fleet for which to list sessions.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet for which to list sessions.

\n@param fleetName The name of the fleet for which to list sessions.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet for which to list sessions.

\n@param fleetName The name of the fleet for which to list sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet for which to list sessions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limit" : { "c2jName" : "Limit", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The size of each page of results. The default value is 20 and the maximum supported value is 50.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The size of each page of results. The default value is 20 and the maximum supported value is 50.

\n@param limit The size of each page of results. The default value is 20 and the maximum supported value is 50.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimit", "getterDocumentation" : "/**

The size of each page of results. The default value is 20 and the maximum supported value is 50.

\n@return The size of each page of results. The default value is 20 and the maximum supported value is 50.*/", "getterMethodName" : "getLimit", "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" : "Limit", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limit", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Limit", "setterDocumentation" : "/**

The size of each page of results. The default value is 20 and the maximum supported value is 50.

\n@param limit The size of each page of results. The default value is 20 and the maximum supported value is 50.*/", "setterMethodName" : "setLimit", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The size of each page of results. The default value is 20 and the maximum supported value is 50.

\n@param limit The size of each page of results. The default value is 20 and the maximum supported value is 50.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "limit", "variableType" : "Integer", "documentation" : "

The size of each page of results. The default value is 20 and the maximum supported value is 50.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack for which to list sessions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack for which to list sessions.

\n@param stackName The name of the stack for which to list sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack for which to list sessions.

\n@return The name of the stack for which to list sessions.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack for which to list sessions.

\n@param stackName The name of the stack for which to list sessions.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack for which to list sessions.

\n@param stackName The name of the stack for which to list sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack for which to list sessions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserId" : { "c2jName" : "UserId", "c2jShape" : "UserId", "deprecated" : false, "documentation" : "

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

\n@param userId The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUserId", "getterDocumentation" : "/**

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

\n@return The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.*/", "getterMethodName" : "getUserId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "UserId", "setterDocumentation" : "/**

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

\n@param userId The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.*/", "setterMethodName" : "setUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

\n@param userId The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "

The user for whom to list sessions. Use null to describe all the sessions for the stack and fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName", "FleetName" ], "shapeName" : "DescribeSessionsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSessionsRequest", "variableName" : "describeSessionsRequest", "variableType" : "DescribeSessionsRequest", "documentation" : null, "simpleType" : "DescribeSessionsRequest", "variableSetterType" : "DescribeSessionsRequest" }, "wrapper" : false }, "DescribeSessionsResult" : { "c2jName" : "DescribeSessionsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Sessions", "c2jShape" : "SessionList", "deprecated" : false, "documentation" : "

The list of streaming sessions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of streaming sessions.

\n@param sessions The list of streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSessions", "getterDocumentation" : "/**

The list of streaming sessions.

\n@return The list of streaming sessions.*/", "getterMethodName" : "getSessions", "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" : "Sessions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Sessions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Session", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Session", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Session", "variableName" : "member", "variableType" : "Session", "documentation" : "", "simpleType" : "Session", "variableSetterType" : "Session" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Session", "variableName" : "member", "variableType" : "Session", "documentation" : "", "simpleType" : "Session", "variableSetterType" : "Session" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Session", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Session", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Sessions", "setterDocumentation" : "/**

The list of streaming sessions.

\n@param sessions The list of streaming sessions.*/", "setterMethodName" : "setSessions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sessions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of streaming sessions.

\n

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

\n@param sessions The list of streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sessions", "variableType" : "java.util.List", "documentation" : "

The list of streaming sessions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Sessions" : { "c2jName" : "Sessions", "c2jShape" : "SessionList", "deprecated" : false, "documentation" : "

The list of streaming sessions.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of streaming sessions.

\n@param sessions The list of streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSessions", "getterDocumentation" : "/**

The list of streaming sessions.

\n@return The list of streaming sessions.*/", "getterMethodName" : "getSessions", "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" : "Sessions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Sessions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Session", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Session", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Session", "variableName" : "member", "variableType" : "Session", "documentation" : "", "simpleType" : "Session", "variableSetterType" : "Session" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Session", "variableName" : "member", "variableType" : "Session", "documentation" : "", "simpleType" : "Session", "variableSetterType" : "Session" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Session", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Session", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Sessions", "setterDocumentation" : "/**

The list of streaming sessions.

\n@param sessions The list of streaming sessions.*/", "setterMethodName" : "setSessions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "sessions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of streaming sessions.

\n

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

\n@param sessions The list of streaming sessions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "sessions", "variableType" : "java.util.List", "documentation" : "

The list of streaming sessions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeSessionsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeSessionsResult", "variableName" : "describeSessionsResult", "variableType" : "DescribeSessionsResult", "documentation" : null, "simpleType" : "DescribeSessionsResult", "variableSetterType" : "DescribeSessionsResult" }, "wrapper" : false }, "DescribeStacksRequest" : { "c2jName" : "DescribeStacksRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeStacks", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.DescribeStacks", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

The stack names to describe. Use null to describe all the stacks for the AWS account.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The stack names to describe. Use null to describe all the stacks for the AWS account.

\n@param names The stack names to describe. Use null to describe all the stacks for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

The stack names to describe. Use null to describe all the stacks for the AWS account.

\n@return The stack names to describe. Use null to describe all the stacks for the AWS account.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

The stack names to describe. Use null to describe all the stacks for the AWS account.

\n@param names The stack names to describe. Use null to describe all the stacks for the AWS account.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The stack names to describe. Use null to describe all the stacks for the AWS account.

\n

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

\n@param names The stack names to describe. Use null to describe all the stacks for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

The stack names to describe. Use null to describe all the stacks for the AWS account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Names" : { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

The stack names to describe. Use null to describe all the stacks for the AWS account.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The stack names to describe. Use null to describe all the stacks for the AWS account.

\n@param names The stack names to describe. Use null to describe all the stacks for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

The stack names to describe. Use null to describe all the stacks for the AWS account.

\n@return The stack names to describe. Use null to describe all the stacks for the AWS account.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

The stack names to describe. Use null to describe all the stacks for the AWS account.

\n@param names The stack names to describe. Use null to describe all the stacks for the AWS account.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The stack names to describe. Use null to describe all the stacks for the AWS account.

\n

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

\n@param names The stack names to describe. Use null to describe all the stacks for the AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

The stack names to describe. Use null to describe all the stacks for the AWS account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStacksRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeStacksRequest", "variableName" : "describeStacksRequest", "variableType" : "DescribeStacksRequest", "documentation" : null, "simpleType" : "DescribeStacksRequest", "variableSetterType" : "DescribeStacksRequest" }, "wrapper" : false }, "DescribeStacksResult" : { "c2jName" : "DescribeStacksResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Stacks", "c2jShape" : "StackList", "deprecated" : false, "documentation" : "

The list of stack details.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of stack details.

\n@param stacks The list of stack details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStacks", "getterDocumentation" : "/**

The list of stack details.

\n@return The list of stack details.*/", "getterMethodName" : "getStacks", "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" : "Stacks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stacks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Stack", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Stack", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Stack", "variableName" : "member", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Stack", "variableName" : "member", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Stack", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Stack", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Stacks", "setterDocumentation" : "/**

The list of stack details.

\n@param stacks The list of stack details.*/", "setterMethodName" : "setStacks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stacks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of stack details.

\n

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

\n@param stacks The list of stack details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stacks", "variableType" : "java.util.List", "documentation" : "

The list of stack details.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Stacks" : { "c2jName" : "Stacks", "c2jShape" : "StackList", "deprecated" : false, "documentation" : "

The list of stack details.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of stack details.

\n@param stacks The list of stack details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStacks", "getterDocumentation" : "/**

The list of stack details.

\n@return The list of stack details.*/", "getterMethodName" : "getStacks", "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" : "Stacks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stacks", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Stack", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Stack", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Stack", "variableName" : "member", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Stack", "variableName" : "member", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Stack", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Stack", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Stacks", "setterDocumentation" : "/**

The list of stack details.

\n@param stacks The list of stack details.*/", "setterMethodName" : "setStacks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "stacks", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of stack details.

\n

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

\n@param stacks The list of stack details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "stacks", "variableType" : "java.util.List", "documentation" : "

The list of stack details.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeStacksResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeStacksResult", "variableName" : "describeStacksResult", "variableType" : "DescribeStacksResult", "documentation" : null, "simpleType" : "DescribeStacksResult", "variableSetterType" : "DescribeStacksResult" }, "wrapper" : false }, "DisassociateFleetRequest" : { "c2jName" : "DisassociateFleetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DisassociateFleet", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.DisassociateFleet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to disassociate.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to disassociate.

\n@param fleetName The name of the fleet to disassociate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet to disassociate.

\n@return The name of the fleet to disassociate.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet to disassociate.

\n@param fleetName The name of the fleet to disassociate.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to disassociate.

\n@param fleetName The name of the fleet to disassociate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet to disassociate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack with which the fleet is associated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack with which the fleet is associated.

\n@param stackName The name of the stack with which the fleet is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack with which the fleet is associated.

\n@return The name of the stack with which the fleet is associated.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack with which the fleet is associated.

\n@param stackName The name of the stack with which the fleet is associated.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack with which the fleet is associated.

\n@param stackName The name of the stack with which the fleet is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack with which the fleet is associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FleetName" : { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to disassociate.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to disassociate.

\n@param fleetName The name of the fleet to disassociate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet to disassociate.

\n@return The name of the fleet to disassociate.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet to disassociate.

\n@param fleetName The name of the fleet to disassociate.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to disassociate.

\n@param fleetName The name of the fleet to disassociate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet to disassociate.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack with which the fleet is associated.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack with which the fleet is associated.

\n@param stackName The name of the stack with which the fleet is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack with which the fleet is associated.

\n@return The name of the stack with which the fleet is associated.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack with which the fleet is associated.

\n@param stackName The name of the stack with which the fleet is associated.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack with which the fleet is associated.

\n@param stackName The name of the stack with which the fleet is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack with which the fleet is associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FleetName", "StackName" ], "shapeName" : "DisassociateFleetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DisassociateFleetRequest", "variableName" : "disassociateFleetRequest", "variableType" : "DisassociateFleetRequest", "documentation" : null, "simpleType" : "DisassociateFleetRequest", "variableSetterType" : "DisassociateFleetRequest" }, "wrapper" : false }, "DisassociateFleetResult" : { "c2jName" : "DisassociateFleetResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DisassociateFleetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DisassociateFleetResult", "variableName" : "disassociateFleetResult", "variableType" : "DisassociateFleetResult", "documentation" : null, "simpleType" : "DisassociateFleetResult", "variableSetterType" : "DisassociateFleetResult" }, "wrapper" : false }, "ExpireSessionRequest" : { "c2jName" : "ExpireSessionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ExpireSession", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.ExpireSession", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "SessionId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier of the streaming session to be stopped.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier of the streaming session to be stopped.

\n@param sessionId The unique identifier of the streaming session to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSessionId", "getterDocumentation" : "/**

The unique identifier of the streaming session to be stopped.

\n@return The unique identifier of the streaming session to be stopped.*/", "getterMethodName" : "getSessionId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SessionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SessionId", "setterDocumentation" : "/**

The unique identifier of the streaming session to be stopped.

\n@param sessionId The unique identifier of the streaming session to be stopped.*/", "setterMethodName" : "setSessionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier of the streaming session to be stopped.

\n@param sessionId The unique identifier of the streaming session to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionId", "variableType" : "String", "documentation" : "

The unique identifier of the streaming session to be stopped.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SessionId" : { "c2jName" : "SessionId", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier of the streaming session to be stopped.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier of the streaming session to be stopped.

\n@param sessionId The unique identifier of the streaming session to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSessionId", "getterDocumentation" : "/**

The unique identifier of the streaming session to be stopped.

\n@return The unique identifier of the streaming session to be stopped.*/", "getterMethodName" : "getSessionId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SessionId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SessionId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SessionId", "setterDocumentation" : "/**

The unique identifier of the streaming session to be stopped.

\n@param sessionId The unique identifier of the streaming session to be stopped.*/", "setterMethodName" : "setSessionId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sessionId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier of the streaming session to be stopped.

\n@param sessionId The unique identifier of the streaming session to be stopped.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sessionId", "variableType" : "String", "documentation" : "

The unique identifier of the streaming session to be stopped.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SessionId" ], "shapeName" : "ExpireSessionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ExpireSessionRequest", "variableName" : "expireSessionRequest", "variableType" : "ExpireSessionRequest", "documentation" : null, "simpleType" : "ExpireSessionRequest", "variableSetterType" : "ExpireSessionRequest" }, "wrapper" : false }, "ExpireSessionResult" : { "c2jName" : "ExpireSessionResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ExpireSessionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExpireSessionResult", "variableName" : "expireSessionResult", "variableType" : "ExpireSessionResult", "documentation" : null, "simpleType" : "ExpireSessionResult", "variableSetterType" : "ExpireSessionResult" }, "wrapper" : false }, "Fleet" : { "c2jName" : "Fleet", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for a fleet.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Arn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The ARN for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN for the fleet.

\n@param arn The ARN for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withArn", "getterDocumentation" : "/**

The ARN for the fleet.

\n@return The ARN for the fleet.*/", "getterMethodName" : "getArn", "getterModel" : { "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 ARN for the fleet.

\n@param arn The ARN for the fleet.*/", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN for the fleet.

\n@param arn The ARN for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN for the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet.

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

The name of the fleet.

\n@return The name of the fleet.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet.

\n@param name The name of the fleet.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet.

\n@param name The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisplayName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@return The name displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@return The description displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ImageName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The image used by the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image used by the fleet.

\n@param imageName The image used by the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImageName", "getterDocumentation" : "/**

The image used by the fleet.

\n@return The image used by the fleet.*/", "getterMethodName" : "getImageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImageName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ImageName", "setterDocumentation" : "/**

The image used by the fleet.

\n@param imageName The image used by the fleet.*/", "setterMethodName" : "setImageName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image used by the fleet.

\n@param imageName The image used by the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "

The image used by the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withInstanceType", "getterDocumentation" : "/**

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

\n@return The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.*/", "getterMethodName" : "getInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InstanceType", "setterDocumentation" : "/**

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.*/", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComputeCapacityStatus", "c2jShape" : "ComputeCapacityStatus", "deprecated" : false, "documentation" : "

The capacity information for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The capacity information for the fleet.

\n@param computeCapacityStatus The capacity information for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComputeCapacityStatus", "getterDocumentation" : "/**

The capacity information for the fleet.

\n@return The capacity information for the fleet.*/", "getterMethodName" : "getComputeCapacityStatus", "getterModel" : { "returnType" : "ComputeCapacityStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComputeCapacityStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputeCapacityStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ComputeCapacityStatus", "setterDocumentation" : "/**

The capacity information for the fleet.

\n@param computeCapacityStatus The capacity information for the fleet.*/", "setterMethodName" : "setComputeCapacityStatus", "setterModel" : { "variableDeclarationType" : "ComputeCapacityStatus", "variableName" : "computeCapacityStatus", "variableType" : "ComputeCapacityStatus", "documentation" : "", "simpleType" : "ComputeCapacityStatus", "variableSetterType" : "ComputeCapacityStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The capacity information for the fleet.

\n@param computeCapacityStatus The capacity information for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ComputeCapacityStatus", "variableName" : "computeCapacityStatus", "variableType" : "ComputeCapacityStatus", "documentation" : "

The capacity information for the fleet.

", "simpleType" : "ComputeCapacityStatus", "variableSetterType" : "ComputeCapacityStatus" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxUserDurationInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum time during which a streaming session can run.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxUserDurationInSeconds", "getterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@return The maximum time during which a streaming session can run.*/", "getterMethodName" : "getMaxUserDurationInSeconds", "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" : "MaxUserDurationInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxUserDurationInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxUserDurationInSeconds", "setterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.*/", "setterMethodName" : "setMaxUserDurationInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "

The maximum time during which a streaming session can run.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisconnectTimeoutInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisconnectTimeoutInSeconds", "getterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

\n@return The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.*/", "getterMethodName" : "getDisconnectTimeoutInSeconds", "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" : "DisconnectTimeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisconnectTimeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DisconnectTimeoutInSeconds", "setterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.*/", "setterMethodName" : "setDisconnectTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "FleetState", "deprecated" : false, "documentation" : "

The current state for the fleet.

", "enumType" : "FleetState", "fluentSetterDocumentation" : "/**

The current state for the fleet.

\n@param state The current state for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetState*/", "fluentSetterMethodName" : "withState", "getterDocumentation" : "/**

The current state for the fleet.

\n@return The current state for the fleet.\n@see FleetState*/", "getterMethodName" : "getState", "getterModel" : { "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 for the fleet.

\n@param state The current state for the fleet.\n@see FleetState*/", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The current state for the fleet.

\n@param state The current state for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The current state for the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "

The VPC configuration for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVpcConfig", "getterDocumentation" : "/**

The VPC configuration for the fleet.

\n@return The VPC configuration for the fleet.*/", "getterMethodName" : "getVpcConfig", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "VpcConfig", "setterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.*/", "setterMethodName" : "setVpcConfig", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "

The VPC configuration for the fleet.

", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time at which the fleet was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time at which the fleet was created.

\n@param createdTime The time at which the fleet was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreatedTime", "getterDocumentation" : "/**

The time at which the fleet was created.

\n@return The time at which the fleet was created.*/", "getterMethodName" : "getCreatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreatedTime", "setterDocumentation" : "/**

The time at which the fleet was created.

\n@param createdTime The time at which the fleet was created.*/", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The time at which the fleet was created.

\n@param createdTime The time at which the fleet was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

The time at which the fleet was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FleetErrors", "c2jShape" : "FleetErrors", "deprecated" : false, "documentation" : "

The list of fleet errors is appended to this list.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of fleet errors is appended to this list.

\n@param fleetErrors The list of fleet errors is appended to this list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetErrors", "getterDocumentation" : "/**

The list of fleet errors is appended to this list.

\n@return The list of fleet errors is appended to this list.*/", "getterMethodName" : "getFleetErrors", "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" : "FleetErrors", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetErrors", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FleetError", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "FleetError", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "FleetError", "variableName" : "member", "variableType" : "FleetError", "documentation" : "", "simpleType" : "FleetError", "variableSetterType" : "FleetError" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FleetError", "variableName" : "member", "variableType" : "FleetError", "documentation" : "", "simpleType" : "FleetError", "variableSetterType" : "FleetError" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FleetError", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FleetError", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "FleetErrors", "setterDocumentation" : "/**

The list of fleet errors is appended to this list.

\n@param fleetErrors The list of fleet errors is appended to this list.*/", "setterMethodName" : "setFleetErrors", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "fleetErrors", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of fleet errors is appended to this list.

\n

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

\n@param fleetErrors The list of fleet errors is appended to this list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "fleetErrors", "variableType" : "java.util.List", "documentation" : "

The list of fleet errors is appended to this list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "c2jName" : "Arn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The ARN for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN for the fleet.

\n@param arn The ARN for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withArn", "getterDocumentation" : "/**

The ARN for the fleet.

\n@return The ARN for the fleet.*/", "getterMethodName" : "getArn", "getterModel" : { "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 ARN for the fleet.

\n@param arn The ARN for the fleet.*/", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN for the fleet.

\n@param arn The ARN for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN for the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ComputeCapacityStatus" : { "c2jName" : "ComputeCapacityStatus", "c2jShape" : "ComputeCapacityStatus", "deprecated" : false, "documentation" : "

The capacity information for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The capacity information for the fleet.

\n@param computeCapacityStatus The capacity information for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComputeCapacityStatus", "getterDocumentation" : "/**

The capacity information for the fleet.

\n@return The capacity information for the fleet.*/", "getterMethodName" : "getComputeCapacityStatus", "getterModel" : { "returnType" : "ComputeCapacityStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComputeCapacityStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputeCapacityStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ComputeCapacityStatus", "setterDocumentation" : "/**

The capacity information for the fleet.

\n@param computeCapacityStatus The capacity information for the fleet.*/", "setterMethodName" : "setComputeCapacityStatus", "setterModel" : { "variableDeclarationType" : "ComputeCapacityStatus", "variableName" : "computeCapacityStatus", "variableType" : "ComputeCapacityStatus", "documentation" : "", "simpleType" : "ComputeCapacityStatus", "variableSetterType" : "ComputeCapacityStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The capacity information for the fleet.

\n@param computeCapacityStatus The capacity information for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ComputeCapacityStatus", "variableName" : "computeCapacityStatus", "variableType" : "ComputeCapacityStatus", "documentation" : "

The capacity information for the fleet.

", "simpleType" : "ComputeCapacityStatus", "variableSetterType" : "ComputeCapacityStatus" }, "xmlNameSpaceUri" : null }, "CreatedTime" : { "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The time at which the fleet was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time at which the fleet was created.

\n@param createdTime The time at which the fleet was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreatedTime", "getterDocumentation" : "/**

The time at which the fleet was created.

\n@return The time at which the fleet was created.*/", "getterMethodName" : "getCreatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreatedTime", "setterDocumentation" : "/**

The time at which the fleet was created.

\n@param createdTime The time at which the fleet was created.*/", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The time at which the fleet was created.

\n@param createdTime The time at which the fleet was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

The time at which the fleet was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@return The description displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DisconnectTimeoutInSeconds" : { "c2jName" : "DisconnectTimeoutInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisconnectTimeoutInSeconds", "getterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

\n@return The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.*/", "getterMethodName" : "getDisconnectTimeoutInSeconds", "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" : "DisconnectTimeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisconnectTimeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DisconnectTimeoutInSeconds", "setterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.*/", "setterMethodName" : "setDisconnectTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "

The time after disconnection when a session is considered to have ended. When a user reconnects after a disconnection, the user is connected to the same session and instance within this time interval.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DisplayName" : { "c2jName" : "DisplayName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@return The name displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FleetErrors" : { "c2jName" : "FleetErrors", "c2jShape" : "FleetErrors", "deprecated" : false, "documentation" : "

The list of fleet errors is appended to this list.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of fleet errors is appended to this list.

\n@param fleetErrors The list of fleet errors is appended to this list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetErrors", "getterDocumentation" : "/**

The list of fleet errors is appended to this list.

\n@return The list of fleet errors is appended to this list.*/", "getterMethodName" : "getFleetErrors", "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" : "FleetErrors", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetErrors", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FleetError", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "FleetError", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "FleetError", "variableName" : "member", "variableType" : "FleetError", "documentation" : "", "simpleType" : "FleetError", "variableSetterType" : "FleetError" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "FleetError", "variableName" : "member", "variableType" : "FleetError", "documentation" : "", "simpleType" : "FleetError", "variableSetterType" : "FleetError" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "FleetError", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "FleetError", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "FleetErrors", "setterDocumentation" : "/**

The list of fleet errors is appended to this list.

\n@param fleetErrors The list of fleet errors is appended to this list.*/", "setterMethodName" : "setFleetErrors", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "fleetErrors", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of fleet errors is appended to this list.

\n

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

\n@param fleetErrors The list of fleet errors is appended to this list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "fleetErrors", "variableType" : "java.util.List", "documentation" : "

The list of fleet errors is appended to this list.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "ImageName" : { "c2jName" : "ImageName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The image used by the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image used by the fleet.

\n@param imageName The image used by the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImageName", "getterDocumentation" : "/**

The image used by the fleet.

\n@return The image used by the fleet.*/", "getterMethodName" : "getImageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImageName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ImageName", "setterDocumentation" : "/**

The image used by the fleet.

\n@param imageName The image used by the fleet.*/", "setterMethodName" : "setImageName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image used by the fleet.

\n@param imageName The image used by the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "

The image used by the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InstanceType" : { "c2jName" : "InstanceType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withInstanceType", "getterDocumentation" : "/**

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

\n@return The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.*/", "getterMethodName" : "getInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InstanceType", "setterDocumentation" : "/**

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.*/", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

The instance type of compute resources for the fleet. The fleet instances are launched from this instance type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxUserDurationInSeconds" : { "c2jName" : "MaxUserDurationInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum time during which a streaming session can run.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxUserDurationInSeconds", "getterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@return The maximum time during which a streaming session can run.*/", "getterMethodName" : "getMaxUserDurationInSeconds", "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" : "MaxUserDurationInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxUserDurationInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxUserDurationInSeconds", "setterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.*/", "setterMethodName" : "setMaxUserDurationInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "

The maximum time during which a streaming session can run.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet.

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

The name of the fleet.

\n@return The name of the fleet.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet.

\n@param name The name of the fleet.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet.

\n@param name The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "FleetState", "deprecated" : false, "documentation" : "

The current state for the fleet.

", "enumType" : "FleetState", "fluentSetterDocumentation" : "/**

The current state for the fleet.

\n@param state The current state for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetState*/", "fluentSetterMethodName" : "withState", "getterDocumentation" : "/**

The current state for the fleet.

\n@return The current state for the fleet.\n@see FleetState*/", "getterMethodName" : "getState", "getterModel" : { "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 for the fleet.

\n@param state The current state for the fleet.\n@see FleetState*/", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The current state for the fleet.

\n@param state The current state for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The current state for the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "

The VPC configuration for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVpcConfig", "getterDocumentation" : "/**

The VPC configuration for the fleet.

\n@return The VPC configuration for the fleet.*/", "getterMethodName" : "getVpcConfig", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "VpcConfig", "setterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.*/", "setterMethodName" : "setVpcConfig", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "

The VPC configuration for the fleet.

", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Arn", "Name", "ImageName", "InstanceType", "ComputeCapacityStatus", "State" ], "shapeName" : "Fleet", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : null, "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "wrapper" : false }, "FleetError" : { "c2jName" : "FleetError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The details of the fleet error.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ErrorCode", "c2jShape" : "FleetErrorCode", "deprecated" : false, "documentation" : "

The error code for the fleet error.

", "enumType" : "FleetErrorCode", "fluentSetterDocumentation" : "/**

The error code for the fleet error.

\n@param errorCode The error code for the fleet error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetErrorCode*/", "fluentSetterMethodName" : "withErrorCode", "getterDocumentation" : "/**

The error code for the fleet error.

\n@return The error code for the fleet error.\n@see FleetErrorCode*/", "getterMethodName" : "getErrorCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ErrorCode", "setterDocumentation" : "/**

The error code for the fleet error.

\n@param errorCode The error code for the fleet error.\n@see FleetErrorCode*/", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The error code for the fleet error.

\n@param errorCode The error code for the fleet error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetErrorCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

The error code for the fleet error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ErrorMessage", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The error message generated when the fleet has errors.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The error message generated when the fleet has errors.

\n@param errorMessage The error message generated when the fleet has errors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withErrorMessage", "getterDocumentation" : "/**

The error message generated when the fleet has errors.

\n@return The error message generated when the fleet has errors.*/", "getterMethodName" : "getErrorMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ErrorMessage", "setterDocumentation" : "/**

The error message generated when the fleet has errors.

\n@param errorMessage The error message generated when the fleet has errors.*/", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The error message generated when the fleet has errors.

\n@param errorMessage The error message generated when the fleet has errors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

The error message generated when the fleet has errors.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCode" : { "c2jName" : "ErrorCode", "c2jShape" : "FleetErrorCode", "deprecated" : false, "documentation" : "

The error code for the fleet error.

", "enumType" : "FleetErrorCode", "fluentSetterDocumentation" : "/**

The error code for the fleet error.

\n@param errorCode The error code for the fleet error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetErrorCode*/", "fluentSetterMethodName" : "withErrorCode", "getterDocumentation" : "/**

The error code for the fleet error.

\n@return The error code for the fleet error.\n@see FleetErrorCode*/", "getterMethodName" : "getErrorCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ErrorCode", "setterDocumentation" : "/**

The error code for the fleet error.

\n@param errorCode The error code for the fleet error.\n@see FleetErrorCode*/", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The error code for the fleet error.

\n@param errorCode The error code for the fleet error.\n@return Returns a reference to this object so that method calls can be chained together.\n@see FleetErrorCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

The error code for the fleet error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ErrorMessage" : { "c2jName" : "ErrorMessage", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The error message generated when the fleet has errors.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The error message generated when the fleet has errors.

\n@param errorMessage The error message generated when the fleet has errors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withErrorMessage", "getterDocumentation" : "/**

The error message generated when the fleet has errors.

\n@return The error message generated when the fleet has errors.*/", "getterMethodName" : "getErrorMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ErrorMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ErrorMessage", "setterDocumentation" : "/**

The error message generated when the fleet has errors.

\n@param errorMessage The error message generated when the fleet has errors.*/", "setterMethodName" : "setErrorMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The error message generated when the fleet has errors.

\n@param errorMessage The error message generated when the fleet has errors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "errorMessage", "variableType" : "String", "documentation" : "

The error message generated when the fleet has errors.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FleetError", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FleetError", "variableName" : "fleetError", "variableType" : "FleetError", "documentation" : null, "simpleType" : "FleetError", "variableSetterType" : "FleetError" }, "wrapper" : false }, "FleetErrorCode" : { "c2jName" : "FleetErrorCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION", "value" : "IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION" }, { "name" : "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION", "value" : "IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION" }, { "name" : "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION", "value" : "IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION" }, { "name" : "NETWORK_INTERFACE_LIMIT_EXCEEDED", "value" : "NETWORK_INTERFACE_LIMIT_EXCEEDED" }, { "name" : "INTERNAL_SERVICE_ERROR", "value" : "INTERNAL_SERVICE_ERROR" }, { "name" : "IAM_SERVICE_ROLE_IS_MISSING", "value" : "IAM_SERVICE_ROLE_IS_MISSING" }, { "name" : "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES", "value" : "SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES" }, { "name" : "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION", "value" : "IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION" }, { "name" : "SUBNET_NOT_FOUND", "value" : "SUBNET_NOT_FOUND" }, { "name" : "IMAGE_NOT_FOUND", "value" : "IMAGE_NOT_FOUND" }, { "name" : "INVALID_SUBNET_CONFIGURATION", "value" : "INVALID_SUBNET_CONFIGURATION" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FleetErrorCode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FleetErrorCode", "variableName" : "fleetErrorCode", "variableType" : "FleetErrorCode", "documentation" : null, "simpleType" : "FleetErrorCode", "variableSetterType" : "FleetErrorCode" }, "wrapper" : false }, "FleetState" : { "c2jName" : "FleetState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "STARTING", "value" : "STARTING" }, { "name" : "RUNNING", "value" : "RUNNING" }, { "name" : "STOPPING", "value" : "STOPPING" }, { "name" : "STOPPED", "value" : "STOPPED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "FleetState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "FleetState", "variableName" : "fleetState", "variableType" : "FleetState", "documentation" : null, "simpleType" : "FleetState", "variableSetterType" : "FleetState" }, "wrapper" : false }, "Image" : { "c2jName" : "Image", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

New streaming instances are booted from images. The image stores the application catalog and is connected to fleets.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier for the image.

\n@param name The unique identifier for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The unique identifier for the image.

\n@return The unique identifier for the image.*/", "getterMethodName" : "getName", "getterModel" : { "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 unique identifier for the image.

\n@param name The unique identifier for the image.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier for the image.

\n@param name The unique identifier for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The unique identifier for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Arn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The ARN for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN for the image.

\n@param arn The ARN for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withArn", "getterDocumentation" : "/**

The ARN for the image.

\n@return The ARN for the image.*/", "getterMethodName" : "getArn", "getterModel" : { "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 ARN for the image.

\n@param arn The ARN for the image.*/", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN for the image.

\n@param arn The ARN for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "BaseImageArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The source image ARN from which this image was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The source image ARN from which this image was created.

\n@param baseImageArn The source image ARN from which this image was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBaseImageArn", "getterDocumentation" : "/**

The source image ARN from which this image was created.

\n@return The source image ARN from which this image was created.*/", "getterMethodName" : "getBaseImageArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BaseImageArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BaseImageArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BaseImageArn", "setterDocumentation" : "/**

The source image ARN from which this image was created.

\n@param baseImageArn The source image ARN from which this image was created.*/", "setterMethodName" : "setBaseImageArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "baseImageArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The source image ARN from which this image was created.

\n@param baseImageArn The source image ARN from which this image was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "baseImageArn", "variableType" : "String", "documentation" : "

The source image ARN from which this image was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisplayName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The display name for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The display name for the image.

\n@param displayName The display name for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The display name for the image.

\n@return The display name for the image.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The display name for the image.

\n@param displayName The display name for the image.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The display name for the image.

\n@param displayName The display name for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "ImageState", "deprecated" : false, "documentation" : "

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

", "enumType" : "ImageState", "fluentSetterDocumentation" : "/**

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

\n@param state The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageState*/", "fluentSetterMethodName" : "withState", "getterDocumentation" : "/**

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

\n@return The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.\n@see ImageState*/", "getterMethodName" : "getState", "getterModel" : { "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 image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

\n@param state The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.\n@see ImageState*/", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

\n@param state The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Visibility", "c2jShape" : "VisibilityType", "deprecated" : false, "documentation" : "

The visibility of an image to the user; images can be public or private.

", "enumType" : "VisibilityType", "fluentSetterDocumentation" : "/**

The visibility of an image to the user; images can be public or private.

\n@param visibility The visibility of an image to the user; images can be public or private.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VisibilityType*/", "fluentSetterMethodName" : "withVisibility", "getterDocumentation" : "/**

The visibility of an image to the user; images can be public or private.

\n@return The visibility of an image to the user; images can be public or private.\n@see VisibilityType*/", "getterMethodName" : "getVisibility", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Visibility", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Visibility", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Visibility", "setterDocumentation" : "/**

The visibility of an image to the user; images can be public or private.

\n@param visibility The visibility of an image to the user; images can be public or private.\n@see VisibilityType*/", "setterMethodName" : "setVisibility", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "visibility", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The visibility of an image to the user; images can be public or private.

\n@param visibility The visibility of an image to the user; images can be public or private.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VisibilityType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "visibility", "variableType" : "String", "documentation" : "

The visibility of an image to the user; images can be public or private.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Platform", "c2jShape" : "PlatformType", "deprecated" : false, "documentation" : "

The operating system platform of the image.

", "enumType" : "PlatformType", "fluentSetterDocumentation" : "/**

The operating system platform of the image.

\n@param platform The operating system platform of the image.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "fluentSetterMethodName" : "withPlatform", "getterDocumentation" : "/**

The operating system platform of the image.

\n@return The operating system platform of the image.\n@see PlatformType*/", "getterMethodName" : "getPlatform", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Platform", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Platform", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Platform", "setterDocumentation" : "/**

The operating system platform of the image.

\n@param platform The operating system platform of the image.\n@see PlatformType*/", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The operating system platform of the image.

\n@param platform The operating system platform of the image.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

The operating system platform of the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A meaningful description for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A meaningful description for the image.

\n@param description A meaningful description for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

A meaningful description for the image.

\n@return A meaningful description for the image.*/", "getterMethodName" : "getDescription", "getterModel" : { "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" : "/**

A meaningful description for the image.

\n@param description A meaningful description for the image.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A meaningful description for the image.

\n@param description A meaningful description for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A meaningful description for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StateChangeReason", "c2jShape" : "ImageStateChangeReason", "deprecated" : false, "documentation" : "

The reason why the last state change occurred.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason why the last state change occurred.

\n@param stateChangeReason The reason why the last state change occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStateChangeReason", "getterDocumentation" : "/**

The reason why the last state change occurred.

\n@return The reason why the last state change occurred.*/", "getterMethodName" : "getStateChangeReason", "getterModel" : { "returnType" : "ImageStateChangeReason", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StateChangeReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateChangeReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StateChangeReason", "setterDocumentation" : "/**

The reason why the last state change occurred.

\n@param stateChangeReason The reason why the last state change occurred.*/", "setterMethodName" : "setStateChangeReason", "setterModel" : { "variableDeclarationType" : "ImageStateChangeReason", "variableName" : "stateChangeReason", "variableType" : "ImageStateChangeReason", "documentation" : "", "simpleType" : "ImageStateChangeReason", "variableSetterType" : "ImageStateChangeReason" }, "simple" : false, "varargSetterDocumentation" : "/**

The reason why the last state change occurred.

\n@param stateChangeReason The reason why the last state change occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageStateChangeReason", "variableName" : "stateChangeReason", "variableType" : "ImageStateChangeReason", "documentation" : "

The reason why the last state change occurred.

", "simpleType" : "ImageStateChangeReason", "variableSetterType" : "ImageStateChangeReason" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Applications", "c2jShape" : "Applications", "deprecated" : false, "documentation" : "

The applications associated with an image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The applications associated with an image.

\n@param applications The applications associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withApplications", "getterDocumentation" : "/**

The applications associated with an image.

\n@return The applications associated with an image.*/", "getterMethodName" : "getApplications", "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" : "Applications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Applications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Application", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Application", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Application", "variableName" : "member", "variableType" : "Application", "documentation" : "", "simpleType" : "Application", "variableSetterType" : "Application" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Application", "variableName" : "member", "variableType" : "Application", "documentation" : "", "simpleType" : "Application", "variableSetterType" : "Application" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Application", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Application", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Applications", "setterDocumentation" : "/**

The applications associated with an image.

\n@param applications The applications associated with an image.*/", "setterMethodName" : "setApplications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applications", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The applications associated with an image.

\n

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

\n@param applications The applications associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applications", "variableType" : "java.util.List", "documentation" : "

The applications associated with an image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The timestamp when the image was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The timestamp when the image was created.

\n@param createdTime The timestamp when the image was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreatedTime", "getterDocumentation" : "/**

The timestamp when the image was created.

\n@return The timestamp when the image was created.*/", "getterMethodName" : "getCreatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreatedTime", "setterDocumentation" : "/**

The timestamp when the image was created.

\n@param createdTime The timestamp when the image was created.*/", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The timestamp when the image was created.

\n@param createdTime The timestamp when the image was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

The timestamp when the image was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Applications" : { "c2jName" : "Applications", "c2jShape" : "Applications", "deprecated" : false, "documentation" : "

The applications associated with an image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The applications associated with an image.

\n@param applications The applications associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withApplications", "getterDocumentation" : "/**

The applications associated with an image.

\n@return The applications associated with an image.*/", "getterMethodName" : "getApplications", "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" : "Applications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Applications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "Application", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "Application", "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "Application", "variableName" : "member", "variableType" : "Application", "documentation" : "", "simpleType" : "Application", "variableSetterType" : "Application" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Application", "variableName" : "member", "variableType" : "Application", "documentation" : "", "simpleType" : "Application", "variableSetterType" : "Application" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Application", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "Application", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Applications", "setterDocumentation" : "/**

The applications associated with an image.

\n@param applications The applications associated with an image.*/", "setterMethodName" : "setApplications", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "applications", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The applications associated with an image.

\n

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

\n@param applications The applications associated with an image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "applications", "variableType" : "java.util.List", "documentation" : "

The applications associated with an image.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Arn" : { "c2jName" : "Arn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The ARN for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN for the image.

\n@param arn The ARN for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withArn", "getterDocumentation" : "/**

The ARN for the image.

\n@return The ARN for the image.*/", "getterMethodName" : "getArn", "getterModel" : { "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 ARN for the image.

\n@param arn The ARN for the image.*/", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN for the image.

\n@param arn The ARN for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BaseImageArn" : { "c2jName" : "BaseImageArn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The source image ARN from which this image was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The source image ARN from which this image was created.

\n@param baseImageArn The source image ARN from which this image was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withBaseImageArn", "getterDocumentation" : "/**

The source image ARN from which this image was created.

\n@return The source image ARN from which this image was created.*/", "getterMethodName" : "getBaseImageArn", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BaseImageArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BaseImageArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BaseImageArn", "setterDocumentation" : "/**

The source image ARN from which this image was created.

\n@param baseImageArn The source image ARN from which this image was created.*/", "setterMethodName" : "setBaseImageArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "baseImageArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The source image ARN from which this image was created.

\n@param baseImageArn The source image ARN from which this image was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "baseImageArn", "variableType" : "String", "documentation" : "

The source image ARN from which this image was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreatedTime" : { "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The timestamp when the image was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The timestamp when the image was created.

\n@param createdTime The timestamp when the image was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreatedTime", "getterDocumentation" : "/**

The timestamp when the image was created.

\n@return The timestamp when the image was created.*/", "getterMethodName" : "getCreatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreatedTime", "setterDocumentation" : "/**

The timestamp when the image was created.

\n@param createdTime The timestamp when the image was created.*/", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The timestamp when the image was created.

\n@param createdTime The timestamp when the image was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

The timestamp when the image was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A meaningful description for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A meaningful description for the image.

\n@param description A meaningful description for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

A meaningful description for the image.

\n@return A meaningful description for the image.*/", "getterMethodName" : "getDescription", "getterModel" : { "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" : "/**

A meaningful description for the image.

\n@param description A meaningful description for the image.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A meaningful description for the image.

\n@param description A meaningful description for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A meaningful description for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DisplayName" : { "c2jName" : "DisplayName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The display name for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The display name for the image.

\n@param displayName The display name for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The display name for the image.

\n@return The display name for the image.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The display name for the image.

\n@param displayName The display name for the image.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The display name for the image.

\n@param displayName The display name for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The display name for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier for the image.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier for the image.

\n@param name The unique identifier for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The unique identifier for the image.

\n@return The unique identifier for the image.*/", "getterMethodName" : "getName", "getterModel" : { "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 unique identifier for the image.

\n@param name The unique identifier for the image.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier for the image.

\n@param name The unique identifier for the image.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The unique identifier for the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Platform" : { "c2jName" : "Platform", "c2jShape" : "PlatformType", "deprecated" : false, "documentation" : "

The operating system platform of the image.

", "enumType" : "PlatformType", "fluentSetterDocumentation" : "/**

The operating system platform of the image.

\n@param platform The operating system platform of the image.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "fluentSetterMethodName" : "withPlatform", "getterDocumentation" : "/**

The operating system platform of the image.

\n@return The operating system platform of the image.\n@see PlatformType*/", "getterMethodName" : "getPlatform", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Platform", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Platform", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Platform", "setterDocumentation" : "/**

The operating system platform of the image.

\n@param platform The operating system platform of the image.\n@see PlatformType*/", "setterMethodName" : "setPlatform", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The operating system platform of the image.

\n@param platform The operating system platform of the image.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PlatformType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "platform", "variableType" : "String", "documentation" : "

The operating system platform of the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "ImageState", "deprecated" : false, "documentation" : "

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

", "enumType" : "ImageState", "fluentSetterDocumentation" : "/**

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

\n@param state The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageState*/", "fluentSetterMethodName" : "withState", "getterDocumentation" : "/**

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

\n@return The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.\n@see ImageState*/", "getterMethodName" : "getState", "getterModel" : { "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 image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

\n@param state The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.\n@see ImageState*/", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

\n@param state The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The image starts in the PENDING state, and then moves to AVAILABLE if image creation succeeds and FAILED if image creation has failed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StateChangeReason" : { "c2jName" : "StateChangeReason", "c2jShape" : "ImageStateChangeReason", "deprecated" : false, "documentation" : "

The reason why the last state change occurred.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The reason why the last state change occurred.

\n@param stateChangeReason The reason why the last state change occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStateChangeReason", "getterDocumentation" : "/**

The reason why the last state change occurred.

\n@return The reason why the last state change occurred.*/", "getterMethodName" : "getStateChangeReason", "getterModel" : { "returnType" : "ImageStateChangeReason", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StateChangeReason", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StateChangeReason", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "StateChangeReason", "setterDocumentation" : "/**

The reason why the last state change occurred.

\n@param stateChangeReason The reason why the last state change occurred.*/", "setterMethodName" : "setStateChangeReason", "setterModel" : { "variableDeclarationType" : "ImageStateChangeReason", "variableName" : "stateChangeReason", "variableType" : "ImageStateChangeReason", "documentation" : "", "simpleType" : "ImageStateChangeReason", "variableSetterType" : "ImageStateChangeReason" }, "simple" : false, "varargSetterDocumentation" : "/**

The reason why the last state change occurred.

\n@param stateChangeReason The reason why the last state change occurred.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ImageStateChangeReason", "variableName" : "stateChangeReason", "variableType" : "ImageStateChangeReason", "documentation" : "

The reason why the last state change occurred.

", "simpleType" : "ImageStateChangeReason", "variableSetterType" : "ImageStateChangeReason" }, "xmlNameSpaceUri" : null }, "Visibility" : { "c2jName" : "Visibility", "c2jShape" : "VisibilityType", "deprecated" : false, "documentation" : "

The visibility of an image to the user; images can be public or private.

", "enumType" : "VisibilityType", "fluentSetterDocumentation" : "/**

The visibility of an image to the user; images can be public or private.

\n@param visibility The visibility of an image to the user; images can be public or private.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VisibilityType*/", "fluentSetterMethodName" : "withVisibility", "getterDocumentation" : "/**

The visibility of an image to the user; images can be public or private.

\n@return The visibility of an image to the user; images can be public or private.\n@see VisibilityType*/", "getterMethodName" : "getVisibility", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Visibility", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Visibility", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Visibility", "setterDocumentation" : "/**

The visibility of an image to the user; images can be public or private.

\n@param visibility The visibility of an image to the user; images can be public or private.\n@see VisibilityType*/", "setterMethodName" : "setVisibility", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "visibility", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The visibility of an image to the user; images can be public or private.

\n@param visibility The visibility of an image to the user; images can be public or private.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VisibilityType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "visibility", "variableType" : "String", "documentation" : "

The visibility of an image to the user; images can be public or private.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "Image", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Image", "variableName" : "image", "variableType" : "Image", "documentation" : null, "simpleType" : "Image", "variableSetterType" : "Image" }, "wrapper" : false }, "ImageState" : { "c2jName" : "ImageState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "PENDING", "value" : "PENDING" }, { "name" : "AVAILABLE", "value" : "AVAILABLE" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "DELETING", "value" : "DELETING" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageState", "variableName" : "imageState", "variableType" : "ImageState", "documentation" : null, "simpleType" : "ImageState", "variableSetterType" : "ImageState" }, "wrapper" : false }, "ImageStateChangeReason" : { "c2jName" : "ImageStateChangeReason", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The reason why the last state change occurred.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Code", "c2jShape" : "ImageStateChangeReasonCode", "deprecated" : false, "documentation" : "

The state change reason code of the image.

", "enumType" : "ImageStateChangeReasonCode", "fluentSetterDocumentation" : "/**

The state change reason code of the image.

\n@param code The state change reason code of the image.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageStateChangeReasonCode*/", "fluentSetterMethodName" : "withCode", "getterDocumentation" : "/**

The state change reason code of the image.

\n@return The state change reason code of the image.\n@see ImageStateChangeReasonCode*/", "getterMethodName" : "getCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Code", "setterDocumentation" : "/**

The state change reason code of the image.

\n@param code The state change reason code of the image.\n@see ImageStateChangeReasonCode*/", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state change reason code of the image.

\n@param code The state change reason code of the image.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageStateChangeReasonCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

The state change reason code of the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Message", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state change reason message to the end user.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state change reason message to the end user.

\n@param message The state change reason message to the end user.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessage", "getterDocumentation" : "/**

The state change reason message to the end user.

\n@return The state change reason message to the end user.*/", "getterMethodName" : "getMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "/**

The state change reason message to the end user.

\n@param message The state change reason message to the end user.*/", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state change reason message to the end user.

\n@param message The state change reason message to the end user.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The state change reason message to the end user.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "c2jName" : "Code", "c2jShape" : "ImageStateChangeReasonCode", "deprecated" : false, "documentation" : "

The state change reason code of the image.

", "enumType" : "ImageStateChangeReasonCode", "fluentSetterDocumentation" : "/**

The state change reason code of the image.

\n@param code The state change reason code of the image.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageStateChangeReasonCode*/", "fluentSetterMethodName" : "withCode", "getterDocumentation" : "/**

The state change reason code of the image.

\n@return The state change reason code of the image.\n@see ImageStateChangeReasonCode*/", "getterMethodName" : "getCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Code", "setterDocumentation" : "/**

The state change reason code of the image.

\n@param code The state change reason code of the image.\n@see ImageStateChangeReasonCode*/", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state change reason code of the image.

\n@param code The state change reason code of the image.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ImageStateChangeReasonCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

The state change reason code of the image.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Message" : { "c2jName" : "Message", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The state change reason message to the end user.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The state change reason message to the end user.

\n@param message The state change reason message to the end user.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMessage", "getterDocumentation" : "/**

The state change reason message to the end user.

\n@return The state change reason message to the end user.*/", "getterMethodName" : "getMessage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "/**

The state change reason message to the end user.

\n@param message The state change reason message to the end user.*/", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The state change reason message to the end user.

\n@param message The state change reason message to the end user.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

The state change reason message to the end user.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageStateChangeReason", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageStateChangeReason", "variableName" : "imageStateChangeReason", "variableType" : "ImageStateChangeReason", "documentation" : null, "simpleType" : "ImageStateChangeReason", "variableSetterType" : "ImageStateChangeReason" }, "wrapper" : false }, "ImageStateChangeReasonCode" : { "c2jName" : "ImageStateChangeReasonCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "INTERNAL_ERROR", "value" : "INTERNAL_ERROR" }, { "name" : "IMAGE_BUILDER_NOT_AVAILABLE", "value" : "IMAGE_BUILDER_NOT_AVAILABLE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ImageStateChangeReasonCode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ImageStateChangeReasonCode", "variableName" : "imageStateChangeReasonCode", "variableType" : "ImageStateChangeReasonCode", "documentation" : null, "simpleType" : "ImageStateChangeReasonCode", "variableSetterType" : "ImageStateChangeReasonCode" }, "wrapper" : false }, "InvalidRoleException" : { "c2jName" : "InvalidRoleException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified role is invalid.

", "enums" : null, "errorCode" : "InvalidRoleException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InvalidRoleException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidRoleException", "variableName" : "invalidRoleException", "variableType" : "InvalidRoleException", "documentation" : null, "simpleType" : "InvalidRoleException", "variableSetterType" : "InvalidRoleException" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The requested limit exceeds the permitted limit for an account.

", "enums" : null, "errorCode" : "LimitExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "ListAssociatedFleetsRequest" : { "c2jName" : "ListAssociatedFleetsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListAssociatedFleets", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.ListAssociatedFleets", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack whose associated fleets are listed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack whose associated fleets are listed.

\n@param stackName The name of the stack whose associated fleets are listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack whose associated fleets are listed.

\n@return The name of the stack whose associated fleets are listed.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack whose associated fleets are listed.

\n@param stackName The name of the stack whose associated fleets are listed.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack whose associated fleets are listed.

\n@param stackName The name of the stack whose associated fleets are listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack whose associated fleets are listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack whose associated fleets are listed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack whose associated fleets are listed.

\n@param stackName The name of the stack whose associated fleets are listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack whose associated fleets are listed.

\n@return The name of the stack whose associated fleets are listed.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack whose associated fleets are listed.

\n@param stackName The name of the stack whose associated fleets are listed.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack whose associated fleets are listed.

\n@param stackName The name of the stack whose associated fleets are listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack whose associated fleets are listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "StackName" ], "shapeName" : "ListAssociatedFleetsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAssociatedFleetsRequest", "variableName" : "listAssociatedFleetsRequest", "variableType" : "ListAssociatedFleetsRequest", "documentation" : null, "simpleType" : "ListAssociatedFleetsRequest", "variableSetterType" : "ListAssociatedFleetsRequest" }, "wrapper" : false }, "ListAssociatedFleetsResult" : { "c2jName" : "ListAssociatedFleetsResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The response from a successful operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

The names of associated fleets.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The names of associated fleets.

\n@param names The names of associated fleets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

The names of associated fleets.

\n@return The names of associated fleets.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

The names of associated fleets.

\n@param names The names of associated fleets.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of associated fleets.

\n

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

\n@param names The names of associated fleets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

The names of associated fleets.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Names" : { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

The names of associated fleets.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The names of associated fleets.

\n@param names The names of associated fleets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

The names of associated fleets.

\n@return The names of associated fleets.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

The names of associated fleets.

\n@param names The names of associated fleets.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of associated fleets.

\n

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

\n@param names The names of associated fleets.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

The names of associated fleets.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAssociatedFleetsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAssociatedFleetsResult", "variableName" : "listAssociatedFleetsResult", "variableType" : "ListAssociatedFleetsResult", "documentation" : null, "simpleType" : "ListAssociatedFleetsResult", "variableSetterType" : "ListAssociatedFleetsResult" }, "wrapper" : false }, "ListAssociatedStacksRequest" : { "c2jName" : "ListAssociatedStacksRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListAssociatedStacks", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.ListAssociatedStacks", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet whose associated stacks are listed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet whose associated stacks are listed.

\n@param fleetName The name of the fleet whose associated stacks are listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet whose associated stacks are listed.

\n@return The name of the fleet whose associated stacks are listed.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet whose associated stacks are listed.

\n@param fleetName The name of the fleet whose associated stacks are listed.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet whose associated stacks are listed.

\n@param fleetName The name of the fleet whose associated stacks are listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet whose associated stacks are listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FleetName" : { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet whose associated stacks are listed.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet whose associated stacks are listed.

\n@param fleetName The name of the fleet whose associated stacks are listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet whose associated stacks are listed.

\n@return The name of the fleet whose associated stacks are listed.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet whose associated stacks are listed.

\n@param fleetName The name of the fleet whose associated stacks are listed.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet whose associated stacks are listed.

\n@param fleetName The name of the fleet whose associated stacks are listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet whose associated stacks are listed.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@return The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "FleetName" ], "shapeName" : "ListAssociatedStacksRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListAssociatedStacksRequest", "variableName" : "listAssociatedStacksRequest", "variableType" : "ListAssociatedStacksRequest", "documentation" : null, "simpleType" : "ListAssociatedStacksRequest", "variableSetterType" : "ListAssociatedStacksRequest" }, "wrapper" : false }, "ListAssociatedStacksResult" : { "c2jName" : "ListAssociatedStacksResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The response from a successful operation.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

The names of associated stacks.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The names of associated stacks.

\n@param names The names of associated stacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

The names of associated stacks.

\n@return The names of associated stacks.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

The names of associated stacks.

\n@param names The names of associated stacks.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of associated stacks.

\n

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

\n@param names The names of associated stacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

The names of associated stacks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Names" : { "c2jName" : "Names", "c2jShape" : "StringList", "deprecated" : false, "documentation" : "

The names of associated stacks.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The names of associated stacks.

\n@param names The names of associated stacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNames", "getterDocumentation" : "/**

The names of associated stacks.

\n@return The names of associated stacks.*/", "getterMethodName" : "getNames", "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" : "Names", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Names", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Names", "setterDocumentation" : "/**

The names of associated stacks.

\n@param names The names of associated stacks.*/", "setterMethodName" : "setNames", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of associated stacks.

\n

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

\n@param names The names of associated stacks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "names", "variableType" : "java.util.List", "documentation" : "

The names of associated stacks.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextToken" : { "c2jName" : "NextToken", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withNextToken", "getterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@return The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "getterMethodName" : "getNextToken", "getterModel" : { "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" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.*/", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

\n@param nextToken The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListAssociatedStacksResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListAssociatedStacksResult", "variableName" : "listAssociatedStacksResult", "variableType" : "ListAssociatedStacksResult", "documentation" : null, "simpleType" : "ListAssociatedStacksResult", "variableSetterType" : "ListAssociatedStacksResult" }, "wrapper" : false }, "OperationNotPermittedException" : { "c2jName" : "OperationNotPermittedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The attempted operation is not permitted.

", "enums" : null, "errorCode" : "OperationNotPermittedException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "OperationNotPermittedException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "OperationNotPermittedException", "variableName" : "operationNotPermittedException", "variableType" : "OperationNotPermittedException", "documentation" : null, "simpleType" : "OperationNotPermittedException", "variableSetterType" : "OperationNotPermittedException" }, "wrapper" : false }, "PlatformType" : { "c2jName" : "PlatformType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "WINDOWS", "value" : "WINDOWS" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PlatformType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PlatformType", "variableName" : "platformType", "variableType" : "PlatformType", "documentation" : null, "simpleType" : "PlatformType", "variableSetterType" : "PlatformType" }, "wrapper" : false }, "ResourceAlreadyExistsException" : { "c2jName" : "ResourceAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified resource already exists.

", "enums" : null, "errorCode" : "ResourceAlreadyExistsException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceAlreadyExistsException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceAlreadyExistsException", "variableName" : "resourceAlreadyExistsException", "variableType" : "ResourceAlreadyExistsException", "documentation" : null, "simpleType" : "ResourceAlreadyExistsException", "variableSetterType" : "ResourceAlreadyExistsException" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified resource is in use.

", "enums" : null, "errorCode" : "ResourceInUseException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceInUseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceInUseException", "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "documentation" : null, "simpleType" : "ResourceInUseException", "variableSetterType" : "ResourceInUseException" }, "wrapper" : false }, "ResourceNotAvailableException" : { "c2jName" : "ResourceNotAvailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified resource exists and is not in use, but isn't available.

", "enums" : null, "errorCode" : "ResourceNotAvailableException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotAvailableException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotAvailableException", "variableName" : "resourceNotAvailableException", "variableType" : "ResourceNotAvailableException", "documentation" : null, "simpleType" : "ResourceNotAvailableException", "variableSetterType" : "ResourceNotAvailableException" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified resource was not found.

", "enums" : null, "errorCode" : "ResourceNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ResourceNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ResourceNotFoundException", "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "wrapper" : false }, "Session" : { "c2jName" : "Session", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Contains the parameters for a streaming session.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique ID for a streaming session.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique ID for a streaming session.

\n@param id The unique ID for a streaming session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withId", "getterDocumentation" : "/**

The unique ID for a streaming session.

\n@return The unique ID for a streaming session.*/", "getterMethodName" : "getId", "getterModel" : { "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 ID for a streaming session.

\n@param id The unique ID for a streaming session.*/", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique ID for a streaming session.

\n@param id The unique ID for a streaming session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique ID for a streaming session.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "UserId", "c2jShape" : "UserId", "deprecated" : false, "documentation" : "

The identifier of the user for whom the session was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The identifier of the user for whom the session was created.

\n@param userId The identifier of the user for whom the session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUserId", "getterDocumentation" : "/**

The identifier of the user for whom the session was created.

\n@return The identifier of the user for whom the session was created.*/", "getterMethodName" : "getUserId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "UserId", "setterDocumentation" : "/**

The identifier of the user for whom the session was created.

\n@param userId The identifier of the user for whom the session was created.*/", "setterMethodName" : "setUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The identifier of the user for whom the session was created.

\n@param userId The identifier of the user for whom the session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "

The identifier of the user for whom the session was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack for which the streaming session was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack for which the streaming session was created.

\n@param stackName The name of the stack for which the streaming session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack for which the streaming session was created.

\n@return The name of the stack for which the streaming session was created.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack for which the streaming session was created.

\n@param stackName The name of the stack for which the streaming session was created.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack for which the streaming session was created.

\n@param stackName The name of the stack for which the streaming session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack for which the streaming session was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet for which the streaming session was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet for which the streaming session was created.

\n@param fleetName The name of the fleet for which the streaming session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet for which the streaming session was created.

\n@return The name of the fleet for which the streaming session was created.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet for which the streaming session was created.

\n@param fleetName The name of the fleet for which the streaming session was created.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet for which the streaming session was created.

\n@param fleetName The name of the fleet for which the streaming session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet for which the streaming session was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "State", "c2jShape" : "SessionState", "deprecated" : false, "documentation" : "

The current state of the streaming session.

", "enumType" : "SessionState", "fluentSetterDocumentation" : "/**

The current state of the streaming session.

\n@param state The current state of the streaming session.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SessionState*/", "fluentSetterMethodName" : "withState", "getterDocumentation" : "/**

The current state of the streaming session.

\n@return The current state of the streaming session.\n@see SessionState*/", "getterMethodName" : "getState", "getterModel" : { "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 streaming session.

\n@param state The current state of the streaming session.\n@see SessionState*/", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The current state of the streaming session.

\n@param state The current state of the streaming session.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SessionState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The current state of the streaming session.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FleetName" : { "c2jName" : "FleetName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet for which the streaming session was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet for which the streaming session was created.

\n@param fleetName The name of the fleet for which the streaming session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleetName", "getterDocumentation" : "/**

The name of the fleet for which the streaming session was created.

\n@return The name of the fleet for which the streaming session was created.*/", "getterMethodName" : "getFleetName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FleetName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FleetName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FleetName", "setterDocumentation" : "/**

The name of the fleet for which the streaming session was created.

\n@param fleetName The name of the fleet for which the streaming session was created.*/", "setterMethodName" : "setFleetName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet for which the streaming session was created.

\n@param fleetName The name of the fleet for which the streaming session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fleetName", "variableType" : "String", "documentation" : "

The name of the fleet for which the streaming session was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "c2jName" : "Id", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique ID for a streaming session.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique ID for a streaming session.

\n@param id The unique ID for a streaming session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withId", "getterDocumentation" : "/**

The unique ID for a streaming session.

\n@return The unique ID for a streaming session.*/", "getterMethodName" : "getId", "getterModel" : { "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 ID for a streaming session.

\n@param id The unique ID for a streaming session.*/", "setterMethodName" : "setId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique ID for a streaming session.

\n@param id The unique ID for a streaming session.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

The unique ID for a streaming session.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StackName" : { "c2jName" : "StackName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack for which the streaming session was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack for which the streaming session was created.

\n@param stackName The name of the stack for which the streaming session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStackName", "getterDocumentation" : "/**

The name of the stack for which the streaming session was created.

\n@return The name of the stack for which the streaming session was created.*/", "getterMethodName" : "getStackName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StackName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StackName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StackName", "setterDocumentation" : "/**

The name of the stack for which the streaming session was created.

\n@param stackName The name of the stack for which the streaming session was created.*/", "setterMethodName" : "setStackName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack for which the streaming session was created.

\n@param stackName The name of the stack for which the streaming session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stackName", "variableType" : "String", "documentation" : "

The name of the stack for which the streaming session was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "State" : { "c2jName" : "State", "c2jShape" : "SessionState", "deprecated" : false, "documentation" : "

The current state of the streaming session.

", "enumType" : "SessionState", "fluentSetterDocumentation" : "/**

The current state of the streaming session.

\n@param state The current state of the streaming session.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SessionState*/", "fluentSetterMethodName" : "withState", "getterDocumentation" : "/**

The current state of the streaming session.

\n@return The current state of the streaming session.\n@see SessionState*/", "getterMethodName" : "getState", "getterModel" : { "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 streaming session.

\n@param state The current state of the streaming session.\n@see SessionState*/", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The current state of the streaming session.

\n@param state The current state of the streaming session.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SessionState*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "

The current state of the streaming session.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UserId" : { "c2jName" : "UserId", "c2jShape" : "UserId", "deprecated" : false, "documentation" : "

The identifier of the user for whom the session was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The identifier of the user for whom the session was created.

\n@param userId The identifier of the user for whom the session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUserId", "getterDocumentation" : "/**

The identifier of the user for whom the session was created.

\n@return The identifier of the user for whom the session was created.*/", "getterMethodName" : "getUserId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "UserId", "setterDocumentation" : "/**

The identifier of the user for whom the session was created.

\n@param userId The identifier of the user for whom the session was created.*/", "setterMethodName" : "setUserId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The identifier of the user for whom the session was created.

\n@param userId The identifier of the user for whom the session was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "userId", "variableType" : "String", "documentation" : "

The identifier of the user for whom the session was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "UserId", "StackName", "FleetName", "State" ], "shapeName" : "Session", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Session", "variableName" : "session", "variableType" : "Session", "documentation" : null, "simpleType" : "Session", "variableSetterType" : "Session" }, "wrapper" : false }, "SessionState" : { "c2jName" : "SessionState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Possible values for the state of a streaming session.

", "enums" : [ { "name" : "ACTIVE", "value" : "ACTIVE" }, { "name" : "PENDING", "value" : "PENDING" }, { "name" : "EXPIRED", "value" : "EXPIRED" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SessionState", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SessionState", "variableName" : "sessionState", "variableType" : "SessionState", "documentation" : null, "simpleType" : "SessionState", "variableSetterType" : "SessionState" }, "wrapper" : false }, "Stack" : { "c2jName" : "Stack", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Details about a stack.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Arn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The ARN of the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN of the stack.

\n@param arn The ARN of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withArn", "getterDocumentation" : "/**

The ARN of the stack.

\n@return The ARN of the stack.*/", "getterMethodName" : "getArn", "getterModel" : { "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 ARN of the stack.

\n@param arn The ARN of the stack.*/", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN of the stack.

\n@param arn The ARN of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier of the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier of the stack.

\n@param name The unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The unique identifier of the stack.

\n@return The unique identifier of the stack.*/", "getterMethodName" : "getName", "getterModel" : { "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 unique identifier of the stack.

\n@param name The unique identifier of the stack.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier of the stack.

\n@param name The unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A meaningful description for the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A meaningful description for the stack.

\n@param description A meaningful description for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

A meaningful description for the stack.

\n@return A meaningful description for the stack.*/", "getterMethodName" : "getDescription", "getterModel" : { "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" : "/**

A meaningful description for the stack.

\n@param description A meaningful description for the stack.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A meaningful description for the stack.

\n@param description A meaningful description for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A meaningful description for the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisplayName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A display name for the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A display name for the stack.

\n@param displayName A display name for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

A display name for the stack.

\n@return A display name for the stack.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

A display name for the stack.

\n@param displayName A display name for the stack.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A display name for the stack.

\n@param displayName A display name for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

A display name for the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The timestamp when the stack was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The timestamp when the stack was created.

\n@param createdTime The timestamp when the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreatedTime", "getterDocumentation" : "/**

The timestamp when the stack was created.

\n@return The timestamp when the stack was created.*/", "getterMethodName" : "getCreatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreatedTime", "setterDocumentation" : "/**

The timestamp when the stack was created.

\n@param createdTime The timestamp when the stack was created.*/", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The timestamp when the stack was created.

\n@param createdTime The timestamp when the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

The timestamp when the stack was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "c2jName" : "Arn", "c2jShape" : "Arn", "deprecated" : false, "documentation" : "

The ARN of the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The ARN of the stack.

\n@param arn The ARN of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withArn", "getterDocumentation" : "/**

The ARN of the stack.

\n@return The ARN of the stack.*/", "getterMethodName" : "getArn", "getterModel" : { "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 ARN of the stack.

\n@param arn The ARN of the stack.*/", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The ARN of the stack.

\n@param arn The ARN of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

The ARN of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CreatedTime" : { "c2jName" : "CreatedTime", "c2jShape" : "Timestamp", "deprecated" : false, "documentation" : "

The timestamp when the stack was created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The timestamp when the stack was created.

\n@param createdTime The timestamp when the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreatedTime", "getterDocumentation" : "/**

The timestamp when the stack was created.

\n@return The timestamp when the stack was created.*/", "getterMethodName" : "getCreatedTime", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CreatedTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CreatedTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "java.util.Date", "marshallingType" : "DATE", "name" : "CreatedTime", "setterDocumentation" : "/**

The timestamp when the stack was created.

\n@param createdTime The timestamp when the stack was created.*/", "setterMethodName" : "setCreatedTime", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

The timestamp when the stack was created.

\n@param createdTime The timestamp when the stack was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "createdTime", "variableType" : "java.util.Date", "documentation" : "

The timestamp when the stack was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A meaningful description for the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A meaningful description for the stack.

\n@param description A meaningful description for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

A meaningful description for the stack.

\n@return A meaningful description for the stack.*/", "getterMethodName" : "getDescription", "getterModel" : { "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" : "/**

A meaningful description for the stack.

\n@param description A meaningful description for the stack.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A meaningful description for the stack.

\n@param description A meaningful description for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

A meaningful description for the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DisplayName" : { "c2jName" : "DisplayName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

A display name for the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A display name for the stack.

\n@param displayName A display name for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

A display name for the stack.

\n@return A display name for the stack.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

A display name for the stack.

\n@param displayName A display name for the stack.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A display name for the stack.

\n@param displayName A display name for the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

A display name for the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The unique identifier of the stack.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The unique identifier of the stack.

\n@param name The unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withName", "getterDocumentation" : "/**

The unique identifier of the stack.

\n@return The unique identifier of the stack.*/", "getterMethodName" : "getName", "getterModel" : { "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 unique identifier of the stack.

\n@param name The unique identifier of the stack.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The unique identifier of the stack.

\n@param name The unique identifier of the stack.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The unique identifier of the stack.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "Stack", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : null, "simpleType" : "Stack", "variableSetterType" : "Stack" }, "wrapper" : false }, "StartFleetRequest" : { "c2jName" : "StartFleetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StartFleet", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.StartFleet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to start.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to start.

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

The name of the fleet to start.

\n@return The name of the fleet to start.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet to start.

\n@param name The name of the fleet to start.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to start.

\n@param name The name of the fleet to start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet to start.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to start.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to start.

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

The name of the fleet to start.

\n@return The name of the fleet to start.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet to start.

\n@param name The name of the fleet to start.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to start.

\n@param name The name of the fleet to start.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet to start.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "StartFleetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartFleetRequest", "variableName" : "startFleetRequest", "variableType" : "StartFleetRequest", "documentation" : null, "simpleType" : "StartFleetRequest", "variableSetterType" : "StartFleetRequest" }, "wrapper" : false }, "StartFleetResult" : { "c2jName" : "StartFleetResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartFleetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartFleetResult", "variableName" : "startFleetResult", "variableType" : "StartFleetResult", "documentation" : null, "simpleType" : "StartFleetResult", "variableSetterType" : "StartFleetResult" }, "wrapper" : false }, "StopFleetRequest" : { "c2jName" : "StopFleetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "StopFleet", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.StopFleet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to stop.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to stop.

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

The name of the fleet to stop.

\n@return The name of the fleet to stop.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet to stop.

\n@param name The name of the fleet to stop.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to stop.

\n@param name The name of the fleet to stop.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet to stop.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet to stop.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet to stop.

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

The name of the fleet to stop.

\n@return The name of the fleet to stop.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet to stop.

\n@param name The name of the fleet to stop.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet to stop.

\n@param name The name of the fleet to stop.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet to stop.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "StopFleetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StopFleetRequest", "variableName" : "stopFleetRequest", "variableType" : "StopFleetRequest", "documentation" : null, "simpleType" : "StopFleetRequest", "variableSetterType" : "StopFleetRequest" }, "wrapper" : false }, "StopFleetResult" : { "c2jName" : "StopFleetResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StopFleetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StopFleetResult", "variableName" : "stopFleetResult", "variableType" : "StopFleetResult", "documentation" : null, "simpleType" : "StopFleetResult", "variableSetterType" : "StopFleetResult" }, "wrapper" : false }, "UpdateFleetRequest" : { "c2jName" : "UpdateFleetRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateFleet", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.UpdateFleet", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "ImageName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The image name from which a fleet is created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image name from which a fleet is created.

\n@param imageName The image name from which a fleet is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImageName", "getterDocumentation" : "/**

The image name from which a fleet is created.

\n@return The image name from which a fleet is created.*/", "getterMethodName" : "getImageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImageName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ImageName", "setterDocumentation" : "/**

The image name from which a fleet is created.

\n@param imageName The image name from which a fleet is created.*/", "setterMethodName" : "setImageName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image name from which a fleet is created.

\n@param imageName The image name from which a fleet is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "

The image name from which a fleet is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet.

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

The name of the fleet.

\n@return The name of the fleet.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet.

\n@param name The name of the fleet.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet.

\n@param name The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "InstanceType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withInstanceType", "getterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@return The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.*/", "getterMethodName" : "getInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InstanceType", "setterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.*/", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ComputeCapacity", "c2jShape" : "ComputeCapacity", "deprecated" : false, "documentation" : "

The parameters for the capacity allocated to the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComputeCapacity", "getterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@return The parameters for the capacity allocated to the fleet.*/", "getterMethodName" : "getComputeCapacity", "getterModel" : { "returnType" : "ComputeCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComputeCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputeCapacity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ComputeCapacity", "setterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.*/", "setterMethodName" : "setComputeCapacity", "setterModel" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : "", "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : "

The parameters for the capacity allocated to the fleet.

", "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "xmlNameSpaceUri" : null }, { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "

The VPC configuration for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVpcConfig", "getterDocumentation" : "/**

The VPC configuration for the fleet.

\n@return The VPC configuration for the fleet.*/", "getterMethodName" : "getVpcConfig", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "VpcConfig", "setterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.*/", "setterMethodName" : "setVpcConfig", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "

The VPC configuration for the fleet.

", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaxUserDurationInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum time during which a streaming session can run.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxUserDurationInSeconds", "getterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@return The maximum time during which a streaming session can run.*/", "getterMethodName" : "getMaxUserDurationInSeconds", "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" : "MaxUserDurationInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxUserDurationInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxUserDurationInSeconds", "setterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.*/", "setterMethodName" : "setMaxUserDurationInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "

The maximum time during which a streaming session can run.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisconnectTimeoutInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisconnectTimeoutInSeconds", "getterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

\n@return The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.*/", "getterMethodName" : "getDisconnectTimeoutInSeconds", "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" : "DisconnectTimeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisconnectTimeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DisconnectTimeoutInSeconds", "setterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.*/", "setterMethodName" : "setDisconnectTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DeleteVpcConfig", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Delete the VPC association for the specified fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Delete the VPC association for the specified fleet.

\n@param deleteVpcConfig Delete the VPC association for the specified fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeleteVpcConfig", "getterDocumentation" : "/**

Delete the VPC association for the specified fleet.

\n@return Delete the VPC association for the specified fleet.*/", "getterMethodName" : "getDeleteVpcConfig", "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" : "DeleteVpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteVpcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "DeleteVpcConfig", "setterDocumentation" : "/**

Delete the VPC association for the specified fleet.

\n@param deleteVpcConfig Delete the VPC association for the specified fleet.*/", "setterMethodName" : "setDeleteVpcConfig", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleteVpcConfig", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Delete the VPC association for the specified fleet.

\n@param deleteVpcConfig Delete the VPC association for the specified fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleteVpcConfig", "variableType" : "Boolean", "documentation" : "

Delete the VPC association for the specified fleet.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@return The description displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DisplayName", "c2jShape" : "DisplayName", "deprecated" : false, "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@return The name displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ComputeCapacity" : { "c2jName" : "ComputeCapacity", "c2jShape" : "ComputeCapacity", "deprecated" : false, "documentation" : "

The parameters for the capacity allocated to the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withComputeCapacity", "getterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@return The parameters for the capacity allocated to the fleet.*/", "getterMethodName" : "getComputeCapacity", "getterModel" : { "returnType" : "ComputeCapacity", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ComputeCapacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ComputeCapacity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ComputeCapacity", "setterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.*/", "setterMethodName" : "setComputeCapacity", "setterModel" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : "", "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "simple" : false, "varargSetterDocumentation" : "/**

The parameters for the capacity allocated to the fleet.

\n@param computeCapacity The parameters for the capacity allocated to the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ComputeCapacity", "variableName" : "computeCapacity", "variableType" : "ComputeCapacity", "documentation" : "

The parameters for the capacity allocated to the fleet.

", "simpleType" : "ComputeCapacity", "variableSetterType" : "ComputeCapacity" }, "xmlNameSpaceUri" : null }, "DeleteVpcConfig" : { "c2jName" : "DeleteVpcConfig", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Delete the VPC association for the specified fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

Delete the VPC association for the specified fleet.

\n@param deleteVpcConfig Delete the VPC association for the specified fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeleteVpcConfig", "getterDocumentation" : "/**

Delete the VPC association for the specified fleet.

\n@return Delete the VPC association for the specified fleet.*/", "getterMethodName" : "getDeleteVpcConfig", "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" : "DeleteVpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DeleteVpcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Boolean", "marshallingType" : "BOOLEAN", "name" : "DeleteVpcConfig", "setterDocumentation" : "/**

Delete the VPC association for the specified fleet.

\n@param deleteVpcConfig Delete the VPC association for the specified fleet.*/", "setterMethodName" : "setDeleteVpcConfig", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleteVpcConfig", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Delete the VPC association for the specified fleet.

\n@param deleteVpcConfig Delete the VPC association for the specified fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleteVpcConfig", "variableType" : "Boolean", "documentation" : "

Delete the VPC association for the specified fleet.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@return The description displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DisconnectTimeoutInSeconds" : { "c2jName" : "DisconnectTimeoutInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisconnectTimeoutInSeconds", "getterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

\n@return The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.*/", "getterMethodName" : "getDisconnectTimeoutInSeconds", "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" : "DisconnectTimeoutInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisconnectTimeoutInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "DisconnectTimeoutInSeconds", "setterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.*/", "setterMethodName" : "setDisconnectTimeoutInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

\n@param disconnectTimeoutInSeconds The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "disconnectTimeoutInSeconds", "variableType" : "Integer", "documentation" : "

The time after disconnection when a session is considered to have ended. When the user reconnects after a disconnection, the user is connected to the same instance within this time interval.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "DisplayName" : { "c2jName" : "DisplayName", "c2jShape" : "DisplayName", "deprecated" : false, "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@return The name displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ImageName" : { "c2jName" : "ImageName", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The image name from which a fleet is created.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The image name from which a fleet is created.

\n@param imageName The image name from which a fleet is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withImageName", "getterDocumentation" : "/**

The image name from which a fleet is created.

\n@return The image name from which a fleet is created.*/", "getterMethodName" : "getImageName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ImageName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ImageName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ImageName", "setterDocumentation" : "/**

The image name from which a fleet is created.

\n@param imageName The image name from which a fleet is created.*/", "setterMethodName" : "setImageName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The image name from which a fleet is created.

\n@param imageName The image name from which a fleet is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "imageName", "variableType" : "String", "documentation" : "

The image name from which a fleet is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InstanceType" : { "c2jName" : "InstanceType", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withInstanceType", "getterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@return The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.*/", "getterMethodName" : "getInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InstanceType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InstanceType", "setterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.*/", "setterMethodName" : "setInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

\n@param instanceType The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "instanceType", "variableType" : "String", "documentation" : "

The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxUserDurationInSeconds" : { "c2jName" : "MaxUserDurationInSeconds", "c2jShape" : "Integer", "deprecated" : false, "documentation" : "

The maximum time during which a streaming session can run.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaxUserDurationInSeconds", "getterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@return The maximum time during which a streaming session can run.*/", "getterMethodName" : "getMaxUserDurationInSeconds", "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" : "MaxUserDurationInSeconds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxUserDurationInSeconds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "MaxUserDurationInSeconds", "setterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.*/", "setterMethodName" : "setMaxUserDurationInSeconds", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The maximum time during which a streaming session can run.

\n@param maxUserDurationInSeconds The maximum time during which a streaming session can run.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxUserDurationInSeconds", "variableType" : "Integer", "documentation" : "

The maximum time during which a streaming session can run.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the fleet.

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

The name of the fleet.

\n@return The name of the fleet.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the fleet.

\n@param name The name of the fleet.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the fleet.

\n@param name The name of the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the fleet.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VpcConfig" : { "c2jName" : "VpcConfig", "c2jShape" : "VpcConfig", "deprecated" : false, "documentation" : "

The VPC configuration for the fleet.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withVpcConfig", "getterDocumentation" : "/**

The VPC configuration for the fleet.

\n@return The VPC configuration for the fleet.*/", "getterMethodName" : "getVpcConfig", "getterModel" : { "returnType" : "VpcConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VpcConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VpcConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "VpcConfig", "setterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.*/", "setterMethodName" : "setVpcConfig", "setterModel" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "simple" : false, "varargSetterDocumentation" : "/**

The VPC configuration for the fleet.

\n@param vpcConfig The VPC configuration for the fleet.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : "

The VPC configuration for the fleet.

", "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "UpdateFleetRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateFleetRequest", "variableName" : "updateFleetRequest", "variableType" : "UpdateFleetRequest", "documentation" : null, "simpleType" : "UpdateFleetRequest", "variableSetterType" : "UpdateFleetRequest" }, "wrapper" : false }, "UpdateFleetResult" : { "c2jName" : "UpdateFleetResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Fleet", "c2jShape" : "Fleet", "deprecated" : false, "documentation" : "

A list of fleet details.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of fleet details.

\n@param fleet A list of fleet details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleet", "getterDocumentation" : "/**

A list of fleet details.

\n@return A list of fleet details.*/", "getterMethodName" : "getFleet", "getterModel" : { "returnType" : "Fleet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Fleet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Fleet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Fleet", "setterDocumentation" : "/**

A list of fleet details.

\n@param fleet A list of fleet details.*/", "setterMethodName" : "setFleet", "setterModel" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : "", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of fleet details.

\n@param fleet A list of fleet details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : "

A list of fleet details.

", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Fleet" : { "c2jName" : "Fleet", "c2jShape" : "Fleet", "deprecated" : false, "documentation" : "

A list of fleet details.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of fleet details.

\n@param fleet A list of fleet details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFleet", "getterDocumentation" : "/**

A list of fleet details.

\n@return A list of fleet details.*/", "getterMethodName" : "getFleet", "getterModel" : { "returnType" : "Fleet", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Fleet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Fleet", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Fleet", "setterDocumentation" : "/**

A list of fleet details.

\n@param fleet A list of fleet details.*/", "setterMethodName" : "setFleet", "setterModel" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : "", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of fleet details.

\n@param fleet A list of fleet details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Fleet", "variableName" : "fleet", "variableType" : "Fleet", "documentation" : "

A list of fleet details.

", "simpleType" : "Fleet", "variableSetterType" : "Fleet" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateFleetResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateFleetResult", "variableName" : "updateFleetResult", "variableType" : "UpdateFleetResult", "documentation" : null, "simpleType" : "UpdateFleetResult", "variableSetterType" : "UpdateFleetResult" }, "wrapper" : false }, "UpdateStackRequest" : { "c2jName" : "UpdateStackRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateStack", "locationName" : null, "requestUri" : "/", "target" : "PhotonAdminProxyService.UpdateStack", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DisplayName", "c2jShape" : "DisplayName", "deprecated" : false, "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@return The name displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@return The description displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack to update.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack to update.

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

The name of the stack to update.

\n@return The name of the stack to update.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the stack to update.

\n@param name The name of the stack to update.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack to update.

\n@param name The name of the stack to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the stack to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Description" : { "c2jName" : "Description", "c2jShape" : "Description", "deprecated" : false, "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDescription", "getterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@return The description displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDescription", "getterModel" : { "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 displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The description displayed to end users on the AppStream 2.0 portal.

\n@param description The description displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

The description displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DisplayName" : { "c2jName" : "DisplayName", "c2jShape" : "DisplayName", "deprecated" : false, "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDisplayName", "getterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@return The name displayed to end users on the AppStream 2.0 portal.*/", "getterMethodName" : "getDisplayName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayName", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayName", "setterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.*/", "setterMethodName" : "setDisplayName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name displayed to end users on the AppStream 2.0 portal.

\n@param displayName The name displayed to end users on the AppStream 2.0 portal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "displayName", "variableType" : "String", "documentation" : "

The name displayed to end users on the AppStream 2.0 portal.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "String", "deprecated" : false, "documentation" : "

The name of the stack to update.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The name of the stack to update.

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

The name of the stack to update.

\n@return The name of the stack to update.*/", "getterMethodName" : "getName", "getterModel" : { "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 name of the stack to update.

\n@param name The name of the stack to update.*/", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the stack to update.

\n@param name The name of the stack to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

The name of the stack to update.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name" ], "shapeName" : "UpdateStackRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateStackRequest", "variableName" : "updateStackRequest", "variableType" : "UpdateStackRequest", "documentation" : null, "simpleType" : "UpdateStackRequest", "variableSetterType" : "UpdateStackRequest" }, "wrapper" : false }, "UpdateStackResult" : { "c2jName" : "UpdateStackResult", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Stack", "c2jShape" : "Stack", "deprecated" : false, "documentation" : "

A list of stack details.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of stack details.

\n@param stack A list of stack details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStack", "getterDocumentation" : "/**

A list of stack details.

\n@return A list of stack details.*/", "getterMethodName" : "getStack", "getterModel" : { "returnType" : "Stack", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Stack", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stack", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Stack", "setterDocumentation" : "/**

A list of stack details.

\n@param stack A list of stack details.*/", "setterMethodName" : "setStack", "setterModel" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of stack details.

\n@param stack A list of stack details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : "

A list of stack details.

", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Stack" : { "c2jName" : "Stack", "c2jShape" : "Stack", "deprecated" : false, "documentation" : "

A list of stack details.

", "enumType" : null, "fluentSetterDocumentation" : "/**

A list of stack details.

\n@param stack A list of stack details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStack", "getterDocumentation" : "/**

A list of stack details.

\n@return A list of stack details.*/", "getterMethodName" : "getStack", "getterModel" : { "returnType" : "Stack", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Stack", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stack", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Stack", "setterDocumentation" : "/**

A list of stack details.

\n@param stack A list of stack details.*/", "setterMethodName" : "setStack", "setterModel" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : "", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of stack details.

\n@param stack A list of stack details.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Stack", "variableName" : "stack", "variableType" : "Stack", "documentation" : "

A list of stack details.

", "simpleType" : "Stack", "variableSetterType" : "Stack" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateStackResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdateStackResult", "variableName" : "updateStackResult", "variableType" : "UpdateStackResult", "documentation" : null, "simpleType" : "UpdateStackResult", "variableSetterType" : "UpdateStackResult" }, "wrapper" : false }, "VisibilityType" : { "c2jName" : "VisibilityType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "PUBLIC", "value" : "PUBLIC" }, { "name" : "PRIVATE", "value" : "PRIVATE" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VisibilityType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VisibilityType", "variableName" : "visibilityType", "variableType" : "VisibilityType", "documentation" : null, "simpleType" : "VisibilityType", "variableSetterType" : "VisibilityType" }, "wrapper" : false }, "VpcConfig" : { "c2jName" : "VpcConfig", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The VPC in which the fleet is launched.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdList", "deprecated" : false, "documentation" : "

The list of subnets to which a network interface is established from the fleet instance.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of subnets to which a network interface is established from the fleet instance.

\n@param subnetIds The list of subnets to which a network interface is established from the fleet instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSubnetIds", "getterDocumentation" : "/**

The list of subnets to which a network interface is established from the fleet instance.

\n@return The list of subnets to which a network interface is established from the fleet instance.*/", "getterMethodName" : "getSubnetIds", "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" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SubnetIds", "setterDocumentation" : "/**

The list of subnets to which a network interface is established from the fleet instance.

\n@param subnetIds The list of subnets to which a network interface is established from the fleet instance.*/", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of subnets to which a network interface is established from the fleet instance.

\n

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

\n@param subnetIds The list of subnets to which a network interface is established from the fleet instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

The list of subnets to which a network interface is established from the fleet instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "SubnetIds" : { "c2jName" : "SubnetIds", "c2jShape" : "SubnetIdList", "deprecated" : false, "documentation" : "

The list of subnets to which a network interface is established from the fleet instance.

", "enumType" : null, "fluentSetterDocumentation" : "/**

The list of subnets to which a network interface is established from the fleet instance.

\n@param subnetIds The list of subnets to which a network interface is established from the fleet instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSubnetIds", "getterDocumentation" : "/**

The list of subnets to which a network interface is established from the fleet instance.

\n@return The list of subnets to which a network interface is established from the fleet instance.*/", "getterMethodName" : "getSubnetIds", "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" : "SubnetIds", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubnetIds", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "String", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "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" : "/**\n@param member */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "SubnetIds", "setterDocumentation" : "/**

The list of subnets to which a network interface is established from the fleet instance.

\n@param subnetIds The list of subnets to which a network interface is established from the fleet instance.*/", "setterMethodName" : "setSubnetIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The list of subnets to which a network interface is established from the fleet instance.

\n

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

\n@param subnetIds The list of subnets to which a network interface is established from the fleet instance.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "subnetIds", "variableType" : "java.util.List", "documentation" : "

The list of subnets to which a network interface is established from the fleet instance.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SubnetIds" ], "shapeName" : "VpcConfig", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VpcConfig", "variableName" : "vpcConfig", "variableType" : "VpcConfig", "documentation" : null, "simpleType" : "VpcConfig", "variableSetterType" : "VpcConfig" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "customAuthorizers" : { }, "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights\n * 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 */", "hasWaiters" : true, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonAppStreamException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.appstream.model.AmazonAppStreamException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "transformPackage" : "com.amazonaws.services.appstream.model.transform" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy