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

models.cloudfront-2016-01-28-intermediate.json Maven / Gradle / Ivy

{
  "metadata" : {
    "apiVersion" : "2016-01-28",
    "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller",
    "protocol" : "rest-xml",
    "checksumFormat" : null,
    "documentation" : null,
    "defaultEndpoint" : "https://cloudfront.amazonaws.com/",
    "defaultEndpointWithoutHttpProtocol" : "cloudfront.amazonaws.com/",
    "syncInterface" : "AmazonCloudFront",
    "syncClient" : "AmazonCloudFrontClient",
    "asyncInterface" : "AmazonCloudFrontAsync",
    "asyncClient" : "AmazonCloudFrontAsyncClient",
    "packageName" : "com.amazonaws.services.cloudfront",
    "packagePath" : "com/amazonaws/services/cloudfront",
    "serviceAbbreviation" : "CloudFront",
    "serviceFullName" : "Amazon CloudFront",
    "hasApiWithStreamInput" : false,
    "jsonContentVersion" : null,
    "jsonVersion" : null,
    "endpointPrefix" : "cloudfront",
    "signingName" : "cloudfront",
    "xmlProtocol" : true,
    "serviceName" : "CloudFront",
    "cborProtocol" : false,
    "jsonProtocol" : false,
    "unmarshallerContextClassName" : "StaxUnmarshallerContext",
    "unmarshallerClassSuffix" : "StaxUnmarshaller",
    "protocolDefaultExceptionUnmarshallerType" : "StandardErrorUnmarshaller"
  },
  "operations" : {
    "CreateCloudFrontOriginAccessIdentity" : {
      "documentation" : "Create a new origin access identity.",
      "operationName" : "CreateCloudFrontOriginAccessIdentity",
      "deprecated" : false,
      "input" : {
        "variableName" : "createCloudFrontOriginAccessIdentityRequest",
        "variableType" : "CreateCloudFrontOriginAccessIdentityRequest",
        "variableDeclarationType" : "CreateCloudFrontOriginAccessIdentityRequest",
        "documentation" : "The request to create a new origin access identity.",
        "variableSetterType" : "CreateCloudFrontOriginAccessIdentityRequest",
        "simpleType" : "CreateCloudFrontOriginAccessIdentityRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "CreateCloudFrontOriginAccessIdentityResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "CloudFrontOriginAccessIdentityAlreadyExistsException",
        "documentation" : "If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error."
      }, {
        "exceptionName" : "MissingBodyException",
        "documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
      }, {
        "exceptionName" : "TooManyCloudFrontOriginAccessIdentitiesException",
        "documentation" : "Processing your request would cause you to exceed the maximum number of origin access identities allowed."
      }, {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "InconsistentQuantitiesException",
        "documentation" : "The value of Quantity and the size of Items do not match."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "createCloudFrontOriginAccessIdentity",
      "authenticated" : true,
      "syncReturnType" : "CreateCloudFrontOriginAccessIdentityResult",
      "asyncReturnType" : "CreateCloudFrontOriginAccessIdentityResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "CreateDistribution" : {
      "documentation" : "Create a new distribution.",
      "operationName" : "CreateDistribution",
      "deprecated" : false,
      "input" : {
        "variableName" : "createDistributionRequest",
        "variableType" : "CreateDistributionRequest",
        "variableDeclarationType" : "CreateDistributionRequest",
        "documentation" : "The request to create a new distribution.",
        "variableSetterType" : "CreateDistributionRequest",
        "simpleType" : "CreateDistributionRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "CreateDistributionResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "CNAMEAlreadyExistsException",
        "documentation" : null
      }, {
        "exceptionName" : "DistributionAlreadyExistsException",
        "documentation" : "The caller reference you attempted to create the distribution with is associated with another distribution."
      }, {
        "exceptionName" : "InvalidOriginException",
        "documentation" : "The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket."
      }, {
        "exceptionName" : "InvalidOriginAccessIdentityException",
        "documentation" : "The origin access identity is not valid or doesn't exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "TooManyTrustedSignersException",
        "documentation" : "Your request contains more trusted signers than are allowed per distribution."
      }, {
        "exceptionName" : "TrustedSignerDoesNotExistException",
        "documentation" : "One or more of your trusted signers do not exist."
      }, {
        "exceptionName" : "InvalidViewerCertificateException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidMinimumProtocolVersionException",
        "documentation" : null
      }, {
        "exceptionName" : "MissingBodyException",
        "documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
      }, {
        "exceptionName" : "TooManyDistributionCNAMEsException",
        "documentation" : "Your request contains more CNAMEs than are allowed per distribution."
      }, {
        "exceptionName" : "TooManyDistributionsException",
        "documentation" : "Processing your request would cause you to exceed the maximum number of distributions allowed."
      }, {
        "exceptionName" : "InvalidDefaultRootObjectException",
        "documentation" : "The default root object file name is too big or contains an invalid character."
      }, {
        "exceptionName" : "InvalidRelativePathException",
        "documentation" : "The relative path is too big, is not URL-encoded, or does not begin with a slash (/)."
      }, {
        "exceptionName" : "InvalidErrorCodeException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidResponseCodeException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "InvalidRequiredProtocolException",
        "documentation" : "This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration."
      }, {
        "exceptionName" : "NoSuchOriginException",
        "documentation" : "No origin exists with the specified Origin Id."
      }, {
        "exceptionName" : "TooManyOriginsException",
        "documentation" : "You cannot create anymore origins for the distribution."
      }, {
        "exceptionName" : "TooManyCacheBehaviorsException",
        "documentation" : "You cannot create anymore cache behaviors for the distribution."
      }, {
        "exceptionName" : "TooManyCookieNamesInWhiteListException",
        "documentation" : "Your request contains more cookie names in the whitelist than are allowed per cache behavior."
      }, {
        "exceptionName" : "InvalidForwardCookiesException",
        "documentation" : "Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected."
      }, {
        "exceptionName" : "TooManyHeadersInForwardedValuesException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidHeadersForS3OriginException",
        "documentation" : null
      }, {
        "exceptionName" : "InconsistentQuantitiesException",
        "documentation" : "The value of Quantity and the size of Items do not match."
      }, {
        "exceptionName" : "TooManyCertificatesException",
        "documentation" : "You cannot create anymore custom ssl certificates."
      }, {
        "exceptionName" : "InvalidLocationCodeException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidGeoRestrictionParameterException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidProtocolSettingsException",
        "documentation" : "You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that Support Server Name Indication (SNI)."
      }, {
        "exceptionName" : "InvalidTTLOrderException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidWebACLIdException",
        "documentation" : null
      }, {
        "exceptionName" : "TooManyOriginCustomHeadersException",
        "documentation" : null
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "createDistribution",
      "authenticated" : true,
      "syncReturnType" : "CreateDistributionResult",
      "asyncReturnType" : "CreateDistributionResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "CreateInvalidation" : {
      "documentation" : "Create a new invalidation.",
      "operationName" : "CreateInvalidation",
      "deprecated" : false,
      "input" : {
        "variableName" : "createInvalidationRequest",
        "variableType" : "CreateInvalidationRequest",
        "variableDeclarationType" : "CreateInvalidationRequest",
        "documentation" : "The request to create an invalidation.",
        "variableSetterType" : "CreateInvalidationRequest",
        "simpleType" : "CreateInvalidationRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "CreateInvalidationResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "MissingBodyException",
        "documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
      }, {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "NoSuchDistributionException",
        "documentation" : "The specified distribution does not exist."
      }, {
        "exceptionName" : "BatchTooLargeException",
        "documentation" : null
      }, {
        "exceptionName" : "TooManyInvalidationsInProgressException",
        "documentation" : "You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects."
      }, {
        "exceptionName" : "InconsistentQuantitiesException",
        "documentation" : "The value of Quantity and the size of Items do not match."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "createInvalidation",
      "authenticated" : true,
      "syncReturnType" : "CreateInvalidationResult",
      "asyncReturnType" : "CreateInvalidationResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "CreateStreamingDistribution" : {
      "documentation" : "Create a new streaming distribution.",
      "operationName" : "CreateStreamingDistribution",
      "deprecated" : false,
      "input" : {
        "variableName" : "createStreamingDistributionRequest",
        "variableType" : "CreateStreamingDistributionRequest",
        "variableDeclarationType" : "CreateStreamingDistributionRequest",
        "documentation" : "The request to create a new streaming distribution.",
        "variableSetterType" : "CreateStreamingDistributionRequest",
        "simpleType" : "CreateStreamingDistributionRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "CreateStreamingDistributionResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "CNAMEAlreadyExistsException",
        "documentation" : null
      }, {
        "exceptionName" : "StreamingDistributionAlreadyExistsException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidOriginException",
        "documentation" : "The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket."
      }, {
        "exceptionName" : "InvalidOriginAccessIdentityException",
        "documentation" : "The origin access identity is not valid or doesn't exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "TooManyTrustedSignersException",
        "documentation" : "Your request contains more trusted signers than are allowed per distribution."
      }, {
        "exceptionName" : "TrustedSignerDoesNotExistException",
        "documentation" : "One or more of your trusted signers do not exist."
      }, {
        "exceptionName" : "MissingBodyException",
        "documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
      }, {
        "exceptionName" : "TooManyStreamingDistributionCNAMEsException",
        "documentation" : null
      }, {
        "exceptionName" : "TooManyStreamingDistributionsException",
        "documentation" : "Processing your request would cause you to exceed the maximum number of streaming distributions allowed."
      }, {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "InconsistentQuantitiesException",
        "documentation" : "The value of Quantity and the size of Items do not match."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "createStreamingDistribution",
      "authenticated" : true,
      "syncReturnType" : "CreateStreamingDistributionResult",
      "asyncReturnType" : "CreateStreamingDistributionResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "DeleteCloudFrontOriginAccessIdentity" : {
      "documentation" : "Delete an origin access identity.",
      "operationName" : "DeleteCloudFrontOriginAccessIdentity",
      "deprecated" : false,
      "input" : {
        "variableName" : "deleteCloudFrontOriginAccessIdentityRequest",
        "variableType" : "DeleteCloudFrontOriginAccessIdentityRequest",
        "variableDeclarationType" : "DeleteCloudFrontOriginAccessIdentityRequest",
        "documentation" : "The request to delete a origin access identity.",
        "variableSetterType" : "DeleteCloudFrontOriginAccessIdentityRequest",
        "simpleType" : "DeleteCloudFrontOriginAccessIdentityRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : null,
      "exceptions" : [ {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "InvalidIfMatchVersionException",
        "documentation" : "The If-Match version is missing or not valid for the distribution."
      }, {
        "exceptionName" : "NoSuchCloudFrontOriginAccessIdentityException",
        "documentation" : "The specified origin access identity does not exist."
      }, {
        "exceptionName" : "PreconditionFailedException",
        "documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
      }, {
        "exceptionName" : "CloudFrontOriginAccessIdentityInUseException",
        "documentation" : null
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "deleteCloudFrontOriginAccessIdentity",
      "authenticated" : true,
      "syncReturnType" : "void",
      "asyncReturnType" : "Void",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "DeleteDistribution" : {
      "documentation" : "Delete a distribution.",
      "operationName" : "DeleteDistribution",
      "deprecated" : false,
      "input" : {
        "variableName" : "deleteDistributionRequest",
        "variableType" : "DeleteDistributionRequest",
        "variableDeclarationType" : "DeleteDistributionRequest",
        "documentation" : "The request to delete a distribution.",
        "variableSetterType" : "DeleteDistributionRequest",
        "simpleType" : "DeleteDistributionRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : null,
      "exceptions" : [ {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "DistributionNotDisabledException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidIfMatchVersionException",
        "documentation" : "The If-Match version is missing or not valid for the distribution."
      }, {
        "exceptionName" : "NoSuchDistributionException",
        "documentation" : "The specified distribution does not exist."
      }, {
        "exceptionName" : "PreconditionFailedException",
        "documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "deleteDistribution",
      "authenticated" : true,
      "syncReturnType" : "void",
      "asyncReturnType" : "Void",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "DeleteStreamingDistribution" : {
      "documentation" : "Delete a streaming distribution.",
      "operationName" : "DeleteStreamingDistribution",
      "deprecated" : false,
      "input" : {
        "variableName" : "deleteStreamingDistributionRequest",
        "variableType" : "DeleteStreamingDistributionRequest",
        "variableDeclarationType" : "DeleteStreamingDistributionRequest",
        "documentation" : "The request to delete a streaming distribution.",
        "variableSetterType" : "DeleteStreamingDistributionRequest",
        "simpleType" : "DeleteStreamingDistributionRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : null,
      "exceptions" : [ {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "StreamingDistributionNotDisabledException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidIfMatchVersionException",
        "documentation" : "The If-Match version is missing or not valid for the distribution."
      }, {
        "exceptionName" : "NoSuchStreamingDistributionException",
        "documentation" : "The specified streaming distribution does not exist."
      }, {
        "exceptionName" : "PreconditionFailedException",
        "documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "deleteStreamingDistribution",
      "authenticated" : true,
      "syncReturnType" : "void",
      "asyncReturnType" : "Void",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "GetCloudFrontOriginAccessIdentity" : {
      "documentation" : "Get the information about an origin access identity.",
      "operationName" : "GetCloudFrontOriginAccessIdentity",
      "deprecated" : false,
      "input" : {
        "variableName" : "getCloudFrontOriginAccessIdentityRequest",
        "variableType" : "GetCloudFrontOriginAccessIdentityRequest",
        "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityRequest",
        "documentation" : "The request to get an origin access identity's information.",
        "variableSetterType" : "GetCloudFrontOriginAccessIdentityRequest",
        "simpleType" : "GetCloudFrontOriginAccessIdentityRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "GetCloudFrontOriginAccessIdentityResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "NoSuchCloudFrontOriginAccessIdentityException",
        "documentation" : "The specified origin access identity does not exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "getCloudFrontOriginAccessIdentity",
      "authenticated" : true,
      "syncReturnType" : "GetCloudFrontOriginAccessIdentityResult",
      "asyncReturnType" : "GetCloudFrontOriginAccessIdentityResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "GetCloudFrontOriginAccessIdentityConfig" : {
      "documentation" : "Get the configuration information about an origin access identity.",
      "operationName" : "GetCloudFrontOriginAccessIdentityConfig",
      "deprecated" : false,
      "input" : {
        "variableName" : "getCloudFrontOriginAccessIdentityConfigRequest",
        "variableType" : "GetCloudFrontOriginAccessIdentityConfigRequest",
        "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityConfigRequest",
        "documentation" : "The request to get an origin access identity's configuration.",
        "variableSetterType" : "GetCloudFrontOriginAccessIdentityConfigRequest",
        "simpleType" : "GetCloudFrontOriginAccessIdentityConfigRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "GetCloudFrontOriginAccessIdentityConfigResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "NoSuchCloudFrontOriginAccessIdentityException",
        "documentation" : "The specified origin access identity does not exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "getCloudFrontOriginAccessIdentityConfig",
      "authenticated" : true,
      "syncReturnType" : "GetCloudFrontOriginAccessIdentityConfigResult",
      "asyncReturnType" : "GetCloudFrontOriginAccessIdentityConfigResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "GetDistribution" : {
      "documentation" : "Get the information about a distribution.",
      "operationName" : "GetDistribution",
      "deprecated" : false,
      "input" : {
        "variableName" : "getDistributionRequest",
        "variableType" : "GetDistributionRequest",
        "variableDeclarationType" : "GetDistributionRequest",
        "documentation" : "The request to get a distribution's information.",
        "variableSetterType" : "GetDistributionRequest",
        "simpleType" : "GetDistributionRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "GetDistributionResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "NoSuchDistributionException",
        "documentation" : "The specified distribution does not exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "getDistribution",
      "authenticated" : true,
      "syncReturnType" : "GetDistributionResult",
      "asyncReturnType" : "GetDistributionResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "GetDistributionConfig" : {
      "documentation" : "Get the configuration information about a distribution.",
      "operationName" : "GetDistributionConfig",
      "deprecated" : false,
      "input" : {
        "variableName" : "getDistributionConfigRequest",
        "variableType" : "GetDistributionConfigRequest",
        "variableDeclarationType" : "GetDistributionConfigRequest",
        "documentation" : "The request to get a distribution configuration.",
        "variableSetterType" : "GetDistributionConfigRequest",
        "simpleType" : "GetDistributionConfigRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "GetDistributionConfigResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "NoSuchDistributionException",
        "documentation" : "The specified distribution does not exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "getDistributionConfig",
      "authenticated" : true,
      "syncReturnType" : "GetDistributionConfigResult",
      "asyncReturnType" : "GetDistributionConfigResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "GetInvalidation" : {
      "documentation" : "Get the information about an invalidation.",
      "operationName" : "GetInvalidation",
      "deprecated" : false,
      "input" : {
        "variableName" : "getInvalidationRequest",
        "variableType" : "GetInvalidationRequest",
        "variableDeclarationType" : "GetInvalidationRequest",
        "documentation" : "The request to get an invalidation's information.",
        "variableSetterType" : "GetInvalidationRequest",
        "simpleType" : "GetInvalidationRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "GetInvalidationResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "NoSuchInvalidationException",
        "documentation" : "The specified invalidation does not exist."
      }, {
        "exceptionName" : "NoSuchDistributionException",
        "documentation" : "The specified distribution does not exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "getInvalidation",
      "authenticated" : true,
      "syncReturnType" : "GetInvalidationResult",
      "asyncReturnType" : "GetInvalidationResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "GetStreamingDistribution" : {
      "documentation" : "Get the information about a streaming distribution.",
      "operationName" : "GetStreamingDistribution",
      "deprecated" : false,
      "input" : {
        "variableName" : "getStreamingDistributionRequest",
        "variableType" : "GetStreamingDistributionRequest",
        "variableDeclarationType" : "GetStreamingDistributionRequest",
        "documentation" : "The request to get a streaming distribution's information.",
        "variableSetterType" : "GetStreamingDistributionRequest",
        "simpleType" : "GetStreamingDistributionRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "GetStreamingDistributionResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "NoSuchStreamingDistributionException",
        "documentation" : "The specified streaming distribution does not exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "getStreamingDistribution",
      "authenticated" : true,
      "syncReturnType" : "GetStreamingDistributionResult",
      "asyncReturnType" : "GetStreamingDistributionResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "GetStreamingDistributionConfig" : {
      "documentation" : "Get the configuration information about a streaming distribution.",
      "operationName" : "GetStreamingDistributionConfig",
      "deprecated" : false,
      "input" : {
        "variableName" : "getStreamingDistributionConfigRequest",
        "variableType" : "GetStreamingDistributionConfigRequest",
        "variableDeclarationType" : "GetStreamingDistributionConfigRequest",
        "documentation" : "To request to get a streaming distribution configuration.",
        "variableSetterType" : "GetStreamingDistributionConfigRequest",
        "simpleType" : "GetStreamingDistributionConfigRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "GetStreamingDistributionConfigResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "NoSuchStreamingDistributionException",
        "documentation" : "The specified streaming distribution does not exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "getStreamingDistributionConfig",
      "authenticated" : true,
      "syncReturnType" : "GetStreamingDistributionConfigResult",
      "asyncReturnType" : "GetStreamingDistributionConfigResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "ListCloudFrontOriginAccessIdentities" : {
      "documentation" : "List origin access identities.",
      "operationName" : "ListCloudFrontOriginAccessIdentities",
      "deprecated" : false,
      "input" : {
        "variableName" : "listCloudFrontOriginAccessIdentitiesRequest",
        "variableType" : "ListCloudFrontOriginAccessIdentitiesRequest",
        "variableDeclarationType" : "ListCloudFrontOriginAccessIdentitiesRequest",
        "documentation" : "The request to list origin access identities.",
        "variableSetterType" : "ListCloudFrontOriginAccessIdentitiesRequest",
        "simpleType" : "ListCloudFrontOriginAccessIdentitiesRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "ListCloudFrontOriginAccessIdentitiesResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "listCloudFrontOriginAccessIdentities",
      "authenticated" : true,
      "syncReturnType" : "ListCloudFrontOriginAccessIdentitiesResult",
      "asyncReturnType" : "ListCloudFrontOriginAccessIdentitiesResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "ListDistributions" : {
      "documentation" : "List distributions.",
      "operationName" : "ListDistributions",
      "deprecated" : false,
      "input" : {
        "variableName" : "listDistributionsRequest",
        "variableType" : "ListDistributionsRequest",
        "variableDeclarationType" : "ListDistributionsRequest",
        "documentation" : "The request to list your distributions.",
        "variableSetterType" : "ListDistributionsRequest",
        "simpleType" : "ListDistributionsRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "ListDistributionsResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "listDistributions",
      "authenticated" : true,
      "syncReturnType" : "ListDistributionsResult",
      "asyncReturnType" : "ListDistributionsResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "ListDistributionsByWebACLId" : {
      "documentation" : "List the distributions that are associated with a specified AWS WAF web ACL.",
      "operationName" : "ListDistributionsByWebACLId",
      "deprecated" : false,
      "input" : {
        "variableName" : "listDistributionsByWebACLIdRequest",
        "variableType" : "ListDistributionsByWebACLIdRequest",
        "variableDeclarationType" : "ListDistributionsByWebACLIdRequest",
        "documentation" : "The request to list distributions that are associated with a specified AWS WAF web ACL.",
        "variableSetterType" : "ListDistributionsByWebACLIdRequest",
        "simpleType" : "ListDistributionsByWebACLIdRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "ListDistributionsByWebACLIdResult",
        "documentation" : "The response to a request to list the distributions that are associated with a specified AWS WAF web ACL."
      },
      "exceptions" : [ {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "InvalidWebACLIdException",
        "documentation" : null
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "listDistributionsByWebACLId",
      "authenticated" : true,
      "syncReturnType" : "ListDistributionsByWebACLIdResult",
      "asyncReturnType" : "ListDistributionsByWebACLIdResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "ListInvalidations" : {
      "documentation" : "List invalidation batches.",
      "operationName" : "ListInvalidations",
      "deprecated" : false,
      "input" : {
        "variableName" : "listInvalidationsRequest",
        "variableType" : "ListInvalidationsRequest",
        "variableDeclarationType" : "ListInvalidationsRequest",
        "documentation" : "The request to list invalidations.",
        "variableSetterType" : "ListInvalidationsRequest",
        "simpleType" : "ListInvalidationsRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "ListInvalidationsResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "NoSuchDistributionException",
        "documentation" : "The specified distribution does not exist."
      }, {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "listInvalidations",
      "authenticated" : true,
      "syncReturnType" : "ListInvalidationsResult",
      "asyncReturnType" : "ListInvalidationsResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "ListStreamingDistributions" : {
      "documentation" : "List streaming distributions.",
      "operationName" : "ListStreamingDistributions",
      "deprecated" : false,
      "input" : {
        "variableName" : "listStreamingDistributionsRequest",
        "variableType" : "ListStreamingDistributionsRequest",
        "variableDeclarationType" : "ListStreamingDistributionsRequest",
        "documentation" : "The request to list your streaming distributions.",
        "variableSetterType" : "ListStreamingDistributionsRequest",
        "simpleType" : "ListStreamingDistributionsRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "ListStreamingDistributionsResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "listStreamingDistributions",
      "authenticated" : true,
      "syncReturnType" : "ListStreamingDistributionsResult",
      "asyncReturnType" : "ListStreamingDistributionsResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "UpdateCloudFrontOriginAccessIdentity" : {
      "documentation" : "Update an origin access identity.",
      "operationName" : "UpdateCloudFrontOriginAccessIdentity",
      "deprecated" : false,
      "input" : {
        "variableName" : "updateCloudFrontOriginAccessIdentityRequest",
        "variableType" : "UpdateCloudFrontOriginAccessIdentityRequest",
        "variableDeclarationType" : "UpdateCloudFrontOriginAccessIdentityRequest",
        "documentation" : "The request to update an origin access identity.",
        "variableSetterType" : "UpdateCloudFrontOriginAccessIdentityRequest",
        "simpleType" : "UpdateCloudFrontOriginAccessIdentityRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "UpdateCloudFrontOriginAccessIdentityResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "IllegalUpdateException",
        "documentation" : "Origin and CallerReference cannot be updated."
      }, {
        "exceptionName" : "InvalidIfMatchVersionException",
        "documentation" : "The If-Match version is missing or not valid for the distribution."
      }, {
        "exceptionName" : "MissingBodyException",
        "documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
      }, {
        "exceptionName" : "NoSuchCloudFrontOriginAccessIdentityException",
        "documentation" : "The specified origin access identity does not exist."
      }, {
        "exceptionName" : "PreconditionFailedException",
        "documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
      }, {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "InconsistentQuantitiesException",
        "documentation" : "The value of Quantity and the size of Items do not match."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "updateCloudFrontOriginAccessIdentity",
      "authenticated" : true,
      "syncReturnType" : "UpdateCloudFrontOriginAccessIdentityResult",
      "asyncReturnType" : "UpdateCloudFrontOriginAccessIdentityResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "UpdateDistribution" : {
      "documentation" : "Update a distribution.",
      "operationName" : "UpdateDistribution",
      "deprecated" : false,
      "input" : {
        "variableName" : "updateDistributionRequest",
        "variableType" : "UpdateDistributionRequest",
        "variableDeclarationType" : "UpdateDistributionRequest",
        "documentation" : "The request to update a distribution.",
        "variableSetterType" : "UpdateDistributionRequest",
        "simpleType" : "UpdateDistributionRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "UpdateDistributionResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "CNAMEAlreadyExistsException",
        "documentation" : null
      }, {
        "exceptionName" : "IllegalUpdateException",
        "documentation" : "Origin and CallerReference cannot be updated."
      }, {
        "exceptionName" : "InvalidIfMatchVersionException",
        "documentation" : "The If-Match version is missing or not valid for the distribution."
      }, {
        "exceptionName" : "MissingBodyException",
        "documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
      }, {
        "exceptionName" : "NoSuchDistributionException",
        "documentation" : "The specified distribution does not exist."
      }, {
        "exceptionName" : "PreconditionFailedException",
        "documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
      }, {
        "exceptionName" : "TooManyDistributionCNAMEsException",
        "documentation" : "Your request contains more CNAMEs than are allowed per distribution."
      }, {
        "exceptionName" : "InvalidDefaultRootObjectException",
        "documentation" : "The default root object file name is too big or contains an invalid character."
      }, {
        "exceptionName" : "InvalidRelativePathException",
        "documentation" : "The relative path is too big, is not URL-encoded, or does not begin with a slash (/)."
      }, {
        "exceptionName" : "InvalidErrorCodeException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidResponseCodeException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "InvalidOriginAccessIdentityException",
        "documentation" : "The origin access identity is not valid or doesn't exist."
      }, {
        "exceptionName" : "TooManyTrustedSignersException",
        "documentation" : "Your request contains more trusted signers than are allowed per distribution."
      }, {
        "exceptionName" : "TrustedSignerDoesNotExistException",
        "documentation" : "One or more of your trusted signers do not exist."
      }, {
        "exceptionName" : "InvalidViewerCertificateException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidMinimumProtocolVersionException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidRequiredProtocolException",
        "documentation" : "This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration."
      }, {
        "exceptionName" : "NoSuchOriginException",
        "documentation" : "No origin exists with the specified Origin Id."
      }, {
        "exceptionName" : "TooManyOriginsException",
        "documentation" : "You cannot create anymore origins for the distribution."
      }, {
        "exceptionName" : "TooManyCacheBehaviorsException",
        "documentation" : "You cannot create anymore cache behaviors for the distribution."
      }, {
        "exceptionName" : "TooManyCookieNamesInWhiteListException",
        "documentation" : "Your request contains more cookie names in the whitelist than are allowed per cache behavior."
      }, {
        "exceptionName" : "InvalidForwardCookiesException",
        "documentation" : "Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected."
      }, {
        "exceptionName" : "TooManyHeadersInForwardedValuesException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidHeadersForS3OriginException",
        "documentation" : null
      }, {
        "exceptionName" : "InconsistentQuantitiesException",
        "documentation" : "The value of Quantity and the size of Items do not match."
      }, {
        "exceptionName" : "TooManyCertificatesException",
        "documentation" : "You cannot create anymore custom ssl certificates."
      }, {
        "exceptionName" : "InvalidLocationCodeException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidGeoRestrictionParameterException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidTTLOrderException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidWebACLIdException",
        "documentation" : null
      }, {
        "exceptionName" : "TooManyOriginCustomHeadersException",
        "documentation" : null
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "updateDistribution",
      "authenticated" : true,
      "syncReturnType" : "UpdateDistributionResult",
      "asyncReturnType" : "UpdateDistributionResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    },
    "UpdateStreamingDistribution" : {
      "documentation" : "Update a streaming distribution.",
      "operationName" : "UpdateStreamingDistribution",
      "deprecated" : false,
      "input" : {
        "variableName" : "updateStreamingDistributionRequest",
        "variableType" : "UpdateStreamingDistributionRequest",
        "variableDeclarationType" : "UpdateStreamingDistributionRequest",
        "documentation" : "The request to update a streaming distribution.",
        "variableSetterType" : "UpdateStreamingDistributionRequest",
        "simpleType" : "UpdateStreamingDistributionRequest"
      },
      "inputStreamPropertyName" : null,
      "returnType" : {
        "returnType" : "UpdateStreamingDistributionResult",
        "documentation" : "The returned result of the corresponding request."
      },
      "exceptions" : [ {
        "exceptionName" : "AccessDeniedException",
        "documentation" : "Access denied."
      }, {
        "exceptionName" : "CNAMEAlreadyExistsException",
        "documentation" : null
      }, {
        "exceptionName" : "IllegalUpdateException",
        "documentation" : "Origin and CallerReference cannot be updated."
      }, {
        "exceptionName" : "InvalidIfMatchVersionException",
        "documentation" : "The If-Match version is missing or not valid for the distribution."
      }, {
        "exceptionName" : "MissingBodyException",
        "documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set."
      }, {
        "exceptionName" : "NoSuchStreamingDistributionException",
        "documentation" : "The specified streaming distribution does not exist."
      }, {
        "exceptionName" : "PreconditionFailedException",
        "documentation" : "The precondition given in one or more of the request-header fields evaluated to false."
      }, {
        "exceptionName" : "TooManyStreamingDistributionCNAMEsException",
        "documentation" : null
      }, {
        "exceptionName" : "InvalidArgumentException",
        "documentation" : "The argument is invalid."
      }, {
        "exceptionName" : "InvalidOriginAccessIdentityException",
        "documentation" : "The origin access identity is not valid or doesn't exist."
      }, {
        "exceptionName" : "TooManyTrustedSignersException",
        "documentation" : "Your request contains more trusted signers than are allowed per distribution."
      }, {
        "exceptionName" : "TrustedSignerDoesNotExistException",
        "documentation" : "One or more of your trusted signers do not exist."
      }, {
        "exceptionName" : "InconsistentQuantitiesException",
        "documentation" : "The value of Quantity and the size of Items do not match."
      } ],
      "hasBlobMemberAsPayload" : false,
      "methodName" : "updateStreamingDistribution",
      "authenticated" : true,
      "syncReturnType" : "UpdateStreamingDistributionResult",
      "asyncReturnType" : "UpdateStreamingDistributionResult",
      "asyncFutureType" : "java.util.concurrent.Future",
      "asyncCallableType" : "java.util.concurrent.Callable",
      "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler"
    }
  },
  "shapes" : {
    "GetCloudFrontOriginAccessIdentityRequest" : {
      "c2jName" : "GetCloudFrontOriginAccessIdentityRequest",
      "documentation" : "The request to get an origin access identity's information.",
      "shapeName" : "GetCloudFrontOriginAccessIdentityRequest",
      "deprecated" : false,
      "required" : [ "Id" ],
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ {
        "documentation" : "The identity's id.",
        "name" : "Id",
        "c2jName" : "Id",
        "c2jShape" : "string",
        "variable" : {
          "variableName" : "id",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "The identity's id.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "id",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "Id",
          "marshallLocationName" : "Id",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : "uri",
          "flattened" : false,
          "header" : false,
          "uri" : true,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**The identity's id.\n@param id The identity's id.*/",
        "getterDocumentation" : "/**The identity's id.\n@return The identity's id.*/",
        "fluentSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      } ],
      "enums" : null,
      "variable" : {
        "variableName" : "getCloudFrontOriginAccessIdentityRequest",
        "variableType" : "GetCloudFrontOriginAccessIdentityRequest",
        "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityRequest",
        "documentation" : null,
        "variableSetterType" : "GetCloudFrontOriginAccessIdentityRequest",
        "simpleType" : "GetCloudFrontOriginAccessIdentityRequest"
      },
      "marshaller" : {
        "action" : "GetCloudFrontOriginAccessIdentity2016_01_28",
        "verb" : "GET",
        "target" : null,
        "requestUri" : "/2016-01-28/origin-access-identity/cloudfront/{Id}",
        "locationName" : null,
        "xmlNameSpaceUri" : null
      },
      "unmarshaller" : null,
      "errorCode" : null,
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : {
        "Id" : {
          "documentation" : "The identity's id.",
          "name" : "Id",
          "c2jName" : "Id",
          "c2jShape" : "string",
          "variable" : {
            "variableName" : "id",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "The identity's id.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "id",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "Id",
            "marshallLocationName" : "Id",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : "uri",
            "flattened" : false,
            "header" : false,
            "uri" : true,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**The identity's id.\n@param id The identity's id.*/",
          "getterDocumentation" : "/**The identity's id.\n@return The identity's id.*/",
          "fluentSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        }
      }
    },
    "CreateStreamingDistributionRequest" : {
      "c2jName" : "CreateStreamingDistributionRequest",
      "documentation" : "The request to create a new streaming distribution.",
      "shapeName" : "CreateStreamingDistributionRequest",
      "deprecated" : false,
      "required" : [ "StreamingDistributionConfig" ],
      "hasPayloadMember" : true,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ {
        "documentation" : "The streaming distribution's configuration information.",
        "name" : "StreamingDistributionConfig",
        "c2jName" : "StreamingDistributionConfig",
        "c2jShape" : "StreamingDistributionConfig",
        "variable" : {
          "variableName" : "streamingDistributionConfig",
          "variableType" : "StreamingDistributionConfig",
          "variableDeclarationType" : "StreamingDistributionConfig",
          "documentation" : "The streaming distribution's configuration information.",
          "variableSetterType" : "StreamingDistributionConfig",
          "simpleType" : "StreamingDistributionConfig"
        },
        "setterModel" : {
          "variableName" : "streamingDistributionConfig",
          "variableType" : "StreamingDistributionConfig",
          "variableDeclarationType" : "StreamingDistributionConfig",
          "documentation" : "",
          "variableSetterType" : "StreamingDistributionConfig",
          "simpleType" : "StreamingDistributionConfig"
        },
        "getterModel" : {
          "returnType" : "StreamingDistributionConfig",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "StreamingDistributionConfig",
          "marshallLocationName" : "StreamingDistributionConfig",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : true,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/",
        "idempotencyToken" : false,
        "list" : false,
        "simple" : false,
        "map" : false,
        "setterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.*/",
        "getterDocumentation" : "/**The streaming distribution's configuration information.\n@return The streaming distribution's configuration information.*/",
        "fluentSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      } ],
      "enums" : null,
      "variable" : {
        "variableName" : "createStreamingDistributionRequest",
        "variableType" : "CreateStreamingDistributionRequest",
        "variableDeclarationType" : "CreateStreamingDistributionRequest",
        "documentation" : null,
        "variableSetterType" : "CreateStreamingDistributionRequest",
        "simpleType" : "CreateStreamingDistributionRequest"
      },
      "marshaller" : {
        "action" : "CreateStreamingDistribution2016_01_28",
        "verb" : "POST",
        "target" : null,
        "requestUri" : "/2016-01-28/streaming-distribution",
        "locationName" : null,
        "xmlNameSpaceUri" : null
      },
      "unmarshaller" : null,
      "errorCode" : null,
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : {
        "StreamingDistributionConfig" : {
          "documentation" : "The streaming distribution's configuration information.",
          "name" : "StreamingDistributionConfig",
          "c2jName" : "StreamingDistributionConfig",
          "c2jShape" : "StreamingDistributionConfig",
          "variable" : {
            "variableName" : "streamingDistributionConfig",
            "variableType" : "StreamingDistributionConfig",
            "variableDeclarationType" : "StreamingDistributionConfig",
            "documentation" : "The streaming distribution's configuration information.",
            "variableSetterType" : "StreamingDistributionConfig",
            "simpleType" : "StreamingDistributionConfig"
          },
          "setterModel" : {
            "variableName" : "streamingDistributionConfig",
            "variableType" : "StreamingDistributionConfig",
            "variableDeclarationType" : "StreamingDistributionConfig",
            "documentation" : "",
            "variableSetterType" : "StreamingDistributionConfig",
            "simpleType" : "StreamingDistributionConfig"
          },
          "getterModel" : {
            "returnType" : "StreamingDistributionConfig",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "StreamingDistributionConfig",
            "marshallLocationName" : "StreamingDistributionConfig",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : true,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/",
          "idempotencyToken" : false,
          "list" : false,
          "simple" : false,
          "map" : false,
          "setterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.*/",
          "getterDocumentation" : "/**The streaming distribution's configuration information.\n@return The streaming distribution's configuration information.*/",
          "fluentSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        }
      }
    },
    "Method" : {
      "c2jName" : "Method",
      "documentation" : "",
      "shapeName" : "Method",
      "deprecated" : false,
      "required" : null,
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : null,
      "enums" : [ {
        "name" : "GET",
        "value" : "GET"
      }, {
        "name" : "HEAD",
        "value" : "HEAD"
      }, {
        "name" : "POST",
        "value" : "POST"
      }, {
        "name" : "PUT",
        "value" : "PUT"
      }, {
        "name" : "PATCH",
        "value" : "PATCH"
      }, {
        "name" : "OPTIONS",
        "value" : "OPTIONS"
      }, {
        "name" : "DELETE",
        "value" : "DELETE"
      } ],
      "variable" : {
        "variableName" : "method",
        "variableType" : "Method",
        "variableDeclarationType" : "Method",
        "documentation" : null,
        "variableSetterType" : "Method",
        "simpleType" : "Method"
      },
      "marshaller" : null,
      "unmarshaller" : {
        "resultWrapper" : null,
        "flattened" : false
      },
      "errorCode" : null,
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : { }
    },
    "NoSuchInvalidationException" : {
      "c2jName" : "NoSuchInvalidation",
      "documentation" : "The specified invalidation does not exist.",
      "shapeName" : "NoSuchInvalidationException",
      "deprecated" : false,
      "required" : null,
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ ],
      "enums" : null,
      "variable" : {
        "variableName" : "noSuchInvalidationException",
        "variableType" : "NoSuchInvalidationException",
        "variableDeclarationType" : "NoSuchInvalidationException",
        "documentation" : null,
        "variableSetterType" : "NoSuchInvalidationException",
        "simpleType" : "NoSuchInvalidationException"
      },
      "marshaller" : null,
      "unmarshaller" : null,
      "errorCode" : "NoSuchInvalidation",
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : { }
    },
    "OriginProtocolPolicy" : {
      "c2jName" : "OriginProtocolPolicy",
      "documentation" : "",
      "shapeName" : "OriginProtocolPolicy",
      "deprecated" : false,
      "required" : null,
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : null,
      "enums" : [ {
        "name" : "HttpOnly",
        "value" : "http-only"
      }, {
        "name" : "MatchViewer",
        "value" : "match-viewer"
      }, {
        "name" : "HttpsOnly",
        "value" : "https-only"
      } ],
      "variable" : {
        "variableName" : "originProtocolPolicy",
        "variableType" : "OriginProtocolPolicy",
        "variableDeclarationType" : "OriginProtocolPolicy",
        "documentation" : null,
        "variableSetterType" : "OriginProtocolPolicy",
        "simpleType" : "OriginProtocolPolicy"
      },
      "marshaller" : null,
      "unmarshaller" : {
        "resultWrapper" : null,
        "flattened" : false
      },
      "errorCode" : null,
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : { }
    },
    "StreamingDistributionAlreadyExistsException" : {
      "c2jName" : "StreamingDistributionAlreadyExists",
      "documentation" : "",
      "shapeName" : "StreamingDistributionAlreadyExistsException",
      "deprecated" : false,
      "required" : null,
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ ],
      "enums" : null,
      "variable" : {
        "variableName" : "streamingDistributionAlreadyExistsException",
        "variableType" : "StreamingDistributionAlreadyExistsException",
        "variableDeclarationType" : "StreamingDistributionAlreadyExistsException",
        "documentation" : null,
        "variableSetterType" : "StreamingDistributionAlreadyExistsException",
        "simpleType" : "StreamingDistributionAlreadyExistsException"
      },
      "marshaller" : null,
      "unmarshaller" : null,
      "errorCode" : "StreamingDistributionAlreadyExists",
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : { }
    },
    "ForwardedValues" : {
      "c2jName" : "ForwardedValues",
      "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.",
      "shapeName" : "ForwardedValues",
      "deprecated" : false,
      "required" : [ "QueryString", "Cookies" ],
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ {
        "documentation" : "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.",
        "name" : "QueryString",
        "c2jName" : "QueryString",
        "c2jShape" : "boolean",
        "variable" : {
          "variableName" : "queryString",
          "variableType" : "Boolean",
          "variableDeclarationType" : "Boolean",
          "documentation" : "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.",
          "variableSetterType" : "Boolean",
          "simpleType" : "Boolean"
        },
        "setterModel" : {
          "variableName" : "queryString",
          "variableType" : "Boolean",
          "variableDeclarationType" : "Boolean",
          "documentation" : "",
          "variableSetterType" : "Boolean",
          "simpleType" : "Boolean"
        },
        "getterModel" : {
          "returnType" : "Boolean",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "QueryString",
          "marshallLocationName" : "QueryString",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/",
        "getterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/",
        "fluentSetterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "A complex type that specifies how CloudFront handles cookies.",
        "name" : "Cookies",
        "c2jName" : "Cookies",
        "c2jShape" : "CookiePreference",
        "variable" : {
          "variableName" : "cookies",
          "variableType" : "CookiePreference",
          "variableDeclarationType" : "CookiePreference",
          "documentation" : "A complex type that specifies how CloudFront handles cookies.",
          "variableSetterType" : "CookiePreference",
          "simpleType" : "CookiePreference"
        },
        "setterModel" : {
          "variableName" : "cookies",
          "variableType" : "CookiePreference",
          "variableDeclarationType" : "CookiePreference",
          "documentation" : "",
          "variableSetterType" : "CookiePreference",
          "simpleType" : "CookiePreference"
        },
        "getterModel" : {
          "returnType" : "CookiePreference",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "Cookies",
          "marshallLocationName" : "Cookies",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : false,
        "map" : false,
        "setterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.*/",
        "getterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@return A complex type that specifies how CloudFront handles cookies.*/",
        "fluentSetterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.",
        "name" : "Headers",
        "c2jName" : "Headers",
        "c2jShape" : "Headers",
        "variable" : {
          "variableName" : "headers",
          "variableType" : "Headers",
          "variableDeclarationType" : "Headers",
          "documentation" : "A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.",
          "variableSetterType" : "Headers",
          "simpleType" : "Headers"
        },
        "setterModel" : {
          "variableName" : "headers",
          "variableType" : "Headers",
          "variableDeclarationType" : "Headers",
          "documentation" : "",
          "variableSetterType" : "Headers",
          "simpleType" : "Headers"
        },
        "getterModel" : {
          "returnType" : "Headers",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "Headers",
          "marshallLocationName" : "Headers",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : false,
        "map" : false,
        "setterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.*/",
        "getterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.*/",
        "fluentSetterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      } ],
      "enums" : null,
      "variable" : {
        "variableName" : "forwardedValues",
        "variableType" : "ForwardedValues",
        "variableDeclarationType" : "ForwardedValues",
        "documentation" : null,
        "variableSetterType" : "ForwardedValues",
        "simpleType" : "ForwardedValues"
      },
      "marshaller" : null,
      "unmarshaller" : {
        "resultWrapper" : null,
        "flattened" : false
      },
      "errorCode" : null,
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : {
        "Headers" : {
          "documentation" : "A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.",
          "name" : "Headers",
          "c2jName" : "Headers",
          "c2jShape" : "Headers",
          "variable" : {
            "variableName" : "headers",
            "variableType" : "Headers",
            "variableDeclarationType" : "Headers",
            "documentation" : "A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.",
            "variableSetterType" : "Headers",
            "simpleType" : "Headers"
          },
          "setterModel" : {
            "variableName" : "headers",
            "variableType" : "Headers",
            "variableDeclarationType" : "Headers",
            "documentation" : "",
            "variableSetterType" : "Headers",
            "simpleType" : "Headers"
          },
          "getterModel" : {
            "returnType" : "Headers",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "Headers",
            "marshallLocationName" : "Headers",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : false,
          "map" : false,
          "setterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.*/",
          "getterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.*/",
          "fluentSetterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@param headers A complex type that specifies the Headers, if any, that you want CloudFront to vary upon for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "Cookies" : {
          "documentation" : "A complex type that specifies how CloudFront handles cookies.",
          "name" : "Cookies",
          "c2jName" : "Cookies",
          "c2jShape" : "CookiePreference",
          "variable" : {
            "variableName" : "cookies",
            "variableType" : "CookiePreference",
            "variableDeclarationType" : "CookiePreference",
            "documentation" : "A complex type that specifies how CloudFront handles cookies.",
            "variableSetterType" : "CookiePreference",
            "simpleType" : "CookiePreference"
          },
          "setterModel" : {
            "variableName" : "cookies",
            "variableType" : "CookiePreference",
            "variableDeclarationType" : "CookiePreference",
            "documentation" : "",
            "variableSetterType" : "CookiePreference",
            "simpleType" : "CookiePreference"
          },
          "getterModel" : {
            "returnType" : "CookiePreference",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "Cookies",
            "marshallLocationName" : "Cookies",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : false,
          "map" : false,
          "setterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.*/",
          "getterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@return A complex type that specifies how CloudFront handles cookies.*/",
          "fluentSetterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**A complex type that specifies how CloudFront handles cookies.\n@param cookies A complex type that specifies how CloudFront handles cookies.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "QueryString" : {
          "documentation" : "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.",
          "name" : "QueryString",
          "c2jName" : "QueryString",
          "c2jShape" : "boolean",
          "variable" : {
            "variableName" : "queryString",
            "variableType" : "Boolean",
            "variableDeclarationType" : "Boolean",
            "documentation" : "Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.",
            "variableSetterType" : "Boolean",
            "simpleType" : "Boolean"
          },
          "setterModel" : {
            "variableName" : "queryString",
            "variableType" : "Boolean",
            "variableDeclarationType" : "Boolean",
            "documentation" : "",
            "variableSetterType" : "Boolean",
            "simpleType" : "Boolean"
          },
          "getterModel" : {
            "returnType" : "Boolean",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "QueryString",
            "marshallLocationName" : "QueryString",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/",
          "getterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/",
          "fluentSetterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param queryString Indicates whether you want CloudFront to forward query strings to the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        }
      }
    },
    "Origin" : {
      "c2jName" : "Origin",
      "documentation" : "A complex type that describes the Amazon S3 bucket or the HTTP server (for example, a web server) from which CloudFront gets your files.You must create at least one origin.",
      "shapeName" : "Origin",
      "deprecated" : false,
      "required" : [ "Id", "DomainName" ],
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ {
        "documentation" : "A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.",
        "name" : "Id",
        "c2jName" : "Id",
        "c2jShape" : "string",
        "variable" : {
          "variableName" : "id",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "id",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "Id",
          "marshallLocationName" : "Id",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.*/",
        "getterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.*/",
        "fluentSetterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.",
        "name" : "DomainName",
        "c2jName" : "DomainName",
        "c2jShape" : "string",
        "variable" : {
          "variableName" : "domainName",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "domainName",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "DomainName",
          "marshallLocationName" : "DomainName",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.*/",
        "getterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.*/",
        "fluentSetterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.",
        "name" : "OriginPath",
        "c2jName" : "OriginPath",
        "c2jShape" : "string",
        "variable" : {
          "variableName" : "originPath",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "originPath",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "OriginPath",
          "marshallLocationName" : "OriginPath",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.*/",
        "getterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.*/",
        "fluentSetterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "A complex type that contains information about the custom headers associated with this Origin.",
        "name" : "CustomHeaders",
        "c2jName" : "CustomHeaders",
        "c2jShape" : "CustomHeaders",
        "variable" : {
          "variableName" : "customHeaders",
          "variableType" : "CustomHeaders",
          "variableDeclarationType" : "CustomHeaders",
          "documentation" : "A complex type that contains information about the custom headers associated with this Origin.",
          "variableSetterType" : "CustomHeaders",
          "simpleType" : "CustomHeaders"
        },
        "setterModel" : {
          "variableName" : "customHeaders",
          "variableType" : "CustomHeaders",
          "variableDeclarationType" : "CustomHeaders",
          "documentation" : "",
          "variableSetterType" : "CustomHeaders",
          "simpleType" : "CustomHeaders"
        },
        "getterModel" : {
          "returnType" : "CustomHeaders",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "CustomHeaders",
          "marshallLocationName" : "CustomHeaders",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : false,
        "map" : false,
        "setterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.*/",
        "getterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@return A complex type that contains information about the custom headers associated with this Origin.*/",
        "fluentSetterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
        "name" : "S3OriginConfig",
        "c2jName" : "S3OriginConfig",
        "c2jShape" : "S3OriginConfig",
        "variable" : {
          "variableName" : "s3OriginConfig",
          "variableType" : "S3OriginConfig",
          "variableDeclarationType" : "S3OriginConfig",
          "documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
          "variableSetterType" : "S3OriginConfig",
          "simpleType" : "S3OriginConfig"
        },
        "setterModel" : {
          "variableName" : "s3OriginConfig",
          "variableType" : "S3OriginConfig",
          "variableDeclarationType" : "S3OriginConfig",
          "documentation" : "",
          "variableSetterType" : "S3OriginConfig",
          "simpleType" : "S3OriginConfig"
        },
        "getterModel" : {
          "returnType" : "S3OriginConfig",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "S3OriginConfig",
          "marshallLocationName" : "S3OriginConfig",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : false,
        "map" : false,
        "setterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.*/",
        "getterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.*/",
        "fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.",
        "name" : "CustomOriginConfig",
        "c2jName" : "CustomOriginConfig",
        "c2jShape" : "CustomOriginConfig",
        "variable" : {
          "variableName" : "customOriginConfig",
          "variableType" : "CustomOriginConfig",
          "variableDeclarationType" : "CustomOriginConfig",
          "documentation" : "A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.",
          "variableSetterType" : "CustomOriginConfig",
          "simpleType" : "CustomOriginConfig"
        },
        "setterModel" : {
          "variableName" : "customOriginConfig",
          "variableType" : "CustomOriginConfig",
          "variableDeclarationType" : "CustomOriginConfig",
          "documentation" : "",
          "variableSetterType" : "CustomOriginConfig",
          "simpleType" : "CustomOriginConfig"
        },
        "getterModel" : {
          "returnType" : "CustomOriginConfig",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "CustomOriginConfig",
          "marshallLocationName" : "CustomOriginConfig",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : false,
        "map" : false,
        "setterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.*/",
        "getterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.*/",
        "fluentSetterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      } ],
      "enums" : null,
      "variable" : {
        "variableName" : "origin",
        "variableType" : "Origin",
        "variableDeclarationType" : "Origin",
        "documentation" : null,
        "variableSetterType" : "Origin",
        "simpleType" : "Origin"
      },
      "marshaller" : null,
      "unmarshaller" : {
        "resultWrapper" : null,
        "flattened" : false
      },
      "errorCode" : null,
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : {
        "CustomOriginConfig" : {
          "documentation" : "A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.",
          "name" : "CustomOriginConfig",
          "c2jName" : "CustomOriginConfig",
          "c2jShape" : "CustomOriginConfig",
          "variable" : {
            "variableName" : "customOriginConfig",
            "variableType" : "CustomOriginConfig",
            "variableDeclarationType" : "CustomOriginConfig",
            "documentation" : "A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.",
            "variableSetterType" : "CustomOriginConfig",
            "simpleType" : "CustomOriginConfig"
          },
          "setterModel" : {
            "variableName" : "customOriginConfig",
            "variableType" : "CustomOriginConfig",
            "variableDeclarationType" : "CustomOriginConfig",
            "documentation" : "",
            "variableSetterType" : "CustomOriginConfig",
            "simpleType" : "CustomOriginConfig"
          },
          "getterModel" : {
            "returnType" : "CustomOriginConfig",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "CustomOriginConfig",
            "marshallLocationName" : "CustomOriginConfig",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : false,
          "map" : false,
          "setterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.*/",
          "getterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.*/",
          "fluentSetterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@param customOriginConfig A complex type that contains information about a custom origin. If the origin is an Amazon S3 bucket, use the S3OriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "CustomHeaders" : {
          "documentation" : "A complex type that contains information about the custom headers associated with this Origin.",
          "name" : "CustomHeaders",
          "c2jName" : "CustomHeaders",
          "c2jShape" : "CustomHeaders",
          "variable" : {
            "variableName" : "customHeaders",
            "variableType" : "CustomHeaders",
            "variableDeclarationType" : "CustomHeaders",
            "documentation" : "A complex type that contains information about the custom headers associated with this Origin.",
            "variableSetterType" : "CustomHeaders",
            "simpleType" : "CustomHeaders"
          },
          "setterModel" : {
            "variableName" : "customHeaders",
            "variableType" : "CustomHeaders",
            "variableDeclarationType" : "CustomHeaders",
            "documentation" : "",
            "variableSetterType" : "CustomHeaders",
            "simpleType" : "CustomHeaders"
          },
          "getterModel" : {
            "returnType" : "CustomHeaders",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "CustomHeaders",
            "marshallLocationName" : "CustomHeaders",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : false,
          "map" : false,
          "setterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.*/",
          "getterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@return A complex type that contains information about the custom headers associated with this Origin.*/",
          "fluentSetterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**A complex type that contains information about the custom headers associated with this Origin.\n@param customHeaders A complex type that contains information about the custom headers associated with this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "DomainName" : {
          "documentation" : "Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.",
          "name" : "DomainName",
          "c2jName" : "DomainName",
          "c2jShape" : "string",
          "variable" : {
            "variableName" : "domainName",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "domainName",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "DomainName",
            "marshallLocationName" : "DomainName",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.*/",
          "getterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.*/",
          "fluentSetterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@param domainName Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com. Custom origins: The DNS domain name for the HTTP server from which you want CloudFront to get objects for this origin, for example, www.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "Id" : {
          "documentation" : "A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.",
          "name" : "Id",
          "c2jName" : "Id",
          "c2jShape" : "string",
          "variable" : {
            "variableName" : "id",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "id",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "Id",
            "marshallLocationName" : "Id",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.*/",
          "getterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.*/",
          "fluentSetterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@param id A unique identifier for the origin. The value of Id must be unique within the distribution. You use the value of Id when you create a cache behavior. The Id identifies the origin that CloudFront routes a request to when the request matches the path pattern for that cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "OriginPath" : {
          "documentation" : "An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.",
          "name" : "OriginPath",
          "c2jName" : "OriginPath",
          "c2jShape" : "string",
          "variable" : {
            "variableName" : "originPath",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "originPath",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "OriginPath",
            "marshallLocationName" : "OriginPath",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.*/",
          "getterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.*/",
          "fluentSetterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@param originPath An optional element that causes CloudFront to request your content from a directory in your Amazon S3 bucket or your custom origin. When you include the OriginPath element, specify the directory name, beginning with a /. CloudFront appends the directory name to the value of DomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "S3OriginConfig" : {
          "documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
          "name" : "S3OriginConfig",
          "c2jName" : "S3OriginConfig",
          "c2jShape" : "S3OriginConfig",
          "variable" : {
            "variableName" : "s3OriginConfig",
            "variableType" : "S3OriginConfig",
            "variableDeclarationType" : "S3OriginConfig",
            "documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
            "variableSetterType" : "S3OriginConfig",
            "simpleType" : "S3OriginConfig"
          },
          "setterModel" : {
            "variableName" : "s3OriginConfig",
            "variableType" : "S3OriginConfig",
            "variableDeclarationType" : "S3OriginConfig",
            "documentation" : "",
            "variableSetterType" : "S3OriginConfig",
            "simpleType" : "S3OriginConfig"
          },
          "getterModel" : {
            "returnType" : "S3OriginConfig",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "S3OriginConfig",
            "marshallLocationName" : "S3OriginConfig",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : false,
          "map" : false,
          "setterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.*/",
          "getterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.*/",
          "fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@param s3OriginConfig A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        }
      }
    },
    "TooManyCloudFrontOriginAccessIdentitiesException" : {
      "c2jName" : "TooManyCloudFrontOriginAccessIdentities",
      "documentation" : "Processing your request would cause you to exceed the maximum number of origin access identities allowed.",
      "shapeName" : "TooManyCloudFrontOriginAccessIdentitiesException",
      "deprecated" : false,
      "required" : null,
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ ],
      "enums" : null,
      "variable" : {
        "variableName" : "tooManyCloudFrontOriginAccessIdentitiesException",
        "variableType" : "TooManyCloudFrontOriginAccessIdentitiesException",
        "variableDeclarationType" : "TooManyCloudFrontOriginAccessIdentitiesException",
        "documentation" : null,
        "variableSetterType" : "TooManyCloudFrontOriginAccessIdentitiesException",
        "simpleType" : "TooManyCloudFrontOriginAccessIdentitiesException"
      },
      "marshaller" : null,
      "unmarshaller" : null,
      "errorCode" : "TooManyCloudFrontOriginAccessIdentities",
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : { }
    },
    "S3OriginConfig" : {
      "c2jName" : "S3OriginConfig",
      "documentation" : "A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.",
      "shapeName" : "S3OriginConfig",
      "deprecated" : false,
      "required" : [ "OriginAccessIdentity" ],
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ {
        "documentation" : "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.",
        "name" : "OriginAccessIdentity",
        "c2jName" : "OriginAccessIdentity",
        "c2jShape" : "string",
        "variable" : {
          "variableName" : "originAccessIdentity",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "originAccessIdentity",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "OriginAccessIdentity",
          "marshallLocationName" : "OriginAccessIdentity",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.*/",
        "getterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.*/",
        "fluentSetterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      } ],
      "enums" : null,
      "variable" : {
        "variableName" : "s3OriginConfig",
        "variableType" : "S3OriginConfig",
        "variableDeclarationType" : "S3OriginConfig",
        "documentation" : null,
        "variableSetterType" : "S3OriginConfig",
        "simpleType" : "S3OriginConfig"
      },
      "marshaller" : null,
      "unmarshaller" : {
        "resultWrapper" : null,
        "flattened" : false
      },
      "errorCode" : null,
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : {
        "OriginAccessIdentity" : {
          "documentation" : "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.",
          "name" : "OriginAccessIdentity",
          "c2jName" : "OriginAccessIdentity",
          "c2jShape" : "string",
          "variable" : {
            "variableName" : "originAccessIdentity",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "originAccessIdentity",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "OriginAccessIdentity",
            "marshallLocationName" : "OriginAccessIdentity",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.*/",
          "getterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.*/",
          "fluentSetterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@param originAccessIdentity The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that end users can only access objects in an Amazon S3 bucket through CloudFront. If you want end users to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty OriginAccessIdentity element. To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty OriginAccessIdentity element. To replace the origin access identity, update the distribution configuration and specify the new origin access identity. Use the format origin-access-identity/cloudfront/Id where Id is the value that CloudFront returned in the Id element when you created the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        }
      }
    },
    "ViewerCertificate" : {
      "c2jName" : "ViewerCertificate",
      "documentation" : "A complex type that contains information about viewer certificates for this distribution.",
      "shapeName" : "ViewerCertificate",
      "deprecated" : false,
      "required" : null,
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ {
        "documentation" : "If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.",
        "name" : "CloudFrontDefaultCertificate",
        "c2jName" : "CloudFrontDefaultCertificate",
        "c2jShape" : "boolean",
        "variable" : {
          "variableName" : "cloudFrontDefaultCertificate",
          "variableType" : "Boolean",
          "variableDeclarationType" : "Boolean",
          "documentation" : "If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.",
          "variableSetterType" : "Boolean",
          "simpleType" : "Boolean"
        },
        "setterModel" : {
          "variableName" : "cloudFrontDefaultCertificate",
          "variableType" : "Boolean",
          "variableDeclarationType" : "Boolean",
          "documentation" : "",
          "variableSetterType" : "Boolean",
          "simpleType" : "Boolean"
        },
        "getterModel" : {
          "returnType" : "Boolean",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "CloudFrontDefaultCertificate",
          "marshallLocationName" : "CloudFrontDefaultCertificate",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.*/",
        "getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.*/",
        "fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.",
        "name" : "IAMCertificateId",
        "c2jName" : "IAMCertificateId",
        "c2jShape" : "string",
        "variable" : {
          "variableName" : "iAMCertificateId",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "iAMCertificateId",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "IAMCertificateId",
          "marshallLocationName" : "IAMCertificateId",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.*/",
        "getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.*/",
        "fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.",
        "name" : "ACMCertificateArn",
        "c2jName" : "ACMCertificateArn",
        "c2jShape" : "string",
        "variable" : {
          "variableName" : "aCMCertificateArn",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "aCMCertificateArn",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "ACMCertificateArn",
          "marshallLocationName" : "ACMCertificateArn",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.*/",
        "getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.*/",
        "fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.",
        "name" : "SSLSupportMethod",
        "c2jName" : "SSLSupportMethod",
        "c2jShape" : "SSLSupportMethod",
        "variable" : {
          "variableName" : "sSLSupportMethod",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "sSLSupportMethod",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "SSLSupportMethod",
          "marshallLocationName" : "SSLSupportMethod",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : "SSLSupportMethod",
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@see SSLSupportMethod*/",
        "getterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@see SSLSupportMethod*/",
        "fluentSetterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod*/",
        "varargSetterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod*/"
      }, {
        "documentation" : "Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.",
        "name" : "MinimumProtocolVersion",
        "c2jName" : "MinimumProtocolVersion",
        "c2jShape" : "MinimumProtocolVersion",
        "variable" : {
          "variableName" : "minimumProtocolVersion",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "minimumProtocolVersion",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "MinimumProtocolVersion",
          "marshallLocationName" : "MinimumProtocolVersion",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : "MinimumProtocolVersion",
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@see MinimumProtocolVersion*/",
        "getterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@see MinimumProtocolVersion*/",
        "fluentSetterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion*/",
        "varargSetterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion*/"
      }, {
        "documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
        "name" : "Certificate",
        "c2jName" : "Certificate",
        "c2jShape" : "string",
        "variable" : {
          "variableName" : "certificate",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "certificate",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "Certificate",
          "marshallLocationName" : "Certificate",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : true,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].*/",
        "getterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].*/",
        "fluentSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
        "name" : "CertificateSource",
        "c2jName" : "CertificateSource",
        "c2jShape" : "CertificateSource",
        "variable" : {
          "variableName" : "certificateSource",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "setterModel" : {
          "variableName" : "certificateSource",
          "variableType" : "String",
          "variableDeclarationType" : "String",
          "documentation" : "",
          "variableSetterType" : "String",
          "simpleType" : "String"
        },
        "getterModel" : {
          "returnType" : "String",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "CertificateSource",
          "marshallLocationName" : "CertificateSource",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : true,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : "CertificateSource",
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@see CertificateSource*/",
        "getterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@see CertificateSource*/",
        "fluentSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource*/",
        "varargSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource*/"
      } ],
      "enums" : null,
      "variable" : {
        "variableName" : "viewerCertificate",
        "variableType" : "ViewerCertificate",
        "variableDeclarationType" : "ViewerCertificate",
        "documentation" : null,
        "variableSetterType" : "ViewerCertificate",
        "simpleType" : "ViewerCertificate"
      },
      "marshaller" : null,
      "unmarshaller" : {
        "resultWrapper" : null,
        "flattened" : false
      },
      "errorCode" : null,
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : {
        "MinimumProtocolVersion" : {
          "documentation" : "Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.",
          "name" : "MinimumProtocolVersion",
          "c2jName" : "MinimumProtocolVersion",
          "c2jShape" : "MinimumProtocolVersion",
          "variable" : {
            "variableName" : "minimumProtocolVersion",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "minimumProtocolVersion",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "MinimumProtocolVersion",
            "marshallLocationName" : "MinimumProtocolVersion",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : "MinimumProtocolVersion",
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@see MinimumProtocolVersion*/",
          "getterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@see MinimumProtocolVersion*/",
          "fluentSetterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion*/",
          "varargSetterDocumentation" : "/**Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@param minimumProtocolVersion Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections. CloudFront will serve your objects only to browsers or devices that support at least the SSL version that you specify. The TLSv1 protocol is more secure, so we recommend that you specify SSLv3 only if your users are using browsers or devices that don't support TLSv1. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using dedicated IP (if you specify vip for SSLSupportMethod), you can choose SSLv3 or TLSv1 as the MinimumProtocolVersion. If you're using a custom certificate (if you specify a value for IAMCertificateId) and if you're using SNI (if you specify sni-only for SSLSupportMethod), you must specify TLSv1 for MinimumProtocolVersion.\n@return Returns a reference to this object so that method calls can be chained together.\n@see MinimumProtocolVersion*/"
        },
        "CertificateSource" : {
          "documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
          "name" : "CertificateSource",
          "c2jName" : "CertificateSource",
          "c2jShape" : "CertificateSource",
          "variable" : {
            "variableName" : "certificateSource",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "certificateSource",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "CertificateSource",
            "marshallLocationName" : "CertificateSource",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : true,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : "CertificateSource",
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@see CertificateSource*/",
          "getterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@see CertificateSource*/",
          "fluentSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource*/",
          "varargSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificateSource Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.\n@see CertificateSource*/"
        },
        "SSLSupportMethod" : {
          "documentation" : "If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.",
          "name" : "SSLSupportMethod",
          "c2jName" : "SSLSupportMethod",
          "c2jShape" : "SSLSupportMethod",
          "variable" : {
            "variableName" : "sSLSupportMethod",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "sSLSupportMethod",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "SSLSupportMethod",
            "marshallLocationName" : "SSLSupportMethod",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : "SSLSupportMethod",
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@see SSLSupportMethod*/",
          "getterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@see SSLSupportMethod*/",
          "fluentSetterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod*/",
          "varargSetterDocumentation" : "/**If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@param sSLSupportMethod If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests. Valid values are vip and sni-only. If you specify vip, CloudFront uses dedicated IP addresses for your content and can respond to HTTPS requests from any viewer. However, you must request permission to use this feature, and you incur additional monthly charges. If you specify sni-only, CloudFront can only respond to HTTPS requests from viewers that support Server Name Indication (SNI). All modern browsers support SNI, but some browsers still in use don't support SNI. Do not specify a value for SSLSupportMethod if you specified true for CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SSLSupportMethod*/"
        },
        "Certificate" : {
          "documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
          "name" : "Certificate",
          "c2jName" : "Certificate",
          "c2jShape" : "string",
          "variable" : {
            "variableName" : "certificate",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "certificate",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "Certificate",
            "marshallLocationName" : "Certificate",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : true,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].*/",
          "getterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].*/",
          "fluentSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@param certificate Note: this field is deprecated. Please use one of [ACMCertificateArn, IAMCertificateId, CloudFrontDefaultCertificate].\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "CloudFrontDefaultCertificate" : {
          "documentation" : "If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.",
          "name" : "CloudFrontDefaultCertificate",
          "c2jName" : "CloudFrontDefaultCertificate",
          "c2jShape" : "boolean",
          "variable" : {
            "variableName" : "cloudFrontDefaultCertificate",
            "variableType" : "Boolean",
            "variableDeclarationType" : "Boolean",
            "documentation" : "If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.",
            "variableSetterType" : "Boolean",
            "simpleType" : "Boolean"
          },
          "setterModel" : {
            "variableName" : "cloudFrontDefaultCertificate",
            "variableType" : "Boolean",
            "variableDeclarationType" : "Boolean",
            "documentation" : "",
            "variableSetterType" : "Boolean",
            "simpleType" : "Boolean"
          },
          "getterModel" : {
            "returnType" : "Boolean",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "CloudFrontDefaultCertificate",
            "marshallLocationName" : "CloudFrontDefaultCertificate",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.*/",
          "getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.*/",
          "fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@param cloudFrontDefaultCertificate If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true. Omit this value if you are setting an ACMCertificateArn or IAMCertificateId.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "ACMCertificateArn" : {
          "documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.",
          "name" : "ACMCertificateArn",
          "c2jName" : "ACMCertificateArn",
          "c2jShape" : "string",
          "variable" : {
            "variableName" : "aCMCertificateArn",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "aCMCertificateArn",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "ACMCertificateArn",
            "marshallLocationName" : "ACMCertificateArn",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.*/",
          "getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.*/",
          "fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@param aCMCertificateArn If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution. Specify either this value, IAMCertificateId, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        },
        "IAMCertificateId" : {
          "documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.",
          "name" : "IAMCertificateId",
          "c2jName" : "IAMCertificateId",
          "c2jShape" : "string",
          "variable" : {
            "variableName" : "iAMCertificateId",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "setterModel" : {
            "variableName" : "iAMCertificateId",
            "variableType" : "String",
            "variableDeclarationType" : "String",
            "documentation" : "",
            "variableSetterType" : "String",
            "simpleType" : "String"
          },
          "getterModel" : {
            "returnType" : "String",
            "documentation" : null
          },
          "http" : {
            "unmarshallLocationName" : "IAMCertificateId",
            "marshallLocationName" : "IAMCertificateId",
            "additionalUnmarshallingPath" : null,
            "additionalMarshallingPath" : null,
            "isPayload" : false,
            "isStreaming" : false,
            "location" : null,
            "flattened" : false,
            "header" : false,
            "uri" : false,
            "statusCode" : false,
            "queryString" : false
          },
          "deprecated" : false,
          "listModel" : null,
          "mapModel" : null,
          "enumType" : null,
          "xmlNameSpaceUri" : null,
          "idempotencyToken" : false,
          "list" : false,
          "simple" : true,
          "map" : false,
          "setterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.*/",
          "getterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.*/",
          "fluentSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
          "varargSetterDocumentation" : "/**If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@param iAMCertificateId If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution. Specify either this value, ACMCertificateArn, or CloudFrontDefaultCertificate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
        }
      }
    },
    "InvalidWebACLIdException" : {
      "c2jName" : "InvalidWebACLId",
      "documentation" : "",
      "shapeName" : "InvalidWebACLIdException",
      "deprecated" : false,
      "required" : null,
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ ],
      "enums" : null,
      "variable" : {
        "variableName" : "invalidWebACLIdException",
        "variableType" : "InvalidWebACLIdException",
        "variableDeclarationType" : "InvalidWebACLIdException",
        "documentation" : null,
        "variableSetterType" : "InvalidWebACLIdException",
        "simpleType" : "InvalidWebACLIdException"
      },
      "marshaller" : null,
      "unmarshaller" : null,
      "errorCode" : "InvalidWebACLId",
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : { }
    },
    "BatchTooLargeException" : {
      "c2jName" : "BatchTooLarge",
      "documentation" : "",
      "shapeName" : "BatchTooLargeException",
      "deprecated" : false,
      "required" : null,
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ ],
      "enums" : null,
      "variable" : {
        "variableName" : "batchTooLargeException",
        "variableType" : "BatchTooLargeException",
        "variableDeclarationType" : "BatchTooLargeException",
        "documentation" : null,
        "variableSetterType" : "BatchTooLargeException",
        "simpleType" : "BatchTooLargeException"
      },
      "marshaller" : null,
      "unmarshaller" : null,
      "errorCode" : "BatchTooLarge",
      "customization" : {
        "artificialResultWrapper" : null,
        "skipGeneratingModelClass" : false,
        "skipGeneratingMarshaller" : false,
        "skipGeneratingUnmarshaller" : false
      },
      "membersAsMap" : { }
    },
    "OriginSslProtocols" : {
      "c2jName" : "OriginSslProtocols",
      "documentation" : "A complex type that contains the list of SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.",
      "shapeName" : "OriginSslProtocols",
      "deprecated" : false,
      "required" : [ "Quantity", "Items" ],
      "hasPayloadMember" : false,
      "hasHeaderMember" : false,
      "hasStatusCodeMember" : false,
      "hasStreamingMember" : false,
      "members" : [ {
        "documentation" : "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
        "name" : "Quantity",
        "c2jName" : "Quantity",
        "c2jShape" : "integer",
        "variable" : {
          "variableName" : "quantity",
          "variableType" : "Integer",
          "variableDeclarationType" : "Integer",
          "documentation" : "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
          "variableSetterType" : "Integer",
          "simpleType" : "Integer"
        },
        "setterModel" : {
          "variableName" : "quantity",
          "variableType" : "Integer",
          "variableDeclarationType" : "Integer",
          "documentation" : "",
          "variableSetterType" : "Integer",
          "simpleType" : "Integer"
        },
        "getterModel" : {
          "returnType" : "Integer",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "Quantity",
          "marshallLocationName" : "Quantity",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : null,
        "mapModel" : null,
        "enumType" : null,
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : false,
        "simple" : true,
        "map" : false,
        "setterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.*/",
        "getterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.*/",
        "fluentSetterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/",
        "varargSetterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/"
      }, {
        "documentation" : "A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
        "name" : "Items",
        "c2jName" : "Items",
        "c2jShape" : "SslProtocolsList",
        "variable" : {
          "variableName" : "items",
          "variableType" : "java.util.List",
          "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
          "documentation" : "A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.",
          "variableSetterType" : "java.util.Collection",
          "simpleType" : "List"
        },
        "setterModel" : {
          "variableName" : "items",
          "variableType" : "java.util.List",
          "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
          "documentation" : "",
          "variableSetterType" : "java.util.Collection",
          "simpleType" : "List"
        },
        "getterModel" : {
          "returnType" : "java.util.List",
          "documentation" : null
        },
        "http" : {
          "unmarshallLocationName" : "Items",
          "marshallLocationName" : "Items",
          "additionalUnmarshallingPath" : null,
          "additionalMarshallingPath" : null,
          "isPayload" : false,
          "isStreaming" : false,
          "location" : null,
          "flattened" : false,
          "header" : false,
          "uri" : false,
          "statusCode" : false,
          "queryString" : false
        },
        "deprecated" : false,
        "listModel" : {
          "memberType" : "String",
          "memberLocationName" : "SslProtocol",
          "implType" : "com.amazonaws.internal.SdkInternalList",
          "interfaceType" : "java.util.List",
          "listMemberModel" : {
            "documentation" : "",
            "name" : "Member",
            "c2jName" : "member",
            "c2jShape" : "SslProtocol",
            "variable" : {
              "variableName" : "member",
              "variableType" : "String",
              "variableDeclarationType" : "String",
              "documentation" : "",
              "variableSetterType" : "String",
              "simpleType" : "String"
            },
            "setterModel" : {
              "variableName" : "member",
              "variableType" : "String",
              "variableDeclarationType" : "String",
              "documentation" : "",
              "variableSetterType" : "String",
              "simpleType" : "String"
            },
            "getterModel" : {
              "returnType" : "String",
              "documentation" : null
            },
            "http" : {
              "unmarshallLocationName" : "SslProtocol",
              "marshallLocationName" : "SslProtocol",
              "additionalUnmarshallingPath" : null,
              "additionalMarshallingPath" : null,
              "isPayload" : false,
              "isStreaming" : false,
              "location" : null,
              "flattened" : false,
              "header" : false,
              "uri" : false,
              "statusCode" : false,
              "queryString" : false
            },
            "deprecated" : false,
            "listModel" : null,
            "mapModel" : null,
            "enumType" : "SslProtocol",
            "xmlNameSpaceUri" : null,
            "idempotencyToken" : false,
            "list" : false,
            "simple" : true,
            "map" : false,
            "setterDocumentation" : "/**\n@param member \n@see SslProtocol*/",
            "getterDocumentation" : "/**\n@return \n@see SslProtocol*/",
            "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/",
            "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/"
          },
          "memberAdditionalMarshallingPath" : null,
          "memberAdditionalUnmarshallingPath" : null,
          "sendEmptyQueryString" : false,
          "simpleType" : "String",
          "simple" : true,
          "map" : false,
          "templateType" : "java.util.List",
          "templateImplType" : "com.amazonaws.internal.SdkInternalList"
        },
        "mapModel" : null,
        "enumType" : "SslProtocol",
        "xmlNameSpaceUri" : null,
        "idempotencyToken" : false,
        "list" : true,
        "simple" : false,
        "map" : false,
        "setterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@see SslProtocol*/",
        "getterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@see SslProtocol*/",
        "fluentSetterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/",
        "varargSetterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n

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

\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/" } ], "enums" : null, "variable" : { "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "variableDeclarationType" : "OriginSslProtocols", "documentation" : null, "variableSetterType" : "OriginSslProtocols", "simpleType" : "OriginSslProtocols" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "SslProtocolsList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "SslProtocol", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SslProtocol", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SslProtocol", "marshallLocationName" : "SslProtocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SslProtocol", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member \n@see SslProtocol*/", "getterDocumentation" : "/**\n@return \n@see SslProtocol*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "SslProtocol", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@see SslProtocol*/", "getterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@see SslProtocol*/", "fluentSetterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/", "varargSetterDocumentation" : "/**A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n

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

\n@param items A complex type that contains one SslProtocol element for each SSL/TLS protocol that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SslProtocol*/" }, "Quantity" : { "documentation" : "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.*/", "getterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.*/", "fluentSetterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@param quantity The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Distribution" : { "c2jName" : "Distribution", "documentation" : "A distribution.", "shapeName" : "Distribution", "deprecated" : false, "required" : [ "Id", "Status", "LastModifiedTime", "InProgressInvalidationBatches", "DomainName", "ActiveTrustedSigners", "DistributionConfig" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "getterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "fluentSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The date and time the distribution was last modified.", "name" : "LastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the distribution was last modified.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedTime", "marshallLocationName" : "LastModifiedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/", "getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/", "fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The number of invalidation batches currently in progress.", "name" : "InProgressInvalidationBatches", "c2jName" : "InProgressInvalidationBatches", "c2jShape" : "integer", "variable" : { "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of invalidation batches currently in progress.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InProgressInvalidationBatches", "marshallLocationName" : "InProgressInvalidationBatches", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.*/", "getterDocumentation" : "/**The number of invalidation batches currently in progress.\n@return The number of invalidation batches currently in progress.*/", "fluentSetterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "name" : "ActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "variable" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "setterModel" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : "", "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActiveTrustedSigners", "marshallLocationName" : "ActiveTrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/", "getterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/", "fluentSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current configuration information for the distribution.", "name" : "DistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "The current configuration information for the distribution.", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "setterModel" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionConfig", "marshallLocationName" : "DistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.*/", "getterDocumentation" : "/**The current configuration information for the distribution.\n@return The current configuration information for the distribution.*/", "fluentSetterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : null, "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "getterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "fluentSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActiveTrustedSigners" : { "documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "name" : "ActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "variable" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "setterModel" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : "", "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActiveTrustedSigners", "marshallLocationName" : "ActiveTrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/", "getterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/", "fluentSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DistributionConfig" : { "documentation" : "The current configuration information for the distribution.", "name" : "DistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "The current configuration information for the distribution.", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "setterModel" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionConfig", "marshallLocationName" : "DistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.*/", "getterDocumentation" : "/**The current configuration information for the distribution.\n@return The current configuration information for the distribution.*/", "fluentSetterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current configuration information for the distribution.\n@param distributionConfig The current configuration information for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InProgressInvalidationBatches" : { "documentation" : "The number of invalidation batches currently in progress.", "name" : "InProgressInvalidationBatches", "c2jName" : "InProgressInvalidationBatches", "c2jShape" : "integer", "variable" : { "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of invalidation batches currently in progress.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "inProgressInvalidationBatches", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "InProgressInvalidationBatches", "marshallLocationName" : "InProgressInvalidationBatches", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.*/", "getterDocumentation" : "/**The number of invalidation batches currently in progress.\n@return The number of invalidation batches currently in progress.*/", "fluentSetterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of invalidation batches currently in progress.\n@param inProgressInvalidationBatches The number of invalidation batches currently in progress.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedTime" : { "documentation" : "The date and time the distribution was last modified.", "name" : "LastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the distribution was last modified.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedTime", "marshallLocationName" : "LastModifiedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/", "getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/", "fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DistributionAlreadyExistsException" : { "c2jName" : "DistributionAlreadyExists", "documentation" : "The caller reference you attempted to create the distribution with is associated with another distribution.", "shapeName" : "DistributionAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "distributionAlreadyExistsException", "variableType" : "DistributionAlreadyExistsException", "variableDeclarationType" : "DistributionAlreadyExistsException", "documentation" : null, "variableSetterType" : "DistributionAlreadyExistsException", "simpleType" : "DistributionAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DistributionAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDistributionsRequest" : { "c2jName" : "ListDistributionsRequest", "documentation" : "The request to list your distributions.", "shapeName" : "ListDistributionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/", "getterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/", "fluentSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/", "getterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/", "fluentSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDistributionsRequest", "variableType" : "ListDistributionsRequest", "variableDeclarationType" : "ListDistributionsRequest", "documentation" : null, "variableSetterType" : "ListDistributionsRequest", "simpleType" : "ListDistributionsRequest" }, "marshaller" : { "action" : "ListDistributions2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/distribution", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxItems" : { "documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/", "getterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/", "fluentSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/", "getterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/", "fluentSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyInvalidationsInProgressException" : { "c2jName" : "TooManyInvalidationsInProgress", "documentation" : "You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.", "shapeName" : "TooManyInvalidationsInProgressException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyInvalidationsInProgressException", "variableType" : "TooManyInvalidationsInProgressException", "variableDeclarationType" : "TooManyInvalidationsInProgressException", "documentation" : null, "variableSetterType" : "TooManyInvalidationsInProgressException", "simpleType" : "TooManyInvalidationsInProgressException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyInvalidationsInProgress", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "MissingBodyException" : { "c2jName" : "MissingBody", "documentation" : "This operation requires a body. Ensure that the body is present and the Content-Type header is set.", "shapeName" : "MissingBodyException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "missingBodyException", "variableType" : "MissingBodyException", "variableDeclarationType" : "MissingBodyException", "documentation" : null, "variableSetterType" : "MissingBodyException", "simpleType" : "MissingBodyException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MissingBody", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AllowedMethods" : { "c2jName" : "AllowedMethods", "documentation" : "A complex type that controls which HTTP methods CloudFront processes and forwards to your Amazon S3 bucket or your custom origin. There are three choices: - CloudFront forwards only GET and HEAD requests. - CloudFront forwards only GET, HEAD and OPTIONS requests. - CloudFront forwards GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests. If you pick the third choice, you may need to restrict access to your Amazon S3 bucket or to your custom origin so users can't perform operations that you don't want them to. For example, you may not want users to have permission to delete objects from your origin.", "shapeName" : "AllowedMethods", "deprecated" : false, "required" : [ "Quantity", "Items" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).*/", "getterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).*/", "fluentSetterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "MethodsList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Method", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Method", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Method", "marshallLocationName" : "Method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Method", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member \n@see Method*/", "getterDocumentation" : "/**\n@return \n@see Method*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Method", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@see Method*/", "getterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@see Method*/", "fluentSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/", "varargSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n

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

\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/" }, { "documentation" : "", "name" : "CachedMethods", "c2jName" : "CachedMethods", "c2jShape" : "CachedMethods", "variable" : { "variableName" : "cachedMethods", "variableType" : "CachedMethods", "variableDeclarationType" : "CachedMethods", "documentation" : "", "variableSetterType" : "CachedMethods", "simpleType" : "CachedMethods" }, "setterModel" : { "variableName" : "cachedMethods", "variableType" : "CachedMethods", "variableDeclarationType" : "CachedMethods", "documentation" : "", "variableSetterType" : "CachedMethods", "simpleType" : "CachedMethods" }, "getterModel" : { "returnType" : "CachedMethods", "documentation" : null }, "http" : { "unmarshallLocationName" : "CachedMethods", "marshallLocationName" : "CachedMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param cachedMethods */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param cachedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param cachedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : null, "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "MethodsList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Method", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Method", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Method", "marshallLocationName" : "Method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Method", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member \n@see Method*/", "getterDocumentation" : "/**\n@return \n@see Method*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Method", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@see Method*/", "getterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@see Method*/", "fluentSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/", "varargSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n

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

\n@param items A complex type that contains the HTTP methods that you want CloudFront to process and forward to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/" }, "Quantity" : { "documentation" : "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).*/", "getterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).*/", "fluentSetterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@param quantity The number of HTTP methods that you want CloudFront to forward to your origin. Valid values are 2 (for GET and HEAD requests), 3 (for GET, HEAD and OPTIONS requests) and 7 (for GET, HEAD, OPTIONS, PUT, PATCH, POST, and DELETE requests).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CachedMethods" : { "documentation" : "", "name" : "CachedMethods", "c2jName" : "CachedMethods", "c2jShape" : "CachedMethods", "variable" : { "variableName" : "cachedMethods", "variableType" : "CachedMethods", "variableDeclarationType" : "CachedMethods", "documentation" : "", "variableSetterType" : "CachedMethods", "simpleType" : "CachedMethods" }, "setterModel" : { "variableName" : "cachedMethods", "variableType" : "CachedMethods", "variableDeclarationType" : "CachedMethods", "documentation" : "", "variableSetterType" : "CachedMethods", "simpleType" : "CachedMethods" }, "getterModel" : { "returnType" : "CachedMethods", "documentation" : null }, "http" : { "unmarshallLocationName" : "CachedMethods", "marshallLocationName" : "CachedMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param cachedMethods */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param cachedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param cachedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidForwardCookiesException" : { "c2jName" : "InvalidForwardCookies", "documentation" : "Your request contains forward cookies option which doesn't match with the expectation for the whitelisted list of cookie names. Either list of cookie names has been specified when not allowed or list of cookie names is missing when expected.", "shapeName" : "InvalidForwardCookiesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidForwardCookiesException", "variableType" : "InvalidForwardCookiesException", "variableDeclarationType" : "InvalidForwardCookiesException", "documentation" : null, "variableSetterType" : "InvalidForwardCookiesException", "simpleType" : "InvalidForwardCookiesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidForwardCookies", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PriceClass" : { "c2jName" : "PriceClass", "documentation" : "", "shapeName" : "PriceClass", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "PriceClass_100", "value" : "PriceClass_100" }, { "name" : "PriceClass_200", "value" : "PriceClass_200" }, { "name" : "PriceClass_All", "value" : "PriceClass_All" } ], "variable" : { "variableName" : "priceClass", "variableType" : "PriceClass", "variableDeclarationType" : "PriceClass", "documentation" : null, "variableSetterType" : "PriceClass", "simpleType" : "PriceClass" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CloudFrontOriginAccessIdentityInUseException" : { "c2jName" : "CloudFrontOriginAccessIdentityInUse", "documentation" : "", "shapeName" : "CloudFrontOriginAccessIdentityInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "cloudFrontOriginAccessIdentityInUseException", "variableType" : "CloudFrontOriginAccessIdentityInUseException", "variableDeclarationType" : "CloudFrontOriginAccessIdentityInUseException", "documentation" : null, "variableSetterType" : "CloudFrontOriginAccessIdentityInUseException", "simpleType" : "CloudFrontOriginAccessIdentityInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CloudFrontOriginAccessIdentityInUse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDistributionConfigResult" : { "c2jName" : "GetDistributionConfigResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "GetDistributionConfigResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's configuration information.", "name" : "DistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "The distribution's configuration information.", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "setterModel" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionConfig", "marshallLocationName" : "DistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/", "getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDistributionConfigResult", "variableType" : "GetDistributionConfigResult", "variableDeclarationType" : "GetDistributionConfigResult", "documentation" : null, "variableSetterType" : "GetDistributionConfigResult", "simpleType" : "GetDistributionConfigResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DistributionConfig" : { "documentation" : "The distribution's configuration information.", "name" : "DistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "The distribution's configuration information.", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "setterModel" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionConfig", "marshallLocationName" : "DistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/", "getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CloudFrontOriginAccessIdentityAlreadyExistsException" : { "c2jName" : "CloudFrontOriginAccessIdentityAlreadyExists", "documentation" : "If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "shapeName" : "CloudFrontOriginAccessIdentityAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "cloudFrontOriginAccessIdentityAlreadyExistsException", "variableType" : "CloudFrontOriginAccessIdentityAlreadyExistsException", "variableDeclarationType" : "CloudFrontOriginAccessIdentityAlreadyExistsException", "documentation" : null, "variableSetterType" : "CloudFrontOriginAccessIdentityAlreadyExistsException", "simpleType" : "CloudFrontOriginAccessIdentityAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CloudFrontOriginAccessIdentityAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SslProtocol" : { "c2jName" : "SslProtocol", "documentation" : "", "shapeName" : "SslProtocol", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "SSLv3", "value" : "SSLv3" }, { "name" : "TLSv1", "value" : "TLSv1" }, { "name" : "TLSv11", "value" : "TLSv1.1" }, { "name" : "TLSv12", "value" : "TLSv1.2" } ], "variable" : { "variableName" : "sslProtocol", "variableType" : "SslProtocol", "variableDeclarationType" : "SslProtocol", "documentation" : null, "variableSetterType" : "SslProtocol", "simpleType" : "SslProtocol" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StreamingDistributionList" : { "c2jName" : "StreamingDistributionList", "documentation" : "A streaming distribution list.", "shapeName" : "StreamingDistributionList", "deprecated" : false, "required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The value you provided for the Marker request parameter.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value you provided for the Marker request parameter.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/", "getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.*/", "getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.*/", "fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value you provided for the MaxItems request parameter.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "variable" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The value you provided for the MaxItems request parameter.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/", "getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsTruncated", "marshallLocationName" : "IsTruncated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/", "getterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/", "fluentSetterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The number of streaming distributions that were created by the current AWS account.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of streaming distributions that were created by the current AWS account.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.*/", "getterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@return The number of streaming distributions that were created by the current AWS account.*/", "fluentSetterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "StreamingDistributionSummaryList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StreamingDistributionSummary", "memberLocationName" : "StreamingDistributionSummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StreamingDistributionSummary", "variable" : { "variableName" : "member", "variableType" : "StreamingDistributionSummary", "variableDeclarationType" : "StreamingDistributionSummary", "documentation" : "", "variableSetterType" : "StreamingDistributionSummary", "simpleType" : "StreamingDistributionSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "StreamingDistributionSummary", "variableDeclarationType" : "StreamingDistributionSummary", "documentation" : "", "variableSetterType" : "StreamingDistributionSummary", "simpleType" : "StreamingDistributionSummary" }, "getterModel" : { "returnType" : "StreamingDistributionSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionSummary", "marshallLocationName" : "StreamingDistributionSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "StreamingDistributionSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.*/", "getterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n

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

\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "variableDeclarationType" : "StreamingDistributionList", "documentation" : null, "variableSetterType" : "StreamingDistributionList", "simpleType" : "StreamingDistributionList" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "StreamingDistributionSummaryList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "StreamingDistributionSummary", "memberLocationName" : "StreamingDistributionSummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "StreamingDistributionSummary", "variable" : { "variableName" : "member", "variableType" : "StreamingDistributionSummary", "variableDeclarationType" : "StreamingDistributionSummary", "documentation" : "", "variableSetterType" : "StreamingDistributionSummary", "simpleType" : "StreamingDistributionSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "StreamingDistributionSummary", "variableDeclarationType" : "StreamingDistributionSummary", "documentation" : "", "variableSetterType" : "StreamingDistributionSummary", "simpleType" : "StreamingDistributionSummary" }, "getterModel" : { "returnType" : "StreamingDistributionSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionSummary", "marshallLocationName" : "StreamingDistributionSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "StreamingDistributionSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.*/", "getterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n

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

\n@param items A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "The value you provided for the MaxItems request parameter.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "variable" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The value you provided for the MaxItems request parameter.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/", "getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of streaming distributions that were created by the current AWS account.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of streaming distributions that were created by the current AWS account.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.*/", "getterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@return The number of streaming distributions that were created by the current AWS account.*/", "fluentSetterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of streaming distributions that were created by the current AWS account.\n@param quantity The number of streaming distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsTruncated" : { "documentation" : "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsTruncated", "marshallLocationName" : "IsTruncated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/", "getterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/", "fluentSetterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "The value you provided for the Marker request parameter.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value you provided for the Marker request parameter.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/", "getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.*/", "getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.*/", "fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your streaming distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDistributionRequest" : { "c2jName" : "DeleteDistributionRequest", "documentation" : "The request to delete a distribution.", "shapeName" : "DeleteDistributionRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution id.\n@param id The distribution id.*/", "getterDocumentation" : "/**The distribution id.\n@return The distribution id.*/", "fluentSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDistributionRequest", "variableType" : "DeleteDistributionRequest", "variableDeclarationType" : "DeleteDistributionRequest", "documentation" : null, "variableSetterType" : "DeleteDistributionRequest", "simpleType" : "DeleteDistributionRequest" }, "marshaller" : { "action" : "DeleteDistribution2016_01_28", "verb" : "DELETE", "target" : null, "requestUri" : "/2016-01-28/distribution/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The distribution id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution id.\n@param id The distribution id.*/", "getterDocumentation" : "/**The distribution id.\n@return The distribution id.*/", "fluentSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IfMatch" : { "documentation" : "The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MinimumProtocolVersion" : { "c2jName" : "MinimumProtocolVersion", "documentation" : "", "shapeName" : "MinimumProtocolVersion", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "SSLv3", "value" : "SSLv3" }, { "name" : "TLSv1", "value" : "TLSv1" } ], "variable" : { "variableName" : "minimumProtocolVersion", "variableType" : "MinimumProtocolVersion", "variableDeclarationType" : "MinimumProtocolVersion", "documentation" : null, "variableSetterType" : "MinimumProtocolVersion", "simpleType" : "MinimumProtocolVersion" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateStreamingDistributionResult" : { "c2jName" : "CreateStreamingDistributionResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "CreateStreamingDistributionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The streaming distribution's information.", "name" : "StreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "variable" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "The streaming distribution's information.", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "setterModel" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistribution", "marshallLocationName" : "StreamingDistribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.*/", "getterDocumentation" : "/**The streaming distribution's information.\n@return The streaming distribution's information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "name" : "Location", "c2jName" : "Location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.*/", "getterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.*/", "fluentSetterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the streaming distribution created.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the streaming distribution created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.*/", "getterDocumentation" : "/**The current version of the streaming distribution created.\n@return The current version of the streaming distribution created.*/", "fluentSetterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createStreamingDistributionResult", "variableType" : "CreateStreamingDistributionResult", "variableDeclarationType" : "CreateStreamingDistributionResult", "documentation" : null, "variableSetterType" : "CreateStreamingDistributionResult", "simpleType" : "CreateStreamingDistributionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the streaming distribution created.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the streaming distribution created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.*/", "getterDocumentation" : "/**The current version of the streaming distribution created.\n@return The current version of the streaming distribution created.*/", "fluentSetterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the streaming distribution created.\n@param eTag The current version of the streaming distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StreamingDistribution" : { "documentation" : "The streaming distribution's information.", "name" : "StreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "variable" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "The streaming distribution's information.", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "setterModel" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistribution", "marshallLocationName" : "StreamingDistribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.*/", "getterDocumentation" : "/**The streaming distribution's information.\n@return The streaming distribution's information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "name" : "Location", "c2jName" : "Location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.*/", "getterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.*/", "fluentSetterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@param location The fully qualified URI of the new streaming distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/streaming-distribution/EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetInvalidationRequest" : { "c2jName" : "GetInvalidationRequest", "documentation" : "The request to get an invalidation's information.", "shapeName" : "GetInvalidationRequest", "deprecated" : false, "required" : [ "DistributionId", "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's id.", "name" : "DistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "variable" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionId", "marshallLocationName" : "DistributionId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The invalidation's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The invalidation's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.*/", "getterDocumentation" : "/**The invalidation's id.\n@return The invalidation's id.*/", "fluentSetterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getInvalidationRequest", "variableType" : "GetInvalidationRequest", "variableDeclarationType" : "GetInvalidationRequest", "documentation" : null, "variableSetterType" : "GetInvalidationRequest", "simpleType" : "GetInvalidationRequest" }, "marshaller" : { "action" : "GetInvalidation2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/distribution/{DistributionId}/invalidation/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DistributionId" : { "documentation" : "The distribution's id.", "name" : "DistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "variable" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionId", "marshallLocationName" : "DistributionId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The invalidation's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The invalidation's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.*/", "getterDocumentation" : "/**The invalidation's id.\n@return The invalidation's id.*/", "fluentSetterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The invalidation's id.\n@param id The invalidation's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateDistributionRequest" : { "c2jName" : "CreateDistributionRequest", "documentation" : "The request to create a new distribution.", "shapeName" : "CreateDistributionRequest", "deprecated" : false, "required" : [ "DistributionConfig" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's configuration information.", "name" : "DistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "The distribution's configuration information.", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "setterModel" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionConfig", "marshallLocationName" : "DistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/", "getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDistributionRequest", "variableType" : "CreateDistributionRequest", "variableDeclarationType" : "CreateDistributionRequest", "documentation" : null, "variableSetterType" : "CreateDistributionRequest", "simpleType" : "CreateDistributionRequest" }, "marshaller" : { "action" : "CreateDistribution2016_01_28", "verb" : "POST", "target" : null, "requestUri" : "/2016-01-28/distribution", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DistributionConfig" : { "documentation" : "The distribution's configuration information.", "name" : "DistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "The distribution's configuration information.", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "setterModel" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionConfig", "marshallLocationName" : "DistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/", "getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyOriginCustomHeadersException" : { "c2jName" : "TooManyOriginCustomHeaders", "documentation" : "", "shapeName" : "TooManyOriginCustomHeadersException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyOriginCustomHeadersException", "variableType" : "TooManyOriginCustomHeadersException", "variableDeclarationType" : "TooManyOriginCustomHeadersException", "documentation" : null, "variableSetterType" : "TooManyOriginCustomHeadersException", "simpleType" : "TooManyOriginCustomHeadersException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyOriginCustomHeaders", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StreamingLoggingConfig" : { "c2jName" : "StreamingLoggingConfig", "documentation" : "A complex type that controls whether access logs are written for this streaming distribution.", "shapeName" : "StreamingLoggingConfig", "deprecated" : false, "required" : [ "Enabled", "Bucket", "Prefix" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.*/", "getterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.*/", "fluentSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "name" : "Bucket", "c2jName" : "Bucket", "c2jShape" : "string", "variable" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Bucket", "marshallLocationName" : "Bucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/", "getterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "name" : "Prefix", "c2jName" : "Prefix", "c2jShape" : "string", "variable" : { "variableName" : "prefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "prefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Prefix", "marshallLocationName" : "Prefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/", "getterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/", "fluentSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "streamingLoggingConfig", "variableType" : "StreamingLoggingConfig", "variableDeclarationType" : "StreamingLoggingConfig", "documentation" : null, "variableSetterType" : "StreamingLoggingConfig", "simpleType" : "StreamingLoggingConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Enabled" : { "documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.*/", "getterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.*/", "fluentSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a streaming distribution or if you want to disable logging for an existing streaming distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket and Prefix, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Bucket" : { "documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "name" : "Bucket", "c2jName" : "Bucket", "c2jShape" : "string", "variable" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Bucket", "marshallLocationName" : "Bucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/", "getterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Prefix" : { "documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "name" : "Prefix", "c2jName" : "Prefix", "c2jShape" : "string", "variable" : { "variableName" : "prefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "prefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Prefix", "marshallLocationName" : "Prefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/", "getterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/", "fluentSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this streaming distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Origins" : { "c2jName" : "Origins", "documentation" : "A complex type that contains information about origins for this distribution.", "shapeName" : "Origins", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of origins for this distribution.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of origins for this distribution.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.*/", "getterDocumentation" : "/**The number of origins for this distribution.\n@return The number of origins for this distribution.*/", "fluentSetterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains origins for this distribution.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "OriginList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains origins for this distribution.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Origin", "memberLocationName" : "Origin", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Origin", "variable" : { "variableName" : "member", "variableType" : "Origin", "variableDeclarationType" : "Origin", "documentation" : "", "variableSetterType" : "Origin", "simpleType" : "Origin" }, "setterModel" : { "variableName" : "member", "variableType" : "Origin", "variableDeclarationType" : "Origin", "documentation" : "", "variableSetterType" : "Origin", "simpleType" : "Origin" }, "getterModel" : { "returnType" : "Origin", "documentation" : null }, "http" : { "unmarshallLocationName" : "Origin", "marshallLocationName" : "Origin", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Origin", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains origins for this distribution.\n@param items A complex type that contains origins for this distribution.*/", "getterDocumentation" : "/**A complex type that contains origins for this distribution.\n@return A complex type that contains origins for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains origins for this distribution.\n@param items A complex type that contains origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains origins for this distribution.\n

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

\n@param items A complex type that contains origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : null, "variableSetterType" : "Origins", "simpleType" : "Origins" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains origins for this distribution.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "OriginList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains origins for this distribution.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Origin", "memberLocationName" : "Origin", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Origin", "variable" : { "variableName" : "member", "variableType" : "Origin", "variableDeclarationType" : "Origin", "documentation" : "", "variableSetterType" : "Origin", "simpleType" : "Origin" }, "setterModel" : { "variableName" : "member", "variableType" : "Origin", "variableDeclarationType" : "Origin", "documentation" : "", "variableSetterType" : "Origin", "simpleType" : "Origin" }, "getterModel" : { "returnType" : "Origin", "documentation" : null }, "http" : { "unmarshallLocationName" : "Origin", "marshallLocationName" : "Origin", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Origin", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains origins for this distribution.\n@param items A complex type that contains origins for this distribution.*/", "getterDocumentation" : "/**A complex type that contains origins for this distribution.\n@return A complex type that contains origins for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains origins for this distribution.\n@param items A complex type that contains origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains origins for this distribution.\n

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

\n@param items A complex type that contains origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of origins for this distribution.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of origins for this distribution.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.*/", "getterDocumentation" : "/**The number of origins for this distribution.\n@return The number of origins for this distribution.*/", "fluentSetterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of origins for this distribution.\n@param quantity The number of origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidViewerCertificateException" : { "c2jName" : "InvalidViewerCertificate", "documentation" : "", "shapeName" : "InvalidViewerCertificateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidViewerCertificateException", "variableType" : "InvalidViewerCertificateException", "variableDeclarationType" : "InvalidViewerCertificateException", "documentation" : null, "variableSetterType" : "InvalidViewerCertificateException", "simpleType" : "InvalidViewerCertificateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidViewerCertificate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidResponseCodeException" : { "c2jName" : "InvalidResponseCode", "documentation" : "", "shapeName" : "InvalidResponseCodeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidResponseCodeException", "variableType" : "InvalidResponseCodeException", "variableDeclarationType" : "InvalidResponseCodeException", "documentation" : null, "variableSetterType" : "InvalidResponseCodeException", "simpleType" : "InvalidResponseCodeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidResponseCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CloudFrontOriginAccessIdentityList" : { "c2jName" : "CloudFrontOriginAccessIdentityList", "documentation" : "The CloudFrontOriginAccessIdentityList type.", "shapeName" : "CloudFrontOriginAccessIdentityList", "deprecated" : false, "required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The value you provided for the Marker request parameter.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value you provided for the Marker request parameter.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/", "getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.*/", "getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.*/", "fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value you provided for the MaxItems request parameter.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "variable" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The value you provided for the MaxItems request parameter.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/", "getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsTruncated", "marshallLocationName" : "IsTruncated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.*/", "getterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.*/", "fluentSetterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The number of CloudFront origin access identities that were created by the current AWS account.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of CloudFront origin access identities that were created by the current AWS account.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.*/", "getterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@return The number of CloudFront origin access identities that were created by the current AWS account.*/", "fluentSetterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "CloudFrontOriginAccessIdentitySummaryList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CloudFrontOriginAccessIdentitySummary", "memberLocationName" : "CloudFrontOriginAccessIdentitySummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CloudFrontOriginAccessIdentitySummary", "variable" : { "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary", "simpleType" : "CloudFrontOriginAccessIdentitySummary" }, "setterModel" : { "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary", "simpleType" : "CloudFrontOriginAccessIdentitySummary" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "marshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.*/", "getterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n

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

\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "documentation" : null, "variableSetterType" : "CloudFrontOriginAccessIdentityList", "simpleType" : "CloudFrontOriginAccessIdentityList" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "CloudFrontOriginAccessIdentitySummaryList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CloudFrontOriginAccessIdentitySummary", "memberLocationName" : "CloudFrontOriginAccessIdentitySummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CloudFrontOriginAccessIdentitySummary", "variable" : { "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary", "simpleType" : "CloudFrontOriginAccessIdentitySummary" }, "setterModel" : { "variableName" : "member", "variableType" : "CloudFrontOriginAccessIdentitySummary", "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentitySummary", "simpleType" : "CloudFrontOriginAccessIdentitySummary" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "marshallLocationName" : "CloudFrontOriginAccessIdentitySummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "CloudFrontOriginAccessIdentitySummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.*/", "getterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n

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

\n@param items A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "The value you provided for the MaxItems request parameter.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "variable" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The value you provided for the MaxItems request parameter.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/", "getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of CloudFront origin access identities that were created by the current AWS account.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of CloudFront origin access identities that were created by the current AWS account.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.*/", "getterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@return The number of CloudFront origin access identities that were created by the current AWS account.*/", "fluentSetterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of CloudFront origin access identities that were created by the current AWS account.\n@param quantity The number of CloudFront origin access identities that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsTruncated" : { "documentation" : "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsTruncated", "marshallLocationName" : "IsTruncated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.*/", "getterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.*/", "fluentSetterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@param isTruncated A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "The value you provided for the Marker request parameter.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value you provided for the Marker request parameter.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/", "getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.*/", "getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.*/", "fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your origin access identities where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Headers" : { "c2jName" : "Headers", "documentation" : "A complex type that specifies the headers that you want CloudFront to forward to the origin for this cache behavior. For the headers that you specify, CloudFront also caches separate versions of a given object based on the header values in viewer requests; this is known as varying on headers. For example, suppose viewer requests for logo.jpg contain a custom Product header that has a value of either Acme or Apex, and you configure CloudFront to vary on the Product header. CloudFront forwards the Product header to the origin and caches the response from the origin once for each header value.", "shapeName" : "Headers", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.*/", "getterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.*/", "fluentSetterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "HeaderList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Name", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n

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

\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "headers", "variableType" : "Headers", "variableDeclarationType" : "Headers", "documentation" : null, "variableSetterType" : "Headers", "simpleType" : "Headers" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "HeaderList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Name", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n

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

\n@param items Optional: A complex type that contains a Name element for each header that you want CloudFront to forward to the origin and to vary on for this cache behavior. If Quantity is 0, omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.*/", "getterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.*/", "fluentSetterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@param quantity The number of different headers that you want CloudFront to forward to the origin and to vary on for this cache behavior. The maximum number of headers that you can specify by name is 10. If you want CloudFront to forward all headers to the origin and vary on all of them, specify 1 for Quantity and * for Name. If you don't want CloudFront to forward any additional headers to the origin or to vary on any headers, specify 0 for Quantity and omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListInvalidationsRequest" : { "c2jName" : "ListInvalidationsRequest", "documentation" : "The request to list invalidations.", "shapeName" : "ListInvalidationsRequest", "deprecated" : false, "required" : [ "DistributionId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's id.", "name" : "DistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "variable" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionId", "marshallLocationName" : "DistributionId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.*/", "getterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.*/", "fluentSetterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of invalidation batches you want in the response body.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of invalidation batches you want in the response body.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.*/", "getterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@return The maximum number of invalidation batches you want in the response body.*/", "fluentSetterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listInvalidationsRequest", "variableType" : "ListInvalidationsRequest", "variableDeclarationType" : "ListInvalidationsRequest", "documentation" : null, "variableSetterType" : "ListInvalidationsRequest", "simpleType" : "ListInvalidationsRequest" }, "marshaller" : { "action" : "ListInvalidations2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/distribution/{DistributionId}/invalidation", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxItems" : { "documentation" : "The maximum number of invalidation batches you want in the response body.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of invalidation batches you want in the response body.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.*/", "getterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@return The maximum number of invalidation batches you want in the response body.*/", "fluentSetterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of invalidation batches you want in the response body.\n@param maxItems The maximum number of invalidation batches you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DistributionId" : { "documentation" : "The distribution's id.", "name" : "DistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "variable" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionId", "marshallLocationName" : "DistributionId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.*/", "getterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.*/", "fluentSetterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@param marker Use this parameter when paginating results to indicate where to begin in your list of invalidation batches. Because the results are returned in decreasing order from most recent to oldest, the most recent results are on the first page, the second page will contain earlier results, and so on. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response. This value is the same as the ID of the last invalidation batch on that page.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GeoRestriction" : { "c2jName" : "GeoRestriction", "documentation" : "A complex type that controls the countries in which your content is distributed. For more information about geo restriction, go to Customizing Error Responses in the Amazon CloudFront Developer Guide. CloudFront determines the location of your users using MaxMind GeoIP databases. For information about the accuracy of these databases, see How accurate are your GeoIP databases? on the MaxMind website.", "shapeName" : "GeoRestriction", "deprecated" : false, "required" : [ "RestrictionType", "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.", "name" : "RestrictionType", "c2jName" : "RestrictionType", "c2jShape" : "GeoRestrictionType", "variable" : { "variableName" : "restrictionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "restrictionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RestrictionType", "marshallLocationName" : "RestrictionType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "GeoRestrictionType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@see GeoRestrictionType*/", "getterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@see GeoRestrictionType*/", "fluentSetterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType*/", "varargSetterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType*/" }, { "documentation" : "When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.*/", "getterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.*/", "fluentSetterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "LocationList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Location", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.*/", "getterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.*/", "fluentSetterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n

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

\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "variableDeclarationType" : "GeoRestriction", "documentation" : null, "variableSetterType" : "GeoRestriction", "simpleType" : "GeoRestriction" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "LocationList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Location", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.*/", "getterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.*/", "fluentSetterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n

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

\n@param items A complex type that contains a Location element for each country in which you want CloudFront either to distribute your content (whitelist) or not distribute your content (blacklist). The Location element is a two-letter, uppercase country code for a country that you want to include in your blacklist or whitelist. Include one Location element for each country. CloudFront and MaxMind both use ISO 3166 country codes. For the current list of countries and the corresponding codes, see ISO 3166-1-alpha-2 code on the International Organization for Standardization website. You can also refer to the country list in the CloudFront console, which includes both country names and codes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.*/", "getterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.*/", "fluentSetterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@param quantity When geo restriction is enabled, this is the number of countries in your whitelist or blacklist. Otherwise, when it is not enabled, Quantity is 0, and you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RestrictionType" : { "documentation" : "The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.", "name" : "RestrictionType", "c2jName" : "RestrictionType", "c2jShape" : "GeoRestrictionType", "variable" : { "variableName" : "restrictionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "restrictionType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RestrictionType", "marshallLocationName" : "RestrictionType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "GeoRestrictionType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@see GeoRestrictionType*/", "getterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@see GeoRestrictionType*/", "fluentSetterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType*/", "varargSetterDocumentation" : "/**The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@param restrictionType The method that you want to use to restrict distribution of your content by country: - none: No geo restriction is enabled, meaning access to content is not restricted by client geo location. - blacklist: The Location elements specify the countries in which you do not want CloudFront to distribute your content. - whitelist: The Location elements specify the countries in which you want CloudFront to distribute your content.\n@return Returns a reference to this object so that method calls can be chained together.\n@see GeoRestrictionType*/" } } }, "GetStreamingDistributionRequest" : { "c2jName" : "GetStreamingDistributionRequest", "documentation" : "The request to get a streaming distribution's information.", "shapeName" : "GetStreamingDistributionRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The streaming distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The streaming distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.*/", "getterDocumentation" : "/**The streaming distribution's id.\n@return The streaming distribution's id.*/", "fluentSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStreamingDistributionRequest", "variableType" : "GetStreamingDistributionRequest", "variableDeclarationType" : "GetStreamingDistributionRequest", "documentation" : null, "variableSetterType" : "GetStreamingDistributionRequest", "simpleType" : "GetStreamingDistributionRequest" }, "marshaller" : { "action" : "GetStreamingDistribution2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/streaming-distribution/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The streaming distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The streaming distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.*/", "getterDocumentation" : "/**The streaming distribution's id.\n@return The streaming distribution's id.*/", "fluentSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StreamingDistributionSummary" : { "c2jName" : "StreamingDistributionSummary", "documentation" : "A summary of the information for an Amazon CloudFront streaming distribution.", "shapeName" : "StreamingDistributionSummary", "deprecated" : false, "required" : [ "Id", "Status", "LastModifiedTime", "DomainName", "S3Origin", "Aliases", "TrustedSigners", "Comment", "PriceClass", "Enabled" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "getterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "fluentSetterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The date and time the distribution was last modified.", "name" : "LastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the distribution was last modified.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedTime", "marshallLocationName" : "LastModifiedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/", "getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/", "fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "name" : "S3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "variable" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "setterModel" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : "", "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3Origin", "marshallLocationName" : "S3Origin", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/", "getterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "name" : "Aliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "setterModel" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "unmarshallLocationName" : "Aliases", "marshallLocationName" : "Aliases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/", "getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "name" : "TrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "setterModel" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustedSigners", "marshallLocationName" : "TrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The comment originally specified when this distribution was created.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The comment originally specified when this distribution was created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.*/", "getterDocumentation" : "/**The comment originally specified when this distribution was created.\n@return The comment originally specified when this distribution was created.*/", "fluentSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "PriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "variable" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PriceClass", "marshallLocationName" : "PriceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PriceClass", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param priceClass \n@see PriceClass*/", "getterDocumentation" : "/**\n@return \n@see PriceClass*/", "fluentSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/", "varargSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/" }, { "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.*/", "getterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@return Whether the distribution is enabled to accept end user requests for content.*/", "fluentSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "streamingDistributionSummary", "variableType" : "StreamingDistributionSummary", "variableDeclarationType" : "StreamingDistributionSummary", "documentation" : null, "variableSetterType" : "StreamingDistributionSummary", "simpleType" : "StreamingDistributionSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Enabled" : { "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.*/", "getterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@return Whether the distribution is enabled to accept end user requests for content.*/", "fluentSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Aliases" : { "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "name" : "Aliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "setterModel" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "unmarshallLocationName" : "Aliases", "marshallLocationName" : "Aliases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/", "getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "getterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "fluentSetterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status Indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3Origin" : { "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "name" : "S3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "variable" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "setterModel" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : "", "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3Origin", "marshallLocationName" : "S3Origin", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/", "getterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PriceClass" : { "documentation" : "", "name" : "PriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "variable" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PriceClass", "marshallLocationName" : "PriceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PriceClass", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param priceClass \n@see PriceClass*/", "getterDocumentation" : "/**\n@return \n@see PriceClass*/", "fluentSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/", "varargSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/" }, "Comment" : { "documentation" : "The comment originally specified when this distribution was created.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The comment originally specified when this distribution was created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.*/", "getterDocumentation" : "/**The comment originally specified when this distribution was created.\n@return The comment originally specified when this distribution was created.*/", "fluentSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedTime" : { "documentation" : "The date and time the distribution was last modified.", "name" : "LastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the distribution was last modified.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedTime", "marshallLocationName" : "LastModifiedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/", "getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/", "fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustedSigners" : { "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "name" : "TrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "setterModel" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustedSigners", "marshallLocationName" : "TrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyOriginsException" : { "c2jName" : "TooManyOrigins", "documentation" : "You cannot create anymore origins for the distribution.", "shapeName" : "TooManyOriginsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyOriginsException", "variableType" : "TooManyOriginsException", "variableDeclarationType" : "TooManyOriginsException", "documentation" : null, "variableSetterType" : "TooManyOriginsException", "simpleType" : "TooManyOriginsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyOrigins", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetInvalidationResult" : { "c2jName" : "GetInvalidationResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "GetInvalidationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The invalidation's information.", "name" : "Invalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "variable" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : "The invalidation's information.", "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "setterModel" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : "", "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "unmarshallLocationName" : "Invalidation", "marshallLocationName" : "Invalidation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.*/", "getterDocumentation" : "/**The invalidation's information.\n@return The invalidation's information.*/", "fluentSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getInvalidationResult", "variableType" : "GetInvalidationResult", "variableDeclarationType" : "GetInvalidationResult", "documentation" : null, "variableSetterType" : "GetInvalidationResult", "simpleType" : "GetInvalidationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Invalidation" : { "documentation" : "The invalidation's information.", "name" : "Invalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "variable" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : "The invalidation's information.", "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "setterModel" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : "", "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "unmarshallLocationName" : "Invalidation", "marshallLocationName" : "Invalidation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.*/", "getterDocumentation" : "/**The invalidation's information.\n@return The invalidation's information.*/", "fluentSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheBehaviors" : { "c2jName" : "CacheBehaviors", "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "shapeName" : "CacheBehaviors", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of cache behaviors for this distribution.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of cache behaviors for this distribution.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.*/", "getterDocumentation" : "/**The number of cache behaviors for this distribution.\n@return The number of cache behaviors for this distribution.*/", "fluentSetterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "CacheBehaviorList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheBehavior", "memberLocationName" : "CacheBehavior", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheBehavior", "variable" : { "variableName" : "member", "variableType" : "CacheBehavior", "variableDeclarationType" : "CacheBehavior", "documentation" : "", "variableSetterType" : "CacheBehavior", "simpleType" : "CacheBehavior" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheBehavior", "variableDeclarationType" : "CacheBehavior", "documentation" : "", "variableSetterType" : "CacheBehavior", "simpleType" : "CacheBehavior" }, "getterModel" : { "returnType" : "CacheBehavior", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheBehavior", "marshallLocationName" : "CacheBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "CacheBehavior", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : null, "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "CacheBehaviorList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CacheBehavior", "memberLocationName" : "CacheBehavior", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CacheBehavior", "variable" : { "variableName" : "member", "variableType" : "CacheBehavior", "variableDeclarationType" : "CacheBehavior", "documentation" : "", "variableSetterType" : "CacheBehavior", "simpleType" : "CacheBehavior" }, "setterModel" : { "variableName" : "member", "variableType" : "CacheBehavior", "variableDeclarationType" : "CacheBehavior", "documentation" : "", "variableSetterType" : "CacheBehavior", "simpleType" : "CacheBehavior" }, "getterModel" : { "returnType" : "CacheBehavior", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheBehavior", "marshallLocationName" : "CacheBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "CacheBehavior", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains cache behaviors for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of cache behaviors for this distribution.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of cache behaviors for this distribution.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.*/", "getterDocumentation" : "/**The number of cache behaviors for this distribution.\n@return The number of cache behaviors for this distribution.*/", "fluentSetterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of cache behaviors for this distribution.\n@param quantity The number of cache behaviors for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrustedSignerDoesNotExistException" : { "c2jName" : "TrustedSignerDoesNotExist", "documentation" : "One or more of your trusted signers do not exist.", "shapeName" : "TrustedSignerDoesNotExistException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "trustedSignerDoesNotExistException", "variableType" : "TrustedSignerDoesNotExistException", "variableDeclarationType" : "TrustedSignerDoesNotExistException", "documentation" : null, "variableSetterType" : "TrustedSignerDoesNotExistException", "simpleType" : "TrustedSignerDoesNotExistException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TrustedSignerDoesNotExist", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidationList" : { "c2jName" : "InvalidationList", "documentation" : "An invalidation list.", "shapeName" : "InvalidationList", "deprecated" : false, "required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The value you provided for the Marker request parameter.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value you provided for the Marker request parameter.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/", "getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.*/", "getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.*/", "fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value you provided for the MaxItems request parameter.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "variable" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The value you provided for the MaxItems request parameter.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/", "getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsTruncated", "marshallLocationName" : "IsTruncated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.*/", "getterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.*/", "fluentSetterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The number of invalidation batches that were created by the current AWS account.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of invalidation batches that were created by the current AWS account.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.*/", "getterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@return The number of invalidation batches that were created by the current AWS account.*/", "fluentSetterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "InvalidationSummaryList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "InvalidationSummary", "memberLocationName" : "InvalidationSummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "InvalidationSummary", "variable" : { "variableName" : "member", "variableType" : "InvalidationSummary", "variableDeclarationType" : "InvalidationSummary", "documentation" : "", "variableSetterType" : "InvalidationSummary", "simpleType" : "InvalidationSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "InvalidationSummary", "variableDeclarationType" : "InvalidationSummary", "documentation" : "", "variableSetterType" : "InvalidationSummary", "simpleType" : "InvalidationSummary" }, "getterModel" : { "returnType" : "InvalidationSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "InvalidationSummary", "marshallLocationName" : "InvalidationSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "InvalidationSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@param items A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.*/", "getterDocumentation" : "/**A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@return A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@param items A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n

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

\n@param items A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "invalidationList", "variableType" : "InvalidationList", "variableDeclarationType" : "InvalidationList", "documentation" : null, "variableSetterType" : "InvalidationList", "simpleType" : "InvalidationList" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "InvalidationSummaryList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "InvalidationSummary", "memberLocationName" : "InvalidationSummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "InvalidationSummary", "variable" : { "variableName" : "member", "variableType" : "InvalidationSummary", "variableDeclarationType" : "InvalidationSummary", "documentation" : "", "variableSetterType" : "InvalidationSummary", "simpleType" : "InvalidationSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "InvalidationSummary", "variableDeclarationType" : "InvalidationSummary", "documentation" : "", "variableSetterType" : "InvalidationSummary", "simpleType" : "InvalidationSummary" }, "getterModel" : { "returnType" : "InvalidationSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "InvalidationSummary", "marshallLocationName" : "InvalidationSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "InvalidationSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@param items A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.*/", "getterDocumentation" : "/**A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@return A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@param items A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n

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

\n@param items A complex type that contains one InvalidationSummary element for each invalidation batch that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "The value you provided for the MaxItems request parameter.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "variable" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The value you provided for the MaxItems request parameter.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/", "getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of invalidation batches that were created by the current AWS account.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of invalidation batches that were created by the current AWS account.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.*/", "getterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@return The number of invalidation batches that were created by the current AWS account.*/", "fluentSetterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of invalidation batches that were created by the current AWS account.\n@param quantity The number of invalidation batches that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsTruncated" : { "documentation" : "A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsTruncated", "marshallLocationName" : "IsTruncated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.*/", "getterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.*/", "fluentSetterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@param isTruncated A flag that indicates whether more invalidation batch requests remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more invalidation batches in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "The value you provided for the Marker request parameter.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value you provided for the Marker request parameter.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/", "getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.*/", "getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.*/", "fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidation batches where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CertificateSource" : { "c2jName" : "CertificateSource", "documentation" : "", "shapeName" : "CertificateSource", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "Cloudfront", "value" : "cloudfront" }, { "name" : "Iam", "value" : "iam" }, { "name" : "Acm", "value" : "acm" } ], "variable" : { "variableName" : "certificateSource", "variableType" : "CertificateSource", "variableDeclarationType" : "CertificateSource", "documentation" : null, "variableSetterType" : "CertificateSource", "simpleType" : "CertificateSource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetStreamingDistributionConfigResult" : { "c2jName" : "GetStreamingDistributionConfigResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "GetStreamingDistributionConfigResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The streaming distribution's configuration information.", "name" : "StreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "variable" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "The streaming distribution's configuration information.", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "setterModel" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionConfig", "marshallLocationName" : "StreamingDistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.*/", "getterDocumentation" : "/**The streaming distribution's configuration information.\n@return The streaming distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStreamingDistributionConfigResult", "variableType" : "GetStreamingDistributionConfigResult", "variableDeclarationType" : "GetStreamingDistributionConfigResult", "documentation" : null, "variableSetterType" : "GetStreamingDistributionConfigResult", "simpleType" : "GetStreamingDistributionConfigResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StreamingDistributionConfig" : { "documentation" : "The streaming distribution's configuration information.", "name" : "StreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "variable" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "The streaming distribution's configuration information.", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "setterModel" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionConfig", "marshallLocationName" : "StreamingDistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.*/", "getterDocumentation" : "/**The streaming distribution's configuration information.\n@return The streaming distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateCloudFrontOriginAccessIdentityRequest" : { "c2jName" : "UpdateCloudFrontOriginAccessIdentityRequest", "documentation" : "The request to update an origin access identity.", "shapeName" : "UpdateCloudFrontOriginAccessIdentityRequest", "deprecated" : false, "required" : [ "CloudFrontOriginAccessIdentityConfig", "Id" ], "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The identity's configuration information.", "name" : "CloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "The identity's configuration information.", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.*/", "getterDocumentation" : "/**The identity's configuration information.\n@return The identity's configuration information.*/", "fluentSetterDocumentation" : "/**The identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The identity's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identity's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identity's id.\n@param id The identity's id.*/", "getterDocumentation" : "/**The identity's id.\n@return The identity's id.*/", "fluentSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateCloudFrontOriginAccessIdentityRequest", "variableType" : "UpdateCloudFrontOriginAccessIdentityRequest", "variableDeclarationType" : "UpdateCloudFrontOriginAccessIdentityRequest", "documentation" : null, "variableSetterType" : "UpdateCloudFrontOriginAccessIdentityRequest", "simpleType" : "UpdateCloudFrontOriginAccessIdentityRequest" }, "marshaller" : { "action" : "UpdateCloudFrontOriginAccessIdentity2016_01_28", "verb" : "PUT", "target" : null, "requestUri" : "/2016-01-28/origin-access-identity/cloudfront/{Id}/config", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The identity's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identity's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identity's id.\n@param id The identity's id.*/", "getterDocumentation" : "/**The identity's id.\n@return The identity's id.*/", "fluentSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IfMatch" : { "documentation" : "The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the identity's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudFrontOriginAccessIdentityConfig" : { "documentation" : "The identity's configuration information.", "name" : "CloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "The identity's configuration information.", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.*/", "getterDocumentation" : "/**The identity's configuration information.\n@return The identity's configuration information.*/", "fluentSetterDocumentation" : "/**The identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyTrustedSignersException" : { "c2jName" : "TooManyTrustedSigners", "documentation" : "Your request contains more trusted signers than are allowed per distribution.", "shapeName" : "TooManyTrustedSignersException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyTrustedSignersException", "variableType" : "TooManyTrustedSignersException", "variableDeclarationType" : "TooManyTrustedSignersException", "documentation" : null, "variableSetterType" : "TooManyTrustedSignersException", "simpleType" : "TooManyTrustedSignersException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyTrustedSigners", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateDistributionResult" : { "c2jName" : "CreateDistributionResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "CreateDistributionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's information.", "name" : "Distribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "variable" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "The distribution's information.", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "setterModel" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "Distribution", "marshallLocationName" : "Distribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.*/", "getterDocumentation" : "/**The distribution's information.\n@return The distribution's information.*/", "fluentSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "name" : "Location", "c2jName" : "Location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the distribution created.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the distribution created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the distribution created.\n@param eTag The current version of the distribution created.*/", "getterDocumentation" : "/**The current version of the distribution created.\n@return The current version of the distribution created.*/", "fluentSetterDocumentation" : "/**The current version of the distribution created.\n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the distribution created.\n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDistributionResult", "variableType" : "CreateDistributionResult", "variableDeclarationType" : "CreateDistributionResult", "documentation" : null, "variableSetterType" : "CreateDistributionResult", "simpleType" : "CreateDistributionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the distribution created.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the distribution created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the distribution created.\n@param eTag The current version of the distribution created.*/", "getterDocumentation" : "/**The current version of the distribution created.\n@return The current version of the distribution created.*/", "fluentSetterDocumentation" : "/**The current version of the distribution created.\n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the distribution created.\n@param eTag The current version of the distribution created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Distribution" : { "documentation" : "The distribution's information.", "name" : "Distribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "variable" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "The distribution's information.", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "setterModel" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "Distribution", "marshallLocationName" : "Distribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.*/", "getterDocumentation" : "/**The distribution's information.\n@return The distribution's information.*/", "fluentSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "name" : "Location", "c2jName" : "Location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@param location The fully qualified URI of the new distribution resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/distribution/EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ViewerProtocolPolicy" : { "c2jName" : "ViewerProtocolPolicy", "documentation" : "", "shapeName" : "ViewerProtocolPolicy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "AllowAll", "value" : "allow-all" }, { "name" : "HttpsOnly", "value" : "https-only" }, { "name" : "RedirectToHttps", "value" : "redirect-to-https" } ], "variable" : { "variableName" : "viewerProtocolPolicy", "variableType" : "ViewerProtocolPolicy", "variableDeclarationType" : "ViewerProtocolPolicy", "documentation" : null, "variableSetterType" : "ViewerProtocolPolicy", "simpleType" : "ViewerProtocolPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidRelativePathException" : { "c2jName" : "InvalidRelativePath", "documentation" : "The relative path is too big, is not URL-encoded, or does not begin with a slash (/).", "shapeName" : "InvalidRelativePathException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidRelativePathException", "variableType" : "InvalidRelativePathException", "variableDeclarationType" : "InvalidRelativePathException", "documentation" : null, "variableSetterType" : "InvalidRelativePathException", "simpleType" : "InvalidRelativePathException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidRelativePath", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TooManyStreamingDistributionsException" : { "c2jName" : "TooManyStreamingDistributions", "documentation" : "Processing your request would cause you to exceed the maximum number of streaming distributions allowed.", "shapeName" : "TooManyStreamingDistributionsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyStreamingDistributionsException", "variableType" : "TooManyStreamingDistributionsException", "variableDeclarationType" : "TooManyStreamingDistributionsException", "documentation" : null, "variableSetterType" : "TooManyStreamingDistributionsException", "simpleType" : "TooManyStreamingDistributionsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyStreamingDistributions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "OriginCustomHeader" : { "c2jName" : "OriginCustomHeader", "documentation" : "A complex type that contains information related to a Header", "shapeName" : "OriginCustomHeader", "deprecated" : false, "required" : [ "HeaderName", "HeaderValue" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The header's name.", "name" : "HeaderName", "c2jName" : "HeaderName", "c2jShape" : "string", "variable" : { "variableName" : "headerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The header's name.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "headerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HeaderName", "marshallLocationName" : "HeaderName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The header's name.\n@param headerName The header's name.*/", "getterDocumentation" : "/**The header's name.\n@return The header's name.*/", "fluentSetterDocumentation" : "/**The header's name.\n@param headerName The header's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The header's name.\n@param headerName The header's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The header's value.", "name" : "HeaderValue", "c2jName" : "HeaderValue", "c2jShape" : "string", "variable" : { "variableName" : "headerValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The header's value.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "headerValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HeaderValue", "marshallLocationName" : "HeaderValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The header's value.\n@param headerValue The header's value.*/", "getterDocumentation" : "/**The header's value.\n@return The header's value.*/", "fluentSetterDocumentation" : "/**The header's value.\n@param headerValue The header's value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The header's value.\n@param headerValue The header's value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "originCustomHeader", "variableType" : "OriginCustomHeader", "variableDeclarationType" : "OriginCustomHeader", "documentation" : null, "variableSetterType" : "OriginCustomHeader", "simpleType" : "OriginCustomHeader" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HeaderName" : { "documentation" : "The header's name.", "name" : "HeaderName", "c2jName" : "HeaderName", "c2jShape" : "string", "variable" : { "variableName" : "headerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The header's name.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "headerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HeaderName", "marshallLocationName" : "HeaderName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The header's name.\n@param headerName The header's name.*/", "getterDocumentation" : "/**The header's name.\n@return The header's name.*/", "fluentSetterDocumentation" : "/**The header's name.\n@param headerName The header's name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The header's name.\n@param headerName The header's name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HeaderValue" : { "documentation" : "The header's value.", "name" : "HeaderValue", "c2jName" : "HeaderValue", "c2jShape" : "string", "variable" : { "variableName" : "headerValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The header's value.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "headerValue", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HeaderValue", "marshallLocationName" : "HeaderValue", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The header's value.\n@param headerValue The header's value.*/", "getterDocumentation" : "/**The header's value.\n@return The header's value.*/", "fluentSetterDocumentation" : "/**The header's value.\n@param headerValue The header's value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The header's value.\n@param headerValue The header's value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AccessDeniedException" : { "c2jName" : "AccessDenied", "documentation" : "Access denied.", "shapeName" : "AccessDeniedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "variableDeclarationType" : "AccessDeniedException", "documentation" : null, "variableSetterType" : "AccessDeniedException", "simpleType" : "AccessDeniedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AccessDenied", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PreconditionFailedException" : { "c2jName" : "PreconditionFailed", "documentation" : "The precondition given in one or more of the request-header fields evaluated to false.", "shapeName" : "PreconditionFailedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "preconditionFailedException", "variableType" : "PreconditionFailedException", "variableDeclarationType" : "PreconditionFailedException", "documentation" : null, "variableSetterType" : "PreconditionFailedException", "simpleType" : "PreconditionFailedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PreconditionFailed", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDistributionConfigRequest" : { "c2jName" : "GetDistributionConfigRequest", "documentation" : "The request to get a distribution configuration.", "shapeName" : "GetDistributionConfigRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDistributionConfigRequest", "variableType" : "GetDistributionConfigRequest", "variableDeclarationType" : "GetDistributionConfigRequest", "documentation" : null, "variableSetterType" : "GetDistributionConfigRequest", "simpleType" : "GetDistributionConfigRequest" }, "marshaller" : { "action" : "GetDistributionConfig2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/distribution/{Id}/config", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "S3Origin" : { "c2jName" : "S3Origin", "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "shapeName" : "S3Origin", "deprecated" : false, "required" : [ "DomainName", "OriginAccessIdentity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The DNS name of the S3 origin.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The DNS name of the S3 origin.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The DNS name of the S3 origin.\n@param domainName The DNS name of the S3 origin.*/", "getterDocumentation" : "/**The DNS name of the S3 origin.\n@return The DNS name of the S3 origin.*/", "fluentSetterDocumentation" : "/**The DNS name of the S3 origin.\n@param domainName The DNS name of the S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The DNS name of the S3 origin.\n@param domainName The DNS name of the S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Your S3 origin's origin access identity.", "name" : "OriginAccessIdentity", "c2jName" : "OriginAccessIdentity", "c2jShape" : "string", "variable" : { "variableName" : "originAccessIdentity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Your S3 origin's origin access identity.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "originAccessIdentity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OriginAccessIdentity", "marshallLocationName" : "OriginAccessIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Your S3 origin's origin access identity.\n@param originAccessIdentity Your S3 origin's origin access identity.*/", "getterDocumentation" : "/**Your S3 origin's origin access identity.\n@return Your S3 origin's origin access identity.*/", "fluentSetterDocumentation" : "/**Your S3 origin's origin access identity.\n@param originAccessIdentity Your S3 origin's origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Your S3 origin's origin access identity.\n@param originAccessIdentity Your S3 origin's origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : null, "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DomainName" : { "documentation" : "The DNS name of the S3 origin.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The DNS name of the S3 origin.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The DNS name of the S3 origin.\n@param domainName The DNS name of the S3 origin.*/", "getterDocumentation" : "/**The DNS name of the S3 origin.\n@return The DNS name of the S3 origin.*/", "fluentSetterDocumentation" : "/**The DNS name of the S3 origin.\n@param domainName The DNS name of the S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The DNS name of the S3 origin.\n@param domainName The DNS name of the S3 origin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OriginAccessIdentity" : { "documentation" : "Your S3 origin's origin access identity.", "name" : "OriginAccessIdentity", "c2jName" : "OriginAccessIdentity", "c2jShape" : "string", "variable" : { "variableName" : "originAccessIdentity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Your S3 origin's origin access identity.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "originAccessIdentity", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OriginAccessIdentity", "marshallLocationName" : "OriginAccessIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Your S3 origin's origin access identity.\n@param originAccessIdentity Your S3 origin's origin access identity.*/", "getterDocumentation" : "/**Your S3 origin's origin access identity.\n@return Your S3 origin's origin access identity.*/", "fluentSetterDocumentation" : "/**Your S3 origin's origin access identity.\n@param originAccessIdentity Your S3 origin's origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Your S3 origin's origin access identity.\n@param originAccessIdentity Your S3 origin's origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidGeoRestrictionParameterException" : { "c2jName" : "InvalidGeoRestrictionParameter", "documentation" : "", "shapeName" : "InvalidGeoRestrictionParameterException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidGeoRestrictionParameterException", "variableType" : "InvalidGeoRestrictionParameterException", "variableDeclarationType" : "InvalidGeoRestrictionParameterException", "documentation" : null, "variableSetterType" : "InvalidGeoRestrictionParameterException", "simpleType" : "InvalidGeoRestrictionParameterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidGeoRestrictionParameter", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListCloudFrontOriginAccessIdentitiesResult" : { "c2jName" : "ListCloudFrontOriginAccessIdentitiesResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "ListCloudFrontOriginAccessIdentitiesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The CloudFrontOriginAccessIdentityList type.", "name" : "CloudFrontOriginAccessIdentityList", "c2jName" : "CloudFrontOriginAccessIdentityList", "c2jShape" : "CloudFrontOriginAccessIdentityList", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "documentation" : "The CloudFrontOriginAccessIdentityList type.", "variableSetterType" : "CloudFrontOriginAccessIdentityList", "simpleType" : "CloudFrontOriginAccessIdentityList" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityList", "simpleType" : "CloudFrontOriginAccessIdentityList" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityList", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityList", "marshallLocationName" : "CloudFrontOriginAccessIdentityList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The CloudFrontOriginAccessIdentityList type.\n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.*/", "getterDocumentation" : "/**The CloudFrontOriginAccessIdentityList type.\n@return The CloudFrontOriginAccessIdentityList type.*/", "fluentSetterDocumentation" : "/**The CloudFrontOriginAccessIdentityList type.\n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The CloudFrontOriginAccessIdentityList type.\n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCloudFrontOriginAccessIdentitiesResult", "variableType" : "ListCloudFrontOriginAccessIdentitiesResult", "variableDeclarationType" : "ListCloudFrontOriginAccessIdentitiesResult", "documentation" : null, "variableSetterType" : "ListCloudFrontOriginAccessIdentitiesResult", "simpleType" : "ListCloudFrontOriginAccessIdentitiesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CloudFrontOriginAccessIdentityList" : { "documentation" : "The CloudFrontOriginAccessIdentityList type.", "name" : "CloudFrontOriginAccessIdentityList", "c2jName" : "CloudFrontOriginAccessIdentityList", "c2jShape" : "CloudFrontOriginAccessIdentityList", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "documentation" : "The CloudFrontOriginAccessIdentityList type.", "variableSetterType" : "CloudFrontOriginAccessIdentityList", "simpleType" : "CloudFrontOriginAccessIdentityList" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityList", "variableType" : "CloudFrontOriginAccessIdentityList", "variableDeclarationType" : "CloudFrontOriginAccessIdentityList", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityList", "simpleType" : "CloudFrontOriginAccessIdentityList" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityList", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityList", "marshallLocationName" : "CloudFrontOriginAccessIdentityList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The CloudFrontOriginAccessIdentityList type.\n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.*/", "getterDocumentation" : "/**The CloudFrontOriginAccessIdentityList type.\n@return The CloudFrontOriginAccessIdentityList type.*/", "fluentSetterDocumentation" : "/**The CloudFrontOriginAccessIdentityList type.\n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The CloudFrontOriginAccessIdentityList type.\n@param cloudFrontOriginAccessIdentityList The CloudFrontOriginAccessIdentityList type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidTTLOrderException" : { "c2jName" : "InvalidTTLOrder", "documentation" : "", "shapeName" : "InvalidTTLOrderException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidTTLOrderException", "variableType" : "InvalidTTLOrderException", "variableDeclarationType" : "InvalidTTLOrderException", "documentation" : null, "variableSetterType" : "InvalidTTLOrderException", "simpleType" : "InvalidTTLOrderException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidTTLOrder", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CustomErrorResponse" : { "c2jName" : "CustomErrorResponse", "documentation" : "A complex type that describes how you'd prefer CloudFront to respond to requests that result in either a 4xx or 5xx response. You can control whether a custom error page should be displayed, what the desired response code should be for this error page and how long should the error response be cached by CloudFront. If you don't want to specify any custom error responses, include only an empty CustomErrorResponses element. To delete all custom error responses in an existing distribution, update the distribution configuration and include only an empty CustomErrorResponses element. To add, change, or remove one or more custom error responses, update the distribution configuration and specify all of the custom error responses that you want to include in the updated distribution.", "shapeName" : "CustomErrorResponse", "deprecated" : false, "required" : [ "ErrorCode" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "integer", "variable" : { "variableName" : "errorCode", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@param errorCode The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.*/", "getterDocumentation" : "/**The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@return The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.*/", "fluentSetterDocumentation" : "/**The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@param errorCode The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@param errorCode The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.", "name" : "ResponsePagePath", "c2jName" : "ResponsePagePath", "c2jShape" : "string", "variable" : { "variableName" : "responsePagePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "responsePagePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponsePagePath", "marshallLocationName" : "ResponsePagePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@param responsePagePath The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.*/", "getterDocumentation" : "/**The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@return The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.*/", "fluentSetterDocumentation" : "/**The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@param responsePagePath The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@param responsePagePath The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.", "name" : "ResponseCode", "c2jName" : "ResponseCode", "c2jShape" : "string", "variable" : { "variableName" : "responseCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "responseCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponseCode", "marshallLocationName" : "ResponseCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@param responseCode The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.*/", "getterDocumentation" : "/**The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@return The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.*/", "fluentSetterDocumentation" : "/**The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@param responseCode The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@param responseCode The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.", "name" : "ErrorCachingMinTTL", "c2jName" : "ErrorCachingMinTTL", "c2jShape" : "long", "variable" : { "variableName" : "errorCachingMinTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "errorCachingMinTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCachingMinTTL", "marshallLocationName" : "ErrorCachingMinTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@param errorCachingMinTTL The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.*/", "getterDocumentation" : "/**The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@return The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.*/", "fluentSetterDocumentation" : "/**The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@param errorCachingMinTTL The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@param errorCachingMinTTL The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "customErrorResponse", "variableType" : "CustomErrorResponse", "variableDeclarationType" : "CustomErrorResponse", "documentation" : null, "variableSetterType" : "CustomErrorResponse", "simpleType" : "CustomErrorResponse" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ResponseCode" : { "documentation" : "The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.", "name" : "ResponseCode", "c2jName" : "ResponseCode", "c2jShape" : "string", "variable" : { "variableName" : "responseCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "responseCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponseCode", "marshallLocationName" : "ResponseCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@param responseCode The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.*/", "getterDocumentation" : "/**The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@return The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.*/", "fluentSetterDocumentation" : "/**The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@param responseCode The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@param responseCode The HTTP status code that you want CloudFront to return with the custom error page to the viewer. For a list of HTTP status codes that you can replace, see CloudFront Documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorCachingMinTTL" : { "documentation" : "The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.", "name" : "ErrorCachingMinTTL", "c2jName" : "ErrorCachingMinTTL", "c2jShape" : "long", "variable" : { "variableName" : "errorCachingMinTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "errorCachingMinTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCachingMinTTL", "marshallLocationName" : "ErrorCachingMinTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@param errorCachingMinTTL The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.*/", "getterDocumentation" : "/**The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@return The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.*/", "fluentSetterDocumentation" : "/**The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@param errorCachingMinTTL The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@param errorCachingMinTTL The minimum amount of time you want HTTP error codes to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated. You can specify a value from 0 to 31,536,000.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ErrorCode" : { "documentation" : "The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.", "name" : "ErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "integer", "variable" : { "variableName" : "errorCode", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "errorCode", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ErrorCode", "marshallLocationName" : "ErrorCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@param errorCode The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.*/", "getterDocumentation" : "/**The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@return The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.*/", "fluentSetterDocumentation" : "/**The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@param errorCode The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@param errorCode The 4xx or 5xx HTTP status code that you want to customize. For a list of HTTP status codes that you can customize, see CloudFront documentation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResponsePagePath" : { "documentation" : "The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.", "name" : "ResponsePagePath", "c2jName" : "ResponsePagePath", "c2jShape" : "string", "variable" : { "variableName" : "responsePagePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "responsePagePath", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResponsePagePath", "marshallLocationName" : "ResponsePagePath", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@param responsePagePath The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.*/", "getterDocumentation" : "/**The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@return The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.*/", "fluentSetterDocumentation" : "/**The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@param responsePagePath The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@param responsePagePath The path of the custom error page (for example, /custom_404.html). The path is relative to the distribution and must begin with a slash (/). If the path includes any non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not return the custom error page to the viewer.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyStreamingDistributionCNAMEsException" : { "c2jName" : "TooManyStreamingDistributionCNAMEs", "documentation" : "", "shapeName" : "TooManyStreamingDistributionCNAMEsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyStreamingDistributionCNAMEsException", "variableType" : "TooManyStreamingDistributionCNAMEsException", "variableDeclarationType" : "TooManyStreamingDistributionCNAMEsException", "documentation" : null, "variableSetterType" : "TooManyStreamingDistributionCNAMEsException", "simpleType" : "TooManyStreamingDistributionCNAMEsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyStreamingDistributionCNAMEs", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListInvalidationsResult" : { "c2jName" : "ListInvalidationsResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "ListInvalidationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Information about invalidation batches.", "name" : "InvalidationList", "c2jName" : "InvalidationList", "c2jShape" : "InvalidationList", "variable" : { "variableName" : "invalidationList", "variableType" : "InvalidationList", "variableDeclarationType" : "InvalidationList", "documentation" : "Information about invalidation batches.", "variableSetterType" : "InvalidationList", "simpleType" : "InvalidationList" }, "setterModel" : { "variableName" : "invalidationList", "variableType" : "InvalidationList", "variableDeclarationType" : "InvalidationList", "documentation" : "", "variableSetterType" : "InvalidationList", "simpleType" : "InvalidationList" }, "getterModel" : { "returnType" : "InvalidationList", "documentation" : null }, "http" : { "unmarshallLocationName" : "InvalidationList", "marshallLocationName" : "InvalidationList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**Information about invalidation batches.\n@param invalidationList Information about invalidation batches.*/", "getterDocumentation" : "/**Information about invalidation batches.\n@return Information about invalidation batches.*/", "fluentSetterDocumentation" : "/**Information about invalidation batches.\n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Information about invalidation batches.\n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listInvalidationsResult", "variableType" : "ListInvalidationsResult", "variableDeclarationType" : "ListInvalidationsResult", "documentation" : null, "variableSetterType" : "ListInvalidationsResult", "simpleType" : "ListInvalidationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InvalidationList" : { "documentation" : "Information about invalidation batches.", "name" : "InvalidationList", "c2jName" : "InvalidationList", "c2jShape" : "InvalidationList", "variable" : { "variableName" : "invalidationList", "variableType" : "InvalidationList", "variableDeclarationType" : "InvalidationList", "documentation" : "Information about invalidation batches.", "variableSetterType" : "InvalidationList", "simpleType" : "InvalidationList" }, "setterModel" : { "variableName" : "invalidationList", "variableType" : "InvalidationList", "variableDeclarationType" : "InvalidationList", "documentation" : "", "variableSetterType" : "InvalidationList", "simpleType" : "InvalidationList" }, "getterModel" : { "returnType" : "InvalidationList", "documentation" : null }, "http" : { "unmarshallLocationName" : "InvalidationList", "marshallLocationName" : "InvalidationList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**Information about invalidation batches.\n@param invalidationList Information about invalidation batches.*/", "getterDocumentation" : "/**Information about invalidation batches.\n@return Information about invalidation batches.*/", "fluentSetterDocumentation" : "/**Information about invalidation batches.\n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Information about invalidation batches.\n@param invalidationList Information about invalidation batches.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Invalidation" : { "c2jName" : "Invalidation", "documentation" : "An invalidation.", "shapeName" : "Invalidation", "deprecated" : false, "required" : [ "Id", "Status", "CreateTime", "InvalidationBatch" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return The identifier for the invalidation request. For example: IDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.*/", "getterDocumentation" : "/**The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return The status of the invalidation request. When the invalidation batch is finished, the status is Completed.*/", "fluentSetterDocumentation" : "/**The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The date and time the invalidation request was first made.", "name" : "CreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the invalidation request was first made.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreateTime", "marshallLocationName" : "CreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the invalidation request was first made.\n@param createTime The date and time the invalidation request was first made.*/", "getterDocumentation" : "/**The date and time the invalidation request was first made.\n@return The date and time the invalidation request was first made.*/", "fluentSetterDocumentation" : "/**The date and time the invalidation request was first made.\n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the invalidation request was first made.\n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current invalidation information for the batch request.", "name" : "InvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "variable" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : "The current invalidation information for the batch request.", "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "setterModel" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : "", "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "InvalidationBatch", "marshallLocationName" : "InvalidationBatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The current invalidation information for the batch request.\n@param invalidationBatch The current invalidation information for the batch request.*/", "getterDocumentation" : "/**The current invalidation information for the batch request.\n@return The current invalidation information for the batch request.*/", "fluentSetterDocumentation" : "/**The current invalidation information for the batch request.\n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current invalidation information for the batch request.\n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : null, "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The status of the invalidation request. When the invalidation batch is finished, the status is Completed.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.*/", "getterDocumentation" : "/**The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return The status of the invalidation request. When the invalidation batch is finished, the status is Completed.*/", "fluentSetterDocumentation" : "/**The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@param status The status of the invalidation request. When the invalidation batch is finished, the status is Completed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InvalidationBatch" : { "documentation" : "The current invalidation information for the batch request.", "name" : "InvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "variable" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : "The current invalidation information for the batch request.", "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "setterModel" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : "", "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "InvalidationBatch", "marshallLocationName" : "InvalidationBatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The current invalidation information for the batch request.\n@param invalidationBatch The current invalidation information for the batch request.*/", "getterDocumentation" : "/**The current invalidation information for the batch request.\n@return The current invalidation information for the batch request.*/", "fluentSetterDocumentation" : "/**The current invalidation information for the batch request.\n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current invalidation information for the batch request.\n@param invalidationBatch The current invalidation information for the batch request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreateTime" : { "documentation" : "The date and time the invalidation request was first made.", "name" : "CreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the invalidation request was first made.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreateTime", "marshallLocationName" : "CreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the invalidation request was first made.\n@param createTime The date and time the invalidation request was first made.*/", "getterDocumentation" : "/**The date and time the invalidation request was first made.\n@return The date and time the invalidation request was first made.*/", "fluentSetterDocumentation" : "/**The date and time the invalidation request was first made.\n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the invalidation request was first made.\n@param createTime The date and time the invalidation request was first made.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the invalidation request. For example: IDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return The identifier for the invalidation request. For example: IDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@param id The identifier for the invalidation request. For example: IDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateDistributionResult" : { "c2jName" : "UpdateDistributionResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "UpdateDistributionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's information.", "name" : "Distribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "variable" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "The distribution's information.", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "setterModel" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "Distribution", "marshallLocationName" : "Distribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.*/", "getterDocumentation" : "/**The distribution's information.\n@return The distribution's information.*/", "fluentSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateDistributionResult", "variableType" : "UpdateDistributionResult", "variableDeclarationType" : "UpdateDistributionResult", "documentation" : null, "variableSetterType" : "UpdateDistributionResult", "simpleType" : "UpdateDistributionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Distribution" : { "documentation" : "The distribution's information.", "name" : "Distribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "variable" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "The distribution's information.", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "setterModel" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "Distribution", "marshallLocationName" : "Distribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.*/", "getterDocumentation" : "/**The distribution's information.\n@return The distribution's information.*/", "fluentSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Restrictions" : { "c2jName" : "Restrictions", "documentation" : "A complex type that identifies ways in which you want to restrict distribution of your content.", "shapeName" : "Restrictions", "deprecated" : false, "required" : [ "GeoRestriction" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "", "name" : "GeoRestriction", "c2jName" : "GeoRestriction", "c2jShape" : "GeoRestriction", "variable" : { "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "variableDeclarationType" : "GeoRestriction", "documentation" : "", "variableSetterType" : "GeoRestriction", "simpleType" : "GeoRestriction" }, "setterModel" : { "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "variableDeclarationType" : "GeoRestriction", "documentation" : "", "variableSetterType" : "GeoRestriction", "simpleType" : "GeoRestriction" }, "getterModel" : { "returnType" : "GeoRestriction", "documentation" : null }, "http" : { "unmarshallLocationName" : "GeoRestriction", "marshallLocationName" : "GeoRestriction", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param geoRestriction */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param geoRestriction \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param geoRestriction \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : null, "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "GeoRestriction" : { "documentation" : "", "name" : "GeoRestriction", "c2jName" : "GeoRestriction", "c2jShape" : "GeoRestriction", "variable" : { "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "variableDeclarationType" : "GeoRestriction", "documentation" : "", "variableSetterType" : "GeoRestriction", "simpleType" : "GeoRestriction" }, "setterModel" : { "variableName" : "geoRestriction", "variableType" : "GeoRestriction", "variableDeclarationType" : "GeoRestriction", "documentation" : "", "variableSetterType" : "GeoRestriction", "simpleType" : "GeoRestriction" }, "getterModel" : { "returnType" : "GeoRestriction", "documentation" : null }, "http" : { "unmarshallLocationName" : "GeoRestriction", "marshallLocationName" : "GeoRestriction", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param geoRestriction */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param geoRestriction \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param geoRestriction \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SSLSupportMethod" : { "c2jName" : "SSLSupportMethod", "documentation" : "", "shapeName" : "SSLSupportMethod", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "SniOnly", "value" : "sni-only" }, { "name" : "Vip", "value" : "vip" } ], "variable" : { "variableName" : "sSLSupportMethod", "variableType" : "SSLSupportMethod", "variableDeclarationType" : "SSLSupportMethod", "documentation" : null, "variableSetterType" : "SSLSupportMethod", "simpleType" : "SSLSupportMethod" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CustomHeaders" : { "c2jName" : "CustomHeaders", "documentation" : "A complex type that contains the list of Custom Headers for each origin.", "shapeName" : "CustomHeaders", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of custom headers for this origin.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of custom headers for this origin.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of custom headers for this origin.\n@param quantity The number of custom headers for this origin.*/", "getterDocumentation" : "/**The number of custom headers for this origin.\n@return The number of custom headers for this origin.*/", "fluentSetterDocumentation" : "/**The number of custom headers for this origin.\n@param quantity The number of custom headers for this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of custom headers for this origin.\n@param quantity The number of custom headers for this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains the custom headers for this Origin.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "OriginCustomHeadersList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains the custom headers for this Origin.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OriginCustomHeader", "memberLocationName" : "OriginCustomHeader", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OriginCustomHeader", "variable" : { "variableName" : "member", "variableType" : "OriginCustomHeader", "variableDeclarationType" : "OriginCustomHeader", "documentation" : "", "variableSetterType" : "OriginCustomHeader", "simpleType" : "OriginCustomHeader" }, "setterModel" : { "variableName" : "member", "variableType" : "OriginCustomHeader", "variableDeclarationType" : "OriginCustomHeader", "documentation" : "", "variableSetterType" : "OriginCustomHeader", "simpleType" : "OriginCustomHeader" }, "getterModel" : { "returnType" : "OriginCustomHeader", "documentation" : null }, "http" : { "unmarshallLocationName" : "OriginCustomHeader", "marshallLocationName" : "OriginCustomHeader", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "OriginCustomHeader", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains the custom headers for this Origin.\n@param items A complex type that contains the custom headers for this Origin.*/", "getterDocumentation" : "/**A complex type that contains the custom headers for this Origin.\n@return A complex type that contains the custom headers for this Origin.*/", "fluentSetterDocumentation" : "/**A complex type that contains the custom headers for this Origin.\n@param items A complex type that contains the custom headers for this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains the custom headers for this Origin.\n

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

\n@param items A complex type that contains the custom headers for this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "customHeaders", "variableType" : "CustomHeaders", "variableDeclarationType" : "CustomHeaders", "documentation" : null, "variableSetterType" : "CustomHeaders", "simpleType" : "CustomHeaders" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains the custom headers for this Origin.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "OriginCustomHeadersList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains the custom headers for this Origin.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "OriginCustomHeader", "memberLocationName" : "OriginCustomHeader", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "OriginCustomHeader", "variable" : { "variableName" : "member", "variableType" : "OriginCustomHeader", "variableDeclarationType" : "OriginCustomHeader", "documentation" : "", "variableSetterType" : "OriginCustomHeader", "simpleType" : "OriginCustomHeader" }, "setterModel" : { "variableName" : "member", "variableType" : "OriginCustomHeader", "variableDeclarationType" : "OriginCustomHeader", "documentation" : "", "variableSetterType" : "OriginCustomHeader", "simpleType" : "OriginCustomHeader" }, "getterModel" : { "returnType" : "OriginCustomHeader", "documentation" : null }, "http" : { "unmarshallLocationName" : "OriginCustomHeader", "marshallLocationName" : "OriginCustomHeader", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "OriginCustomHeader", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains the custom headers for this Origin.\n@param items A complex type that contains the custom headers for this Origin.*/", "getterDocumentation" : "/**A complex type that contains the custom headers for this Origin.\n@return A complex type that contains the custom headers for this Origin.*/", "fluentSetterDocumentation" : "/**A complex type that contains the custom headers for this Origin.\n@param items A complex type that contains the custom headers for this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains the custom headers for this Origin.\n

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

\n@param items A complex type that contains the custom headers for this Origin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of custom headers for this origin.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of custom headers for this origin.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of custom headers for this origin.\n@param quantity The number of custom headers for this origin.*/", "getterDocumentation" : "/**The number of custom headers for this origin.\n@return The number of custom headers for this origin.*/", "fluentSetterDocumentation" : "/**The number of custom headers for this origin.\n@param quantity The number of custom headers for this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of custom headers for this origin.\n@param quantity The number of custom headers for this origin.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetCloudFrontOriginAccessIdentityConfigRequest" : { "c2jName" : "GetCloudFrontOriginAccessIdentityConfigRequest", "documentation" : "The request to get an origin access identity's configuration.", "shapeName" : "GetCloudFrontOriginAccessIdentityConfigRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The identity's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identity's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identity's id.\n@param id The identity's id.*/", "getterDocumentation" : "/**The identity's id.\n@return The identity's id.*/", "fluentSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getCloudFrontOriginAccessIdentityConfigRequest", "variableType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "documentation" : null, "variableSetterType" : "GetCloudFrontOriginAccessIdentityConfigRequest", "simpleType" : "GetCloudFrontOriginAccessIdentityConfigRequest" }, "marshaller" : { "action" : "GetCloudFrontOriginAccessIdentityConfig2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/origin-access-identity/cloudfront/{Id}/config", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The identity's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identity's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identity's id.\n@param id The identity's id.*/", "getterDocumentation" : "/**The identity's id.\n@return The identity's id.*/", "fluentSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identity's id.\n@param id The identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InconsistentQuantitiesException" : { "c2jName" : "InconsistentQuantities", "documentation" : "The value of Quantity and the size of Items do not match.", "shapeName" : "InconsistentQuantitiesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "inconsistentQuantitiesException", "variableType" : "InconsistentQuantitiesException", "variableDeclarationType" : "InconsistentQuantitiesException", "documentation" : null, "variableSetterType" : "InconsistentQuantitiesException", "simpleType" : "InconsistentQuantitiesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InconsistentQuantities", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListStreamingDistributionsRequest" : { "c2jName" : "ListStreamingDistributionsRequest", "documentation" : "The request to list your streaming distributions.", "shapeName" : "ListStreamingDistributionsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).*/", "getterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).*/", "fluentSetterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of streaming distributions you want in the response body.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of streaming distributions you want in the response body.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of streaming distributions you want in the response body.\n@param maxItems The maximum number of streaming distributions you want in the response body.*/", "getterDocumentation" : "/**The maximum number of streaming distributions you want in the response body.\n@return The maximum number of streaming distributions you want in the response body.*/", "fluentSetterDocumentation" : "/**The maximum number of streaming distributions you want in the response body.\n@param maxItems The maximum number of streaming distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of streaming distributions you want in the response body.\n@param maxItems The maximum number of streaming distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listStreamingDistributionsRequest", "variableType" : "ListStreamingDistributionsRequest", "variableDeclarationType" : "ListStreamingDistributionsRequest", "documentation" : null, "variableSetterType" : "ListStreamingDistributionsRequest", "simpleType" : "ListStreamingDistributionsRequest" }, "marshaller" : { "action" : "ListStreamingDistributions2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/streaming-distribution", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxItems" : { "documentation" : "The maximum number of streaming distributions you want in the response body.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of streaming distributions you want in the response body.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of streaming distributions you want in the response body.\n@param maxItems The maximum number of streaming distributions you want in the response body.*/", "getterDocumentation" : "/**The maximum number of streaming distributions you want in the response body.\n@return The maximum number of streaming distributions you want in the response body.*/", "fluentSetterDocumentation" : "/**The maximum number of streaming distributions you want in the response body.\n@param maxItems The maximum number of streaming distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of streaming distributions you want in the response body.\n@param maxItems The maximum number of streaming distributions you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).*/", "getterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).*/", "fluentSetterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateCloudFrontOriginAccessIdentityRequest" : { "c2jName" : "CreateCloudFrontOriginAccessIdentityRequest", "documentation" : "The request to create a new origin access identity.", "shapeName" : "CreateCloudFrontOriginAccessIdentityRequest", "deprecated" : false, "required" : [ "CloudFrontOriginAccessIdentityConfig" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The origin access identity's configuration information.", "name" : "CloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "The origin access identity's configuration information.", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.*/", "getterDocumentation" : "/**The origin access identity's configuration information.\n@return The origin access identity's configuration information.*/", "fluentSetterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createCloudFrontOriginAccessIdentityRequest", "variableType" : "CreateCloudFrontOriginAccessIdentityRequest", "variableDeclarationType" : "CreateCloudFrontOriginAccessIdentityRequest", "documentation" : null, "variableSetterType" : "CreateCloudFrontOriginAccessIdentityRequest", "simpleType" : "CreateCloudFrontOriginAccessIdentityRequest" }, "marshaller" : { "action" : "CreateCloudFrontOriginAccessIdentity2016_01_28", "verb" : "POST", "target" : null, "requestUri" : "/2016-01-28/origin-access-identity/cloudfront", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CloudFrontOriginAccessIdentityConfig" : { "documentation" : "The origin access identity's configuration information.", "name" : "CloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "The origin access identity's configuration information.", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.*/", "getterDocumentation" : "/**The origin access identity's configuration information.\n@return The origin access identity's configuration information.*/", "fluentSetterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteStreamingDistributionRequest" : { "c2jName" : "DeleteStreamingDistributionRequest", "documentation" : "The request to delete a streaming distribution.", "shapeName" : "DeleteStreamingDistributionRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution id.\n@param id The distribution id.*/", "getterDocumentation" : "/**The distribution id.\n@return The distribution id.*/", "fluentSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteStreamingDistributionRequest", "variableType" : "DeleteStreamingDistributionRequest", "variableDeclarationType" : "DeleteStreamingDistributionRequest", "documentation" : null, "variableSetterType" : "DeleteStreamingDistributionRequest", "simpleType" : "DeleteStreamingDistributionRequest" }, "marshaller" : { "action" : "DeleteStreamingDistribution2016_01_28", "verb" : "DELETE", "target" : null, "requestUri" : "/2016-01-28/streaming-distribution/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The distribution id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution id.\n@param id The distribution id.*/", "getterDocumentation" : "/**The distribution id.\n@return The distribution id.*/", "fluentSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution id.\n@param id The distribution id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IfMatch" : { "documentation" : "The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when you disabled the streaming distribution. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DistributionConfig" : { "c2jName" : "DistributionConfig", "documentation" : "A distribution Configuration.", "shapeName" : "DistributionConfig", "deprecated" : false, "required" : [ "CallerReference", "Origins", "DefaultCacheBehavior", "Comment", "Enabled" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.*/", "getterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.*/", "fluentSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "name" : "Aliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "setterModel" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "unmarshallLocationName" : "Aliases", "marshallLocationName" : "Aliases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.*/", "getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.", "name" : "DefaultRootObject", "c2jName" : "DefaultRootObject", "c2jShape" : "string", "variable" : { "variableName" : "defaultRootObject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "defaultRootObject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultRootObject", "marshallLocationName" : "DefaultRootObject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@param defaultRootObject The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.*/", "getterDocumentation" : "/**The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@return The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.*/", "fluentSetterDocumentation" : "/**The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@param defaultRootObject The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@param defaultRootObject The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about origins for this distribution.", "name" : "Origins", "c2jName" : "Origins", "c2jShape" : "Origins", "variable" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : "A complex type that contains information about origins for this distribution.", "variableSetterType" : "Origins", "simpleType" : "Origins" }, "setterModel" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : "", "variableSetterType" : "Origins", "simpleType" : "Origins" }, "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "unmarshallLocationName" : "Origins", "marshallLocationName" : "Origins", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.*/", "getterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@return A complex type that contains information about origins for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "name" : "DefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "variable" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "setterModel" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : "", "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCacheBehavior", "marshallLocationName" : "DefaultCacheBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.*/", "getterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.*/", "fluentSetterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "name" : "CacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "variable" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "setterModel" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : "", "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheBehaviors", "marshallLocationName" : "CacheBehaviors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.*/", "getterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@return A complex type that contains zero or more CacheBehavior elements.*/", "fluentSetterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains zero or more CustomErrorResponse elements.", "name" : "CustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "variable" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : "A complex type that contains zero or more CustomErrorResponse elements.", "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "setterModel" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : "", "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomErrorResponses", "marshallLocationName" : "CustomErrorResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponse elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponse elements.*/", "getterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponse elements.\n@return A complex type that contains zero or more CustomErrorResponse elements.*/", "fluentSetterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponse elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponse elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponse elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponse elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Any comments you want to include about the distribution.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Any comments you want to include about the distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Any comments you want to include about the distribution.\n@param comment Any comments you want to include about the distribution.*/", "getterDocumentation" : "/**Any comments you want to include about the distribution.\n@return Any comments you want to include about the distribution.*/", "fluentSetterDocumentation" : "/**Any comments you want to include about the distribution.\n@param comment Any comments you want to include about the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Any comments you want to include about the distribution.\n@param comment Any comments you want to include about the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that controls whether access logs are written for the distribution.", "name" : "Logging", "c2jName" : "Logging", "c2jShape" : "LoggingConfig", "variable" : { "variableName" : "logging", "variableType" : "LoggingConfig", "variableDeclarationType" : "LoggingConfig", "documentation" : "A complex type that controls whether access logs are written for the distribution.", "variableSetterType" : "LoggingConfig", "simpleType" : "LoggingConfig" }, "setterModel" : { "variableName" : "logging", "variableType" : "LoggingConfig", "variableDeclarationType" : "LoggingConfig", "documentation" : "", "variableSetterType" : "LoggingConfig", "simpleType" : "LoggingConfig" }, "getterModel" : { "returnType" : "LoggingConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logging", "marshallLocationName" : "Logging", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that controls whether access logs are written for the distribution.\n@param logging A complex type that controls whether access logs are written for the distribution.*/", "getterDocumentation" : "/**A complex type that controls whether access logs are written for the distribution.\n@return A complex type that controls whether access logs are written for the distribution.*/", "fluentSetterDocumentation" : "/**A complex type that controls whether access logs are written for the distribution.\n@param logging A complex type that controls whether access logs are written for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that controls whether access logs are written for the distribution.\n@param logging A complex type that controls whether access logs are written for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about price class for this distribution.", "name" : "PriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "variable" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A complex type that contains information about price class for this distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PriceClass", "marshallLocationName" : "PriceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PriceClass", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A complex type that contains information about price class for this distribution.\n@param priceClass A complex type that contains information about price class for this distribution.\n@see PriceClass*/", "getterDocumentation" : "/**A complex type that contains information about price class for this distribution.\n@return A complex type that contains information about price class for this distribution.\n@see PriceClass*/", "fluentSetterDocumentation" : "/**A complex type that contains information about price class for this distribution.\n@param priceClass A complex type that contains information about price class for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/", "varargSetterDocumentation" : "/**A complex type that contains information about price class for this distribution.\n@param priceClass A complex type that contains information about price class for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/" }, { "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.*/", "getterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@return Whether the distribution is enabled to accept end user requests for content.*/", "fluentSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "variable" : { "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "variableDeclarationType" : "ViewerCertificate", "documentation" : "", "variableSetterType" : "ViewerCertificate", "simpleType" : "ViewerCertificate" }, "setterModel" : { "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "variableDeclarationType" : "ViewerCertificate", "documentation" : "", "variableSetterType" : "ViewerCertificate", "simpleType" : "ViewerCertificate" }, "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "ViewerCertificate", "marshallLocationName" : "ViewerCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param viewerCertificate */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param viewerCertificate \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param viewerCertificate \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Restrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "variable" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : "", "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "setterModel" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : "", "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Restrictions", "marshallLocationName" : "Restrictions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param restrictions */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param restrictions \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param restrictions \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@param webACLId (Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.*/", "getterDocumentation" : "/**(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@return (Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.*/", "fluentSetterDocumentation" : "/**(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@param webACLId (Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@param webACLId (Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : null, "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Aliases" : { "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "name" : "Aliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "setterModel" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "unmarshallLocationName" : "Aliases", "marshallLocationName" : "Aliases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.*/", "getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.*/", "getterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@return Whether the distribution is enabled to accept end user requests for content.*/", "fluentSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PriceClass" : { "documentation" : "A complex type that contains information about price class for this distribution.", "name" : "PriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "variable" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A complex type that contains information about price class for this distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PriceClass", "marshallLocationName" : "PriceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PriceClass", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A complex type that contains information about price class for this distribution.\n@param priceClass A complex type that contains information about price class for this distribution.\n@see PriceClass*/", "getterDocumentation" : "/**A complex type that contains information about price class for this distribution.\n@return A complex type that contains information about price class for this distribution.\n@see PriceClass*/", "fluentSetterDocumentation" : "/**A complex type that contains information about price class for this distribution.\n@param priceClass A complex type that contains information about price class for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/", "varargSetterDocumentation" : "/**A complex type that contains information about price class for this distribution.\n@param priceClass A complex type that contains information about price class for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/" }, "Comment" : { "documentation" : "Any comments you want to include about the distribution.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Any comments you want to include about the distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Any comments you want to include about the distribution.\n@param comment Any comments you want to include about the distribution.*/", "getterDocumentation" : "/**Any comments you want to include about the distribution.\n@return Any comments you want to include about the distribution.*/", "fluentSetterDocumentation" : "/**Any comments you want to include about the distribution.\n@param comment Any comments you want to include about the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Any comments you want to include about the distribution.\n@param comment Any comments you want to include about the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WebACLId" : { "documentation" : "(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@param webACLId (Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.*/", "getterDocumentation" : "/**(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@return (Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.*/", "fluentSetterDocumentation" : "/**(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@param webACLId (Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**(Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@param webACLId (Optional) If you're using AWS WAF to filter CloudFront requests, the Id of the AWS WAF web ACL that is associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheBehaviors" : { "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "name" : "CacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "variable" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "setterModel" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : "", "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheBehaviors", "marshallLocationName" : "CacheBehaviors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.*/", "getterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@return A complex type that contains zero or more CacheBehavior elements.*/", "fluentSetterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Logging" : { "documentation" : "A complex type that controls whether access logs are written for the distribution.", "name" : "Logging", "c2jName" : "Logging", "c2jShape" : "LoggingConfig", "variable" : { "variableName" : "logging", "variableType" : "LoggingConfig", "variableDeclarationType" : "LoggingConfig", "documentation" : "A complex type that controls whether access logs are written for the distribution.", "variableSetterType" : "LoggingConfig", "simpleType" : "LoggingConfig" }, "setterModel" : { "variableName" : "logging", "variableType" : "LoggingConfig", "variableDeclarationType" : "LoggingConfig", "documentation" : "", "variableSetterType" : "LoggingConfig", "simpleType" : "LoggingConfig" }, "getterModel" : { "returnType" : "LoggingConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logging", "marshallLocationName" : "Logging", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that controls whether access logs are written for the distribution.\n@param logging A complex type that controls whether access logs are written for the distribution.*/", "getterDocumentation" : "/**A complex type that controls whether access logs are written for the distribution.\n@return A complex type that controls whether access logs are written for the distribution.*/", "fluentSetterDocumentation" : "/**A complex type that controls whether access logs are written for the distribution.\n@param logging A complex type that controls whether access logs are written for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that controls whether access logs are written for the distribution.\n@param logging A complex type that controls whether access logs are written for the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomErrorResponses" : { "documentation" : "A complex type that contains zero or more CustomErrorResponse elements.", "name" : "CustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "variable" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : "A complex type that contains zero or more CustomErrorResponse elements.", "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "setterModel" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : "", "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomErrorResponses", "marshallLocationName" : "CustomErrorResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponse elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponse elements.*/", "getterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponse elements.\n@return A complex type that contains zero or more CustomErrorResponse elements.*/", "fluentSetterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponse elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponse elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponse elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponse elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ViewerCertificate" : { "documentation" : "", "name" : "ViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "variable" : { "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "variableDeclarationType" : "ViewerCertificate", "documentation" : "", "variableSetterType" : "ViewerCertificate", "simpleType" : "ViewerCertificate" }, "setterModel" : { "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "variableDeclarationType" : "ViewerCertificate", "documentation" : "", "variableSetterType" : "ViewerCertificate", "simpleType" : "ViewerCertificate" }, "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "ViewerCertificate", "marshallLocationName" : "ViewerCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param viewerCertificate */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param viewerCertificate \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param viewerCertificate \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultRootObject" : { "documentation" : "The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.", "name" : "DefaultRootObject", "c2jName" : "DefaultRootObject", "c2jShape" : "string", "variable" : { "variableName" : "defaultRootObject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "defaultRootObject", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultRootObject", "marshallLocationName" : "DefaultRootObject", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@param defaultRootObject The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.*/", "getterDocumentation" : "/**The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@return The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.*/", "fluentSetterDocumentation" : "/**The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@param defaultRootObject The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@param defaultRootObject The object that you want CloudFront to return (for example, index.html) when an end user requests the root URL for your distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/index.html). Specifying a default root object avoids exposing the contents of your distribution. If you don't want to specify a default root object when you create a distribution, include an empty DefaultRootObject element. To delete the default root object from an existing distribution, update the distribution configuration and include an empty DefaultRootObject element. To replace the default root object, update the distribution configuration and specify the new object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Restrictions" : { "documentation" : "", "name" : "Restrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "variable" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : "", "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "setterModel" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : "", "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Restrictions", "marshallLocationName" : "Restrictions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param restrictions */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param restrictions \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param restrictions \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CallerReference" : { "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.*/", "getterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.*/", "fluentSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the DistributionConfig object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create a distribution, and the content of the DistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of the DistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Origins" : { "documentation" : "A complex type that contains information about origins for this distribution.", "name" : "Origins", "c2jName" : "Origins", "c2jShape" : "Origins", "variable" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : "A complex type that contains information about origins for this distribution.", "variableSetterType" : "Origins", "simpleType" : "Origins" }, "setterModel" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : "", "variableSetterType" : "Origins", "simpleType" : "Origins" }, "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "unmarshallLocationName" : "Origins", "marshallLocationName" : "Origins", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.*/", "getterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@return A complex type that contains information about origins for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultCacheBehavior" : { "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "name" : "DefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "variable" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "setterModel" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : "", "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCacheBehavior", "marshallLocationName" : "DefaultCacheBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.*/", "getterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.*/", "fluentSetterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidationBatch" : { "c2jName" : "InvalidationBatch", "documentation" : "An invalidation batch.", "shapeName" : "InvalidationBatch", "deprecated" : false, "required" : [ "Paths", "CallerReference" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.", "name" : "Paths", "c2jName" : "Paths", "c2jShape" : "Paths", "variable" : { "variableName" : "paths", "variableType" : "Paths", "variableDeclarationType" : "Paths", "documentation" : "The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.", "variableSetterType" : "Paths", "simpleType" : "Paths" }, "setterModel" : { "variableName" : "paths", "variableType" : "Paths", "variableDeclarationType" : "Paths", "documentation" : "", "variableSetterType" : "Paths", "simpleType" : "Paths" }, "getterModel" : { "returnType" : "Paths", "documentation" : null }, "http" : { "unmarshallLocationName" : "Paths", "marshallLocationName" : "Paths", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@param paths The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.*/", "getterDocumentation" : "/**The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@return The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.*/", "fluentSetterDocumentation" : "/**The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@param paths The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@param paths The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@param callerReference A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.*/", "getterDocumentation" : "/**A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.*/", "fluentSetterDocumentation" : "/**A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@param callerReference A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@param callerReference A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : null, "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CallerReference" : { "documentation" : "A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@param callerReference A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.*/", "getterDocumentation" : "/**A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.*/", "fluentSetterDocumentation" : "/**A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@param callerReference A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@param callerReference A unique name that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the Path object), a new distribution is created. If the CallerReference is a value you already sent in a previous request to create an invalidation batch, and the content of each Path element is identical to the original request, the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a distribution but the content of any Path is different from the original request, CloudFront returns an InvalidationBatchAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Paths" : { "documentation" : "The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.", "name" : "Paths", "c2jName" : "Paths", "c2jShape" : "Paths", "variable" : { "variableName" : "paths", "variableType" : "Paths", "variableDeclarationType" : "Paths", "documentation" : "The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.", "variableSetterType" : "Paths", "simpleType" : "Paths" }, "setterModel" : { "variableName" : "paths", "variableType" : "Paths", "variableDeclarationType" : "Paths", "documentation" : "", "variableSetterType" : "Paths", "simpleType" : "Paths" }, "getterModel" : { "returnType" : "Paths", "documentation" : null }, "http" : { "unmarshallLocationName" : "Paths", "marshallLocationName" : "Paths", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@param paths The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.*/", "getterDocumentation" : "/**The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@return The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.*/", "fluentSetterDocumentation" : "/**The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@param paths The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@param paths The path of the object to invalidate. The path is relative to the distribution and must begin with a slash (/). You must enclose each invalidation object with the Path element tags. If the path includes non-ASCII characters or unsafe characters as defined in RFC 1783 (http://www.ietf.org/rfc/rfc1738.txt), URL encode those characters. Do not URL encode any other characters in the path, or CloudFront will not invalidate the old version of the updated object.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "KeyPairIds" : { "c2jName" : "KeyPairIds", "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "shapeName" : "KeyPairIds", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of active CloudFront key pairs for AwsAccountNumber.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of active CloudFront key pairs for AwsAccountNumber.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of active CloudFront key pairs for AwsAccountNumber.\n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.*/", "getterDocumentation" : "/**The number of active CloudFront key pairs for AwsAccountNumber.\n@return The number of active CloudFront key pairs for AwsAccountNumber.*/", "fluentSetterDocumentation" : "/**The number of active CloudFront key pairs for AwsAccountNumber.\n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of active CloudFront key pairs for AwsAccountNumber.\n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "KeyPairIdList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "KeyPairId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyPairId", "marshallLocationName" : "KeyPairId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.*/", "getterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.*/", "fluentSetterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n

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

\n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "variableDeclarationType" : "KeyPairIds", "documentation" : null, "variableSetterType" : "KeyPairIds", "simpleType" : "KeyPairIds" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "KeyPairIdList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "KeyPairId", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyPairId", "marshallLocationName" : "KeyPairId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.*/", "getterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.*/", "fluentSetterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n

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

\n@param items A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of active CloudFront key pairs for AwsAccountNumber.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of active CloudFront key pairs for AwsAccountNumber.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of active CloudFront key pairs for AwsAccountNumber.\n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.*/", "getterDocumentation" : "/**The number of active CloudFront key pairs for AwsAccountNumber.\n@return The number of active CloudFront key pairs for AwsAccountNumber.*/", "fluentSetterDocumentation" : "/**The number of active CloudFront key pairs for AwsAccountNumber.\n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of active CloudFront key pairs for AwsAccountNumber.\n@param quantity The number of active CloudFront key pairs for AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CookiePreference" : { "c2jName" : "CookiePreference", "documentation" : "A complex type that specifies the cookie preferences associated with this cache behavior.", "shapeName" : "CookiePreference", "deprecated" : false, "required" : [ "Forward" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.", "name" : "Forward", "c2jName" : "Forward", "c2jShape" : "ItemSelection", "variable" : { "variableName" : "forward", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "forward", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Forward", "marshallLocationName" : "Forward", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ItemSelection", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@param forward Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@see ItemSelection*/", "getterDocumentation" : "/**Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@return Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@see ItemSelection*/", "fluentSetterDocumentation" : "/**Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@param forward Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection*/", "varargSetterDocumentation" : "/**Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@param forward Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection*/" }, { "documentation" : "A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.", "name" : "WhitelistedNames", "c2jName" : "WhitelistedNames", "c2jShape" : "CookieNames", "variable" : { "variableName" : "whitelistedNames", "variableType" : "CookieNames", "variableDeclarationType" : "CookieNames", "documentation" : "A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.", "variableSetterType" : "CookieNames", "simpleType" : "CookieNames" }, "setterModel" : { "variableName" : "whitelistedNames", "variableType" : "CookieNames", "variableDeclarationType" : "CookieNames", "documentation" : "", "variableSetterType" : "CookieNames", "simpleType" : "CookieNames" }, "getterModel" : { "returnType" : "CookieNames", "documentation" : null }, "http" : { "unmarshallLocationName" : "WhitelistedNames", "marshallLocationName" : "WhitelistedNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@param whitelistedNames A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.*/", "getterDocumentation" : "/**A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@return A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@param whitelistedNames A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@param whitelistedNames A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cookiePreference", "variableType" : "CookiePreference", "variableDeclarationType" : "CookiePreference", "documentation" : null, "variableSetterType" : "CookiePreference", "simpleType" : "CookiePreference" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "WhitelistedNames" : { "documentation" : "A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.", "name" : "WhitelistedNames", "c2jName" : "WhitelistedNames", "c2jShape" : "CookieNames", "variable" : { "variableName" : "whitelistedNames", "variableType" : "CookieNames", "variableDeclarationType" : "CookieNames", "documentation" : "A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.", "variableSetterType" : "CookieNames", "simpleType" : "CookieNames" }, "setterModel" : { "variableName" : "whitelistedNames", "variableType" : "CookieNames", "variableDeclarationType" : "CookieNames", "documentation" : "", "variableSetterType" : "CookieNames", "simpleType" : "CookieNames" }, "getterModel" : { "returnType" : "CookieNames", "documentation" : null }, "http" : { "unmarshallLocationName" : "WhitelistedNames", "marshallLocationName" : "WhitelistedNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@param whitelistedNames A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.*/", "getterDocumentation" : "/**A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@return A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@param whitelistedNames A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@param whitelistedNames A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Forward" : { "documentation" : "Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.", "name" : "Forward", "c2jName" : "Forward", "c2jShape" : "ItemSelection", "variable" : { "variableName" : "forward", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "forward", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Forward", "marshallLocationName" : "Forward", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ItemSelection", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@param forward Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@see ItemSelection*/", "getterDocumentation" : "/**Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@return Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@see ItemSelection*/", "fluentSetterDocumentation" : "/**Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@param forward Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection*/", "varargSetterDocumentation" : "/**Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@param forward Use this element to specify whether you want CloudFront to forward cookies to the origin that is associated with this cache behavior. You can specify all, none or whitelist. If you choose All, CloudFront forwards all cookies regardless of how many your application uses.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ItemSelection*/" } } }, "GetCloudFrontOriginAccessIdentityConfigResult" : { "c2jName" : "GetCloudFrontOriginAccessIdentityConfigResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "GetCloudFrontOriginAccessIdentityConfigResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The origin access identity's configuration information.", "name" : "CloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "The origin access identity's configuration information.", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.*/", "getterDocumentation" : "/**The origin access identity's configuration information.\n@return The origin access identity's configuration information.*/", "fluentSetterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getCloudFrontOriginAccessIdentityConfigResult", "variableType" : "GetCloudFrontOriginAccessIdentityConfigResult", "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityConfigResult", "documentation" : null, "variableSetterType" : "GetCloudFrontOriginAccessIdentityConfigResult", "simpleType" : "GetCloudFrontOriginAccessIdentityConfigResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudFrontOriginAccessIdentityConfig" : { "documentation" : "The origin access identity's configuration information.", "name" : "CloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "The origin access identity's configuration information.", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.*/", "getterDocumentation" : "/**The origin access identity's configuration information.\n@return The origin access identity's configuration information.*/", "fluentSetterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's configuration information.\n@param cloudFrontOriginAccessIdentityConfig The origin access identity's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidRequiredProtocolException" : { "c2jName" : "InvalidRequiredProtocol", "documentation" : "This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the RequiredProtocols element from your distribution configuration.", "shapeName" : "InvalidRequiredProtocolException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidRequiredProtocolException", "variableType" : "InvalidRequiredProtocolException", "variableDeclarationType" : "InvalidRequiredProtocolException", "documentation" : null, "variableSetterType" : "InvalidRequiredProtocolException", "simpleType" : "InvalidRequiredProtocolException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidRequiredProtocol", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateCloudFrontOriginAccessIdentityResult" : { "c2jName" : "UpdateCloudFrontOriginAccessIdentityResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "UpdateCloudFrontOriginAccessIdentityResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The origin access identity's information.", "name" : "CloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "variable" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "The origin access identity's information.", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.*/", "getterDocumentation" : "/**The origin access identity's information.\n@return The origin access identity's information.*/", "fluentSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateCloudFrontOriginAccessIdentityResult", "variableType" : "UpdateCloudFrontOriginAccessIdentityResult", "variableDeclarationType" : "UpdateCloudFrontOriginAccessIdentityResult", "documentation" : null, "variableSetterType" : "UpdateCloudFrontOriginAccessIdentityResult", "simpleType" : "UpdateCloudFrontOriginAccessIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CloudFrontOriginAccessIdentity" : { "documentation" : "The origin access identity's information.", "name" : "CloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "variable" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "The origin access identity's information.", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.*/", "getterDocumentation" : "/**The origin access identity's information.\n@return The origin access identity's information.*/", "fluentSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ETag" : { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CustomErrorResponses" : { "c2jName" : "CustomErrorResponses", "documentation" : "A complex type that contains zero or more CustomErrorResponse elements.", "shapeName" : "CustomErrorResponses", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of custom error responses for this distribution.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of custom error responses for this distribution.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of custom error responses for this distribution.\n@param quantity The number of custom error responses for this distribution.*/", "getterDocumentation" : "/**The number of custom error responses for this distribution.\n@return The number of custom error responses for this distribution.*/", "fluentSetterDocumentation" : "/**The number of custom error responses for this distribution.\n@param quantity The number of custom error responses for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of custom error responses for this distribution.\n@param quantity The number of custom error responses for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "CustomErrorResponseList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CustomErrorResponse", "memberLocationName" : "CustomErrorResponse", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CustomErrorResponse", "variable" : { "variableName" : "member", "variableType" : "CustomErrorResponse", "variableDeclarationType" : "CustomErrorResponse", "documentation" : "", "variableSetterType" : "CustomErrorResponse", "simpleType" : "CustomErrorResponse" }, "setterModel" : { "variableName" : "member", "variableType" : "CustomErrorResponse", "variableDeclarationType" : "CustomErrorResponse", "documentation" : "", "variableSetterType" : "CustomErrorResponse", "simpleType" : "CustomErrorResponse" }, "getterModel" : { "returnType" : "CustomErrorResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomErrorResponse", "marshallLocationName" : "CustomErrorResponse", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "CustomErrorResponse", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : null, "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "CustomErrorResponseList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "CustomErrorResponse", "memberLocationName" : "CustomErrorResponse", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "CustomErrorResponse", "variable" : { "variableName" : "member", "variableType" : "CustomErrorResponse", "variableDeclarationType" : "CustomErrorResponse", "documentation" : "", "variableSetterType" : "CustomErrorResponse", "simpleType" : "CustomErrorResponse" }, "setterModel" : { "variableName" : "member", "variableType" : "CustomErrorResponse", "variableDeclarationType" : "CustomErrorResponse", "documentation" : "", "variableSetterType" : "CustomErrorResponse", "simpleType" : "CustomErrorResponse" }, "getterModel" : { "returnType" : "CustomErrorResponse", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomErrorResponse", "marshallLocationName" : "CustomErrorResponse", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "CustomErrorResponse", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains custom error responses for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of custom error responses for this distribution.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of custom error responses for this distribution.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of custom error responses for this distribution.\n@param quantity The number of custom error responses for this distribution.*/", "getterDocumentation" : "/**The number of custom error responses for this distribution.\n@return The number of custom error responses for this distribution.*/", "fluentSetterDocumentation" : "/**The number of custom error responses for this distribution.\n@param quantity The number of custom error responses for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of custom error responses for this distribution.\n@param quantity The number of custom error responses for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidationSummary" : { "c2jName" : "InvalidationSummary", "documentation" : "Summary of an invalidation request.", "shapeName" : "InvalidationSummary", "deprecated" : false, "required" : [ "Id", "CreateTime", "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The unique ID for an invalidation request.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The unique ID for an invalidation request.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The unique ID for an invalidation request.\n@param id The unique ID for an invalidation request.*/", "getterDocumentation" : "/**The unique ID for an invalidation request.\n@return The unique ID for an invalidation request.*/", "fluentSetterDocumentation" : "/**The unique ID for an invalidation request.\n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The unique ID for an invalidation request.\n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "CreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreateTime", "marshallLocationName" : "CreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param createTime */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param createTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param createTime \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The status of an invalidation request.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The status of an invalidation request.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The status of an invalidation request.\n@param status The status of an invalidation request.*/", "getterDocumentation" : "/**The status of an invalidation request.\n@return The status of an invalidation request.*/", "fluentSetterDocumentation" : "/**The status of an invalidation request.\n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The status of an invalidation request.\n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "invalidationSummary", "variableType" : "InvalidationSummary", "variableDeclarationType" : "InvalidationSummary", "documentation" : null, "variableSetterType" : "InvalidationSummary", "simpleType" : "InvalidationSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "The status of an invalidation request.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The status of an invalidation request.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The status of an invalidation request.\n@param status The status of an invalidation request.*/", "getterDocumentation" : "/**The status of an invalidation request.\n@return The status of an invalidation request.*/", "fluentSetterDocumentation" : "/**The status of an invalidation request.\n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The status of an invalidation request.\n@param status The status of an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreateTime" : { "documentation" : "", "name" : "CreateTime", "c2jName" : "CreateTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "createTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreateTime", "marshallLocationName" : "CreateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param createTime */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param createTime \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param createTime \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The unique ID for an invalidation request.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The unique ID for an invalidation request.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The unique ID for an invalidation request.\n@param id The unique ID for an invalidation request.*/", "getterDocumentation" : "/**The unique ID for an invalidation request.\n@return The unique ID for an invalidation request.*/", "fluentSetterDocumentation" : "/**The unique ID for an invalidation request.\n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The unique ID for an invalidation request.\n@param id The unique ID for an invalidation request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CookieNames" : { "c2jName" : "CookieNames", "documentation" : "A complex type that specifies the whitelisted cookies, if any, that you want CloudFront to forward to your origin that is associated with this cache behavior.", "shapeName" : "CookieNames", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of whitelisted cookies for this cache behavior.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of whitelisted cookies for this cache behavior.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of whitelisted cookies for this cache behavior.\n@param quantity The number of whitelisted cookies for this cache behavior.*/", "getterDocumentation" : "/**The number of whitelisted cookies for this cache behavior.\n@return The number of whitelisted cookies for this cache behavior.*/", "fluentSetterDocumentation" : "/**The number of whitelisted cookies for this cache behavior.\n@param quantity The number of whitelisted cookies for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of whitelisted cookies for this cache behavior.\n@param quantity The number of whitelisted cookies for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "CookieNameList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Name", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cookieNames", "variableType" : "CookieNames", "variableDeclarationType" : "CookieNames", "documentation" : null, "variableSetterType" : "CookieNames", "simpleType" : "CookieNames" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "CookieNameList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Name", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains whitelisted cookies for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of whitelisted cookies for this cache behavior.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of whitelisted cookies for this cache behavior.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of whitelisted cookies for this cache behavior.\n@param quantity The number of whitelisted cookies for this cache behavior.*/", "getterDocumentation" : "/**The number of whitelisted cookies for this cache behavior.\n@return The number of whitelisted cookies for this cache behavior.*/", "fluentSetterDocumentation" : "/**The number of whitelisted cookies for this cache behavior.\n@param quantity The number of whitelisted cookies for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of whitelisted cookies for this cache behavior.\n@param quantity The number of whitelisted cookies for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyHeadersInForwardedValuesException" : { "c2jName" : "TooManyHeadersInForwardedValues", "documentation" : "", "shapeName" : "TooManyHeadersInForwardedValuesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyHeadersInForwardedValuesException", "variableType" : "TooManyHeadersInForwardedValuesException", "variableDeclarationType" : "TooManyHeadersInForwardedValuesException", "documentation" : null, "variableSetterType" : "TooManyHeadersInForwardedValuesException", "simpleType" : "TooManyHeadersInForwardedValuesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyHeadersInForwardedValues", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NoSuchCloudFrontOriginAccessIdentityException" : { "c2jName" : "NoSuchCloudFrontOriginAccessIdentity", "documentation" : "The specified origin access identity does not exist.", "shapeName" : "NoSuchCloudFrontOriginAccessIdentityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchCloudFrontOriginAccessIdentityException", "variableType" : "NoSuchCloudFrontOriginAccessIdentityException", "variableDeclarationType" : "NoSuchCloudFrontOriginAccessIdentityException", "documentation" : null, "variableSetterType" : "NoSuchCloudFrontOriginAccessIdentityException", "simpleType" : "NoSuchCloudFrontOriginAccessIdentityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchCloudFrontOriginAccessIdentity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateStreamingDistributionRequest" : { "c2jName" : "UpdateStreamingDistributionRequest", "documentation" : "The request to update a streaming distribution.", "shapeName" : "UpdateStreamingDistributionRequest", "deprecated" : false, "required" : [ "StreamingDistributionConfig", "Id" ], "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The streaming distribution's configuration information.", "name" : "StreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "variable" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "The streaming distribution's configuration information.", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "setterModel" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionConfig", "marshallLocationName" : "StreamingDistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.*/", "getterDocumentation" : "/**The streaming distribution's configuration information.\n@return The streaming distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The streaming distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The streaming distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.*/", "getterDocumentation" : "/**The streaming distribution's id.\n@return The streaming distribution's id.*/", "fluentSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateStreamingDistributionRequest", "variableType" : "UpdateStreamingDistributionRequest", "variableDeclarationType" : "UpdateStreamingDistributionRequest", "documentation" : null, "variableSetterType" : "UpdateStreamingDistributionRequest", "simpleType" : "UpdateStreamingDistributionRequest" }, "marshaller" : { "action" : "UpdateStreamingDistribution2016_01_28", "verb" : "PUT", "target" : null, "requestUri" : "/2016-01-28/streaming-distribution/{Id}/config", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The streaming distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The streaming distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.*/", "getterDocumentation" : "/**The streaming distribution's id.\n@return The streaming distribution's id.*/", "fluentSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StreamingDistributionConfig" : { "documentation" : "The streaming distribution's configuration information.", "name" : "StreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "variable" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "The streaming distribution's configuration information.", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "setterModel" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionConfig", "marshallLocationName" : "StreamingDistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.*/", "getterDocumentation" : "/**The streaming distribution's configuration information.\n@return The streaming distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's configuration information.\n@param streamingDistributionConfig The streaming distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IfMatch" : { "documentation" : "The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the streaming distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DistributionNotDisabledException" : { "c2jName" : "DistributionNotDisabled", "documentation" : "", "shapeName" : "DistributionNotDisabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "distributionNotDisabledException", "variableType" : "DistributionNotDisabledException", "variableDeclarationType" : "DistributionNotDisabledException", "documentation" : null, "variableSetterType" : "DistributionNotDisabledException", "simpleType" : "DistributionNotDisabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DistributionNotDisabled", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetStreamingDistributionResult" : { "c2jName" : "GetStreamingDistributionResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "GetStreamingDistributionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The streaming distribution's information.", "name" : "StreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "variable" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "The streaming distribution's information.", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "setterModel" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistribution", "marshallLocationName" : "StreamingDistribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.*/", "getterDocumentation" : "/**The streaming distribution's information.\n@return The streaming distribution's information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStreamingDistributionResult", "variableType" : "GetStreamingDistributionResult", "variableDeclarationType" : "GetStreamingDistributionResult", "documentation" : null, "variableSetterType" : "GetStreamingDistributionResult", "simpleType" : "GetStreamingDistributionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the streaming distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StreamingDistribution" : { "documentation" : "The streaming distribution's information.", "name" : "StreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "variable" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "The streaming distribution's information.", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "setterModel" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistribution", "marshallLocationName" : "StreamingDistribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.*/", "getterDocumentation" : "/**The streaming distribution's information.\n@return The streaming distribution's information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateInvalidationRequest" : { "c2jName" : "CreateInvalidationRequest", "documentation" : "The request to create an invalidation.", "shapeName" : "CreateInvalidationRequest", "deprecated" : false, "required" : [ "DistributionId", "InvalidationBatch" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's id.", "name" : "DistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "variable" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionId", "marshallLocationName" : "DistributionId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The batch information for the invalidation.", "name" : "InvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "variable" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : "The batch information for the invalidation.", "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "setterModel" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : "", "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "InvalidationBatch", "marshallLocationName" : "InvalidationBatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The batch information for the invalidation.\n@param invalidationBatch The batch information for the invalidation.*/", "getterDocumentation" : "/**The batch information for the invalidation.\n@return The batch information for the invalidation.*/", "fluentSetterDocumentation" : "/**The batch information for the invalidation.\n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The batch information for the invalidation.\n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createInvalidationRequest", "variableType" : "CreateInvalidationRequest", "variableDeclarationType" : "CreateInvalidationRequest", "documentation" : null, "variableSetterType" : "CreateInvalidationRequest", "simpleType" : "CreateInvalidationRequest" }, "marshaller" : { "action" : "CreateInvalidation2016_01_28", "verb" : "POST", "target" : null, "requestUri" : "/2016-01-28/distribution/{DistributionId}/invalidation", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "InvalidationBatch" : { "documentation" : "The batch information for the invalidation.", "name" : "InvalidationBatch", "c2jName" : "InvalidationBatch", "c2jShape" : "InvalidationBatch", "variable" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : "The batch information for the invalidation.", "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "setterModel" : { "variableName" : "invalidationBatch", "variableType" : "InvalidationBatch", "variableDeclarationType" : "InvalidationBatch", "documentation" : "", "variableSetterType" : "InvalidationBatch", "simpleType" : "InvalidationBatch" }, "getterModel" : { "returnType" : "InvalidationBatch", "documentation" : null }, "http" : { "unmarshallLocationName" : "InvalidationBatch", "marshallLocationName" : "InvalidationBatch", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The batch information for the invalidation.\n@param invalidationBatch The batch information for the invalidation.*/", "getterDocumentation" : "/**The batch information for the invalidation.\n@return The batch information for the invalidation.*/", "fluentSetterDocumentation" : "/**The batch information for the invalidation.\n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The batch information for the invalidation.\n@param invalidationBatch The batch information for the invalidation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DistributionId" : { "documentation" : "The distribution's id.", "name" : "DistributionId", "c2jName" : "DistributionId", "c2jShape" : "string", "variable" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "distributionId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionId", "marshallLocationName" : "DistributionId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param distributionId The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateStreamingDistributionResult" : { "c2jName" : "UpdateStreamingDistributionResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "UpdateStreamingDistributionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The streaming distribution's information.", "name" : "StreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "variable" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "The streaming distribution's information.", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "setterModel" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistribution", "marshallLocationName" : "StreamingDistribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.*/", "getterDocumentation" : "/**The streaming distribution's information.\n@return The streaming distribution's information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateStreamingDistributionResult", "variableType" : "UpdateStreamingDistributionResult", "variableDeclarationType" : "UpdateStreamingDistributionResult", "documentation" : null, "variableSetterType" : "UpdateStreamingDistributionResult", "simpleType" : "UpdateStreamingDistributionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return The current version of the configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StreamingDistribution" : { "documentation" : "The streaming distribution's information.", "name" : "StreamingDistribution", "c2jName" : "StreamingDistribution", "c2jShape" : "StreamingDistribution", "variable" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "The streaming distribution's information.", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "setterModel" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : "", "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "getterModel" : { "returnType" : "StreamingDistribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistribution", "marshallLocationName" : "StreamingDistribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.*/", "getterDocumentation" : "/**The streaming distribution's information.\n@return The streaming distribution's information.*/", "fluentSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's information.\n@param streamingDistribution The streaming distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DistributionSummary" : { "c2jName" : "DistributionSummary", "documentation" : "A summary of the information for an Amazon CloudFront distribution.", "shapeName" : "DistributionSummary", "deprecated" : false, "required" : [ "Id", "Status", "LastModifiedTime", "DomainName", "Aliases", "Origins", "DefaultCacheBehavior", "CacheBehaviors", "CustomErrorResponses", "Comment", "PriceClass", "Enabled", "ViewerCertificate", "Restrictions", "WebACLId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "getterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "fluentSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The date and time the distribution was last modified.", "name" : "LastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the distribution was last modified.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedTime", "marshallLocationName" : "LastModifiedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/", "getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/", "fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "name" : "Aliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "setterModel" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "unmarshallLocationName" : "Aliases", "marshallLocationName" : "Aliases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.*/", "getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about origins for this distribution.", "name" : "Origins", "c2jName" : "Origins", "c2jShape" : "Origins", "variable" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : "A complex type that contains information about origins for this distribution.", "variableSetterType" : "Origins", "simpleType" : "Origins" }, "setterModel" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : "", "variableSetterType" : "Origins", "simpleType" : "Origins" }, "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "unmarshallLocationName" : "Origins", "marshallLocationName" : "Origins", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.*/", "getterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@return A complex type that contains information about origins for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "name" : "DefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "variable" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "setterModel" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : "", "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCacheBehavior", "marshallLocationName" : "DefaultCacheBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.*/", "getterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.*/", "fluentSetterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "name" : "CacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "variable" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "setterModel" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : "", "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheBehaviors", "marshallLocationName" : "CacheBehaviors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.*/", "getterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@return A complex type that contains zero or more CacheBehavior elements.*/", "fluentSetterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains zero or more CustomErrorResponses elements.", "name" : "CustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "variable" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : "A complex type that contains zero or more CustomErrorResponses elements.", "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "setterModel" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : "", "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomErrorResponses", "marshallLocationName" : "CustomErrorResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponses elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.*/", "getterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponses elements.\n@return A complex type that contains zero or more CustomErrorResponses elements.*/", "fluentSetterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponses elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponses elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The comment originally specified when this distribution was created.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The comment originally specified when this distribution was created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.*/", "getterDocumentation" : "/**The comment originally specified when this distribution was created.\n@return The comment originally specified when this distribution was created.*/", "fluentSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "PriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "variable" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PriceClass", "marshallLocationName" : "PriceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PriceClass", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param priceClass \n@see PriceClass*/", "getterDocumentation" : "/**\n@return \n@see PriceClass*/", "fluentSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/", "varargSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/" }, { "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.*/", "getterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@return Whether the distribution is enabled to accept end user requests for content.*/", "fluentSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "ViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "variable" : { "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "variableDeclarationType" : "ViewerCertificate", "documentation" : "", "variableSetterType" : "ViewerCertificate", "simpleType" : "ViewerCertificate" }, "setterModel" : { "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "variableDeclarationType" : "ViewerCertificate", "documentation" : "", "variableSetterType" : "ViewerCertificate", "simpleType" : "ViewerCertificate" }, "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "ViewerCertificate", "marshallLocationName" : "ViewerCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param viewerCertificate */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param viewerCertificate \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param viewerCertificate \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Restrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "variable" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : "", "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "setterModel" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : "", "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Restrictions", "marshallLocationName" : "Restrictions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param restrictions */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param restrictions \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param restrictions \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Web ACL Id (if any) associated with the distribution.", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Web ACL Id (if any) associated with the distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Web ACL Id (if any) associated with the distribution.\n@param webACLId The Web ACL Id (if any) associated with the distribution.*/", "getterDocumentation" : "/**The Web ACL Id (if any) associated with the distribution.\n@return The Web ACL Id (if any) associated with the distribution.*/", "fluentSetterDocumentation" : "/**The Web ACL Id (if any) associated with the distribution.\n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Web ACL Id (if any) associated with the distribution.\n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "distributionSummary", "variableType" : "DistributionSummary", "variableDeclarationType" : "DistributionSummary", "documentation" : null, "variableSetterType" : "DistributionSummary", "simpleType" : "DistributionSummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Aliases" : { "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "name" : "Aliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "setterModel" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "unmarshallLocationName" : "Aliases", "marshallLocationName" : "Aliases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.*/", "getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether the distribution is enabled to accept end user requests for content.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.*/", "getterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@return Whether the distribution is enabled to accept end user requests for content.*/", "fluentSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the distribution is enabled to accept end user requests for content.\n@param enabled Whether the distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PriceClass" : { "documentation" : "", "name" : "PriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "variable" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PriceClass", "marshallLocationName" : "PriceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PriceClass", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param priceClass \n@see PriceClass*/", "getterDocumentation" : "/**\n@return \n@see PriceClass*/", "fluentSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/", "varargSetterDocumentation" : "/**\n@param priceClass \n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/" }, "Comment" : { "documentation" : "The comment originally specified when this distribution was created.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The comment originally specified when this distribution was created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.*/", "getterDocumentation" : "/**The comment originally specified when this distribution was created.\n@return The comment originally specified when this distribution was created.*/", "fluentSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The comment originally specified when this distribution was created.\n@param comment The comment originally specified when this distribution was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WebACLId" : { "documentation" : "The Web ACL Id (if any) associated with the distribution.", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Web ACL Id (if any) associated with the distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Web ACL Id (if any) associated with the distribution.\n@param webACLId The Web ACL Id (if any) associated with the distribution.*/", "getterDocumentation" : "/**The Web ACL Id (if any) associated with the distribution.\n@return The Web ACL Id (if any) associated with the distribution.*/", "fluentSetterDocumentation" : "/**The Web ACL Id (if any) associated with the distribution.\n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Web ACL Id (if any) associated with the distribution.\n@param webACLId The Web ACL Id (if any) associated with the distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CacheBehaviors" : { "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "name" : "CacheBehaviors", "c2jName" : "CacheBehaviors", "c2jShape" : "CacheBehaviors", "variable" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : "A complex type that contains zero or more CacheBehavior elements.", "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "setterModel" : { "variableName" : "cacheBehaviors", "variableType" : "CacheBehaviors", "variableDeclarationType" : "CacheBehaviors", "documentation" : "", "variableSetterType" : "CacheBehaviors", "simpleType" : "CacheBehaviors" }, "getterModel" : { "returnType" : "CacheBehaviors", "documentation" : null }, "http" : { "unmarshallLocationName" : "CacheBehaviors", "marshallLocationName" : "CacheBehaviors", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.*/", "getterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@return A complex type that contains zero or more CacheBehavior elements.*/", "fluentSetterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains zero or more CacheBehavior elements.\n@param cacheBehaviors A complex type that contains zero or more CacheBehavior elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ViewerCertificate" : { "documentation" : "", "name" : "ViewerCertificate", "c2jName" : "ViewerCertificate", "c2jShape" : "ViewerCertificate", "variable" : { "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "variableDeclarationType" : "ViewerCertificate", "documentation" : "", "variableSetterType" : "ViewerCertificate", "simpleType" : "ViewerCertificate" }, "setterModel" : { "variableName" : "viewerCertificate", "variableType" : "ViewerCertificate", "variableDeclarationType" : "ViewerCertificate", "documentation" : "", "variableSetterType" : "ViewerCertificate", "simpleType" : "ViewerCertificate" }, "getterModel" : { "returnType" : "ViewerCertificate", "documentation" : null }, "http" : { "unmarshallLocationName" : "ViewerCertificate", "marshallLocationName" : "ViewerCertificate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param viewerCertificate */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param viewerCertificate \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param viewerCertificate \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "getterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "fluentSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomErrorResponses" : { "documentation" : "A complex type that contains zero or more CustomErrorResponses elements.", "name" : "CustomErrorResponses", "c2jName" : "CustomErrorResponses", "c2jShape" : "CustomErrorResponses", "variable" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : "A complex type that contains zero or more CustomErrorResponses elements.", "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "setterModel" : { "variableName" : "customErrorResponses", "variableType" : "CustomErrorResponses", "variableDeclarationType" : "CustomErrorResponses", "documentation" : "", "variableSetterType" : "CustomErrorResponses", "simpleType" : "CustomErrorResponses" }, "getterModel" : { "returnType" : "CustomErrorResponses", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomErrorResponses", "marshallLocationName" : "CustomErrorResponses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponses elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.*/", "getterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponses elements.\n@return A complex type that contains zero or more CustomErrorResponses elements.*/", "fluentSetterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponses elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains zero or more CustomErrorResponses elements.\n@param customErrorResponses A complex type that contains zero or more CustomErrorResponses elements.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Restrictions" : { "documentation" : "", "name" : "Restrictions", "c2jName" : "Restrictions", "c2jShape" : "Restrictions", "variable" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : "", "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "setterModel" : { "variableName" : "restrictions", "variableType" : "Restrictions", "variableDeclarationType" : "Restrictions", "documentation" : "", "variableSetterType" : "Restrictions", "simpleType" : "Restrictions" }, "getterModel" : { "returnType" : "Restrictions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Restrictions", "marshallLocationName" : "Restrictions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param restrictions */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param restrictions \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param restrictions \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "getterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.*/", "fluentSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@param domainName The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Origins" : { "documentation" : "A complex type that contains information about origins for this distribution.", "name" : "Origins", "c2jName" : "Origins", "c2jShape" : "Origins", "variable" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : "A complex type that contains information about origins for this distribution.", "variableSetterType" : "Origins", "simpleType" : "Origins" }, "setterModel" : { "variableName" : "origins", "variableType" : "Origins", "variableDeclarationType" : "Origins", "documentation" : "", "variableSetterType" : "Origins", "simpleType" : "Origins" }, "getterModel" : { "returnType" : "Origins", "documentation" : null }, "http" : { "unmarshallLocationName" : "Origins", "marshallLocationName" : "Origins", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.*/", "getterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@return A complex type that contains information about origins for this distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about origins for this distribution.\n@param origins A complex type that contains information about origins for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultCacheBehavior" : { "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "name" : "DefaultCacheBehavior", "c2jName" : "DefaultCacheBehavior", "c2jShape" : "DefaultCacheBehavior", "variable" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "setterModel" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : "", "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "getterModel" : { "returnType" : "DefaultCacheBehavior", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultCacheBehavior", "marshallLocationName" : "DefaultCacheBehavior", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.*/", "getterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.*/", "fluentSetterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@param defaultCacheBehavior A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the distribution. For example: EDFDVBD632BHDS5.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "getterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return The identifier for the distribution. For example: EDFDVBD632BHDS5.*/", "fluentSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@param id The identifier for the distribution. For example: EDFDVBD632BHDS5.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedTime" : { "documentation" : "The date and time the distribution was last modified.", "name" : "LastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the distribution was last modified.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedTime", "marshallLocationName" : "LastModifiedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/", "getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/", "fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GeoRestrictionType" : { "c2jName" : "GeoRestrictionType", "documentation" : "", "shapeName" : "GeoRestrictionType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "Blacklist", "value" : "blacklist" }, { "name" : "Whitelist", "value" : "whitelist" }, { "name" : "None", "value" : "none" } ], "variable" : { "variableName" : "geoRestrictionType", "variableType" : "GeoRestrictionType", "variableDeclarationType" : "GeoRestrictionType", "documentation" : null, "variableSetterType" : "GeoRestrictionType", "simpleType" : "GeoRestrictionType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NoSuchOriginException" : { "c2jName" : "NoSuchOrigin", "documentation" : "No origin exists with the specified Origin Id.", "shapeName" : "NoSuchOriginException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchOriginException", "variableType" : "NoSuchOriginException", "variableDeclarationType" : "NoSuchOriginException", "documentation" : null, "variableSetterType" : "NoSuchOriginException", "simpleType" : "NoSuchOriginException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchOrigin", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidOriginAccessIdentityException" : { "c2jName" : "InvalidOriginAccessIdentity", "documentation" : "The origin access identity is not valid or doesn't exist.", "shapeName" : "InvalidOriginAccessIdentityException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidOriginAccessIdentityException", "variableType" : "InvalidOriginAccessIdentityException", "variableDeclarationType" : "InvalidOriginAccessIdentityException", "documentation" : null, "variableSetterType" : "InvalidOriginAccessIdentityException", "simpleType" : "InvalidOriginAccessIdentityException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidOriginAccessIdentity", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidHeadersForS3OriginException" : { "c2jName" : "InvalidHeadersForS3Origin", "documentation" : "", "shapeName" : "InvalidHeadersForS3OriginException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidHeadersForS3OriginException", "variableType" : "InvalidHeadersForS3OriginException", "variableDeclarationType" : "InvalidHeadersForS3OriginException", "documentation" : null, "variableSetterType" : "InvalidHeadersForS3OriginException", "simpleType" : "InvalidHeadersForS3OriginException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidHeadersForS3Origin", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListStreamingDistributionsResult" : { "c2jName" : "ListStreamingDistributionsResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "ListStreamingDistributionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The StreamingDistributionList type.", "name" : "StreamingDistributionList", "c2jName" : "StreamingDistributionList", "c2jShape" : "StreamingDistributionList", "variable" : { "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "variableDeclarationType" : "StreamingDistributionList", "documentation" : "The StreamingDistributionList type.", "variableSetterType" : "StreamingDistributionList", "simpleType" : "StreamingDistributionList" }, "setterModel" : { "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "variableDeclarationType" : "StreamingDistributionList", "documentation" : "", "variableSetterType" : "StreamingDistributionList", "simpleType" : "StreamingDistributionList" }, "getterModel" : { "returnType" : "StreamingDistributionList", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionList", "marshallLocationName" : "StreamingDistributionList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The StreamingDistributionList type.\n@param streamingDistributionList The StreamingDistributionList type.*/", "getterDocumentation" : "/**The StreamingDistributionList type.\n@return The StreamingDistributionList type.*/", "fluentSetterDocumentation" : "/**The StreamingDistributionList type.\n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The StreamingDistributionList type.\n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listStreamingDistributionsResult", "variableType" : "ListStreamingDistributionsResult", "variableDeclarationType" : "ListStreamingDistributionsResult", "documentation" : null, "variableSetterType" : "ListStreamingDistributionsResult", "simpleType" : "ListStreamingDistributionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StreamingDistributionList" : { "documentation" : "The StreamingDistributionList type.", "name" : "StreamingDistributionList", "c2jName" : "StreamingDistributionList", "c2jShape" : "StreamingDistributionList", "variable" : { "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "variableDeclarationType" : "StreamingDistributionList", "documentation" : "The StreamingDistributionList type.", "variableSetterType" : "StreamingDistributionList", "simpleType" : "StreamingDistributionList" }, "setterModel" : { "variableName" : "streamingDistributionList", "variableType" : "StreamingDistributionList", "variableDeclarationType" : "StreamingDistributionList", "documentation" : "", "variableSetterType" : "StreamingDistributionList", "simpleType" : "StreamingDistributionList" }, "getterModel" : { "returnType" : "StreamingDistributionList", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionList", "marshallLocationName" : "StreamingDistributionList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The StreamingDistributionList type.\n@param streamingDistributionList The StreamingDistributionList type.*/", "getterDocumentation" : "/**The StreamingDistributionList type.\n@return The StreamingDistributionList type.*/", "fluentSetterDocumentation" : "/**The StreamingDistributionList type.\n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The StreamingDistributionList type.\n@param streamingDistributionList The StreamingDistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CustomOriginConfig" : { "c2jName" : "CustomOriginConfig", "documentation" : "A customer origin.", "shapeName" : "CustomOriginConfig", "deprecated" : false, "required" : [ "HTTPPort", "HTTPSPort", "OriginProtocolPolicy" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The HTTP port the custom origin listens on.", "name" : "HTTPPort", "c2jName" : "HTTPPort", "c2jShape" : "integer", "variable" : { "variableName" : "hTTPPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The HTTP port the custom origin listens on.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "hTTPPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HTTPPort", "marshallLocationName" : "HTTPPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The HTTP port the custom origin listens on.\n@param hTTPPort The HTTP port the custom origin listens on.*/", "getterDocumentation" : "/**The HTTP port the custom origin listens on.\n@return The HTTP port the custom origin listens on.*/", "fluentSetterDocumentation" : "/**The HTTP port the custom origin listens on.\n@param hTTPPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The HTTP port the custom origin listens on.\n@param hTTPPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The HTTPS port the custom origin listens on.", "name" : "HTTPSPort", "c2jName" : "HTTPSPort", "c2jShape" : "integer", "variable" : { "variableName" : "hTTPSPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The HTTPS port the custom origin listens on.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "hTTPSPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HTTPSPort", "marshallLocationName" : "HTTPSPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The HTTPS port the custom origin listens on.\n@param hTTPSPort The HTTPS port the custom origin listens on.*/", "getterDocumentation" : "/**The HTTPS port the custom origin listens on.\n@return The HTTPS port the custom origin listens on.*/", "fluentSetterDocumentation" : "/**The HTTPS port the custom origin listens on.\n@param hTTPSPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The HTTPS port the custom origin listens on.\n@param hTTPSPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The origin protocol policy to apply to your origin.", "name" : "OriginProtocolPolicy", "c2jName" : "OriginProtocolPolicy", "c2jShape" : "OriginProtocolPolicy", "variable" : { "variableName" : "originProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The origin protocol policy to apply to your origin.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "originProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OriginProtocolPolicy", "marshallLocationName" : "OriginProtocolPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "OriginProtocolPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The origin protocol policy to apply to your origin.\n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy*/", "getterDocumentation" : "/**The origin protocol policy to apply to your origin.\n@return The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy*/", "fluentSetterDocumentation" : "/**The origin protocol policy to apply to your origin.\n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy*/", "varargSetterDocumentation" : "/**The origin protocol policy to apply to your origin.\n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy*/" }, { "documentation" : "The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "name" : "OriginSslProtocols", "c2jName" : "OriginSslProtocols", "c2jShape" : "OriginSslProtocols", "variable" : { "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "variableDeclarationType" : "OriginSslProtocols", "documentation" : "The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "variableSetterType" : "OriginSslProtocols", "simpleType" : "OriginSslProtocols" }, "setterModel" : { "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "variableDeclarationType" : "OriginSslProtocols", "documentation" : "", "variableSetterType" : "OriginSslProtocols", "simpleType" : "OriginSslProtocols" }, "getterModel" : { "returnType" : "OriginSslProtocols", "documentation" : null }, "http" : { "unmarshallLocationName" : "OriginSslProtocols", "marshallLocationName" : "OriginSslProtocols", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.*/", "getterDocumentation" : "/**The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.*/", "fluentSetterDocumentation" : "/**The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "customOriginConfig", "variableType" : "CustomOriginConfig", "variableDeclarationType" : "CustomOriginConfig", "documentation" : null, "variableSetterType" : "CustomOriginConfig", "simpleType" : "CustomOriginConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "HTTPPort" : { "documentation" : "The HTTP port the custom origin listens on.", "name" : "HTTPPort", "c2jName" : "HTTPPort", "c2jShape" : "integer", "variable" : { "variableName" : "hTTPPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The HTTP port the custom origin listens on.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "hTTPPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HTTPPort", "marshallLocationName" : "HTTPPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The HTTP port the custom origin listens on.\n@param hTTPPort The HTTP port the custom origin listens on.*/", "getterDocumentation" : "/**The HTTP port the custom origin listens on.\n@return The HTTP port the custom origin listens on.*/", "fluentSetterDocumentation" : "/**The HTTP port the custom origin listens on.\n@param hTTPPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The HTTP port the custom origin listens on.\n@param hTTPPort The HTTP port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OriginSslProtocols" : { "documentation" : "The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "name" : "OriginSslProtocols", "c2jName" : "OriginSslProtocols", "c2jShape" : "OriginSslProtocols", "variable" : { "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "variableDeclarationType" : "OriginSslProtocols", "documentation" : "The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.", "variableSetterType" : "OriginSslProtocols", "simpleType" : "OriginSslProtocols" }, "setterModel" : { "variableName" : "originSslProtocols", "variableType" : "OriginSslProtocols", "variableDeclarationType" : "OriginSslProtocols", "documentation" : "", "variableSetterType" : "OriginSslProtocols", "simpleType" : "OriginSslProtocols" }, "getterModel" : { "returnType" : "OriginSslProtocols", "documentation" : null }, "http" : { "unmarshallLocationName" : "OriginSslProtocols", "marshallLocationName" : "OriginSslProtocols", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.*/", "getterDocumentation" : "/**The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.*/", "fluentSetterDocumentation" : "/**The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@param originSslProtocols The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OriginProtocolPolicy" : { "documentation" : "The origin protocol policy to apply to your origin.", "name" : "OriginProtocolPolicy", "c2jName" : "OriginProtocolPolicy", "c2jShape" : "OriginProtocolPolicy", "variable" : { "variableName" : "originProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The origin protocol policy to apply to your origin.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "originProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OriginProtocolPolicy", "marshallLocationName" : "OriginProtocolPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "OriginProtocolPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The origin protocol policy to apply to your origin.\n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy*/", "getterDocumentation" : "/**The origin protocol policy to apply to your origin.\n@return The origin protocol policy to apply to your origin.\n@see OriginProtocolPolicy*/", "fluentSetterDocumentation" : "/**The origin protocol policy to apply to your origin.\n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy*/", "varargSetterDocumentation" : "/**The origin protocol policy to apply to your origin.\n@param originProtocolPolicy The origin protocol policy to apply to your origin.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OriginProtocolPolicy*/" }, "HTTPSPort" : { "documentation" : "The HTTPS port the custom origin listens on.", "name" : "HTTPSPort", "c2jName" : "HTTPSPort", "c2jShape" : "integer", "variable" : { "variableName" : "hTTPSPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The HTTPS port the custom origin listens on.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "hTTPSPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "HTTPSPort", "marshallLocationName" : "HTTPSPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The HTTPS port the custom origin listens on.\n@param hTTPSPort The HTTPS port the custom origin listens on.*/", "getterDocumentation" : "/**The HTTPS port the custom origin listens on.\n@return The HTTPS port the custom origin listens on.*/", "fluentSetterDocumentation" : "/**The HTTPS port the custom origin listens on.\n@param hTTPSPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The HTTPS port the custom origin listens on.\n@param hTTPSPort The HTTPS port the custom origin listens on.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateCloudFrontOriginAccessIdentityResult" : { "c2jName" : "CreateCloudFrontOriginAccessIdentityResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "CreateCloudFrontOriginAccessIdentityResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The origin access identity's information.", "name" : "CloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "variable" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "The origin access identity's information.", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.*/", "getterDocumentation" : "/**The origin access identity's information.\n@return The origin access identity's information.*/", "fluentSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "name" : "Location", "c2jName" : "Location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.*/", "getterDocumentation" : "/**The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.*/", "fluentSetterDocumentation" : "/**The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the origin access identity created.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the origin access identity created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the origin access identity created.\n@param eTag The current version of the origin access identity created.*/", "getterDocumentation" : "/**The current version of the origin access identity created.\n@return The current version of the origin access identity created.*/", "fluentSetterDocumentation" : "/**The current version of the origin access identity created.\n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the origin access identity created.\n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createCloudFrontOriginAccessIdentityResult", "variableType" : "CreateCloudFrontOriginAccessIdentityResult", "variableDeclarationType" : "CreateCloudFrontOriginAccessIdentityResult", "documentation" : null, "variableSetterType" : "CreateCloudFrontOriginAccessIdentityResult", "simpleType" : "CreateCloudFrontOriginAccessIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CloudFrontOriginAccessIdentity" : { "documentation" : "The origin access identity's information.", "name" : "CloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "variable" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "The origin access identity's information.", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.*/", "getterDocumentation" : "/**The origin access identity's information.\n@return The origin access identity's information.*/", "fluentSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ETag" : { "documentation" : "The current version of the origin access identity created.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the origin access identity created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the origin access identity created.\n@param eTag The current version of the origin access identity created.*/", "getterDocumentation" : "/**The current version of the origin access identity created.\n@return The current version of the origin access identity created.*/", "fluentSetterDocumentation" : "/**The current version of the origin access identity created.\n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the origin access identity created.\n@param eTag The current version of the origin access identity created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "name" : "Location", "c2jName" : "Location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.*/", "getterDocumentation" : "/**The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.*/", "fluentSetterDocumentation" : "/**The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@param location The fully qualified URI of the new origin access identity just created. For example: https://cloudfront.amazonaws.com/2010-11-01/origin-access-identity/cloudfront/E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Paths" : { "c2jName" : "Paths", "documentation" : "A complex type that contains information about the objects that you want to invalidate.", "shapeName" : "Paths", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of objects that you want to invalidate.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of objects that you want to invalidate.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of objects that you want to invalidate.\n@param quantity The number of objects that you want to invalidate.*/", "getterDocumentation" : "/**The number of objects that you want to invalidate.\n@return The number of objects that you want to invalidate.*/", "fluentSetterDocumentation" : "/**The number of objects that you want to invalidate.\n@param quantity The number of objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of objects that you want to invalidate.\n@param quantity The number of objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains a list of the objects that you want to invalidate.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "PathList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains a list of the objects that you want to invalidate.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Path", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Path", "marshallLocationName" : "Path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains a list of the objects that you want to invalidate.\n@param items A complex type that contains a list of the objects that you want to invalidate.*/", "getterDocumentation" : "/**A complex type that contains a list of the objects that you want to invalidate.\n@return A complex type that contains a list of the objects that you want to invalidate.*/", "fluentSetterDocumentation" : "/**A complex type that contains a list of the objects that you want to invalidate.\n@param items A complex type that contains a list of the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains a list of the objects that you want to invalidate.\n

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

\n@param items A complex type that contains a list of the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "paths", "variableType" : "Paths", "variableDeclarationType" : "Paths", "documentation" : null, "variableSetterType" : "Paths", "simpleType" : "Paths" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains a list of the objects that you want to invalidate.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "PathList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains a list of the objects that you want to invalidate.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Path", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Path", "marshallLocationName" : "Path", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains a list of the objects that you want to invalidate.\n@param items A complex type that contains a list of the objects that you want to invalidate.*/", "getterDocumentation" : "/**A complex type that contains a list of the objects that you want to invalidate.\n@return A complex type that contains a list of the objects that you want to invalidate.*/", "fluentSetterDocumentation" : "/**A complex type that contains a list of the objects that you want to invalidate.\n@param items A complex type that contains a list of the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains a list of the objects that you want to invalidate.\n

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

\n@param items A complex type that contains a list of the objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of objects that you want to invalidate.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of objects that you want to invalidate.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of objects that you want to invalidate.\n@param quantity The number of objects that you want to invalidate.*/", "getterDocumentation" : "/**The number of objects that you want to invalidate.\n@return The number of objects that you want to invalidate.*/", "fluentSetterDocumentation" : "/**The number of objects that you want to invalidate.\n@param quantity The number of objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of objects that you want to invalidate.\n@param quantity The number of objects that you want to invalidate.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CachedMethods" : { "c2jName" : "CachedMethods", "documentation" : "A complex type that controls whether CloudFront caches the response to requests using the specified HTTP methods. There are two choices: - CloudFront caches responses to GET and HEAD requests. - CloudFront caches responses to GET, HEAD, and OPTIONS requests. If you pick the second choice for your S3 Origin, you may need to forward Access-Control-Request-Method, Access-Control-Request-Headers and Origin headers for the responses to be cached correctly.", "shapeName" : "CachedMethods", "deprecated" : false, "required" : [ "Quantity", "Items" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).*/", "getterDocumentation" : "/**The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).*/", "fluentSetterDocumentation" : "/**The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "MethodsList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Method", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Method", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Method", "marshallLocationName" : "Method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Method", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member \n@see Method*/", "getterDocumentation" : "/**\n@return \n@see Method*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Method", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@see Method*/", "getterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@see Method*/", "fluentSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/", "varargSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n

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

\n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/" } ], "enums" : null, "variable" : { "variableName" : "cachedMethods", "variableType" : "CachedMethods", "variableDeclarationType" : "CachedMethods", "documentation" : null, "variableSetterType" : "CachedMethods", "simpleType" : "CachedMethods" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "MethodsList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains the HTTP methods that you want CloudFront to cache responses to.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "Method", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Method", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Method", "marshallLocationName" : "Method", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "Method", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member \n@see Method*/", "getterDocumentation" : "/**\n@return \n@see Method*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : "Method", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@see Method*/", "getterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@see Method*/", "fluentSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/", "varargSetterDocumentation" : "/**A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n

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

\n@param items A complex type that contains the HTTP methods that you want CloudFront to cache responses to.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Method*/" }, "Quantity" : { "documentation" : "The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).*/", "getterDocumentation" : "/**The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).*/", "fluentSetterDocumentation" : "/**The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@param quantity The number of HTTP methods for which you want CloudFront to cache responses. Valid values are 2 (for caching responses to GET and HEAD requests) and 3 (for caching responses to GET, HEAD, and OPTIONS requests).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Signer" : { "c2jName" : "Signer", "documentation" : "A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any.", "shapeName" : "Signer", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.", "name" : "AwsAccountNumber", "c2jName" : "AwsAccountNumber", "c2jShape" : "string", "variable" : { "variableName" : "awsAccountNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "awsAccountNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AwsAccountNumber", "marshallLocationName" : "AwsAccountNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@param awsAccountNumber Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.*/", "getterDocumentation" : "/**Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@return Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.*/", "fluentSetterDocumentation" : "/**Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@param awsAccountNumber Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@param awsAccountNumber Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "name" : "KeyPairIds", "c2jName" : "KeyPairIds", "c2jShape" : "KeyPairIds", "variable" : { "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "variableDeclarationType" : "KeyPairIds", "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "variableSetterType" : "KeyPairIds", "simpleType" : "KeyPairIds" }, "setterModel" : { "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "variableDeclarationType" : "KeyPairIds", "documentation" : "", "variableSetterType" : "KeyPairIds", "simpleType" : "KeyPairIds" }, "getterModel" : { "returnType" : "KeyPairIds", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyPairIds", "marshallLocationName" : "KeyPairIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.*/", "getterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.*/", "fluentSetterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "signer", "variableType" : "Signer", "variableDeclarationType" : "Signer", "documentation" : null, "variableSetterType" : "Signer", "simpleType" : "Signer" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "KeyPairIds" : { "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "name" : "KeyPairIds", "c2jName" : "KeyPairIds", "c2jShape" : "KeyPairIds", "variable" : { "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "variableDeclarationType" : "KeyPairIds", "documentation" : "A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.", "variableSetterType" : "KeyPairIds", "simpleType" : "KeyPairIds" }, "setterModel" : { "variableName" : "keyPairIds", "variableType" : "KeyPairIds", "variableDeclarationType" : "KeyPairIds", "documentation" : "", "variableSetterType" : "KeyPairIds", "simpleType" : "KeyPairIds" }, "getterModel" : { "returnType" : "KeyPairIds", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyPairIds", "marshallLocationName" : "KeyPairIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.*/", "getterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.*/", "fluentSetterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@param keyPairIds A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AwsAccountNumber" : { "documentation" : "Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.", "name" : "AwsAccountNumber", "c2jName" : "AwsAccountNumber", "c2jShape" : "string", "variable" : { "variableName" : "awsAccountNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "awsAccountNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AwsAccountNumber", "marshallLocationName" : "AwsAccountNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@param awsAccountNumber Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.*/", "getterDocumentation" : "/**Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@return Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.*/", "fluentSetterDocumentation" : "/**Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@param awsAccountNumber Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@param awsAccountNumber Specifies an AWS account that can create signed URLs. Values: self, which indicates that the AWS account that was used to create the distribution can created signed URLs, or an AWS account number. Omit the dashes in the account number.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListDistributionsResult" : { "c2jName" : "ListDistributionsResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "ListDistributionsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The DistributionList type.", "name" : "DistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "variable" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : "The DistributionList type.", "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "setterModel" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : "", "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionList", "marshallLocationName" : "DistributionList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.*/", "getterDocumentation" : "/**The DistributionList type.\n@return The DistributionList type.*/", "fluentSetterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDistributionsResult", "variableType" : "ListDistributionsResult", "variableDeclarationType" : "ListDistributionsResult", "documentation" : null, "variableSetterType" : "ListDistributionsResult", "simpleType" : "ListDistributionsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DistributionList" : { "documentation" : "The DistributionList type.", "name" : "DistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "variable" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : "The DistributionList type.", "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "setterModel" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : "", "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionList", "marshallLocationName" : "DistributionList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.*/", "getterDocumentation" : "/**The DistributionList type.\n@return The DistributionList type.*/", "fluentSetterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CloudFrontOriginAccessIdentitySummary" : { "c2jName" : "CloudFrontOriginAccessIdentitySummary", "documentation" : "Summary of the information about a CloudFront origin access identity.", "shapeName" : "CloudFrontOriginAccessIdentitySummary", "deprecated" : false, "required" : [ "Id", "S3CanonicalUserId", "Comment" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.*/", "getterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.*/", "fluentSetterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "name" : "S3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "variable" : { "variableName" : "s3CanonicalUserId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3CanonicalUserId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3CanonicalUserId", "marshallLocationName" : "S3CanonicalUserId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.*/", "getterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.*/", "fluentSetterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The comment for this origin access identity, as originally specified when created.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The comment for this origin access identity, as originally specified when created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The comment for this origin access identity, as originally specified when created.\n@param comment The comment for this origin access identity, as originally specified when created.*/", "getterDocumentation" : "/**The comment for this origin access identity, as originally specified when created.\n@return The comment for this origin access identity, as originally specified when created.*/", "fluentSetterDocumentation" : "/**The comment for this origin access identity, as originally specified when created.\n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The comment for this origin access identity, as originally specified when created.\n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cloudFrontOriginAccessIdentitySummary", "variableType" : "CloudFrontOriginAccessIdentitySummary", "variableDeclarationType" : "CloudFrontOriginAccessIdentitySummary", "documentation" : null, "variableSetterType" : "CloudFrontOriginAccessIdentitySummary", "simpleType" : "CloudFrontOriginAccessIdentitySummary" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "S3CanonicalUserId" : { "documentation" : "The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "name" : "S3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "variable" : { "variableName" : "s3CanonicalUserId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3CanonicalUserId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3CanonicalUserId", "marshallLocationName" : "S3CanonicalUserId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.*/", "getterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.*/", "fluentSetterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Comment" : { "documentation" : "The comment for this origin access identity, as originally specified when created.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The comment for this origin access identity, as originally specified when created.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The comment for this origin access identity, as originally specified when created.\n@param comment The comment for this origin access identity, as originally specified when created.*/", "getterDocumentation" : "/**The comment for this origin access identity, as originally specified when created.\n@return The comment for this origin access identity, as originally specified when created.*/", "fluentSetterDocumentation" : "/**The comment for this origin access identity, as originally specified when created.\n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The comment for this origin access identity, as originally specified when created.\n@param comment The comment for this origin access identity, as originally specified when created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.*/", "getterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.*/", "fluentSetterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteCloudFrontOriginAccessIdentityRequest" : { "c2jName" : "DeleteCloudFrontOriginAccessIdentityRequest", "documentation" : "The request to delete a origin access identity.", "shapeName" : "DeleteCloudFrontOriginAccessIdentityRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The origin access identity's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The origin access identity's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The origin access identity's id.\n@param id The origin access identity's id.*/", "getterDocumentation" : "/**The origin access identity's id.\n@return The origin access identity's id.*/", "fluentSetterDocumentation" : "/**The origin access identity's id.\n@param id The origin access identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's id.\n@param id The origin access identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteCloudFrontOriginAccessIdentityRequest", "variableType" : "DeleteCloudFrontOriginAccessIdentityRequest", "variableDeclarationType" : "DeleteCloudFrontOriginAccessIdentityRequest", "documentation" : null, "variableSetterType" : "DeleteCloudFrontOriginAccessIdentityRequest", "simpleType" : "DeleteCloudFrontOriginAccessIdentityRequest" }, "marshaller" : { "action" : "DeleteCloudFrontOriginAccessIdentity2016_01_28", "verb" : "DELETE", "target" : null, "requestUri" : "/2016-01-28/origin-access-identity/cloudfront/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The origin access identity's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The origin access identity's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The origin access identity's id.\n@param id The origin access identity's id.*/", "getterDocumentation" : "/**The origin access identity's id.\n@return The origin access identity's id.*/", "fluentSetterDocumentation" : "/**The origin access identity's id.\n@param id The origin access identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's id.\n@param id The origin access identity's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IfMatch" : { "documentation" : "The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CacheBehavior" : { "c2jName" : "CacheBehavior", "documentation" : "A complex type that describes how CloudFront processes requests. You can create up to 10 cache behaviors.You must create at least as many cache behaviors (including the default cache behavior) as you have origins if you want CloudFront to distribute objects from all of the origins. Each cache behavior specifies the one origin from which you want CloudFront to get objects. If you have two origins and only the default cache behavior, the default cache behavior will cause CloudFront to get objects from one of the origins, but the other origin will never be used. If you don't want to specify any cache behaviors, include only an empty CacheBehaviors element. Don't include an empty CacheBehavior element, or CloudFront returns a MalformedXML error. To delete all cache behaviors in an existing distribution, update the distribution configuration and include only an empty CacheBehaviors element. To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.", "shapeName" : "CacheBehavior", "deprecated" : false, "required" : [ "PathPattern", "TargetOriginId", "ForwardedValues", "TrustedSigners", "ViewerProtocolPolicy", "MinTTL" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.", "name" : "PathPattern", "c2jName" : "PathPattern", "c2jShape" : "string", "variable" : { "variableName" : "pathPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pathPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathPattern", "marshallLocationName" : "PathPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.*/", "getterDocumentation" : "/**The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@return The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.*/", "fluentSetterDocumentation" : "/**The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", "name" : "TargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "variable" : { "variableName" : "targetOriginId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetOriginId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetOriginId", "marshallLocationName" : "TargetOriginId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.*/", "getterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.*/", "fluentSetterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.", "name" : "ForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "variable" : { "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "variableDeclarationType" : "ForwardedValues", "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.", "variableSetterType" : "ForwardedValues", "simpleType" : "ForwardedValues" }, "setterModel" : { "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "variableDeclarationType" : "ForwardedValues", "documentation" : "", "variableSetterType" : "ForwardedValues", "simpleType" : "ForwardedValues" }, "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "ForwardedValues", "marshallLocationName" : "ForwardedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.*/", "getterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return A complex type that specifies how CloudFront handles query strings, cookies and headers.*/", "fluentSetterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "name" : "TrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "setterModel" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustedSigners", "marshallLocationName" : "TrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.", "name" : "ViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "variable" : { "variableName" : "viewerProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "viewerProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ViewerProtocolPolicy", "marshallLocationName" : "ViewerProtocolPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ViewerProtocolPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@see ViewerProtocolPolicy*/", "getterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@see ViewerProtocolPolicy*/", "fluentSetterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy*/", "varargSetterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy*/" }, { "documentation" : "The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "MinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "variable" : { "variableName" : "minTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "minTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinTTL", "marshallLocationName" : "MinTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "AllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "variable" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : "", "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "setterModel" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : "", "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedMethods", "marshallLocationName" : "AllowedMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param allowedMethods */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param allowedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param allowedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.", "name" : "SmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "variable" : { "variableName" : "smoothStreaming", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "smoothStreaming", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SmoothStreaming", "marshallLocationName" : "SmoothStreaming", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/", "getterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/", "fluentSetterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "DefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "variable" : { "variableName" : "defaultTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "defaultTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultTTL", "marshallLocationName" : "DefaultTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "MaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "variable" : { "variableName" : "maxTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "maxTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxTTL", "marshallLocationName" : "MaxTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.", "name" : "Compress", "c2jName" : "Compress", "c2jShape" : "boolean", "variable" : { "variableName" : "compress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "compress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Compress", "marshallLocationName" : "Compress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.*/", "getterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.*/", "fluentSetterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cacheBehavior", "variableType" : "CacheBehavior", "variableDeclarationType" : "CacheBehavior", "documentation" : null, "variableSetterType" : "CacheBehavior", "simpleType" : "CacheBehavior" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SmoothStreaming" : { "documentation" : "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.", "name" : "SmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "variable" : { "variableName" : "smoothStreaming", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "smoothStreaming", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SmoothStreaming", "marshallLocationName" : "SmoothStreaming", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/", "getterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/", "fluentSetterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowedMethods" : { "documentation" : "", "name" : "AllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "variable" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : "", "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "setterModel" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : "", "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedMethods", "marshallLocationName" : "AllowedMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param allowedMethods */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param allowedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param allowedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ViewerProtocolPolicy" : { "documentation" : "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.", "name" : "ViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "variable" : { "variableName" : "viewerProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "viewerProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ViewerProtocolPolicy", "marshallLocationName" : "ViewerProtocolPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ViewerProtocolPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@see ViewerProtocolPolicy*/", "getterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@see ViewerProtocolPolicy*/", "fluentSetterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy*/", "varargSetterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy*/" }, "MinTTL" : { "documentation" : "The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "MinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "variable" : { "variableName" : "minTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "minTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinTTL", "marshallLocationName" : "MinTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TargetOriginId" : { "documentation" : "The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", "name" : "TargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "variable" : { "variableName" : "targetOriginId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetOriginId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetOriginId", "marshallLocationName" : "TargetOriginId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.*/", "getterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.*/", "fluentSetterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Compress" : { "documentation" : "Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.", "name" : "Compress", "c2jName" : "Compress", "c2jShape" : "boolean", "variable" : { "variableName" : "compress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "compress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Compress", "marshallLocationName" : "Compress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.*/", "getterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.*/", "fluentSetterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxTTL" : { "documentation" : "The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "MaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "variable" : { "variableName" : "maxTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "maxTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxTTL", "marshallLocationName" : "MaxTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ForwardedValues" : { "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.", "name" : "ForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "variable" : { "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "variableDeclarationType" : "ForwardedValues", "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.", "variableSetterType" : "ForwardedValues", "simpleType" : "ForwardedValues" }, "setterModel" : { "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "variableDeclarationType" : "ForwardedValues", "documentation" : "", "variableSetterType" : "ForwardedValues", "simpleType" : "ForwardedValues" }, "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "ForwardedValues", "marshallLocationName" : "ForwardedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.*/", "getterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return A complex type that specifies how CloudFront handles query strings, cookies and headers.*/", "fluentSetterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustedSigners" : { "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "name" : "TrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "setterModel" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustedSigners", "marshallLocationName" : "TrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTTL" : { "documentation" : "If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "DefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "variable" : { "variableName" : "defaultTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "defaultTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultTTL", "marshallLocationName" : "DefaultTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PathPattern" : { "documentation" : "The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.", "name" : "PathPattern", "c2jName" : "PathPattern", "c2jShape" : "string", "variable" : { "variableName" : "pathPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pathPattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PathPattern", "marshallLocationName" : "PathPattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.*/", "getterDocumentation" : "/**The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@return The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.*/", "fluentSetterDocumentation" : "/**The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@param pathPattern The pattern (for example, images/*.jpg) that specifies which requests you want this cache behavior to apply to. When CloudFront receives an end-user request, the requested path is compared with path patterns in the order in which cache behaviors are listed in the distribution. The path pattern for the default cache behavior is * and cannot be changed. If the request for an object does not match the path pattern for any cache behaviors, CloudFront applies the behavior in the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidErrorCodeException" : { "c2jName" : "InvalidErrorCode", "documentation" : "", "shapeName" : "InvalidErrorCodeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidErrorCodeException", "variableType" : "InvalidErrorCodeException", "variableDeclarationType" : "InvalidErrorCodeException", "documentation" : null, "variableSetterType" : "InvalidErrorCodeException", "simpleType" : "InvalidErrorCodeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidErrorCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDistributionsByWebACLIdResult" : { "c2jName" : "ListDistributionsByWebACLIdResult", "documentation" : "The response to a request to list the distributions that are associated with a specified AWS WAF web ACL.", "shapeName" : "ListDistributionsByWebACLIdResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The DistributionList type.", "name" : "DistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "variable" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : "The DistributionList type.", "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "setterModel" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : "", "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionList", "marshallLocationName" : "DistributionList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.*/", "getterDocumentation" : "/**The DistributionList type.\n@return The DistributionList type.*/", "fluentSetterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDistributionsByWebACLIdResult", "variableType" : "ListDistributionsByWebACLIdResult", "variableDeclarationType" : "ListDistributionsByWebACLIdResult", "documentation" : null, "variableSetterType" : "ListDistributionsByWebACLIdResult", "simpleType" : "ListDistributionsByWebACLIdResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DistributionList" : { "documentation" : "The DistributionList type.", "name" : "DistributionList", "c2jName" : "DistributionList", "c2jShape" : "DistributionList", "variable" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : "The DistributionList type.", "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "setterModel" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : "", "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "getterModel" : { "returnType" : "DistributionList", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionList", "marshallLocationName" : "DistributionList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.*/", "getterDocumentation" : "/**The DistributionList type.\n@return The DistributionList type.*/", "fluentSetterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The DistributionList type.\n@param distributionList The DistributionList type.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LoggingConfig" : { "c2jName" : "LoggingConfig", "documentation" : "A complex type that controls whether access logs are written for the distribution.", "shapeName" : "LoggingConfig", "deprecated" : false, "required" : [ "Enabled", "IncludeCookies", "Bucket", "Prefix" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.*/", "getterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.*/", "fluentSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "name" : "IncludeCookies", "c2jName" : "IncludeCookies", "c2jShape" : "boolean", "variable" : { "variableName" : "includeCookies", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "includeCookies", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IncludeCookies", "marshallLocationName" : "IncludeCookies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.*/", "getterDocumentation" : "/**Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.*/", "fluentSetterDocumentation" : "/**Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "name" : "Bucket", "c2jName" : "Bucket", "c2jShape" : "string", "variable" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Bucket", "marshallLocationName" : "Bucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/", "getterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "name" : "Prefix", "c2jName" : "Prefix", "c2jShape" : "string", "variable" : { "variableName" : "prefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "prefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Prefix", "marshallLocationName" : "Prefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/", "getterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/", "fluentSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "loggingConfig", "variableType" : "LoggingConfig", "variableDeclarationType" : "LoggingConfig", "documentation" : null, "variableSetterType" : "LoggingConfig", "simpleType" : "LoggingConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Enabled" : { "documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.*/", "getterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@return Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.*/", "fluentSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@param enabled Specifies whether you want CloudFront to save access logs to an Amazon S3 bucket. If you do not want to enable logging when you create a distribution or if you want to disable logging for an existing distribution, specify false for Enabled, and specify empty Bucket and Prefix elements. If you specify false for Enabled but you specify values for Bucket, prefix and IncludeCookies, the values are automatically deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Bucket" : { "documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "name" : "Bucket", "c2jName" : "Bucket", "c2jShape" : "string", "variable" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Bucket", "marshallLocationName" : "Bucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/", "getterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@param bucket The Amazon S3 bucket to store the access logs in, for example, myawslogbucket.s3.amazonaws.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IncludeCookies" : { "documentation" : "Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "name" : "IncludeCookies", "c2jName" : "IncludeCookies", "c2jShape" : "boolean", "variable" : { "variableName" : "includeCookies", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "includeCookies", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IncludeCookies", "marshallLocationName" : "IncludeCookies", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.*/", "getterDocumentation" : "/**Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.*/", "fluentSetterDocumentation" : "/**Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@param includeCookies Specifies whether you want CloudFront to include cookies in access logs, specify true for IncludeCookies. If you choose to include cookies in logs, CloudFront logs all cookies regardless of how you configure the cache behaviors for this distribution. If you do not want to include cookies when you create a distribution or if you want to disable include cookies for an existing distribution, specify false for IncludeCookies.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Prefix" : { "documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "name" : "Prefix", "c2jName" : "Prefix", "c2jShape" : "string", "variable" : { "variableName" : "prefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "prefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Prefix", "marshallLocationName" : "Prefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/", "getterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.*/", "fluentSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@param prefix An optional string that you want CloudFront to prefix to the access log filenames for this distribution, for example, myprefix/. If you want to enable logging, but you do not want to specify a prefix, you still must include an empty Prefix element in the Logging element.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CNAMEAlreadyExistsException" : { "c2jName" : "CNAMEAlreadyExists", "documentation" : "", "shapeName" : "CNAMEAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "cNAMEAlreadyExistsException", "variableType" : "CNAMEAlreadyExistsException", "variableDeclarationType" : "CNAMEAlreadyExistsException", "documentation" : null, "variableSetterType" : "CNAMEAlreadyExistsException", "simpleType" : "CNAMEAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "CNAMEAlreadyExists", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "NoSuchDistributionException" : { "c2jName" : "NoSuchDistribution", "documentation" : "The specified distribution does not exist.", "shapeName" : "NoSuchDistributionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchDistributionException", "variableType" : "NoSuchDistributionException", "variableDeclarationType" : "NoSuchDistributionException", "documentation" : null, "variableSetterType" : "NoSuchDistributionException", "simpleType" : "NoSuchDistributionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchDistribution", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "IllegalUpdateException" : { "c2jName" : "IllegalUpdate", "documentation" : "Origin and CallerReference cannot be updated.", "shapeName" : "IllegalUpdateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "illegalUpdateException", "variableType" : "IllegalUpdateException", "variableDeclarationType" : "IllegalUpdateException", "documentation" : null, "variableSetterType" : "IllegalUpdateException", "simpleType" : "IllegalUpdateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "IllegalUpdate", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CloudFrontOriginAccessIdentity" : { "c2jName" : "CloudFrontOriginAccessIdentity", "documentation" : "CloudFront origin access identity.", "shapeName" : "CloudFrontOriginAccessIdentity", "deprecated" : false, "required" : [ "Id", "S3CanonicalUserId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.*/", "getterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.*/", "fluentSetterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "name" : "S3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "variable" : { "variableName" : "s3CanonicalUserId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3CanonicalUserId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3CanonicalUserId", "marshallLocationName" : "S3CanonicalUserId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.*/", "getterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.*/", "fluentSetterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current configuration information for the identity.", "name" : "CloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "The current configuration information for the identity.", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The current configuration information for the identity.\n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.*/", "getterDocumentation" : "/**The current configuration information for the identity.\n@return The current configuration information for the identity.*/", "fluentSetterDocumentation" : "/**The current configuration information for the identity.\n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current configuration information for the identity.\n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : null, "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "S3CanonicalUserId" : { "documentation" : "The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "name" : "S3CanonicalUserId", "c2jName" : "S3CanonicalUserId", "c2jShape" : "string", "variable" : { "variableName" : "s3CanonicalUserId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "s3CanonicalUserId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3CanonicalUserId", "marshallLocationName" : "S3CanonicalUserId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.*/", "getterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.*/", "fluentSetterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@param s3CanonicalUserId The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID for the origin access identity. For example: E74FTE3AJFJ256A.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.*/", "getterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return The ID for the origin access identity. For example: E74FTE3AJFJ256A.*/", "fluentSetterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@param id The ID for the origin access identity. For example: E74FTE3AJFJ256A.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudFrontOriginAccessIdentityConfig" : { "documentation" : "The current configuration information for the identity.", "name" : "CloudFrontOriginAccessIdentityConfig", "c2jName" : "CloudFrontOriginAccessIdentityConfig", "c2jShape" : "CloudFrontOriginAccessIdentityConfig", "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "The current configuration information for the identity.", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "marshallLocationName" : "CloudFrontOriginAccessIdentityConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The current configuration information for the identity.\n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.*/", "getterDocumentation" : "/**The current configuration information for the identity.\n@return The current configuration information for the identity.*/", "fluentSetterDocumentation" : "/**The current configuration information for the identity.\n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current configuration information for the identity.\n@param cloudFrontOriginAccessIdentityConfig The current configuration information for the identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidOriginException" : { "c2jName" : "InvalidOrigin", "documentation" : "The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.", "shapeName" : "InvalidOriginException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidOriginException", "variableType" : "InvalidOriginException", "variableDeclarationType" : "InvalidOriginException", "documentation" : null, "variableSetterType" : "InvalidOriginException", "simpleType" : "InvalidOriginException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidOrigin", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DefaultCacheBehavior" : { "c2jName" : "DefaultCacheBehavior", "documentation" : "A complex type that describes the default cache behavior if you do not specify a CacheBehavior element or if files don't match any of the values of PathPattern in CacheBehavior elements.You must create exactly one default cache behavior.", "shapeName" : "DefaultCacheBehavior", "deprecated" : false, "required" : [ "TargetOriginId", "ForwardedValues", "TrustedSigners", "ViewerProtocolPolicy", "MinTTL" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", "name" : "TargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "variable" : { "variableName" : "targetOriginId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetOriginId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetOriginId", "marshallLocationName" : "TargetOriginId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.*/", "getterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.*/", "fluentSetterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.", "name" : "ForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "variable" : { "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "variableDeclarationType" : "ForwardedValues", "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.", "variableSetterType" : "ForwardedValues", "simpleType" : "ForwardedValues" }, "setterModel" : { "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "variableDeclarationType" : "ForwardedValues", "documentation" : "", "variableSetterType" : "ForwardedValues", "simpleType" : "ForwardedValues" }, "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "ForwardedValues", "marshallLocationName" : "ForwardedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.*/", "getterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return A complex type that specifies how CloudFront handles query strings, cookies and headers.*/", "fluentSetterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "name" : "TrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "setterModel" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustedSigners", "marshallLocationName" : "TrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.", "name" : "ViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "variable" : { "variableName" : "viewerProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "viewerProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ViewerProtocolPolicy", "marshallLocationName" : "ViewerProtocolPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ViewerProtocolPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@see ViewerProtocolPolicy*/", "getterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@see ViewerProtocolPolicy*/", "fluentSetterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy*/", "varargSetterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy*/" }, { "documentation" : "The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "MinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "variable" : { "variableName" : "minTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "minTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinTTL", "marshallLocationName" : "MinTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "AllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "variable" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : "", "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "setterModel" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : "", "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedMethods", "marshallLocationName" : "AllowedMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param allowedMethods */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param allowedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param allowedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.", "name" : "SmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "variable" : { "variableName" : "smoothStreaming", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "smoothStreaming", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SmoothStreaming", "marshallLocationName" : "SmoothStreaming", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/", "getterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/", "fluentSetterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "DefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "variable" : { "variableName" : "defaultTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "defaultTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultTTL", "marshallLocationName" : "DefaultTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "MaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "variable" : { "variableName" : "maxTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "maxTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxTTL", "marshallLocationName" : "MaxTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.", "name" : "Compress", "c2jName" : "Compress", "c2jShape" : "boolean", "variable" : { "variableName" : "compress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "compress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Compress", "marshallLocationName" : "Compress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.*/", "getterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.*/", "fluentSetterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "defaultCacheBehavior", "variableType" : "DefaultCacheBehavior", "variableDeclarationType" : "DefaultCacheBehavior", "documentation" : null, "variableSetterType" : "DefaultCacheBehavior", "simpleType" : "DefaultCacheBehavior" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SmoothStreaming" : { "documentation" : "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.", "name" : "SmoothStreaming", "c2jName" : "SmoothStreaming", "c2jShape" : "boolean", "variable" : { "variableName" : "smoothStreaming", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "smoothStreaming", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SmoothStreaming", "marshallLocationName" : "SmoothStreaming", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/", "getterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.*/", "fluentSetterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@param smoothStreaming Indicates whether you want to distribute media files in Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify true; if not, specify false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AllowedMethods" : { "documentation" : "", "name" : "AllowedMethods", "c2jName" : "AllowedMethods", "c2jShape" : "AllowedMethods", "variable" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : "", "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "setterModel" : { "variableName" : "allowedMethods", "variableType" : "AllowedMethods", "variableDeclarationType" : "AllowedMethods", "documentation" : "", "variableSetterType" : "AllowedMethods", "simpleType" : "AllowedMethods" }, "getterModel" : { "returnType" : "AllowedMethods", "documentation" : null }, "http" : { "unmarshallLocationName" : "AllowedMethods", "marshallLocationName" : "AllowedMethods", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param allowedMethods */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param allowedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param allowedMethods \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ViewerProtocolPolicy" : { "documentation" : "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.", "name" : "ViewerProtocolPolicy", "c2jName" : "ViewerProtocolPolicy", "c2jShape" : "ViewerProtocolPolicy", "variable" : { "variableName" : "viewerProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "viewerProtocolPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ViewerProtocolPolicy", "marshallLocationName" : "ViewerProtocolPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ViewerProtocolPolicy", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@see ViewerProtocolPolicy*/", "getterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@see ViewerProtocolPolicy*/", "fluentSetterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy*/", "varargSetterDocumentation" : "/**Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@param viewerProtocolPolicy Use this element to specify the protocol that users can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern. If you want CloudFront to allow end users to use any available protocol, specify allow-all. If you want CloudFront to require HTTPS, specify https. If you want CloudFront to respond to an HTTP request with an HTTP status code of 301 (Moved Permanently) and the HTTPS URL, specify redirect-to-https. The viewer then resubmits the request using the HTTPS URL.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ViewerProtocolPolicy*/" }, "MinTTL" : { "documentation" : "The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "MinTTL", "c2jName" : "MinTTL", "c2jShape" : "long", "variable" : { "variableName" : "minTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "minTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MinTTL", "marshallLocationName" : "MinTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param minTTL The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront queries your origin to see whether the object has been updated.You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TargetOriginId" : { "documentation" : "The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", "name" : "TargetOriginId", "c2jName" : "TargetOriginId", "c2jShape" : "string", "variable" : { "variableName" : "targetOriginId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "targetOriginId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TargetOriginId", "marshallLocationName" : "TargetOriginId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.*/", "getterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.*/", "fluentSetterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@param targetOriginId The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Compress" : { "documentation" : "Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.", "name" : "Compress", "c2jName" : "Compress", "c2jShape" : "boolean", "variable" : { "variableName" : "compress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "compress", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Compress", "marshallLocationName" : "Compress", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.*/", "getterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.*/", "fluentSetterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@param compress Whether you want CloudFront to automatically compress content for web requests that include Accept-Encoding: gzip in the request header. If so, specify true; if not, specify false. CloudFront compresses files larger than 1000 bytes and less than 1 megabyte for both Amazon S3 and custom origins. When a CloudFront edge location is unusually busy, some files might not be compressed. The value of the Content-Type header must be on the list of file types that CloudFront will compress. For the current list, see Serving Compressed Content in the Amazon CloudFront Developer Guide. If you configure CloudFront to compress content, CloudFront removes the ETag response header from the objects that it compresses. The ETag header indicates that the version in a CloudFront edge cache is identical to the version on the origin server, but after compression the two versions are no longer identical. As a result, for compressed objects, CloudFront can't use the ETag header to determine whether an expired object in the CloudFront edge cache is still the latest version.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxTTL" : { "documentation" : "The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "MaxTTL", "c2jName" : "MaxTTL", "c2jShape" : "long", "variable" : { "variableName" : "maxTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "maxTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxTTL", "marshallLocationName" : "MaxTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param maxTTL The maximum amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ForwardedValues" : { "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.", "name" : "ForwardedValues", "c2jName" : "ForwardedValues", "c2jShape" : "ForwardedValues", "variable" : { "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "variableDeclarationType" : "ForwardedValues", "documentation" : "A complex type that specifies how CloudFront handles query strings, cookies and headers.", "variableSetterType" : "ForwardedValues", "simpleType" : "ForwardedValues" }, "setterModel" : { "variableName" : "forwardedValues", "variableType" : "ForwardedValues", "variableDeclarationType" : "ForwardedValues", "documentation" : "", "variableSetterType" : "ForwardedValues", "simpleType" : "ForwardedValues" }, "getterModel" : { "returnType" : "ForwardedValues", "documentation" : null }, "http" : { "unmarshallLocationName" : "ForwardedValues", "marshallLocationName" : "ForwardedValues", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.*/", "getterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return A complex type that specifies how CloudFront handles query strings, cookies and headers.*/", "fluentSetterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@param forwardedValues A complex type that specifies how CloudFront handles query strings, cookies and headers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustedSigners" : { "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "name" : "TrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "setterModel" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustedSigners", "marshallLocationName" : "TrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DefaultTTL" : { "documentation" : "If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "name" : "DefaultTTL", "c2jName" : "DefaultTTL", "c2jShape" : "long", "variable" : { "variableName" : "defaultTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "defaultTTL", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "DefaultTTL", "marshallLocationName" : "DefaultTTL", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "getterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).*/", "fluentSetterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@param defaultTTL If you don't configure your origin to add a Cache-Control max-age directive or an Expires header, DefaultTTL is the default amount of time (in seconds) that an object is in a CloudFront cache before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as Cache-Control max-age, Cache-Control s-maxage, and Expires to objects. You can specify a value from 0 to 3,153,600,000 seconds (100 years).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidDefaultRootObjectException" : { "c2jName" : "InvalidDefaultRootObject", "documentation" : "The default root object file name is too big or contains an invalid character.", "shapeName" : "InvalidDefaultRootObjectException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidDefaultRootObjectException", "variableType" : "InvalidDefaultRootObjectException", "variableDeclarationType" : "InvalidDefaultRootObjectException", "documentation" : null, "variableSetterType" : "InvalidDefaultRootObjectException", "simpleType" : "InvalidDefaultRootObjectException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidDefaultRootObject", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StreamingDistributionConfig" : { "c2jName" : "StreamingDistributionConfig", "documentation" : "The configuration for the streaming distribution.", "shapeName" : "StreamingDistributionConfig", "deprecated" : false, "required" : [ "CallerReference", "S3Origin", "Comment", "TrustedSigners", "Enabled" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.*/", "getterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.*/", "fluentSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "name" : "S3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "variable" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "setterModel" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : "", "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3Origin", "marshallLocationName" : "S3Origin", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/", "getterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "name" : "Aliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "setterModel" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "unmarshallLocationName" : "Aliases", "marshallLocationName" : "Aliases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/", "getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Any comments you want to include about the streaming distribution.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Any comments you want to include about the streaming distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Any comments you want to include about the streaming distribution.\n@param comment Any comments you want to include about the streaming distribution.*/", "getterDocumentation" : "/**Any comments you want to include about the streaming distribution.\n@return Any comments you want to include about the streaming distribution.*/", "fluentSetterDocumentation" : "/**Any comments you want to include about the streaming distribution.\n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Any comments you want to include about the streaming distribution.\n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that controls whether access logs are written for the streaming distribution.", "name" : "Logging", "c2jName" : "Logging", "c2jShape" : "StreamingLoggingConfig", "variable" : { "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "variableDeclarationType" : "StreamingLoggingConfig", "documentation" : "A complex type that controls whether access logs are written for the streaming distribution.", "variableSetterType" : "StreamingLoggingConfig", "simpleType" : "StreamingLoggingConfig" }, "setterModel" : { "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "variableDeclarationType" : "StreamingLoggingConfig", "documentation" : "", "variableSetterType" : "StreamingLoggingConfig", "simpleType" : "StreamingLoggingConfig" }, "getterModel" : { "returnType" : "StreamingLoggingConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logging", "marshallLocationName" : "Logging", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that controls whether access logs are written for the streaming distribution.\n@param logging A complex type that controls whether access logs are written for the streaming distribution.*/", "getterDocumentation" : "/**A complex type that controls whether access logs are written for the streaming distribution.\n@return A complex type that controls whether access logs are written for the streaming distribution.*/", "fluentSetterDocumentation" : "/**A complex type that controls whether access logs are written for the streaming distribution.\n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that controls whether access logs are written for the streaming distribution.\n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "name" : "TrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "setterModel" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustedSigners", "marshallLocationName" : "TrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains information about price class for this streaming distribution.", "name" : "PriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "variable" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A complex type that contains information about price class for this streaming distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PriceClass", "marshallLocationName" : "PriceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PriceClass", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A complex type that contains information about price class for this streaming distribution.\n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass*/", "getterDocumentation" : "/**A complex type that contains information about price class for this streaming distribution.\n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass*/", "fluentSetterDocumentation" : "/**A complex type that contains information about price class for this streaming distribution.\n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/", "varargSetterDocumentation" : "/**A complex type that contains information about price class for this streaming distribution.\n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/" }, { "documentation" : "Whether the streaming distribution is enabled to accept end user requests for content.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether the streaming distribution is enabled to accept end user requests for content.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether the streaming distribution is enabled to accept end user requests for content.\n@param enabled Whether the streaming distribution is enabled to accept end user requests for content.*/", "getterDocumentation" : "/**Whether the streaming distribution is enabled to accept end user requests for content.\n@return Whether the streaming distribution is enabled to accept end user requests for content.*/", "fluentSetterDocumentation" : "/**Whether the streaming distribution is enabled to accept end user requests for content.\n@param enabled Whether the streaming distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the streaming distribution is enabled to accept end user requests for content.\n@param enabled Whether the streaming distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : null, "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Logging" : { "documentation" : "A complex type that controls whether access logs are written for the streaming distribution.", "name" : "Logging", "c2jName" : "Logging", "c2jShape" : "StreamingLoggingConfig", "variable" : { "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "variableDeclarationType" : "StreamingLoggingConfig", "documentation" : "A complex type that controls whether access logs are written for the streaming distribution.", "variableSetterType" : "StreamingLoggingConfig", "simpleType" : "StreamingLoggingConfig" }, "setterModel" : { "variableName" : "logging", "variableType" : "StreamingLoggingConfig", "variableDeclarationType" : "StreamingLoggingConfig", "documentation" : "", "variableSetterType" : "StreamingLoggingConfig", "simpleType" : "StreamingLoggingConfig" }, "getterModel" : { "returnType" : "StreamingLoggingConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "Logging", "marshallLocationName" : "Logging", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that controls whether access logs are written for the streaming distribution.\n@param logging A complex type that controls whether access logs are written for the streaming distribution.*/", "getterDocumentation" : "/**A complex type that controls whether access logs are written for the streaming distribution.\n@return A complex type that controls whether access logs are written for the streaming distribution.*/", "fluentSetterDocumentation" : "/**A complex type that controls whether access logs are written for the streaming distribution.\n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that controls whether access logs are written for the streaming distribution.\n@param logging A complex type that controls whether access logs are written for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "Whether the streaming distribution is enabled to accept end user requests for content.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Whether the streaming distribution is enabled to accept end user requests for content.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Whether the streaming distribution is enabled to accept end user requests for content.\n@param enabled Whether the streaming distribution is enabled to accept end user requests for content.*/", "getterDocumentation" : "/**Whether the streaming distribution is enabled to accept end user requests for content.\n@return Whether the streaming distribution is enabled to accept end user requests for content.*/", "fluentSetterDocumentation" : "/**Whether the streaming distribution is enabled to accept end user requests for content.\n@param enabled Whether the streaming distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the streaming distribution is enabled to accept end user requests for content.\n@param enabled Whether the streaming distribution is enabled to accept end user requests for content.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Aliases" : { "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "name" : "Aliases", "c2jName" : "Aliases", "c2jShape" : "Aliases", "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "setterModel" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : "", "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "getterModel" : { "returnType" : "Aliases", "documentation" : null }, "http" : { "unmarshallLocationName" : "Aliases", "marshallLocationName" : "Aliases", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/", "getterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@param aliases A complex type that contains information about CNAMEs (alternate domain names), if any, for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "S3Origin" : { "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "name" : "S3Origin", "c2jName" : "S3Origin", "c2jShape" : "S3Origin", "variable" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : "A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.", "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "setterModel" : { "variableName" : "s3Origin", "variableType" : "S3Origin", "variableDeclarationType" : "S3Origin", "documentation" : "", "variableSetterType" : "S3Origin", "simpleType" : "S3Origin" }, "getterModel" : { "returnType" : "S3Origin", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3Origin", "marshallLocationName" : "S3Origin", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/", "getterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.*/", "fluentSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@param s3Origin A complex type that contains information about the Amazon S3 bucket from which you want CloudFront to get your media files for distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PriceClass" : { "documentation" : "A complex type that contains information about price class for this streaming distribution.", "name" : "PriceClass", "c2jName" : "PriceClass", "c2jShape" : "PriceClass", "variable" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A complex type that contains information about price class for this streaming distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "priceClass", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PriceClass", "marshallLocationName" : "PriceClass", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "PriceClass", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A complex type that contains information about price class for this streaming distribution.\n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@see PriceClass*/", "getterDocumentation" : "/**A complex type that contains information about price class for this streaming distribution.\n@return A complex type that contains information about price class for this streaming distribution.\n@see PriceClass*/", "fluentSetterDocumentation" : "/**A complex type that contains information about price class for this streaming distribution.\n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/", "varargSetterDocumentation" : "/**A complex type that contains information about price class for this streaming distribution.\n@param priceClass A complex type that contains information about price class for this streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PriceClass*/" }, "CallerReference" : { "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.*/", "getterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.*/", "fluentSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the StreamingDistributionConfig object), a new streaming distribution is created. If the CallerReference is a value you already sent in a previous request to create a streaming distribution, and the content of the StreamingDistributionConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create a streaming distribution but the content of the StreamingDistributionConfig is different from the original request, CloudFront returns a DistributionAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Comment" : { "documentation" : "Any comments you want to include about the streaming distribution.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Any comments you want to include about the streaming distribution.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Any comments you want to include about the streaming distribution.\n@param comment Any comments you want to include about the streaming distribution.*/", "getterDocumentation" : "/**Any comments you want to include about the streaming distribution.\n@return Any comments you want to include about the streaming distribution.*/", "fluentSetterDocumentation" : "/**Any comments you want to include about the streaming distribution.\n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Any comments you want to include about the streaming distribution.\n@param comment Any comments you want to include about the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustedSigners" : { "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "name" : "TrustedSigners", "c2jName" : "TrustedSigners", "c2jShape" : "TrustedSigners", "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "setterModel" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : "", "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "getterModel" : { "returnType" : "TrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustedSigners", "marshallLocationName" : "TrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "getterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.*/", "fluentSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@param trustedSigners A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateInvalidationResult" : { "c2jName" : "CreateInvalidationResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "CreateInvalidationResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "name" : "Location", "c2jName" : "Location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.*/", "getterDocumentation" : "/**The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.*/", "fluentSetterDocumentation" : "/**The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The invalidation's information.", "name" : "Invalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "variable" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : "The invalidation's information.", "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "setterModel" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : "", "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "unmarshallLocationName" : "Invalidation", "marshallLocationName" : "Invalidation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.*/", "getterDocumentation" : "/**The invalidation's information.\n@return The invalidation's information.*/", "fluentSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createInvalidationResult", "variableType" : "CreateInvalidationResult", "variableDeclarationType" : "CreateInvalidationResult", "documentation" : null, "variableSetterType" : "CreateInvalidationResult", "simpleType" : "CreateInvalidationResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Invalidation" : { "documentation" : "The invalidation's information.", "name" : "Invalidation", "c2jName" : "Invalidation", "c2jShape" : "Invalidation", "variable" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : "The invalidation's information.", "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "setterModel" : { "variableName" : "invalidation", "variableType" : "Invalidation", "variableDeclarationType" : "Invalidation", "documentation" : "", "variableSetterType" : "Invalidation", "simpleType" : "Invalidation" }, "getterModel" : { "returnType" : "Invalidation", "documentation" : null }, "http" : { "unmarshallLocationName" : "Invalidation", "marshallLocationName" : "Invalidation", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.*/", "getterDocumentation" : "/**The invalidation's information.\n@return The invalidation's information.*/", "fluentSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The invalidation's information.\n@param invalidation The invalidation's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "name" : "Location", "c2jName" : "Location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.*/", "getterDocumentation" : "/**The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.*/", "fluentSetterDocumentation" : "/**The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@param location The fully qualified URI of the distribution and invalidation batch request, including the Invalidation ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrustedSigners" : { "c2jName" : "TrustedSigners", "documentation" : "A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content. If you want to require signed URLs in requests for objects in the target origin that match the PathPattern for this cache behavior, specify true for Enabled, and specify the applicable values for Quantity and Items. For more information, go to Using a Signed URL to Serve Private Content in the Amazon CloudFront Developer Guide. If you don't want to require signed URLs in requests for objects that match PathPattern, specify false for Enabled and 0 for Quantity. Omit Items. To add, change, or remove one or more trusted signers, change Enabled to true (if it's currently false), change Quantity as applicable, and specify all of the trusted signers that you want to include in the updated distribution.", "shapeName" : "TrustedSigners", "deprecated" : false, "required" : [ "Enabled", "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@param enabled Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.*/", "getterDocumentation" : "/**Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.*/", "fluentSetterDocumentation" : "/**Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@param enabled Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@param enabled Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The number of trusted signers for this cache behavior.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of trusted signers for this cache behavior.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of trusted signers for this cache behavior.\n@param quantity The number of trusted signers for this cache behavior.*/", "getterDocumentation" : "/**The number of trusted signers for this cache behavior.\n@return The number of trusted signers for this cache behavior.*/", "fluentSetterDocumentation" : "/**The number of trusted signers for this cache behavior.\n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of trusted signers for this cache behavior.\n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "AwsAccountNumberList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "AwsAccountNumber", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AwsAccountNumber", "marshallLocationName" : "AwsAccountNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "trustedSigners", "variableType" : "TrustedSigners", "variableDeclarationType" : "TrustedSigners", "documentation" : null, "variableSetterType" : "TrustedSigners", "simpleType" : "TrustedSigners" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "AwsAccountNumberList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "AwsAccountNumber", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AwsAccountNumber", "marshallLocationName" : "AwsAccountNumber", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains trusted signers for this cache behavior. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@param enabled Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.*/", "getterDocumentation" : "/**Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.*/", "fluentSetterDocumentation" : "/**Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@param enabled Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@param enabled Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of trusted signers for this cache behavior.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of trusted signers for this cache behavior.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of trusted signers for this cache behavior.\n@param quantity The number of trusted signers for this cache behavior.*/", "getterDocumentation" : "/**The number of trusted signers for this cache behavior.\n@return The number of trusted signers for this cache behavior.*/", "fluentSetterDocumentation" : "/**The number of trusted signers for this cache behavior.\n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of trusted signers for this cache behavior.\n@param quantity The number of trusted signers for this cache behavior.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CloudFrontOriginAccessIdentityConfig" : { "c2jName" : "CloudFrontOriginAccessIdentityConfig", "documentation" : "Origin access identity configuration.", "shapeName" : "CloudFrontOriginAccessIdentityConfig", "deprecated" : false, "required" : [ "CallerReference", "Comment" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.*/", "getterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.*/", "fluentSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Any comments you want to include about the origin access identity.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Any comments you want to include about the origin access identity.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Any comments you want to include about the origin access identity.\n@param comment Any comments you want to include about the origin access identity.*/", "getterDocumentation" : "/**Any comments you want to include about the origin access identity.\n@return Any comments you want to include about the origin access identity.*/", "fluentSetterDocumentation" : "/**Any comments you want to include about the origin access identity.\n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Any comments you want to include about the origin access identity.\n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cloudFrontOriginAccessIdentityConfig", "variableType" : "CloudFrontOriginAccessIdentityConfig", "variableDeclarationType" : "CloudFrontOriginAccessIdentityConfig", "documentation" : null, "variableSetterType" : "CloudFrontOriginAccessIdentityConfig", "simpleType" : "CloudFrontOriginAccessIdentityConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CallerReference" : { "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "name" : "CallerReference", "c2jName" : "CallerReference", "c2jShape" : "string", "variable" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "callerReference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CallerReference", "marshallLocationName" : "CallerReference", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.*/", "getterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.*/", "fluentSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@param callerReference A unique number that ensures the request can't be replayed. If the CallerReference is new (no matter the content of the CloudFrontOriginAccessIdentityConfig object), a new origin access identity is created. If the CallerReference is a value you already sent in a previous request to create an identity, and the content of the CloudFrontOriginAccessIdentityConfig is identical to the original request (ignoring white space), the response includes the same information returned to the original request. If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Comment" : { "documentation" : "Any comments you want to include about the origin access identity.", "name" : "Comment", "c2jName" : "Comment", "c2jShape" : "string", "variable" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Any comments you want to include about the origin access identity.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "comment", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Comment", "marshallLocationName" : "Comment", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Any comments you want to include about the origin access identity.\n@param comment Any comments you want to include about the origin access identity.*/", "getterDocumentation" : "/**Any comments you want to include about the origin access identity.\n@return Any comments you want to include about the origin access identity.*/", "fluentSetterDocumentation" : "/**Any comments you want to include about the origin access identity.\n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Any comments you want to include about the origin access identity.\n@param comment Any comments you want to include about the origin access identity.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyCacheBehaviorsException" : { "c2jName" : "TooManyCacheBehaviors", "documentation" : "You cannot create anymore cache behaviors for the distribution.", "shapeName" : "TooManyCacheBehaviorsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyCacheBehaviorsException", "variableType" : "TooManyCacheBehaviorsException", "variableDeclarationType" : "TooManyCacheBehaviorsException", "documentation" : null, "variableSetterType" : "TooManyCacheBehaviorsException", "simpleType" : "TooManyCacheBehaviorsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyCacheBehaviors", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListDistributionsByWebACLIdRequest" : { "c2jName" : "ListDistributionsByWebACLIdRequest", "documentation" : "The request to list distributions that are associated with a specified AWS WAF web ACL.", "shapeName" : "ListDistributionsByWebACLIdRequest", "deprecated" : false, "required" : [ "WebACLId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/", "getterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/", "fluentSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/", "getterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/", "fluentSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@param webACLId The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.*/", "getterDocumentation" : "/**The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@return The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.*/", "fluentSetterDocumentation" : "/**The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@param webACLId The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@param webACLId The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listDistributionsByWebACLIdRequest", "variableType" : "ListDistributionsByWebACLIdRequest", "variableDeclarationType" : "ListDistributionsByWebACLIdRequest", "documentation" : null, "variableSetterType" : "ListDistributionsByWebACLIdRequest", "simpleType" : "ListDistributionsByWebACLIdRequest" }, "marshaller" : { "action" : "ListDistributionsByWebACLId2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/distributionsByWebACLId/{WebACLId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxItems" : { "documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/", "getterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.*/", "fluentSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@param maxItems The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "WebACLId" : { "documentation" : "The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.", "name" : "WebACLId", "c2jName" : "WebACLId", "c2jShape" : "string", "variable" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "webACLId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "WebACLId", "marshallLocationName" : "WebACLId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@param webACLId The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.*/", "getterDocumentation" : "/**The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@return The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.*/", "fluentSetterDocumentation" : "/**The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@param webACLId The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@param webACLId The Id of the AWS WAF web ACL for which you want to list the associated distributions. If you specify \"null\" for the Id, the request returns a list of the distributions that aren't associated with a web ACL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/", "getterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)*/", "fluentSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@param marker Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Aliases" : { "c2jName" : "Aliases", "documentation" : "A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.", "shapeName" : "Aliases", "deprecated" : false, "required" : [ "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The number of CNAMEs, if any, for this distribution.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of CNAMEs, if any, for this distribution.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of CNAMEs, if any, for this distribution.\n@param quantity The number of CNAMEs, if any, for this distribution.*/", "getterDocumentation" : "/**The number of CNAMEs, if any, for this distribution.\n@return The number of CNAMEs, if any, for this distribution.*/", "fluentSetterDocumentation" : "/**The number of CNAMEs, if any, for this distribution.\n@param quantity The number of CNAMEs, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of CNAMEs, if any, for this distribution.\n@param quantity The number of CNAMEs, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "AliasList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CNAME", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CNAME", "marshallLocationName" : "CNAME", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "aliases", "variableType" : "Aliases", "variableDeclarationType" : "Aliases", "documentation" : null, "variableSetterType" : "Aliases", "simpleType" : "Aliases" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "AliasList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : "CNAME", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CNAME", "marshallLocationName" : "CNAME", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "String", "simple" : true, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.*/", "getterDocumentation" : "/**Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@return Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.*/", "fluentSetterDocumentation" : "/**Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@param items Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n

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

\n@param items Optional: A complex type that contains CNAME elements, if any, for this distribution. If Quantity is 0, you can omit Items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of CNAMEs, if any, for this distribution.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of CNAMEs, if any, for this distribution.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of CNAMEs, if any, for this distribution.\n@param quantity The number of CNAMEs, if any, for this distribution.*/", "getterDocumentation" : "/**The number of CNAMEs, if any, for this distribution.\n@return The number of CNAMEs, if any, for this distribution.*/", "fluentSetterDocumentation" : "/**The number of CNAMEs, if any, for this distribution.\n@param quantity The number of CNAMEs, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of CNAMEs, if any, for this distribution.\n@param quantity The number of CNAMEs, if any, for this distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetCloudFrontOriginAccessIdentityResult" : { "c2jName" : "GetCloudFrontOriginAccessIdentityResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "GetCloudFrontOriginAccessIdentityResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The origin access identity's information.", "name" : "CloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "variable" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "The origin access identity's information.", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.*/", "getterDocumentation" : "/**The origin access identity's information.\n@return The origin access identity's information.*/", "fluentSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getCloudFrontOriginAccessIdentityResult", "variableType" : "GetCloudFrontOriginAccessIdentityResult", "variableDeclarationType" : "GetCloudFrontOriginAccessIdentityResult", "documentation" : null, "variableSetterType" : "GetCloudFrontOriginAccessIdentityResult", "simpleType" : "GetCloudFrontOriginAccessIdentityResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CloudFrontOriginAccessIdentity" : { "documentation" : "The origin access identity's information.", "name" : "CloudFrontOriginAccessIdentity", "c2jName" : "CloudFrontOriginAccessIdentity", "c2jShape" : "CloudFrontOriginAccessIdentity", "variable" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "The origin access identity's information.", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "setterModel" : { "variableName" : "cloudFrontOriginAccessIdentity", "variableType" : "CloudFrontOriginAccessIdentity", "variableDeclarationType" : "CloudFrontOriginAccessIdentity", "documentation" : "", "variableSetterType" : "CloudFrontOriginAccessIdentity", "simpleType" : "CloudFrontOriginAccessIdentity" }, "getterModel" : { "returnType" : "CloudFrontOriginAccessIdentity", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudFrontOriginAccessIdentity", "marshallLocationName" : "CloudFrontOriginAccessIdentity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.*/", "getterDocumentation" : "/**The origin access identity's information.\n@return The origin access identity's information.*/", "fluentSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The origin access identity's information.\n@param cloudFrontOriginAccessIdentity The origin access identity's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ETag" : { "documentation" : "The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the origin access identity's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyCertificatesException" : { "c2jName" : "TooManyCertificates", "documentation" : "You cannot create anymore custom ssl certificates.", "shapeName" : "TooManyCertificatesException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyCertificatesException", "variableType" : "TooManyCertificatesException", "variableDeclarationType" : "TooManyCertificatesException", "documentation" : null, "variableSetterType" : "TooManyCertificatesException", "simpleType" : "TooManyCertificatesException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyCertificates", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDistributionResult" : { "c2jName" : "GetDistributionResult", "documentation" : "The returned result of the corresponding request.", "shapeName" : "GetDistributionResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's information.", "name" : "Distribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "variable" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "The distribution's information.", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "setterModel" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "Distribution", "marshallLocationName" : "Distribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.*/", "getterDocumentation" : "/**The distribution's information.\n@return The distribution's information.*/", "fluentSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return The current version of the distribution's information. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDistributionResult", "variableType" : "GetDistributionResult", "variableDeclarationType" : "GetDistributionResult", "documentation" : null, "variableSetterType" : "GetDistributionResult", "simpleType" : "GetDistributionResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ETag" : { "documentation" : "The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "name" : "ETag", "c2jName" : "ETag", "c2jShape" : "string", "variable" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current version of the distribution's information. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "eTag", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ETag", "marshallLocationName" : "ETag", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return The current version of the distribution's information. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@param eTag The current version of the distribution's information. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Distribution" : { "documentation" : "The distribution's information.", "name" : "Distribution", "c2jName" : "Distribution", "c2jShape" : "Distribution", "variable" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "The distribution's information.", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "setterModel" : { "variableName" : "distribution", "variableType" : "Distribution", "variableDeclarationType" : "Distribution", "documentation" : "", "variableSetterType" : "Distribution", "simpleType" : "Distribution" }, "getterModel" : { "returnType" : "Distribution", "documentation" : null }, "http" : { "unmarshallLocationName" : "Distribution", "marshallLocationName" : "Distribution", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.*/", "getterDocumentation" : "/**The distribution's information.\n@return The distribution's information.*/", "fluentSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's information.\n@param distribution The distribution's information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDistributionRequest" : { "c2jName" : "GetDistributionRequest", "documentation" : "The request to get a distribution's information.", "shapeName" : "GetDistributionRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDistributionRequest", "variableType" : "GetDistributionRequest", "variableDeclarationType" : "GetDistributionRequest", "documentation" : null, "variableSetterType" : "GetDistributionRequest", "simpleType" : "GetDistributionRequest" }, "marshaller" : { "action" : "GetDistribution2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/distribution/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "NoSuchStreamingDistributionException" : { "c2jName" : "NoSuchStreamingDistribution", "documentation" : "The specified streaming distribution does not exist.", "shapeName" : "NoSuchStreamingDistributionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "noSuchStreamingDistributionException", "variableType" : "NoSuchStreamingDistributionException", "variableDeclarationType" : "NoSuchStreamingDistributionException", "documentation" : null, "variableSetterType" : "NoSuchStreamingDistributionException", "simpleType" : "NoSuchStreamingDistributionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "NoSuchStreamingDistribution", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidLocationCodeException" : { "c2jName" : "InvalidLocationCode", "documentation" : "", "shapeName" : "InvalidLocationCodeException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidLocationCodeException", "variableType" : "InvalidLocationCodeException", "variableDeclarationType" : "InvalidLocationCodeException", "documentation" : null, "variableSetterType" : "InvalidLocationCodeException", "simpleType" : "InvalidLocationCodeException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidLocationCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidProtocolSettingsException" : { "c2jName" : "InvalidProtocolSettings", "documentation" : "You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that Support Server Name Indication (SNI).", "shapeName" : "InvalidProtocolSettingsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidProtocolSettingsException", "variableType" : "InvalidProtocolSettingsException", "variableDeclarationType" : "InvalidProtocolSettingsException", "documentation" : null, "variableSetterType" : "InvalidProtocolSettingsException", "simpleType" : "InvalidProtocolSettingsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidProtocolSettings", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TooManyDistributionCNAMEsException" : { "c2jName" : "TooManyDistributionCNAMEs", "documentation" : "Your request contains more CNAMEs than are allowed per distribution.", "shapeName" : "TooManyDistributionCNAMEsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyDistributionCNAMEsException", "variableType" : "TooManyDistributionCNAMEsException", "variableDeclarationType" : "TooManyDistributionCNAMEsException", "documentation" : null, "variableSetterType" : "TooManyDistributionCNAMEsException", "simpleType" : "TooManyDistributionCNAMEsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyDistributionCNAMEs", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DistributionList" : { "c2jName" : "DistributionList", "documentation" : "A distribution list.", "shapeName" : "DistributionList", "deprecated" : false, "required" : [ "Marker", "MaxItems", "IsTruncated", "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The value you provided for the Marker request parameter.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value you provided for the Marker request parameter.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/", "getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.*/", "getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.*/", "fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value you provided for the MaxItems request parameter.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "variable" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The value you provided for the MaxItems request parameter.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/", "getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsTruncated", "marshallLocationName" : "IsTruncated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/", "getterDocumentation" : "/**A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/", "fluentSetterDocumentation" : "/**A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The number of distributions that were created by the current AWS account.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of distributions that were created by the current AWS account.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of distributions that were created by the current AWS account.\n@param quantity The number of distributions that were created by the current AWS account.*/", "getterDocumentation" : "/**The number of distributions that were created by the current AWS account.\n@return The number of distributions that were created by the current AWS account.*/", "fluentSetterDocumentation" : "/**The number of distributions that were created by the current AWS account.\n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of distributions that were created by the current AWS account.\n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "DistributionSummaryList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DistributionSummary", "memberLocationName" : "DistributionSummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DistributionSummary", "variable" : { "variableName" : "member", "variableType" : "DistributionSummary", "variableDeclarationType" : "DistributionSummary", "documentation" : "", "variableSetterType" : "DistributionSummary", "simpleType" : "DistributionSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "DistributionSummary", "variableDeclarationType" : "DistributionSummary", "documentation" : "", "variableSetterType" : "DistributionSummary", "simpleType" : "DistributionSummary" }, "getterModel" : { "returnType" : "DistributionSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionSummary", "marshallLocationName" : "DistributionSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "DistributionSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.*/", "getterDocumentation" : "/**A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n

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

\n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "distributionList", "variableType" : "DistributionList", "variableDeclarationType" : "DistributionList", "documentation" : null, "variableSetterType" : "DistributionList", "simpleType" : "DistributionList" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "DistributionSummaryList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "DistributionSummary", "memberLocationName" : "DistributionSummary", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DistributionSummary", "variable" : { "variableName" : "member", "variableType" : "DistributionSummary", "variableDeclarationType" : "DistributionSummary", "documentation" : "", "variableSetterType" : "DistributionSummary", "simpleType" : "DistributionSummary" }, "setterModel" : { "variableName" : "member", "variableType" : "DistributionSummary", "variableDeclarationType" : "DistributionSummary", "documentation" : "", "variableSetterType" : "DistributionSummary", "simpleType" : "DistributionSummary" }, "getterModel" : { "returnType" : "DistributionSummary", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionSummary", "marshallLocationName" : "DistributionSummary", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "DistributionSummary", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.*/", "getterDocumentation" : "/**A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.*/", "fluentSetterDocumentation" : "/**A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n

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

\n@param items A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxItems" : { "documentation" : "The value you provided for the MaxItems request parameter.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "integer", "variable" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The value you provided for the MaxItems request parameter.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.*/", "getterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@return The value you provided for the MaxItems request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the MaxItems request parameter.\n@param maxItems The value you provided for the MaxItems request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of distributions that were created by the current AWS account.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of distributions that were created by the current AWS account.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of distributions that were created by the current AWS account.\n@param quantity The number of distributions that were created by the current AWS account.*/", "getterDocumentation" : "/**The number of distributions that were created by the current AWS account.\n@return The number of distributions that were created by the current AWS account.*/", "fluentSetterDocumentation" : "/**The number of distributions that were created by the current AWS account.\n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of distributions that were created by the current AWS account.\n@param quantity The number of distributions that were created by the current AWS account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IsTruncated" : { "documentation" : "A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "name" : "IsTruncated", "c2jName" : "IsTruncated", "c2jShape" : "boolean", "variable" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "isTruncated", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "IsTruncated", "marshallLocationName" : "IsTruncated", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/", "getterDocumentation" : "/**A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.*/", "fluentSetterDocumentation" : "/**A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@param isTruncated A flag that indicates whether more distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "The value you provided for the Marker request parameter.", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value you provided for the Marker request parameter.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.*/", "getterDocumentation" : "/**The value you provided for the Marker request parameter.\n@return The value you provided for the Marker request parameter.*/", "fluentSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value you provided for the Marker request parameter.\n@param marker The value you provided for the Marker request parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextMarker" : { "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "name" : "NextMarker", "c2jName" : "NextMarker", "c2jShape" : "string", "variable" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "nextMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextMarker", "marshallLocationName" : "NextMarker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.*/", "getterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.*/", "fluentSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@param nextMarker If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your distributions where they left off.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ItemSelection" : { "c2jName" : "ItemSelection", "documentation" : "", "shapeName" : "ItemSelection", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : null, "enums" : [ { "name" : "None", "value" : "none" }, { "name" : "Whitelist", "value" : "whitelist" }, { "name" : "All", "value" : "all" } ], "variable" : { "variableName" : "itemSelection", "variableType" : "ItemSelection", "variableDeclarationType" : "ItemSelection", "documentation" : null, "variableSetterType" : "ItemSelection", "simpleType" : "ItemSelection" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListCloudFrontOriginAccessIdentitiesRequest" : { "c2jName" : "ListCloudFrontOriginAccessIdentitiesRequest", "documentation" : "The request to list origin access identities.", "shapeName" : "ListCloudFrontOriginAccessIdentitiesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).*/", "getterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).*/", "fluentSetterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum number of origin access identities you want in the response body.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of origin access identities you want in the response body.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of origin access identities you want in the response body.\n@param maxItems The maximum number of origin access identities you want in the response body.*/", "getterDocumentation" : "/**The maximum number of origin access identities you want in the response body.\n@return The maximum number of origin access identities you want in the response body.*/", "fluentSetterDocumentation" : "/**The maximum number of origin access identities you want in the response body.\n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of origin access identities you want in the response body.\n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listCloudFrontOriginAccessIdentitiesRequest", "variableType" : "ListCloudFrontOriginAccessIdentitiesRequest", "variableDeclarationType" : "ListCloudFrontOriginAccessIdentitiesRequest", "documentation" : null, "variableSetterType" : "ListCloudFrontOriginAccessIdentitiesRequest", "simpleType" : "ListCloudFrontOriginAccessIdentitiesRequest" }, "marshaller" : { "action" : "ListCloudFrontOriginAccessIdentities2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/origin-access-identity/cloudfront", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxItems" : { "documentation" : "The maximum number of origin access identities you want in the response body.", "name" : "MaxItems", "c2jName" : "MaxItems", "c2jShape" : "string", "variable" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum number of origin access identities you want in the response body.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxItems", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxItems", "marshallLocationName" : "MaxItems", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The maximum number of origin access identities you want in the response body.\n@param maxItems The maximum number of origin access identities you want in the response body.*/", "getterDocumentation" : "/**The maximum number of origin access identities you want in the response body.\n@return The maximum number of origin access identities you want in the response body.*/", "fluentSetterDocumentation" : "/**The maximum number of origin access identities you want in the response body.\n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum number of origin access identities you want in the response body.\n@param maxItems The maximum number of origin access identities you want in the response body.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).*/", "getterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).*/", "fluentSetterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@param marker Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ActiveTrustedSigners" : { "c2jName" : "ActiveTrustedSigners", "documentation" : "A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for the default cache behavior or for any of the other cache behaviors for this distribution. These are accounts that you want to allow to create signed URLs for private content.", "shapeName" : "ActiveTrustedSigners", "deprecated" : false, "required" : [ "Enabled", "Quantity" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "Each active trusted signer.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Each active trusted signer.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Each active trusted signer.\n@param enabled Each active trusted signer.*/", "getterDocumentation" : "/**Each active trusted signer.\n@return Each active trusted signer.*/", "fluentSetterDocumentation" : "/**Each active trusted signer.\n@param enabled Each active trusted signer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Each active trusted signer.\n@param enabled Each active trusted signer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@param quantity The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.*/", "getterDocumentation" : "/**The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@return The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.*/", "fluentSetterDocumentation" : "/**The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@param quantity The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@param quantity The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "SignerList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Signer", "memberLocationName" : "Signer", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Signer", "variable" : { "variableName" : "member", "variableType" : "Signer", "variableDeclarationType" : "Signer", "documentation" : "", "variableSetterType" : "Signer", "simpleType" : "Signer" }, "setterModel" : { "variableName" : "member", "variableType" : "Signer", "variableDeclarationType" : "Signer", "documentation" : "", "variableSetterType" : "Signer", "simpleType" : "Signer" }, "getterModel" : { "returnType" : "Signer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Signer", "marshallLocationName" : "Signer", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Signer", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@param items A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.*/", "getterDocumentation" : "/**A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@return A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.*/", "fluentSetterDocumentation" : "/**A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@param items A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n

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

\n@param items A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : null, "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Items" : { "documentation" : "A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.", "name" : "Items", "c2jName" : "Items", "c2jShape" : "SignerList", "variable" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "setterModel" : { "variableName" : "items", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "variableSetterType" : "java.util.Collection", "simpleType" : "List" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Items", "marshallLocationName" : "Items", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Signer", "memberLocationName" : "Signer", "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Signer", "variable" : { "variableName" : "member", "variableType" : "Signer", "variableDeclarationType" : "Signer", "documentation" : "", "variableSetterType" : "Signer", "simpleType" : "Signer" }, "setterModel" : { "variableName" : "member", "variableType" : "Signer", "variableDeclarationType" : "Signer", "documentation" : "", "variableSetterType" : "Signer", "simpleType" : "Signer" }, "getterModel" : { "returnType" : "Signer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Signer", "marshallLocationName" : "Signer", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simpleType" : "Signer", "simple" : false, "map" : false, "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : true, "simple" : false, "map" : false, "setterDocumentation" : "/**A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@param items A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.*/", "getterDocumentation" : "/**A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@return A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.*/", "fluentSetterDocumentation" : "/**A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@param items A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n

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

\n@param items A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Enabled" : { "documentation" : "Each active trusted signer.", "name" : "Enabled", "c2jName" : "Enabled", "c2jShape" : "boolean", "variable" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "Each active trusted signer.", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "setterModel" : { "variableName" : "enabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "variableSetterType" : "Boolean", "simpleType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Enabled", "marshallLocationName" : "Enabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**Each active trusted signer.\n@param enabled Each active trusted signer.*/", "getterDocumentation" : "/**Each active trusted signer.\n@return Each active trusted signer.*/", "fluentSetterDocumentation" : "/**Each active trusted signer.\n@param enabled Each active trusted signer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Each active trusted signer.\n@param enabled Each active trusted signer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Quantity" : { "documentation" : "The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.", "name" : "Quantity", "c2jName" : "Quantity", "c2jShape" : "integer", "variable" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "setterModel" : { "variableName" : "quantity", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "variableSetterType" : "Integer", "simpleType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Quantity", "marshallLocationName" : "Quantity", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@param quantity The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.*/", "getterDocumentation" : "/**The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@return The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.*/", "fluentSetterDocumentation" : "/**The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@param quantity The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@param quantity The number of unique trusted signers included in all cache behaviors. For example, if three cache behaviors all list the same three AWS accounts, the value of Quantity for ActiveTrustedSigners will be 3.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "StreamingDistribution" : { "c2jName" : "StreamingDistribution", "documentation" : "A streaming distribution.", "shapeName" : "StreamingDistribution", "deprecated" : false, "required" : [ "Id", "Status", "DomainName", "ActiveTrustedSigners", "StreamingDistributionConfig" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@param id The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.*/", "getterDocumentation" : "/**The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@return The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.*/", "fluentSetterDocumentation" : "/**The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@param id The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@param id The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "getterDocumentation" : "/**The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "fluentSetterDocumentation" : "/**The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The date and time the distribution was last modified.", "name" : "LastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the distribution was last modified.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedTime", "marshallLocationName" : "LastModifiedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/", "getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/", "fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@param domainName The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.*/", "getterDocumentation" : "/**The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@return The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.*/", "fluentSetterDocumentation" : "/**The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@param domainName The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@param domainName The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "name" : "ActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "variable" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "setterModel" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : "", "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActiveTrustedSigners", "marshallLocationName" : "ActiveTrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/", "getterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/", "fluentSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The current configuration information for the streaming distribution.", "name" : "StreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "variable" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "The current configuration information for the streaming distribution.", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "setterModel" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionConfig", "marshallLocationName" : "StreamingDistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The current configuration information for the streaming distribution.\n@param streamingDistributionConfig The current configuration information for the streaming distribution.*/", "getterDocumentation" : "/**The current configuration information for the streaming distribution.\n@return The current configuration information for the streaming distribution.*/", "fluentSetterDocumentation" : "/**The current configuration information for the streaming distribution.\n@param streamingDistributionConfig The current configuration information for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current configuration information for the streaming distribution.\n@param streamingDistributionConfig The current configuration information for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "streamingDistribution", "variableType" : "StreamingDistribution", "variableDeclarationType" : "StreamingDistribution", "documentation" : null, "variableSetterType" : "StreamingDistribution", "simpleType" : "StreamingDistribution" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "name" : "Status", "c2jName" : "Status", "c2jShape" : "string", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "getterDocumentation" : "/**The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.*/", "fluentSetterDocumentation" : "/**The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@param status The current status of the streaming distribution. When the status is Deployed, the distribution's information is fully propagated throughout the Amazon CloudFront system.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ActiveTrustedSigners" : { "documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "name" : "ActiveTrustedSigners", "c2jName" : "ActiveTrustedSigners", "c2jShape" : "ActiveTrustedSigners", "variable" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : "CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.", "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "setterModel" : { "variableName" : "activeTrustedSigners", "variableType" : "ActiveTrustedSigners", "variableDeclarationType" : "ActiveTrustedSigners", "documentation" : "", "variableSetterType" : "ActiveTrustedSigners", "simpleType" : "ActiveTrustedSigners" }, "getterModel" : { "returnType" : "ActiveTrustedSigners", "documentation" : null }, "http" : { "unmarshallLocationName" : "ActiveTrustedSigners", "marshallLocationName" : "ActiveTrustedSigners", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/", "getterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.*/", "fluentSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@param activeTrustedSigners CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs. The element lists the key pair IDs that CloudFront is aware of for each trusted signer. The Signer child element lists the AWS account number of the trusted signer (or an empty Self element if the signer is you). The Signer element also includes the IDs of any active key pairs associated with the trusted signer's AWS account. If no KeyPairId element appears for a Signer, that signer can't create working signed URLs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DomainName" : { "documentation" : "The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.", "name" : "DomainName", "c2jName" : "DomainName", "c2jShape" : "string", "variable" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "domainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DomainName", "marshallLocationName" : "DomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@param domainName The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.*/", "getterDocumentation" : "/**The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@return The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.*/", "fluentSetterDocumentation" : "/**The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@param domainName The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@param domainName The domain name corresponding to the streaming distribution. For example: s5c39gqb8ow64r.cloudfront.net.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StreamingDistributionConfig" : { "documentation" : "The current configuration information for the streaming distribution.", "name" : "StreamingDistributionConfig", "c2jName" : "StreamingDistributionConfig", "c2jShape" : "StreamingDistributionConfig", "variable" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "The current configuration information for the streaming distribution.", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "setterModel" : { "variableName" : "streamingDistributionConfig", "variableType" : "StreamingDistributionConfig", "variableDeclarationType" : "StreamingDistributionConfig", "documentation" : "", "variableSetterType" : "StreamingDistributionConfig", "simpleType" : "StreamingDistributionConfig" }, "getterModel" : { "returnType" : "StreamingDistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "StreamingDistributionConfig", "marshallLocationName" : "StreamingDistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The current configuration information for the streaming distribution.\n@param streamingDistributionConfig The current configuration information for the streaming distribution.*/", "getterDocumentation" : "/**The current configuration information for the streaming distribution.\n@return The current configuration information for the streaming distribution.*/", "fluentSetterDocumentation" : "/**The current configuration information for the streaming distribution.\n@param streamingDistributionConfig The current configuration information for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The current configuration information for the streaming distribution.\n@param streamingDistributionConfig The current configuration information for the streaming distribution.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@param id The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.*/", "getterDocumentation" : "/**The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@return The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.*/", "fluentSetterDocumentation" : "/**The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@param id The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@param id The identifier for the streaming distribution. For example: EGTXBD79H29TRA8.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastModifiedTime" : { "documentation" : "The date and time the distribution was last modified.", "name" : "LastModifiedTime", "c2jName" : "LastModifiedTime", "c2jShape" : "timestamp", "variable" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "The date and time the distribution was last modified.", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "setterModel" : { "variableName" : "lastModifiedTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "variableSetterType" : "java.util.Date", "simpleType" : "Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastModifiedTime", "marshallLocationName" : "LastModifiedTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.*/", "getterDocumentation" : "/**The date and time the distribution was last modified.\n@return The date and time the distribution was last modified.*/", "fluentSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The date and time the distribution was last modified.\n@param lastModifiedTime The date and time the distribution was last modified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidIfMatchVersionException" : { "c2jName" : "InvalidIfMatchVersion", "documentation" : "The If-Match version is missing or not valid for the distribution.", "shapeName" : "InvalidIfMatchVersionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidIfMatchVersionException", "variableType" : "InvalidIfMatchVersionException", "variableDeclarationType" : "InvalidIfMatchVersionException", "documentation" : null, "variableSetterType" : "InvalidIfMatchVersionException", "simpleType" : "InvalidIfMatchVersionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidIfMatchVersion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateDistributionRequest" : { "c2jName" : "UpdateDistributionRequest", "documentation" : "The request to update a distribution.", "shapeName" : "UpdateDistributionRequest", "deprecated" : false, "required" : [ "DistributionConfig", "Id" ], "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The distribution's configuration information.", "name" : "DistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "The distribution's configuration information.", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "setterModel" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionConfig", "marshallLocationName" : "DistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/", "getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateDistributionRequest", "variableType" : "UpdateDistributionRequest", "variableDeclarationType" : "UpdateDistributionRequest", "documentation" : null, "variableSetterType" : "UpdateDistributionRequest", "simpleType" : "UpdateDistributionRequest" }, "marshaller" : { "action" : "UpdateDistribution2016_01_28", "verb" : "PUT", "target" : null, "requestUri" : "/2016-01-28/distribution/{Id}/config", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DistributionConfig" : { "documentation" : "The distribution's configuration information.", "name" : "DistributionConfig", "c2jName" : "DistributionConfig", "c2jShape" : "DistributionConfig", "variable" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "The distribution's configuration information.", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "setterModel" : { "variableName" : "distributionConfig", "variableType" : "DistributionConfig", "variableDeclarationType" : "DistributionConfig", "documentation" : "", "variableSetterType" : "DistributionConfig", "simpleType" : "DistributionConfig" }, "getterModel" : { "returnType" : "DistributionConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "DistributionConfig", "marshallLocationName" : "DistributionConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : "http://cloudfront.amazonaws.com/doc/2016-01-28/", "idempotencyToken" : false, "list" : false, "simple" : false, "map" : false, "setterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.*/", "getterDocumentation" : "/**The distribution's configuration information.\n@return The distribution's configuration information.*/", "fluentSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's configuration information.\n@param distributionConfig The distribution's configuration information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.*/", "getterDocumentation" : "/**The distribution's id.\n@return The distribution's id.*/", "fluentSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The distribution's id.\n@param id The distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "IfMatch" : { "documentation" : "The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "name" : "IfMatch", "c2jName" : "IfMatch", "c2jShape" : "string", "variable" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ifMatch", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "If-Match", "marshallLocationName" : "If-Match", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "header" : true, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.*/", "getterDocumentation" : "/**The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.*/", "fluentSetterDocumentation" : "/**The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@param ifMatch The value of the ETag header you received when retrieving the distribution's configuration. For example: E2QWRUHAPOMQZL.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TooManyCookieNamesInWhiteListException" : { "c2jName" : "TooManyCookieNamesInWhiteList", "documentation" : "Your request contains more cookie names in the whitelist than are allowed per cache behavior.", "shapeName" : "TooManyCookieNamesInWhiteListException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyCookieNamesInWhiteListException", "variableType" : "TooManyCookieNamesInWhiteListException", "variableDeclarationType" : "TooManyCookieNamesInWhiteListException", "documentation" : null, "variableSetterType" : "TooManyCookieNamesInWhiteListException", "simpleType" : "TooManyCookieNamesInWhiteListException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyCookieNamesInWhiteList", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidMinimumProtocolVersionException" : { "c2jName" : "InvalidMinimumProtocolVersion", "documentation" : "", "shapeName" : "InvalidMinimumProtocolVersionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidMinimumProtocolVersionException", "variableType" : "InvalidMinimumProtocolVersionException", "variableDeclarationType" : "InvalidMinimumProtocolVersionException", "documentation" : null, "variableSetterType" : "InvalidMinimumProtocolVersionException", "simpleType" : "InvalidMinimumProtocolVersionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidMinimumProtocolVersion", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetStreamingDistributionConfigRequest" : { "c2jName" : "GetStreamingDistributionConfigRequest", "documentation" : "To request to get a streaming distribution configuration.", "shapeName" : "GetStreamingDistributionConfigRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ { "documentation" : "The streaming distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The streaming distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.*/", "getterDocumentation" : "/**The streaming distribution's id.\n@return The streaming distribution's id.*/", "fluentSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getStreamingDistributionConfigRequest", "variableType" : "GetStreamingDistributionConfigRequest", "variableDeclarationType" : "GetStreamingDistributionConfigRequest", "documentation" : null, "variableSetterType" : "GetStreamingDistributionConfigRequest", "simpleType" : "GetStreamingDistributionConfigRequest" }, "marshaller" : { "action" : "GetStreamingDistributionConfig2016_01_28", "verb" : "GET", "target" : null, "requestUri" : "/2016-01-28/streaming-distribution/{Id}/config", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The streaming distribution's id.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "string", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The streaming distribution's id.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "list" : false, "simple" : true, "map" : false, "setterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.*/", "getterDocumentation" : "/**The streaming distribution's id.\n@return The streaming distribution's id.*/", "fluentSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The streaming distribution's id.\n@param id The streaming distribution's id.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidArgumentException" : { "c2jName" : "InvalidArgument", "documentation" : "The argument is invalid.", "shapeName" : "InvalidArgumentException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidArgumentException", "variableType" : "InvalidArgumentException", "variableDeclarationType" : "InvalidArgumentException", "documentation" : null, "variableSetterType" : "InvalidArgumentException", "simpleType" : "InvalidArgumentException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidArgument", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "StreamingDistributionNotDisabledException" : { "c2jName" : "StreamingDistributionNotDisabled", "documentation" : "", "shapeName" : "StreamingDistributionNotDisabledException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "streamingDistributionNotDisabledException", "variableType" : "StreamingDistributionNotDisabledException", "variableDeclarationType" : "StreamingDistributionNotDisabledException", "documentation" : null, "variableSetterType" : "StreamingDistributionNotDisabledException", "simpleType" : "StreamingDistributionNotDisabledException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "StreamingDistributionNotDisabled", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TooManyDistributionsException" : { "c2jName" : "TooManyDistributions", "documentation" : "Processing your request would cause you to exceed the maximum number of distributions allowed.", "shapeName" : "TooManyDistributionsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "tooManyDistributionsException", "variableType" : "TooManyDistributionsException", "variableDeclarationType" : "TooManyDistributionsException", "documentation" : null, "variableSetterType" : "TooManyDistributionsException", "simpleType" : "TooManyDistributionsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TooManyDistributions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : { "Restrictions" : { "constructorForms" : [ [ "GeoRestriction" ] ] }, "GeoRestriction" : { "constructorForms" : [ [ "RestrictionType" ] ] }, "GetDistributionConfigRequest" : { "constructorForms" : [ [ "Id" ] ] }, "InvalidationBatch" : { "constructorForms" : [ [ "Paths", "CallerReference" ], [ "CallerReference" ] ] }, "ActiveTrustedSigners" : { "constructorForms" : [ [ "Items" ] ] }, "GetCloudFrontOriginAccessIdentityConfigRequest" : { "constructorForms" : [ [ "Id" ] ] }, "ListInvalidationsRequest" : { "constructorForms" : [ [ "DistributionId" ] ] }, "Distribution" : { "constructorForms" : [ [ "Id", "Status", "DomainName" ] ] }, "GetInvalidationRequest" : { "constructorForms" : [ [ "DistributionId", "Id" ] ] }, "CreateStreamingDistributionRequest" : { "constructorForms" : [ [ "StreamingDistributionConfig" ] ] }, "CreateDistributionRequest" : { "constructorForms" : [ [ "DistributionConfig" ] ] }, "TrustedSigners" : { "constructorForms" : [ [ "Items" ] ] }, "GetCloudFrontOriginAccessIdentityRequest" : { "constructorForms" : [ [ "Id" ] ] }, "UpdateCloudFrontOriginAccessIdentityRequest" : { "constructorForms" : [ [ "CloudFrontOriginAccessIdentityConfig", "Id", "IfMatch" ] ] }, "UpdateDistributionRequest" : { "constructorForms" : [ [ "DistributionConfig", "Id", "IfMatch" ] ] }, "DeleteCloudFrontOriginAccessIdentityRequest" : { "constructorForms" : [ [ "Id", "IfMatch" ] ] }, "GetDistributionRequest" : { "constructorForms" : [ [ "Id" ] ] }, "LoggingConfig" : { "constructorForms" : [ [ "Bucket", "Prefix" ] ] }, "S3Origin" : { "constructorForms" : [ [ "DomainName" ], [ "DomainName", "OriginAccessIdentity" ] ] }, "StreamingDistributionConfig" : { "constructorForms" : [ [ "CallerReference", "S3Origin", "Enabled" ] ] }, "GetStreamingDistributionConfigRequest" : { "constructorForms" : [ [ "Id" ] ] }, "DeleteDistributionRequest" : { "constructorForms" : [ [ "Id", "IfMatch" ] ] }, "DistributionConfig" : { "constructorForms" : [ [ "CallerReference", "Enabled" ] ] }, "UpdateStreamingDistributionRequest" : { "constructorForms" : [ [ "StreamingDistributionConfig", "Id", "IfMatch" ] ] }, "CloudFrontOriginAccessIdentity" : { "constructorForms" : [ [ "Id", "S3CanonicalUserId" ] ] }, "CreateCloudFrontOriginAccessIdentityRequest" : { "constructorForms" : [ [ "CloudFrontOriginAccessIdentityConfig" ] ] }, "CreateInvalidationRequest" : { "constructorForms" : [ [ "DistributionId", "InvalidationBatch" ] ] }, "GetStreamingDistributionRequest" : { "constructorForms" : [ [ "Id" ] ] }, "CloudFrontOriginAccessIdentityConfig" : { "constructorForms" : [ [ "CallerReference" ] ] }, "DeleteStreamingDistributionRequest" : { "constructorForms" : [ [ "Id", "IfMatch" ] ] } }, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : false, "actionPrefix" : null, "fileNamePrefix" : "CloudFront" }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy