
models.amplify-2017-07-25-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listApps" ]
},
"metadata" : {
"apiVersion" : "2017-07-25",
"asyncBuilder" : "DefaultAmplifyAsyncClientBuilder",
"asyncBuilderInterface" : "AmplifyAsyncClientBuilder",
"asyncClient" : "DefaultAmplifyAsyncClient",
"asyncInterface" : "AmplifyAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultAmplifyBaseClientBuilder",
"baseBuilderInterface" : "AmplifyBaseClientBuilder",
"baseExceptionName" : "AmplifyException",
"baseRequestName" : "AmplifyRequest",
"baseResponseName" : "AmplifyResponse",
"cborProtocol" : false,
"clientPackageName" : "amplify",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amplify",
"documentation" : " Amplify is a fully managed continuous deployment and hosting service for modern web apps.
",
"endpointPrefix" : "amplify",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.amplify",
"fullModelPackageName" : "software.amazon.awssdk.services.amplify.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.amplify.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.amplify.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.amplify.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "amplify.model",
"paginatorsPackageName" : "amplify.paginators",
"protocol" : "rest-json",
"queryProtocol" : false,
"requestTransformPackageName" : "amplify.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Amplify",
"serviceName" : "Amplify",
"signingName" : "amplify",
"syncBuilder" : "DefaultAmplifyClientBuilder",
"syncBuilderInterface" : "AmplifyClientBuilder",
"syncClient" : "DefaultAmplifyClient",
"syncInterface" : "AmplifyClient",
"transformPackageName" : "amplify.transform",
"uid" : "amplify-2017-07-25",
"xmlProtocol" : false
},
"operations" : {
"CreateApp" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Creates a new Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateAppRequest",
"variableName" : "createAppRequest",
"variableType" : "CreateAppRequest",
"documentation" : " Request structure used to create Apps in Amplify.
",
"simpleType" : "CreateAppRequest",
"variableSetterType" : "CreateAppRequest"
},
"methodName" : "createApp",
"operationName" : "CreateApp",
"paginated" : false,
"returnType" : {
"returnType" : "CreateAppResponse",
"documentation" : null
},
"syncReturnType" : "CreateAppResponse"
},
"CreateBackendEnvironment" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Creates a new backend environment for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBackendEnvironmentRequest",
"variableName" : "createBackendEnvironmentRequest",
"variableType" : "CreateBackendEnvironmentRequest",
"documentation" : " Request structure for a backend environment create request.
",
"simpleType" : "CreateBackendEnvironmentRequest",
"variableSetterType" : "CreateBackendEnvironmentRequest"
},
"methodName" : "createBackendEnvironment",
"operationName" : "CreateBackendEnvironment",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBackendEnvironmentResponse",
"documentation" : " Result structure for create backend environment.
"
},
"syncReturnType" : "CreateBackendEnvironmentResponse"
},
"CreateBranch" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Creates a new Branch for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBranchRequest",
"variableName" : "createBranchRequest",
"variableType" : "CreateBranchRequest",
"documentation" : " Request structure for a branch create request.
",
"simpleType" : "CreateBranchRequest",
"variableSetterType" : "CreateBranchRequest"
},
"methodName" : "createBranch",
"operationName" : "CreateBranch",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBranchResponse",
"documentation" : " Result structure for create branch request.
"
},
"syncReturnType" : "CreateBranchResponse"
},
"CreateDeployment" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Create a deployment for manual deploy apps. (Apps are not connected to repository)
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDeploymentRequest",
"variableName" : "createDeploymentRequest",
"variableType" : "CreateDeploymentRequest",
"documentation" : " Request structure for create a new deployment.
",
"simpleType" : "CreateDeploymentRequest",
"variableSetterType" : "CreateDeploymentRequest"
},
"methodName" : "createDeployment",
"operationName" : "CreateDeployment",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDeploymentResponse",
"documentation" : " Result structure for create a new deployment.
"
},
"syncReturnType" : "CreateDeploymentResponse"
},
"CreateDomainAssociation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Create a new DomainAssociation on an App
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDomainAssociationRequest",
"variableName" : "createDomainAssociationRequest",
"variableType" : "CreateDomainAssociationRequest",
"documentation" : " Request structure for create Domain Association request.
",
"simpleType" : "CreateDomainAssociationRequest",
"variableSetterType" : "CreateDomainAssociationRequest"
},
"methodName" : "createDomainAssociation",
"operationName" : "CreateDomainAssociation",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDomainAssociationResponse",
"documentation" : " Result structure for the create Domain Association request.
"
},
"syncReturnType" : "CreateDomainAssociationResponse"
},
"CreateWebhook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Create a new webhook on an App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateWebhookRequest",
"variableName" : "createWebhookRequest",
"variableType" : "CreateWebhookRequest",
"documentation" : " Request structure for create webhook request.
",
"simpleType" : "CreateWebhookRequest",
"variableSetterType" : "CreateWebhookRequest"
},
"methodName" : "createWebhook",
"operationName" : "CreateWebhook",
"paginated" : false,
"returnType" : {
"returnType" : "CreateWebhookResponse",
"documentation" : " Result structure for the create webhook request.
"
},
"syncReturnType" : "CreateWebhookResponse"
},
"DeleteApp" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Delete an existing Amplify App by appId.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAppRequest",
"variableName" : "deleteAppRequest",
"variableType" : "DeleteAppRequest",
"documentation" : " Request structure for an Amplify App delete request.
",
"simpleType" : "DeleteAppRequest",
"variableSetterType" : "DeleteAppRequest"
},
"methodName" : "deleteApp",
"operationName" : "DeleteApp",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteAppResponse",
"documentation" : " Result structure for an Amplify App delete request.
"
},
"syncReturnType" : "DeleteAppResponse"
},
"DeleteBackendEnvironment" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Delete backend environment for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBackendEnvironmentRequest",
"variableName" : "deleteBackendEnvironmentRequest",
"variableType" : "DeleteBackendEnvironmentRequest",
"documentation" : " Request structure for delete backend environment request.
",
"simpleType" : "DeleteBackendEnvironmentRequest",
"variableSetterType" : "DeleteBackendEnvironmentRequest"
},
"methodName" : "deleteBackendEnvironment",
"operationName" : "DeleteBackendEnvironment",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBackendEnvironmentResponse",
"documentation" : " Result structure of a delete backend environment result.
"
},
"syncReturnType" : "DeleteBackendEnvironmentResponse"
},
"DeleteBranch" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes a branch for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBranchRequest",
"variableName" : "deleteBranchRequest",
"variableType" : "DeleteBranchRequest",
"documentation" : " Request structure for delete branch request.
",
"simpleType" : "DeleteBranchRequest",
"variableSetterType" : "DeleteBranchRequest"
},
"methodName" : "deleteBranch",
"operationName" : "DeleteBranch",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBranchResponse",
"documentation" : " Result structure for delete branch request.
"
},
"syncReturnType" : "DeleteBranchResponse"
},
"DeleteDomainAssociation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes a DomainAssociation.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDomainAssociationRequest",
"variableName" : "deleteDomainAssociationRequest",
"variableType" : "DeleteDomainAssociationRequest",
"documentation" : " Request structure for the delete Domain Association request.
",
"simpleType" : "DeleteDomainAssociationRequest",
"variableSetterType" : "DeleteDomainAssociationRequest"
},
"methodName" : "deleteDomainAssociation",
"operationName" : "DeleteDomainAssociation",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDomainAssociationResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDomainAssociationResponse"
},
"DeleteJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Delete a job, for an Amplify branch, part of Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteJobRequest",
"variableName" : "deleteJobRequest",
"variableType" : "DeleteJobRequest",
"documentation" : " Request structure for delete job request.
",
"simpleType" : "DeleteJobRequest",
"variableSetterType" : "DeleteJobRequest"
},
"methodName" : "deleteJob",
"operationName" : "DeleteJob",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteJobResponse",
"documentation" : " Result structure for the delete job request.
"
},
"syncReturnType" : "DeleteJobResponse"
},
"DeleteWebhook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Deletes a webhook.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteWebhookRequest",
"variableName" : "deleteWebhookRequest",
"variableType" : "DeleteWebhookRequest",
"documentation" : " Request structure for the delete webhook request.
",
"simpleType" : "DeleteWebhookRequest",
"variableSetterType" : "DeleteWebhookRequest"
},
"methodName" : "deleteWebhook",
"operationName" : "DeleteWebhook",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteWebhookResponse",
"documentation" : " Result structure for the delete webhook request.
"
},
"syncReturnType" : "DeleteWebhookResponse"
},
"GenerateAccessLogs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Retrieve website access logs for a specific time range via a pre-signed URL.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GenerateAccessLogsRequest",
"variableName" : "generateAccessLogsRequest",
"variableType" : "GenerateAccessLogsRequest",
"documentation" : " Request structure for the generate access logs request.
",
"simpleType" : "GenerateAccessLogsRequest",
"variableSetterType" : "GenerateAccessLogsRequest"
},
"methodName" : "generateAccessLogs",
"operationName" : "GenerateAccessLogs",
"paginated" : false,
"returnType" : {
"returnType" : "GenerateAccessLogsResponse",
"documentation" : " Result structure for the generate access logs request.
"
},
"syncReturnType" : "GenerateAccessLogsResponse"
},
"GetApp" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Retrieves an existing Amplify App by appId.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetAppRequest",
"variableName" : "getAppRequest",
"variableType" : "GetAppRequest",
"documentation" : " Request structure for get App request.
",
"simpleType" : "GetAppRequest",
"variableSetterType" : "GetAppRequest"
},
"methodName" : "getApp",
"operationName" : "GetApp",
"paginated" : false,
"returnType" : {
"returnType" : "GetAppResponse",
"documentation" : null
},
"syncReturnType" : "GetAppResponse"
},
"GetArtifactUrl" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Retrieves artifact info that corresponds to a artifactId.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetArtifactUrlRequest",
"variableName" : "getArtifactUrlRequest",
"variableType" : "GetArtifactUrlRequest",
"documentation" : " Request structure for the get artifact request.
",
"simpleType" : "GetArtifactUrlRequest",
"variableSetterType" : "GetArtifactUrlRequest"
},
"methodName" : "getArtifactUrl",
"operationName" : "GetArtifactUrl",
"paginated" : false,
"returnType" : {
"returnType" : "GetArtifactUrlResponse",
"documentation" : " Result structure for the get artifact request.
"
},
"syncReturnType" : "GetArtifactUrlResponse"
},
"GetBackendEnvironment" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Retrieves a backend environment for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBackendEnvironmentRequest",
"variableName" : "getBackendEnvironmentRequest",
"variableType" : "GetBackendEnvironmentRequest",
"documentation" : " Request structure for get backend environment request.
",
"simpleType" : "GetBackendEnvironmentRequest",
"variableSetterType" : "GetBackendEnvironmentRequest"
},
"methodName" : "getBackendEnvironment",
"operationName" : "GetBackendEnvironment",
"paginated" : false,
"returnType" : {
"returnType" : "GetBackendEnvironmentResponse",
"documentation" : " Result structure for get backend environment result.
"
},
"syncReturnType" : "GetBackendEnvironmentResponse"
},
"GetBranch" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Retrieves a branch for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBranchRequest",
"variableName" : "getBranchRequest",
"variableType" : "GetBranchRequest",
"documentation" : " Request structure for get branch request.
",
"simpleType" : "GetBranchRequest",
"variableSetterType" : "GetBranchRequest"
},
"methodName" : "getBranch",
"operationName" : "GetBranch",
"paginated" : false,
"returnType" : {
"returnType" : "GetBranchResponse",
"documentation" : null
},
"syncReturnType" : "GetBranchResponse"
},
"GetDomainAssociation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Retrieves domain info that corresponds to an appId and domainName.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDomainAssociationRequest",
"variableName" : "getDomainAssociationRequest",
"variableType" : "GetDomainAssociationRequest",
"documentation" : " Request structure for the get Domain Association request.
",
"simpleType" : "GetDomainAssociationRequest",
"variableSetterType" : "GetDomainAssociationRequest"
},
"methodName" : "getDomainAssociation",
"operationName" : "GetDomainAssociation",
"paginated" : false,
"returnType" : {
"returnType" : "GetDomainAssociationResponse",
"documentation" : " Result structure for the get Domain Association request.
"
},
"syncReturnType" : "GetDomainAssociationResponse"
},
"GetJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Get a job for a branch, part of an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetJobRequest",
"variableName" : "getJobRequest",
"variableType" : "GetJobRequest",
"documentation" : " Request structure for get job request.
",
"simpleType" : "GetJobRequest",
"variableSetterType" : "GetJobRequest"
},
"methodName" : "getJob",
"operationName" : "GetJob",
"paginated" : false,
"returnType" : {
"returnType" : "GetJobResponse",
"documentation" : null
},
"syncReturnType" : "GetJobResponse"
},
"GetWebhook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Retrieves webhook info that corresponds to a webhookId.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetWebhookRequest",
"variableName" : "getWebhookRequest",
"variableType" : "GetWebhookRequest",
"documentation" : " Request structure for the get webhook request.
",
"simpleType" : "GetWebhookRequest",
"variableSetterType" : "GetWebhookRequest"
},
"methodName" : "getWebhook",
"operationName" : "GetWebhook",
"paginated" : false,
"returnType" : {
"returnType" : "GetWebhookResponse",
"documentation" : " Result structure for the get webhook request.
"
},
"syncReturnType" : "GetWebhookResponse"
},
"ListApps" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Lists existing Amplify Apps.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListAppsRequest",
"variableName" : "listAppsRequest",
"variableType" : "ListAppsRequest",
"documentation" : " Request structure for an Amplify App list request.
",
"simpleType" : "ListAppsRequest",
"variableSetterType" : "ListAppsRequest"
},
"methodName" : "listApps",
"operationName" : "ListApps",
"paginated" : false,
"returnType" : {
"returnType" : "ListAppsResponse",
"documentation" : " Result structure for an Amplify App list request.
"
},
"syncReturnType" : "ListAppsResponse"
},
"ListArtifacts" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " List artifacts with an app, a branch, a job and an artifact type.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListArtifactsRequest",
"variableName" : "listArtifactsRequest",
"variableType" : "ListArtifactsRequest",
"documentation" : " Request structure for the list artifacts request.
",
"simpleType" : "ListArtifactsRequest",
"variableSetterType" : "ListArtifactsRequest"
},
"methodName" : "listArtifacts",
"operationName" : "ListArtifacts",
"paginated" : false,
"returnType" : {
"returnType" : "ListArtifactsResponse",
"documentation" : " Result structure for the list artifacts request.
"
},
"syncReturnType" : "ListArtifactsResponse"
},
"ListBackendEnvironments" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Lists backend environments for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBackendEnvironmentsRequest",
"variableName" : "listBackendEnvironmentsRequest",
"variableType" : "ListBackendEnvironmentsRequest",
"documentation" : " Request structure for list backend environments request.
",
"simpleType" : "ListBackendEnvironmentsRequest",
"variableSetterType" : "ListBackendEnvironmentsRequest"
},
"methodName" : "listBackendEnvironments",
"operationName" : "ListBackendEnvironments",
"paginated" : false,
"returnType" : {
"returnType" : "ListBackendEnvironmentsResponse",
"documentation" : " Result structure for list backend environments result.
"
},
"syncReturnType" : "ListBackendEnvironmentsResponse"
},
"ListBranches" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Lists branches for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBranchesRequest",
"variableName" : "listBranchesRequest",
"variableType" : "ListBranchesRequest",
"documentation" : " Request structure for list branches request.
",
"simpleType" : "ListBranchesRequest",
"variableSetterType" : "ListBranchesRequest"
},
"methodName" : "listBranches",
"operationName" : "ListBranches",
"paginated" : false,
"returnType" : {
"returnType" : "ListBranchesResponse",
"documentation" : " Result structure for list branches request.
"
},
"syncReturnType" : "ListBranchesResponse"
},
"ListDomainAssociations" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " List domains with an app
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDomainAssociationsRequest",
"variableName" : "listDomainAssociationsRequest",
"variableType" : "ListDomainAssociationsRequest",
"documentation" : " Request structure for the list Domain Associations request.
",
"simpleType" : "ListDomainAssociationsRequest",
"variableSetterType" : "ListDomainAssociationsRequest"
},
"methodName" : "listDomainAssociations",
"operationName" : "ListDomainAssociations",
"paginated" : false,
"returnType" : {
"returnType" : "ListDomainAssociationsResponse",
"documentation" : " Result structure for the list Domain Association request.
"
},
"syncReturnType" : "ListDomainAssociationsResponse"
},
"ListJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " List Jobs for a branch, part of an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListJobsRequest",
"variableName" : "listJobsRequest",
"variableType" : "ListJobsRequest",
"documentation" : " Request structure for list job request.
",
"simpleType" : "ListJobsRequest",
"variableSetterType" : "ListJobsRequest"
},
"methodName" : "listJobs",
"operationName" : "ListJobs",
"paginated" : false,
"returnType" : {
"returnType" : "ListJobsResponse",
"documentation" : " Maximum number of records to list in a single response.
"
},
"syncReturnType" : "ListJobsResponse"
},
"ListTagsForResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " List tags for resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " Exception thrown when an operation fails due to non-existent resource.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsForResourceRequest",
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"documentation" : " Request structure used to list tags for resource.
",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"methodName" : "listTagsForResource",
"operationName" : "ListTagsForResource",
"paginated" : false,
"returnType" : {
"returnType" : "ListTagsForResourceResponse",
"documentation" : " Response for list tags.
"
},
"syncReturnType" : "ListTagsForResourceResponse"
},
"ListWebhooks" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " List webhooks with an app.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListWebhooksRequest",
"variableName" : "listWebhooksRequest",
"variableType" : "ListWebhooksRequest",
"documentation" : " Request structure for the list webhooks request.
",
"simpleType" : "ListWebhooksRequest",
"variableSetterType" : "ListWebhooksRequest"
},
"methodName" : "listWebhooks",
"operationName" : "ListWebhooks",
"paginated" : false,
"returnType" : {
"returnType" : "ListWebhooksResponse",
"documentation" : " Result structure for the list webhooks request.
"
},
"syncReturnType" : "ListWebhooksResponse"
},
"StartDeployment" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Start a deployment for manual deploy apps. (Apps are not connected to repository)
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartDeploymentRequest",
"variableName" : "startDeploymentRequest",
"variableType" : "StartDeploymentRequest",
"documentation" : " Request structure for start a deployment.
",
"simpleType" : "StartDeploymentRequest",
"variableSetterType" : "StartDeploymentRequest"
},
"methodName" : "startDeployment",
"operationName" : "StartDeployment",
"paginated" : false,
"returnType" : {
"returnType" : "StartDeploymentResponse",
"documentation" : " Result structure for start a deployment.
"
},
"syncReturnType" : "StartDeploymentResponse"
},
"StartJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Starts a new job for a branch, part of an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartJobRequest",
"variableName" : "startJobRequest",
"variableType" : "StartJobRequest",
"documentation" : " Request structure for Start job request.
",
"simpleType" : "StartJobRequest",
"variableSetterType" : "StartJobRequest"
},
"methodName" : "startJob",
"operationName" : "StartJob",
"paginated" : false,
"returnType" : {
"returnType" : "StartJobResponse",
"documentation" : " Result structure for run job request.
"
},
"syncReturnType" : "StartJobResponse"
},
"StopJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Stop a job that is in progress, for an Amplify branch, part of Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "LimitExceededException",
"documentation" : " Exception thrown when a resource could not be created because of service limits.
",
"httpStatusCode" : 429
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopJobRequest",
"variableName" : "stopJobRequest",
"variableType" : "StopJobRequest",
"documentation" : " Request structure for stop job request.
",
"simpleType" : "StopJobRequest",
"variableSetterType" : "StopJobRequest"
},
"methodName" : "stopJob",
"operationName" : "StopJob",
"paginated" : false,
"returnType" : {
"returnType" : "StopJobResponse",
"documentation" : " Result structure for the stop job request.
"
},
"syncReturnType" : "StopJobResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Tag resource with tag key and value.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " Exception thrown when an operation fails due to non-existent resource.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : " Request structure used to tag resource.
",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : " Response for tag resource.
"
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Untag resource with resourceArn.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : " Exception thrown when an operation fails due to non-existent resource.
",
"httpStatusCode" : 404
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : " Request structure used to untag resource.
",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : " Response for untag resource.
"
},
"syncReturnType" : "UntagResourceResponse"
},
"UpdateApp" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Updates an existing Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAppRequest",
"variableName" : "updateAppRequest",
"variableType" : "UpdateAppRequest",
"documentation" : " Request structure for update App request.
",
"simpleType" : "UpdateAppRequest",
"variableSetterType" : "UpdateAppRequest"
},
"methodName" : "updateApp",
"operationName" : "UpdateApp",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateAppResponse",
"documentation" : " Result structure for an Amplify App update request.
"
},
"syncReturnType" : "UpdateAppResponse"
},
"UpdateBranch" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Updates a branch for an Amplify App.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateBranchRequest",
"variableName" : "updateBranchRequest",
"variableType" : "UpdateBranchRequest",
"documentation" : " Request structure for update branch request.
",
"simpleType" : "UpdateBranchRequest",
"variableSetterType" : "UpdateBranchRequest"
},
"methodName" : "updateBranch",
"operationName" : "UpdateBranch",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateBranchResponse",
"documentation" : " Result structure for update branch request.
"
},
"syncReturnType" : "UpdateBranchResponse"
},
"UpdateDomainAssociation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Create a new DomainAssociation on an App
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateDomainAssociationRequest",
"variableName" : "updateDomainAssociationRequest",
"variableType" : "UpdateDomainAssociationRequest",
"documentation" : " Request structure for update Domain Association request.
",
"simpleType" : "UpdateDomainAssociationRequest",
"variableSetterType" : "UpdateDomainAssociationRequest"
},
"methodName" : "updateDomainAssociation",
"operationName" : "UpdateDomainAssociation",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateDomainAssociationResponse",
"documentation" : " Result structure for the update Domain Association request.
"
},
"syncReturnType" : "UpdateDomainAssociationResponse"
},
"UpdateWebhook" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Update a webhook.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "BadRequestException",
"documentation" : " Exception thrown when a request contains unexpected data.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "UnauthorizedException",
"documentation" : " Exception thrown when an operation fails due to a lack of access.
",
"httpStatusCode" : 401
}, {
"exceptionName" : "NotFoundException",
"documentation" : " Exception thrown when an entity has not been found during an operation.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "InternalFailureException",
"documentation" : " Exception thrown when the service fails to perform an operation due to an internal issue.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "DependentServiceFailureException",
"documentation" : " Exception thrown when an operation fails due to a dependent service throwing an exception.
",
"httpStatusCode" : 503
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateWebhookRequest",
"variableName" : "updateWebhookRequest",
"variableType" : "UpdateWebhookRequest",
"documentation" : " Request structure for update webhook request.
",
"simpleType" : "UpdateWebhookRequest",
"variableSetterType" : "UpdateWebhookRequest"
},
"methodName" : "updateWebhook",
"operationName" : "UpdateWebhook",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateWebhookResponse",
"documentation" : " Result structure for the update webhook request.
"
},
"syncReturnType" : "UpdateWebhookResponse"
}
},
"shapes" : {
"App" : {
"c2jName" : "App",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : " Amplify App represents different branches of a repository for building, deploying, and hosting.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAppId",
"beanStyleSetterMethodName" : "setAppId",
"c2jName" : "appId",
"c2jShape" : "AppId",
"defaultConsumerFluentSetterDocumentation" : " Unique Id for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Unique Id for the Amplify App.
\n@return Unique Id for the Amplify App.\n@deprecated Use {@link #appId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n",
"documentation" : " Unique Id for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAppId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appId",
"fluentSetterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appId",
"getterDocumentation" : " Unique Id for the Amplify App.
\n@return Unique Id for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "appId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "appId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AppId",
"sensitive" : false,
"setterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.",
"setterMethodName" : "setAppId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appId",
"variableType" : "String",
"documentation" : " Unique Id for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAppArn",
"beanStyleSetterMethodName" : "setAppArn",
"c2jName" : "appArn",
"c2jShape" : "AppArn",
"defaultConsumerFluentSetterDocumentation" : " ARN for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appArn(String)}.\n@param appArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " ARN for the Amplify App.
\n@return ARN for the Amplify App.\n@deprecated Use {@link #appArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appArn(String)}\n",
"documentation" : " ARN for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AppArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAppArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appArn",
"fluentSetterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appArn",
"getterDocumentation" : " ARN for the Amplify App.
\n@return ARN for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "appArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "appArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AppArn",
"sensitive" : false,
"setterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.",
"setterMethodName" : "setAppArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appArn",
"variableType" : "String",
"documentation" : " ARN for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : " Name for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Name for the Amplify App.
\n@return Name for the Amplify App.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : " Name for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : " Name for the Amplify App.
\n@return Name for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : " Name for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : " Tag for Amplify App.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Tag for Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Tag for Amplify App.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : " Tag for Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : " Tag for Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Tag for Amplify App.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : " Tag for Amplify App.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : " Description for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Description for the Amplify App.
\n@return Description for the Amplify App.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : " Description for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : " Description for the Amplify App.
\n@return Description for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : " Description for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRepository",
"beanStyleSetterMethodName" : "setRepository",
"c2jName" : "repository",
"c2jShape" : "Repository",
"defaultConsumerFluentSetterDocumentation" : " Repository for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repository(String)}.\n@param repository a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repository(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Repository for the Amplify App.
\n@return Repository for the Amplify App.\n@deprecated Use {@link #repository()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n",
"documentation" : " Repository for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Repository property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRepository",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "repository",
"fluentSetterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "repository",
"getterDocumentation" : " Repository for the Amplify App.
\n@return Repository for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repository",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "repository",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Repository",
"sensitive" : false,
"setterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.",
"setterMethodName" : "setRepository",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repository",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repository",
"variableType" : "String",
"documentation" : " Repository for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatform",
"beanStyleSetterMethodName" : "setPlatform",
"c2jName" : "platform",
"c2jShape" : "Platform",
"defaultConsumerFluentSetterDocumentation" : " Platform for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformAsString(String)}.\n@param platform a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platform(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Platform for the Amplify App.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n
\n@return Platform for the Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n",
"documentation" : " Platform for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : "Platform",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Platform property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatform",
"fluentEnumGetterMethodName" : "platform",
"fluentEnumSetterMethodName" : "platform",
"fluentGetterMethodName" : "platformAsString",
"fluentSetterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform",
"fluentSetterMethodName" : "platform",
"getterDocumentation" : " Platform for the Amplify App.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n
\n@return Platform for the Amplify App.\n@see Platform",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platform",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platform",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Platform",
"sensitive" : false,
"setterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform",
"setterMethodName" : "setPlatform",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "String",
"documentation" : " Platform for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreateTime",
"beanStyleSetterMethodName" : "setCreateTime",
"c2jName" : "createTime",
"c2jShape" : "CreateTime",
"defaultConsumerFluentSetterDocumentation" : " Create date / time for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTime(Instant)}.\n@param createTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Create date / time for the Amplify App.
\n@return Create date / time for the Amplify App.\n@deprecated Use {@link #createTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n",
"documentation" : " Create date / time for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createTime",
"fluentSetterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createTime",
"getterDocumentation" : " Create date / time for the Amplify App.
\n@return Create date / time for the Amplify App.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreateTime",
"sensitive" : false,
"setterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.",
"setterMethodName" : "setCreateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTime",
"variableType" : "java.time.Instant",
"documentation" : " Create date / time for the Amplify App.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getUpdateTime",
"beanStyleSetterMethodName" : "setUpdateTime",
"c2jName" : "updateTime",
"c2jShape" : "UpdateTime",
"defaultConsumerFluentSetterDocumentation" : " Update date / time for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateTime(Instant)}.\n@param updateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Update date / time for the Amplify App.
\n@return Update date / time for the Amplify App.\n@deprecated Use {@link #updateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n",
"documentation" : " Update date / time for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the UpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updateTime",
"fluentSetterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updateTime",
"getterDocumentation" : " Update date / time for the Amplify App.
\n@return Update date / time for the Amplify App.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "updateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "updateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdateTime",
"sensitive" : false,
"setterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.",
"setterMethodName" : "setUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateTime",
"variableType" : "java.time.Instant",
"documentation" : " Update date / time for the Amplify App.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamServiceRoleArn",
"beanStyleSetterMethodName" : "setIamServiceRoleArn",
"c2jName" : "iamServiceRoleArn",
"c2jShape" : "ServiceRoleArn",
"defaultConsumerFluentSetterDocumentation" : " IAM service role ARN for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamServiceRoleArn(String)}.\n@param iamServiceRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamServiceRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@return IAM service role ARN for the Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n",
"documentation" : " IAM service role ARN for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamServiceRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamServiceRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamServiceRoleArn",
"fluentSetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamServiceRoleArn",
"getterDocumentation" : " IAM service role ARN for the Amplify App.
\n@return IAM service role ARN for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "iamServiceRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "iamServiceRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamServiceRoleArn",
"sensitive" : false,
"setterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.",
"setterMethodName" : "setIamServiceRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamServiceRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamServiceRoleArn",
"variableType" : "String",
"documentation" : " IAM service role ARN for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEnvironmentVariables",
"beanStyleSetterMethodName" : "setEnvironmentVariables",
"c2jName" : "environmentVariables",
"c2jShape" : "EnvironmentVariables",
"defaultConsumerFluentSetterDocumentation" : " Environment Variables for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Environment Variables for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the Amplify App.\n@deprecated Use {@link #environmentVariables()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n",
"documentation" : " Environment Variables for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnvironmentVariables",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "environmentVariables",
"fluentSetterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "environmentVariables",
"getterDocumentation" : " Environment Variables for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "environmentVariables",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "environmentVariables",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "EnvKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "EnvValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "EnvironmentVariables",
"sensitive" : false,
"setterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.",
"setterMethodName" : "setEnvironmentVariables",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : " Environment Variables for the Amplify App.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultDomain",
"beanStyleSetterMethodName" : "setDefaultDomain",
"c2jName" : "defaultDomain",
"c2jShape" : "DefaultDomain",
"defaultConsumerFluentSetterDocumentation" : " Default domain for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDomain(String)}.\n@param defaultDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDomain(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Default domain for the Amplify App.
\n@return Default domain for the Amplify App.\n@deprecated Use {@link #defaultDomain()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultDomain(String)}\n",
"documentation" : " Default domain for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultDomain",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultDomain",
"fluentSetterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultDomain",
"getterDocumentation" : " Default domain for the Amplify App.
\n@return Default domain for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultDomain",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultDomain",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultDomain",
"sensitive" : false,
"setterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.",
"setterMethodName" : "setDefaultDomain",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDomain",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDomain",
"variableType" : "String",
"documentation" : " Default domain for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableBranchAutoBuild",
"beanStyleSetterMethodName" : "setEnableBranchAutoBuild",
"c2jName" : "enableBranchAutoBuild",
"c2jShape" : "EnableBranchAutoBuild",
"defaultConsumerFluentSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableBranchAutoBuild(Boolean)}.\n@param enableBranchAutoBuild a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableBranchAutoBuild(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@return Enables auto-building of branches for the Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n",
"documentation" : " Enables auto-building of branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableBranchAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableBranchAutoBuild",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableBranchAutoBuild",
"fluentSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableBranchAutoBuild",
"getterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@return Enables auto-building of branches for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableBranchAutoBuild",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableBranchAutoBuild",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableBranchAutoBuild",
"sensitive" : false,
"setterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.",
"setterMethodName" : "setEnableBranchAutoBuild",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBranchAutoBuild",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBranchAutoBuild",
"variableType" : "Boolean",
"documentation" : " Enables auto-building of branches for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableBasicAuth",
"beanStyleSetterMethodName" : "setEnableBasicAuth",
"c2jName" : "enableBasicAuth",
"c2jShape" : "EnableBasicAuth",
"defaultConsumerFluentSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableBasicAuth(Boolean)}.\n@param enableBasicAuth a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableBasicAuth(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@return Enables Basic Authorization for branches for the Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n",
"documentation" : " Enables Basic Authorization for branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableBasicAuth",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableBasicAuth",
"fluentSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableBasicAuth",
"getterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@return Enables Basic Authorization for branches for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableBasicAuth",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableBasicAuth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableBasicAuth",
"sensitive" : false,
"setterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.",
"setterMethodName" : "setEnableBasicAuth",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : " Enables Basic Authorization for branches for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBasicAuthCredentials",
"beanStyleSetterMethodName" : "setBasicAuthCredentials",
"c2jName" : "basicAuthCredentials",
"c2jShape" : "BasicAuthCredentials",
"defaultConsumerFluentSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@return Basic Authorization credentials for branches for the Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n",
"documentation" : " Basic Authorization credentials for branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBasicAuthCredentials",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "basicAuthCredentials",
"fluentSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "basicAuthCredentials",
"getterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@return Basic Authorization credentials for branches for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "basicAuthCredentials",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "basicAuthCredentials",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BasicAuthCredentials",
"sensitive" : false,
"setterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.",
"setterMethodName" : "setBasicAuthCredentials",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : " Basic Authorization credentials for branches for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCustomRules",
"beanStyleSetterMethodName" : "setCustomRules",
"c2jName" : "customRules",
"c2jShape" : "CustomRules",
"defaultConsumerFluentSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #customRules(List)}.\n@param customRules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customRules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n
\n@return Custom redirect / rewrite rules for the Amplify App.\n@deprecated Use {@link #customRules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n",
"documentation" : " Custom redirect / rewrite rules for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customRules",
"fluentSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customRules",
"getterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n
\n@return Custom redirect / rewrite rules for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customRules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customRules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CustomRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CustomRule)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CustomRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CustomRule",
"variableName" : "member",
"variableType" : "CustomRule",
"documentation" : null,
"simpleType" : "CustomRule",
"variableSetterType" : "CustomRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomRule",
"variableName" : "member",
"variableType" : "CustomRule",
"documentation" : "",
"simpleType" : "CustomRule",
"variableSetterType" : "CustomRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CustomRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CustomRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CustomRules",
"sensitive" : false,
"setterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.",
"setterMethodName" : "setCustomRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "customRules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "customRules",
"variableType" : "java.util.List",
"documentation" : " Custom redirect / rewrite rules for the Amplify App.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProductionBranch",
"beanStyleSetterMethodName" : "setProductionBranch",
"c2jName" : "productionBranch",
"c2jShape" : "ProductionBranch",
"defaultConsumerFluentSetterDocumentation" : " Structure with Production Branch information.
\nThis is a convenience that creates an instance of the {@link ProductionBranch.Builder} avoiding the need to create one manually via {@link ProductionBranch#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProductionBranch.Builder#build()} is called immediately and its result is passed to {@link #productionBranch(ProductionBranch)}.\n@param productionBranch a consumer that will call methods on {@link ProductionBranch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productionBranch(ProductionBranch)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Structure with Production Branch information.
\n@return Structure with Production Branch information.\n@deprecated Use {@link #productionBranch()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #productionBranch(ProductionBranch)}\n",
"documentation" : " Structure with Production Branch information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProductionBranch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProductionBranch",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "productionBranch",
"fluentSetterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "productionBranch",
"getterDocumentation" : " Structure with Production Branch information.
\n@return Structure with Production Branch information.",
"getterModel" : {
"returnType" : "ProductionBranch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "productionBranch",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "productionBranch",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ProductionBranch",
"sensitive" : false,
"setterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.",
"setterMethodName" : "setProductionBranch",
"setterModel" : {
"variableDeclarationType" : "ProductionBranch",
"variableName" : "productionBranch",
"variableType" : "ProductionBranch",
"documentation" : null,
"simpleType" : "ProductionBranch",
"variableSetterType" : "ProductionBranch"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ProductionBranch",
"variableName" : "productionBranch",
"variableType" : "ProductionBranch",
"documentation" : " Structure with Production Branch information.
",
"simpleType" : "ProductionBranch",
"variableSetterType" : "ProductionBranch"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBuildSpec",
"beanStyleSetterMethodName" : "setBuildSpec",
"c2jName" : "buildSpec",
"c2jShape" : "BuildSpec",
"defaultConsumerFluentSetterDocumentation" : " BuildSpec content for Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " BuildSpec content for Amplify App.
\n@return BuildSpec content for Amplify App.\n@deprecated Use {@link #buildSpec()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n",
"documentation" : " BuildSpec content for Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildSpec",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildSpec",
"fluentSetterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildSpec",
"getterDocumentation" : " BuildSpec content for Amplify App.
\n@return BuildSpec content for Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildSpec",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildSpec",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BuildSpec",
"sensitive" : false,
"setterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.",
"setterMethodName" : "setBuildSpec",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : " BuildSpec content for Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableAutoBranchCreation",
"beanStyleSetterMethodName" : "setEnableAutoBranchCreation",
"c2jName" : "enableAutoBranchCreation",
"c2jShape" : "EnableAutoBranchCreation",
"defaultConsumerFluentSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableAutoBranchCreation(Boolean)}.\n@param enableAutoBranchCreation a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableAutoBranchCreation(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n",
"documentation" : " Enables automated branch creation for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableAutoBranchCreation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableAutoBranchCreation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableAutoBranchCreation",
"fluentSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableAutoBranchCreation",
"getterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@return Enables automated branch creation for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableAutoBranchCreation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableAutoBranchCreation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableAutoBranchCreation",
"sensitive" : false,
"setterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.",
"setterMethodName" : "setEnableAutoBranchCreation",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBranchCreation",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBranchCreation",
"variableType" : "Boolean",
"documentation" : " Enables automated branch creation for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAutoBranchCreationPatterns",
"beanStyleSetterMethodName" : "setAutoBranchCreationPatterns",
"c2jName" : "autoBranchCreationPatterns",
"c2jShape" : "AutoBranchCreationPatterns",
"defaultConsumerFluentSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationPatterns(List)}.\n@param autoBranchCreationPatterns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationPatterns(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n
\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n",
"documentation" : " Automated branch creation glob patterns for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AutoBranchCreationPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAutoBranchCreationPatterns",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "autoBranchCreationPatterns",
"fluentSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoBranchCreationPatterns",
"getterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n
\n@return Automated branch creation glob patterns for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "autoBranchCreationPatterns",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "autoBranchCreationPatterns",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AutoBranchCreationPattern",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AutoBranchCreationPatterns",
"sensitive" : false,
"setterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.",
"setterMethodName" : "setAutoBranchCreationPatterns",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "autoBranchCreationPatterns",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "autoBranchCreationPatterns",
"variableType" : "java.util.List",
"documentation" : " Automated branch creation glob patterns for the Amplify App.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAutoBranchCreationConfig",
"beanStyleSetterMethodName" : "setAutoBranchCreationConfig",
"c2jName" : "autoBranchCreationConfig",
"c2jShape" : "AutoBranchCreationConfig",
"defaultConsumerFluentSetterDocumentation" : " Automated branch creation config for the Amplify App.
\nThis is a convenience that creates an instance of the {@link AutoBranchCreationConfig.Builder} avoiding the need to create one manually via {@link AutoBranchCreationConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link AutoBranchCreationConfig.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}.\n@param autoBranchCreationConfig a consumer that will call methods on {@link AutoBranchCreationConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationConfig(AutoBranchCreationConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n",
"documentation" : " Automated branch creation config for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AutoBranchCreationConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAutoBranchCreationConfig",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "autoBranchCreationConfig",
"fluentSetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoBranchCreationConfig",
"getterDocumentation" : " Automated branch creation config for the Amplify App.
\n@return Automated branch creation config for the Amplify App.",
"getterModel" : {
"returnType" : "AutoBranchCreationConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "autoBranchCreationConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "autoBranchCreationConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AutoBranchCreationConfig",
"sensitive" : false,
"setterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.",
"setterMethodName" : "setAutoBranchCreationConfig",
"setterModel" : {
"variableDeclarationType" : "AutoBranchCreationConfig",
"variableName" : "autoBranchCreationConfig",
"variableType" : "AutoBranchCreationConfig",
"documentation" : null,
"simpleType" : "AutoBranchCreationConfig",
"variableSetterType" : "AutoBranchCreationConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AutoBranchCreationConfig",
"variableName" : "autoBranchCreationConfig",
"variableType" : "AutoBranchCreationConfig",
"documentation" : " Automated branch creation config for the Amplify App.
",
"simpleType" : "AutoBranchCreationConfig",
"variableSetterType" : "AutoBranchCreationConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AppArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAppArn",
"beanStyleSetterMethodName" : "setAppArn",
"c2jName" : "appArn",
"c2jShape" : "AppArn",
"defaultConsumerFluentSetterDocumentation" : " ARN for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appArn(String)}.\n@param appArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " ARN for the Amplify App.
\n@return ARN for the Amplify App.\n@deprecated Use {@link #appArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appArn(String)}\n",
"documentation" : " ARN for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AppArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAppArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appArn",
"fluentSetterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appArn",
"getterDocumentation" : " ARN for the Amplify App.
\n@return ARN for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "appArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "appArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AppArn",
"sensitive" : false,
"setterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.",
"setterMethodName" : "setAppArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appArn",
"variableType" : "String",
"documentation" : " ARN for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AppId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAppId",
"beanStyleSetterMethodName" : "setAppId",
"c2jName" : "appId",
"c2jShape" : "AppId",
"defaultConsumerFluentSetterDocumentation" : " Unique Id for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Unique Id for the Amplify App.
\n@return Unique Id for the Amplify App.\n@deprecated Use {@link #appId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n",
"documentation" : " Unique Id for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAppId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appId",
"fluentSetterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appId",
"getterDocumentation" : " Unique Id for the Amplify App.
\n@return Unique Id for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "appId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "appId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AppId",
"sensitive" : false,
"setterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.",
"setterMethodName" : "setAppId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appId",
"variableType" : "String",
"documentation" : " Unique Id for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AutoBranchCreationConfig" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAutoBranchCreationConfig",
"beanStyleSetterMethodName" : "setAutoBranchCreationConfig",
"c2jName" : "autoBranchCreationConfig",
"c2jShape" : "AutoBranchCreationConfig",
"defaultConsumerFluentSetterDocumentation" : " Automated branch creation config for the Amplify App.
\nThis is a convenience that creates an instance of the {@link AutoBranchCreationConfig.Builder} avoiding the need to create one manually via {@link AutoBranchCreationConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link AutoBranchCreationConfig.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}.\n@param autoBranchCreationConfig a consumer that will call methods on {@link AutoBranchCreationConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationConfig(AutoBranchCreationConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n",
"documentation" : " Automated branch creation config for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AutoBranchCreationConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAutoBranchCreationConfig",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "autoBranchCreationConfig",
"fluentSetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoBranchCreationConfig",
"getterDocumentation" : " Automated branch creation config for the Amplify App.
\n@return Automated branch creation config for the Amplify App.",
"getterModel" : {
"returnType" : "AutoBranchCreationConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "autoBranchCreationConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "autoBranchCreationConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AutoBranchCreationConfig",
"sensitive" : false,
"setterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.",
"setterMethodName" : "setAutoBranchCreationConfig",
"setterModel" : {
"variableDeclarationType" : "AutoBranchCreationConfig",
"variableName" : "autoBranchCreationConfig",
"variableType" : "AutoBranchCreationConfig",
"documentation" : null,
"simpleType" : "AutoBranchCreationConfig",
"variableSetterType" : "AutoBranchCreationConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AutoBranchCreationConfig",
"variableName" : "autoBranchCreationConfig",
"variableType" : "AutoBranchCreationConfig",
"documentation" : " Automated branch creation config for the Amplify App.
",
"simpleType" : "AutoBranchCreationConfig",
"variableSetterType" : "AutoBranchCreationConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AutoBranchCreationPatterns" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAutoBranchCreationPatterns",
"beanStyleSetterMethodName" : "setAutoBranchCreationPatterns",
"c2jName" : "autoBranchCreationPatterns",
"c2jShape" : "AutoBranchCreationPatterns",
"defaultConsumerFluentSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationPatterns(List)}.\n@param autoBranchCreationPatterns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationPatterns(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n
\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n",
"documentation" : " Automated branch creation glob patterns for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AutoBranchCreationPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAutoBranchCreationPatterns",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "autoBranchCreationPatterns",
"fluentSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoBranchCreationPatterns",
"getterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n
\n@return Automated branch creation glob patterns for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "autoBranchCreationPatterns",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "autoBranchCreationPatterns",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AutoBranchCreationPattern",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AutoBranchCreationPatterns",
"sensitive" : false,
"setterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.",
"setterMethodName" : "setAutoBranchCreationPatterns",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "autoBranchCreationPatterns",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "autoBranchCreationPatterns",
"variableType" : "java.util.List",
"documentation" : " Automated branch creation glob patterns for the Amplify App.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BasicAuthCredentials" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBasicAuthCredentials",
"beanStyleSetterMethodName" : "setBasicAuthCredentials",
"c2jName" : "basicAuthCredentials",
"c2jShape" : "BasicAuthCredentials",
"defaultConsumerFluentSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@return Basic Authorization credentials for branches for the Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n",
"documentation" : " Basic Authorization credentials for branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBasicAuthCredentials",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "basicAuthCredentials",
"fluentSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "basicAuthCredentials",
"getterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@return Basic Authorization credentials for branches for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "basicAuthCredentials",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "basicAuthCredentials",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BasicAuthCredentials",
"sensitive" : false,
"setterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.",
"setterMethodName" : "setBasicAuthCredentials",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : " Basic Authorization credentials for branches for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BuildSpec" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBuildSpec",
"beanStyleSetterMethodName" : "setBuildSpec",
"c2jName" : "buildSpec",
"c2jShape" : "BuildSpec",
"defaultConsumerFluentSetterDocumentation" : " BuildSpec content for Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " BuildSpec content for Amplify App.
\n@return BuildSpec content for Amplify App.\n@deprecated Use {@link #buildSpec()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n",
"documentation" : " BuildSpec content for Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildSpec",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildSpec",
"fluentSetterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildSpec",
"getterDocumentation" : " BuildSpec content for Amplify App.
\n@return BuildSpec content for Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildSpec",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildSpec",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BuildSpec",
"sensitive" : false,
"setterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.",
"setterMethodName" : "setBuildSpec",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : " BuildSpec content for Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreateTime",
"beanStyleSetterMethodName" : "setCreateTime",
"c2jName" : "createTime",
"c2jShape" : "CreateTime",
"defaultConsumerFluentSetterDocumentation" : " Create date / time for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTime(Instant)}.\n@param createTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Create date / time for the Amplify App.
\n@return Create date / time for the Amplify App.\n@deprecated Use {@link #createTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n",
"documentation" : " Create date / time for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createTime",
"fluentSetterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createTime",
"getterDocumentation" : " Create date / time for the Amplify App.
\n@return Create date / time for the Amplify App.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreateTime",
"sensitive" : false,
"setterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.",
"setterMethodName" : "setCreateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTime",
"variableType" : "java.time.Instant",
"documentation" : " Create date / time for the Amplify App.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CustomRules" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCustomRules",
"beanStyleSetterMethodName" : "setCustomRules",
"c2jName" : "customRules",
"c2jShape" : "CustomRules",
"defaultConsumerFluentSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #customRules(List)}.\n@param customRules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customRules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n
\n@return Custom redirect / rewrite rules for the Amplify App.\n@deprecated Use {@link #customRules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n",
"documentation" : " Custom redirect / rewrite rules for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customRules",
"fluentSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customRules",
"getterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n
\n@return Custom redirect / rewrite rules for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customRules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customRules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CustomRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CustomRule)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CustomRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CustomRule",
"variableName" : "member",
"variableType" : "CustomRule",
"documentation" : null,
"simpleType" : "CustomRule",
"variableSetterType" : "CustomRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomRule",
"variableName" : "member",
"variableType" : "CustomRule",
"documentation" : "",
"simpleType" : "CustomRule",
"variableSetterType" : "CustomRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CustomRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CustomRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CustomRules",
"sensitive" : false,
"setterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.",
"setterMethodName" : "setCustomRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "customRules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "customRules",
"variableType" : "java.util.List",
"documentation" : " Custom redirect / rewrite rules for the Amplify App.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DefaultDomain" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultDomain",
"beanStyleSetterMethodName" : "setDefaultDomain",
"c2jName" : "defaultDomain",
"c2jShape" : "DefaultDomain",
"defaultConsumerFluentSetterDocumentation" : " Default domain for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDomain(String)}.\n@param defaultDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDomain(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Default domain for the Amplify App.
\n@return Default domain for the Amplify App.\n@deprecated Use {@link #defaultDomain()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultDomain(String)}\n",
"documentation" : " Default domain for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultDomain",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultDomain",
"fluentSetterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultDomain",
"getterDocumentation" : " Default domain for the Amplify App.
\n@return Default domain for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultDomain",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultDomain",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultDomain",
"sensitive" : false,
"setterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.",
"setterMethodName" : "setDefaultDomain",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDomain",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDomain",
"variableType" : "String",
"documentation" : " Default domain for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Description" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : " Description for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Description for the Amplify App.
\n@return Description for the Amplify App.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : " Description for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : " Description for the Amplify App.
\n@return Description for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : " Description for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EnableAutoBranchCreation" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableAutoBranchCreation",
"beanStyleSetterMethodName" : "setEnableAutoBranchCreation",
"c2jName" : "enableAutoBranchCreation",
"c2jShape" : "EnableAutoBranchCreation",
"defaultConsumerFluentSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableAutoBranchCreation(Boolean)}.\n@param enableAutoBranchCreation a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableAutoBranchCreation(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n",
"documentation" : " Enables automated branch creation for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableAutoBranchCreation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableAutoBranchCreation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableAutoBranchCreation",
"fluentSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableAutoBranchCreation",
"getterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@return Enables automated branch creation for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableAutoBranchCreation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableAutoBranchCreation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableAutoBranchCreation",
"sensitive" : false,
"setterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.",
"setterMethodName" : "setEnableAutoBranchCreation",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBranchCreation",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBranchCreation",
"variableType" : "Boolean",
"documentation" : " Enables automated branch creation for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EnableBasicAuth" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableBasicAuth",
"beanStyleSetterMethodName" : "setEnableBasicAuth",
"c2jName" : "enableBasicAuth",
"c2jShape" : "EnableBasicAuth",
"defaultConsumerFluentSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableBasicAuth(Boolean)}.\n@param enableBasicAuth a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableBasicAuth(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@return Enables Basic Authorization for branches for the Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n",
"documentation" : " Enables Basic Authorization for branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableBasicAuth",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableBasicAuth",
"fluentSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableBasicAuth",
"getterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@return Enables Basic Authorization for branches for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableBasicAuth",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableBasicAuth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableBasicAuth",
"sensitive" : false,
"setterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.",
"setterMethodName" : "setEnableBasicAuth",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : " Enables Basic Authorization for branches for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EnableBranchAutoBuild" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableBranchAutoBuild",
"beanStyleSetterMethodName" : "setEnableBranchAutoBuild",
"c2jName" : "enableBranchAutoBuild",
"c2jShape" : "EnableBranchAutoBuild",
"defaultConsumerFluentSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableBranchAutoBuild(Boolean)}.\n@param enableBranchAutoBuild a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableBranchAutoBuild(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@return Enables auto-building of branches for the Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n",
"documentation" : " Enables auto-building of branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableBranchAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableBranchAutoBuild",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableBranchAutoBuild",
"fluentSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableBranchAutoBuild",
"getterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@return Enables auto-building of branches for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableBranchAutoBuild",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableBranchAutoBuild",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableBranchAutoBuild",
"sensitive" : false,
"setterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.",
"setterMethodName" : "setEnableBranchAutoBuild",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBranchAutoBuild",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBranchAutoBuild",
"variableType" : "Boolean",
"documentation" : " Enables auto-building of branches for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EnvironmentVariables" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEnvironmentVariables",
"beanStyleSetterMethodName" : "setEnvironmentVariables",
"c2jName" : "environmentVariables",
"c2jShape" : "EnvironmentVariables",
"defaultConsumerFluentSetterDocumentation" : " Environment Variables for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Environment Variables for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the Amplify App.\n@deprecated Use {@link #environmentVariables()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n",
"documentation" : " Environment Variables for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnvironmentVariables",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "environmentVariables",
"fluentSetterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "environmentVariables",
"getterDocumentation" : " Environment Variables for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "environmentVariables",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "environmentVariables",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "EnvKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "EnvValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "EnvironmentVariables",
"sensitive" : false,
"setterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.",
"setterMethodName" : "setEnvironmentVariables",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : " Environment Variables for the Amplify App.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"IamServiceRoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamServiceRoleArn",
"beanStyleSetterMethodName" : "setIamServiceRoleArn",
"c2jName" : "iamServiceRoleArn",
"c2jShape" : "ServiceRoleArn",
"defaultConsumerFluentSetterDocumentation" : " IAM service role ARN for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamServiceRoleArn(String)}.\n@param iamServiceRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamServiceRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@return IAM service role ARN for the Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n",
"documentation" : " IAM service role ARN for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamServiceRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamServiceRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamServiceRoleArn",
"fluentSetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamServiceRoleArn",
"getterDocumentation" : " IAM service role ARN for the Amplify App.
\n@return IAM service role ARN for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "iamServiceRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "iamServiceRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamServiceRoleArn",
"sensitive" : false,
"setterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.",
"setterMethodName" : "setIamServiceRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamServiceRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamServiceRoleArn",
"variableType" : "String",
"documentation" : " IAM service role ARN for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : " Name for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Name for the Amplify App.
\n@return Name for the Amplify App.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : " Name for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : " Name for the Amplify App.
\n@return Name for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : " Name for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Platform" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatform",
"beanStyleSetterMethodName" : "setPlatform",
"c2jName" : "platform",
"c2jShape" : "Platform",
"defaultConsumerFluentSetterDocumentation" : " Platform for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformAsString(String)}.\n@param platform a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platform(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Platform for the Amplify App.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n
\n@return Platform for the Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n",
"documentation" : " Platform for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : "Platform",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Platform property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatform",
"fluentEnumGetterMethodName" : "platform",
"fluentEnumSetterMethodName" : "platform",
"fluentGetterMethodName" : "platformAsString",
"fluentSetterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform",
"fluentSetterMethodName" : "platform",
"getterDocumentation" : " Platform for the Amplify App.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n
\n@return Platform for the Amplify App.\n@see Platform",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platform",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platform",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Platform",
"sensitive" : false,
"setterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform",
"setterMethodName" : "setPlatform",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "String",
"documentation" : " Platform for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ProductionBranch" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProductionBranch",
"beanStyleSetterMethodName" : "setProductionBranch",
"c2jName" : "productionBranch",
"c2jShape" : "ProductionBranch",
"defaultConsumerFluentSetterDocumentation" : " Structure with Production Branch information.
\nThis is a convenience that creates an instance of the {@link ProductionBranch.Builder} avoiding the need to create one manually via {@link ProductionBranch#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProductionBranch.Builder#build()} is called immediately and its result is passed to {@link #productionBranch(ProductionBranch)}.\n@param productionBranch a consumer that will call methods on {@link ProductionBranch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productionBranch(ProductionBranch)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Structure with Production Branch information.
\n@return Structure with Production Branch information.\n@deprecated Use {@link #productionBranch()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #productionBranch(ProductionBranch)}\n",
"documentation" : " Structure with Production Branch information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProductionBranch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProductionBranch",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "productionBranch",
"fluentSetterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "productionBranch",
"getterDocumentation" : " Structure with Production Branch information.
\n@return Structure with Production Branch information.",
"getterModel" : {
"returnType" : "ProductionBranch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "productionBranch",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "productionBranch",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ProductionBranch",
"sensitive" : false,
"setterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.",
"setterMethodName" : "setProductionBranch",
"setterModel" : {
"variableDeclarationType" : "ProductionBranch",
"variableName" : "productionBranch",
"variableType" : "ProductionBranch",
"documentation" : null,
"simpleType" : "ProductionBranch",
"variableSetterType" : "ProductionBranch"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ProductionBranch",
"variableName" : "productionBranch",
"variableType" : "ProductionBranch",
"documentation" : " Structure with Production Branch information.
",
"simpleType" : "ProductionBranch",
"variableSetterType" : "ProductionBranch"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Repository" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRepository",
"beanStyleSetterMethodName" : "setRepository",
"c2jName" : "repository",
"c2jShape" : "Repository",
"defaultConsumerFluentSetterDocumentation" : " Repository for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repository(String)}.\n@param repository a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repository(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Repository for the Amplify App.
\n@return Repository for the Amplify App.\n@deprecated Use {@link #repository()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n",
"documentation" : " Repository for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Repository property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRepository",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "repository",
"fluentSetterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "repository",
"getterDocumentation" : " Repository for the Amplify App.
\n@return Repository for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repository",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "repository",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Repository",
"sensitive" : false,
"setterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.",
"setterMethodName" : "setRepository",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repository",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repository",
"variableType" : "String",
"documentation" : " Repository for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Tags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : " Tag for Amplify App.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Tag for Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Tag for Amplify App.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : " Tag for Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : " Tag for Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Tag for Amplify App.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : " Tag for Amplify App.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"UpdateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getUpdateTime",
"beanStyleSetterMethodName" : "setUpdateTime",
"c2jName" : "updateTime",
"c2jShape" : "UpdateTime",
"defaultConsumerFluentSetterDocumentation" : " Update date / time for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateTime(Instant)}.\n@param updateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Update date / time for the Amplify App.
\n@return Update date / time for the Amplify App.\n@deprecated Use {@link #updateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n",
"documentation" : " Update date / time for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the UpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updateTime",
"fluentSetterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updateTime",
"getterDocumentation" : " Update date / time for the Amplify App.
\n@return Update date / time for the Amplify App.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "updateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "updateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdateTime",
"sensitive" : false,
"setterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.",
"setterMethodName" : "setUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateTime",
"variableType" : "java.time.Instant",
"documentation" : " Update date / time for the Amplify App.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAppId",
"beanStyleSetterMethodName" : "setAppId",
"c2jName" : "appId",
"c2jShape" : "AppId",
"defaultConsumerFluentSetterDocumentation" : " Unique Id for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appId(String)}.\n@param appId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Unique Id for the Amplify App.
\n@return Unique Id for the Amplify App.\n@deprecated Use {@link #appId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appId(String)}\n",
"documentation" : " Unique Id for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AppId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAppId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appId",
"fluentSetterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appId",
"getterDocumentation" : " Unique Id for the Amplify App.
\n@return Unique Id for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "appId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "appId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AppId",
"sensitive" : false,
"setterDocumentation" : " Unique Id for the Amplify App.
\n@param appId Unique Id for the Amplify App.",
"setterMethodName" : "setAppId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appId",
"variableType" : "String",
"documentation" : " Unique Id for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAppArn",
"beanStyleSetterMethodName" : "setAppArn",
"c2jName" : "appArn",
"c2jShape" : "AppArn",
"defaultConsumerFluentSetterDocumentation" : " ARN for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #appArn(String)}.\n@param appArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #appArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " ARN for the Amplify App.
\n@return ARN for the Amplify App.\n@deprecated Use {@link #appArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #appArn(String)}\n",
"documentation" : " ARN for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AppArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAppArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "appArn",
"fluentSetterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "appArn",
"getterDocumentation" : " ARN for the Amplify App.
\n@return ARN for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "appArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "appArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AppArn",
"sensitive" : false,
"setterDocumentation" : " ARN for the Amplify App.
\n@param appArn ARN for the Amplify App.",
"setterMethodName" : "setAppArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "appArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "appArn",
"variableType" : "String",
"documentation" : " ARN for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : " Name for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Name for the Amplify App.
\n@return Name for the Amplify App.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : " Name for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : " Name for the Amplify App.
\n@return Name for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : " Name for the Amplify App.
\n@param name Name for the Amplify App.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : " Name for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getTags",
"beanStyleSetterMethodName" : "setTags",
"c2jName" : "tags",
"c2jShape" : "TagMap",
"defaultConsumerFluentSetterDocumentation" : " Tag for Amplify App.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #tags(Map)}.\n@param tags a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #tags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Tag for Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Tag for Amplify App.\n@deprecated Use {@link #tags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #tags(Map)}\n",
"documentation" : " Tag for Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "tags",
"fluentSetterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "tags",
"getterDocumentation" : " Tag for Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasTags()} to see if a value was sent in this field.\n
\n@return Tag for Amplify App.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "tags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "tags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "TagKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "TagValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "Tags",
"sensitive" : false,
"setterDocumentation" : " Tag for Amplify App.
\n@param tags Tag for Amplify App.",
"setterMethodName" : "setTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "tags",
"variableType" : "java.util.Map",
"documentation" : " Tag for Amplify App.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDescription",
"beanStyleSetterMethodName" : "setDescription",
"c2jName" : "description",
"c2jShape" : "Description",
"defaultConsumerFluentSetterDocumentation" : " Description for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #description(String)}.\n@param description a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #description(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Description for the Amplify App.
\n@return Description for the Amplify App.\n@deprecated Use {@link #description()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #description(String)}\n",
"documentation" : " Description for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Description property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDescription",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "description",
"fluentSetterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "description",
"getterDocumentation" : " Description for the Amplify App.
\n@return Description for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "description",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "description",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Description",
"sensitive" : false,
"setterDocumentation" : " Description for the Amplify App.
\n@param description Description for the Amplify App.",
"setterMethodName" : "setDescription",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "description",
"variableType" : "String",
"documentation" : " Description for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRepository",
"beanStyleSetterMethodName" : "setRepository",
"c2jName" : "repository",
"c2jShape" : "Repository",
"defaultConsumerFluentSetterDocumentation" : " Repository for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #repository(String)}.\n@param repository a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #repository(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Repository for the Amplify App.
\n@return Repository for the Amplify App.\n@deprecated Use {@link #repository()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #repository(String)}\n",
"documentation" : " Repository for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Repository property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRepository",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "repository",
"fluentSetterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "repository",
"getterDocumentation" : " Repository for the Amplify App.
\n@return Repository for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "repository",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "repository",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Repository",
"sensitive" : false,
"setterDocumentation" : " Repository for the Amplify App.
\n@param repository Repository for the Amplify App.",
"setterMethodName" : "setRepository",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "repository",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "repository",
"variableType" : "String",
"documentation" : " Repository for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPlatform",
"beanStyleSetterMethodName" : "setPlatform",
"c2jName" : "platform",
"c2jShape" : "Platform",
"defaultConsumerFluentSetterDocumentation" : " Platform for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #platformAsString(String)}.\n@param platform a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #platform(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Platform for the Amplify App.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n
\n@return Platform for the Amplify App.\n@see Platform\n@deprecated Use {@link #platformAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform\n@deprecated Use {@link #platform(String)}\n",
"documentation" : " Platform for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : "Platform",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Platform property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPlatform",
"fluentEnumGetterMethodName" : "platform",
"fluentEnumSetterMethodName" : "platform",
"fluentGetterMethodName" : "platformAsString",
"fluentSetterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform\n@return Returns a reference to this object so that method calls can be chained together.\n@see Platform",
"fluentSetterMethodName" : "platform",
"getterDocumentation" : " Platform for the Amplify App.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #platform} will return {@link Platform#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #platformAsString}.\n
\n@return Platform for the Amplify App.\n@see Platform",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platform",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "platform",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Platform",
"sensitive" : false,
"setterDocumentation" : " Platform for the Amplify App.
\n@param platform Platform for the Amplify App.\n@see Platform",
"setterMethodName" : "setPlatform",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platform",
"variableType" : "String",
"documentation" : " Platform for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreateTime",
"beanStyleSetterMethodName" : "setCreateTime",
"c2jName" : "createTime",
"c2jShape" : "CreateTime",
"defaultConsumerFluentSetterDocumentation" : " Create date / time for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #createTime(Instant)}.\n@param createTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Create date / time for the Amplify App.
\n@return Create date / time for the Amplify App.\n@deprecated Use {@link #createTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createTime(Instant)}\n",
"documentation" : " Create date / time for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createTime",
"fluentSetterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createTime",
"getterDocumentation" : " Create date / time for the Amplify App.
\n@return Create date / time for the Amplify App.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "createTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "createTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreateTime",
"sensitive" : false,
"setterDocumentation" : " Create date / time for the Amplify App.
\n@param createTime Create date / time for the Amplify App.",
"setterMethodName" : "setCreateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createTime",
"variableType" : "java.time.Instant",
"documentation" : " Create date / time for the Amplify App.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getUpdateTime",
"beanStyleSetterMethodName" : "setUpdateTime",
"c2jName" : "updateTime",
"c2jShape" : "UpdateTime",
"defaultConsumerFluentSetterDocumentation" : " Update date / time for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Instant.Builder} avoiding the need to create one manually via {@link Instant#builder()}.\n\nWhen the {@link Consumer} completes, {@link Instant.Builder#build()} is called immediately and its result is passed to {@link #updateTime(Instant)}.\n@param updateTime a consumer that will call methods on {@link Instant.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #updateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Update date / time for the Amplify App.
\n@return Update date / time for the Amplify App.\n@deprecated Use {@link #updateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #updateTime(Instant)}\n",
"documentation" : " Update date / time for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the UpdateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasUpdateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "updateTime",
"fluentSetterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "updateTime",
"getterDocumentation" : " Update date / time for the Amplify App.
\n@return Update date / time for the Amplify App.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "updateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "updateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "UpdateTime",
"sensitive" : false,
"setterDocumentation" : " Update date / time for the Amplify App.
\n@param updateTime Update date / time for the Amplify App.",
"setterMethodName" : "setUpdateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "updateTime",
"variableType" : "java.time.Instant",
"documentation" : " Update date / time for the Amplify App.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamServiceRoleArn",
"beanStyleSetterMethodName" : "setIamServiceRoleArn",
"c2jName" : "iamServiceRoleArn",
"c2jShape" : "ServiceRoleArn",
"defaultConsumerFluentSetterDocumentation" : " IAM service role ARN for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamServiceRoleArn(String)}.\n@param iamServiceRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamServiceRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@return IAM service role ARN for the Amplify App.\n@deprecated Use {@link #iamServiceRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamServiceRoleArn(String)}\n",
"documentation" : " IAM service role ARN for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamServiceRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamServiceRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamServiceRoleArn",
"fluentSetterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamServiceRoleArn",
"getterDocumentation" : " IAM service role ARN for the Amplify App.
\n@return IAM service role ARN for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "iamServiceRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "iamServiceRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamServiceRoleArn",
"sensitive" : false,
"setterDocumentation" : " IAM service role ARN for the Amplify App.
\n@param iamServiceRoleArn IAM service role ARN for the Amplify App.",
"setterMethodName" : "setIamServiceRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamServiceRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamServiceRoleArn",
"variableType" : "String",
"documentation" : " IAM service role ARN for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEnvironmentVariables",
"beanStyleSetterMethodName" : "setEnvironmentVariables",
"c2jName" : "environmentVariables",
"c2jShape" : "EnvironmentVariables",
"defaultConsumerFluentSetterDocumentation" : " Environment Variables for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Environment Variables for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the Amplify App.\n@deprecated Use {@link #environmentVariables()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n",
"documentation" : " Environment Variables for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnvironmentVariables",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "environmentVariables",
"fluentSetterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "environmentVariables",
"getterDocumentation" : " Environment Variables for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "environmentVariables",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "environmentVariables",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "EnvKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "EnvValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "EnvironmentVariables",
"sensitive" : false,
"setterDocumentation" : " Environment Variables for the Amplify App.
\n@param environmentVariables Environment Variables for the Amplify App.",
"setterMethodName" : "setEnvironmentVariables",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : " Environment Variables for the Amplify App.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultDomain",
"beanStyleSetterMethodName" : "setDefaultDomain",
"c2jName" : "defaultDomain",
"c2jShape" : "DefaultDomain",
"defaultConsumerFluentSetterDocumentation" : " Default domain for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #defaultDomain(String)}.\n@param defaultDomain a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultDomain(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Default domain for the Amplify App.
\n@return Default domain for the Amplify App.\n@deprecated Use {@link #defaultDomain()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultDomain(String)}\n",
"documentation" : " Default domain for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultDomain property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultDomain",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultDomain",
"fluentSetterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultDomain",
"getterDocumentation" : " Default domain for the Amplify App.
\n@return Default domain for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultDomain",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultDomain",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultDomain",
"sensitive" : false,
"setterDocumentation" : " Default domain for the Amplify App.
\n@param defaultDomain Default domain for the Amplify App.",
"setterMethodName" : "setDefaultDomain",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDomain",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultDomain",
"variableType" : "String",
"documentation" : " Default domain for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableBranchAutoBuild",
"beanStyleSetterMethodName" : "setEnableBranchAutoBuild",
"c2jName" : "enableBranchAutoBuild",
"c2jShape" : "EnableBranchAutoBuild",
"defaultConsumerFluentSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableBranchAutoBuild(Boolean)}.\n@param enableBranchAutoBuild a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableBranchAutoBuild(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@return Enables auto-building of branches for the Amplify App.\n@deprecated Use {@link #enableBranchAutoBuild()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBranchAutoBuild(Boolean)}\n",
"documentation" : " Enables auto-building of branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableBranchAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableBranchAutoBuild",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableBranchAutoBuild",
"fluentSetterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableBranchAutoBuild",
"getterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@return Enables auto-building of branches for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableBranchAutoBuild",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableBranchAutoBuild",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableBranchAutoBuild",
"sensitive" : false,
"setterDocumentation" : " Enables auto-building of branches for the Amplify App.
\n@param enableBranchAutoBuild Enables auto-building of branches for the Amplify App.",
"setterMethodName" : "setEnableBranchAutoBuild",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBranchAutoBuild",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBranchAutoBuild",
"variableType" : "Boolean",
"documentation" : " Enables auto-building of branches for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableBasicAuth",
"beanStyleSetterMethodName" : "setEnableBasicAuth",
"c2jName" : "enableBasicAuth",
"c2jShape" : "EnableBasicAuth",
"defaultConsumerFluentSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableBasicAuth(Boolean)}.\n@param enableBasicAuth a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableBasicAuth(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@return Enables Basic Authorization for branches for the Amplify App.\n@deprecated Use {@link #enableBasicAuth()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n",
"documentation" : " Enables Basic Authorization for branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableBasicAuth",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableBasicAuth",
"fluentSetterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableBasicAuth",
"getterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@return Enables Basic Authorization for branches for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableBasicAuth",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableBasicAuth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableBasicAuth",
"sensitive" : false,
"setterDocumentation" : " Enables Basic Authorization for branches for the Amplify App.
\n@param enableBasicAuth Enables Basic Authorization for branches for the Amplify App.",
"setterMethodName" : "setEnableBasicAuth",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : " Enables Basic Authorization for branches for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBasicAuthCredentials",
"beanStyleSetterMethodName" : "setBasicAuthCredentials",
"c2jName" : "basicAuthCredentials",
"c2jShape" : "BasicAuthCredentials",
"defaultConsumerFluentSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@return Basic Authorization credentials for branches for the Amplify App.\n@deprecated Use {@link #basicAuthCredentials()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n",
"documentation" : " Basic Authorization credentials for branches for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBasicAuthCredentials",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "basicAuthCredentials",
"fluentSetterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "basicAuthCredentials",
"getterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@return Basic Authorization credentials for branches for the Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "basicAuthCredentials",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "basicAuthCredentials",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BasicAuthCredentials",
"sensitive" : false,
"setterDocumentation" : " Basic Authorization credentials for branches for the Amplify App.
\n@param basicAuthCredentials Basic Authorization credentials for branches for the Amplify App.",
"setterMethodName" : "setBasicAuthCredentials",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : " Basic Authorization credentials for branches for the Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCustomRules",
"beanStyleSetterMethodName" : "setCustomRules",
"c2jName" : "customRules",
"c2jShape" : "CustomRules",
"defaultConsumerFluentSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #customRules(List)}.\n@param customRules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customRules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n
\n@return Custom redirect / rewrite rules for the Amplify App.\n@deprecated Use {@link #customRules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #customRules(List)}\n",
"documentation" : " Custom redirect / rewrite rules for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CustomRules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCustomRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "customRules",
"fluentSetterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "customRules",
"getterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCustomRules()} to see if a value was sent in this field.\n
\n@return Custom redirect / rewrite rules for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "customRules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "customRules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CustomRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CustomRule.Builder} avoiding the need to create one manually via {@link CustomRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link CustomRule.Builder#build()} is called immediately and its result is passed to {@link #member(CustomRule)}.\n@param member a consumer that will call methods on {@link CustomRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CustomRule)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(CustomRule)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CustomRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CustomRule",
"variableName" : "member",
"variableType" : "CustomRule",
"documentation" : null,
"simpleType" : "CustomRule",
"variableSetterType" : "CustomRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CustomRule",
"variableName" : "member",
"variableType" : "CustomRule",
"documentation" : "",
"simpleType" : "CustomRule",
"variableSetterType" : "CustomRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CustomRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CustomRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CustomRules",
"sensitive" : false,
"setterDocumentation" : " Custom redirect / rewrite rules for the Amplify App.
\n@param customRules Custom redirect / rewrite rules for the Amplify App.",
"setterMethodName" : "setCustomRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "customRules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "customRules",
"variableType" : "java.util.List",
"documentation" : " Custom redirect / rewrite rules for the Amplify App.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getProductionBranch",
"beanStyleSetterMethodName" : "setProductionBranch",
"c2jName" : "productionBranch",
"c2jShape" : "ProductionBranch",
"defaultConsumerFluentSetterDocumentation" : " Structure with Production Branch information.
\nThis is a convenience that creates an instance of the {@link ProductionBranch.Builder} avoiding the need to create one manually via {@link ProductionBranch#builder()}.\n\nWhen the {@link Consumer} completes, {@link ProductionBranch.Builder#build()} is called immediately and its result is passed to {@link #productionBranch(ProductionBranch)}.\n@param productionBranch a consumer that will call methods on {@link ProductionBranch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #productionBranch(ProductionBranch)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Structure with Production Branch information.
\n@return Structure with Production Branch information.\n@deprecated Use {@link #productionBranch()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #productionBranch(ProductionBranch)}\n",
"documentation" : " Structure with Production Branch information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ProductionBranch property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasProductionBranch",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "productionBranch",
"fluentSetterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "productionBranch",
"getterDocumentation" : " Structure with Production Branch information.
\n@return Structure with Production Branch information.",
"getterModel" : {
"returnType" : "ProductionBranch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "productionBranch",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "productionBranch",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "ProductionBranch",
"sensitive" : false,
"setterDocumentation" : " Structure with Production Branch information.
\n@param productionBranch Structure with Production Branch information.",
"setterMethodName" : "setProductionBranch",
"setterModel" : {
"variableDeclarationType" : "ProductionBranch",
"variableName" : "productionBranch",
"variableType" : "ProductionBranch",
"documentation" : null,
"simpleType" : "ProductionBranch",
"variableSetterType" : "ProductionBranch"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ProductionBranch",
"variableName" : "productionBranch",
"variableType" : "ProductionBranch",
"documentation" : " Structure with Production Branch information.
",
"simpleType" : "ProductionBranch",
"variableSetterType" : "ProductionBranch"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBuildSpec",
"beanStyleSetterMethodName" : "setBuildSpec",
"c2jName" : "buildSpec",
"c2jShape" : "BuildSpec",
"defaultConsumerFluentSetterDocumentation" : " BuildSpec content for Amplify App.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " BuildSpec content for Amplify App.
\n@return BuildSpec content for Amplify App.\n@deprecated Use {@link #buildSpec()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n",
"documentation" : " BuildSpec content for Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildSpec",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildSpec",
"fluentSetterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildSpec",
"getterDocumentation" : " BuildSpec content for Amplify App.
\n@return BuildSpec content for Amplify App.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildSpec",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildSpec",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BuildSpec",
"sensitive" : false,
"setterDocumentation" : " BuildSpec content for Amplify App.
\n@param buildSpec BuildSpec content for Amplify App.",
"setterMethodName" : "setBuildSpec",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : " BuildSpec content for Amplify App.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableAutoBranchCreation",
"beanStyleSetterMethodName" : "setEnableAutoBranchCreation",
"c2jName" : "enableAutoBranchCreation",
"c2jShape" : "EnableAutoBranchCreation",
"defaultConsumerFluentSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableAutoBranchCreation(Boolean)}.\n@param enableAutoBranchCreation a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableAutoBranchCreation(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@return Enables automated branch creation for the Amplify App.\n@deprecated Use {@link #enableAutoBranchCreation()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBranchCreation(Boolean)}\n",
"documentation" : " Enables automated branch creation for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableAutoBranchCreation property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableAutoBranchCreation",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableAutoBranchCreation",
"fluentSetterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableAutoBranchCreation",
"getterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@return Enables automated branch creation for the Amplify App.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableAutoBranchCreation",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableAutoBranchCreation",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableAutoBranchCreation",
"sensitive" : false,
"setterDocumentation" : " Enables automated branch creation for the Amplify App.
\n@param enableAutoBranchCreation Enables automated branch creation for the Amplify App.",
"setterMethodName" : "setEnableAutoBranchCreation",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBranchCreation",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBranchCreation",
"variableType" : "Boolean",
"documentation" : " Enables automated branch creation for the Amplify App.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getAutoBranchCreationPatterns",
"beanStyleSetterMethodName" : "setAutoBranchCreationPatterns",
"c2jName" : "autoBranchCreationPatterns",
"c2jShape" : "AutoBranchCreationPatterns",
"defaultConsumerFluentSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationPatterns(List)}.\n@param autoBranchCreationPatterns a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationPatterns(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n
\n@return Automated branch creation glob patterns for the Amplify App.\n@deprecated Use {@link #autoBranchCreationPatterns()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationPatterns(List)}\n",
"documentation" : " Automated branch creation glob patterns for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AutoBranchCreationPatterns property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAutoBranchCreationPatterns",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "autoBranchCreationPatterns",
"fluentSetterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoBranchCreationPatterns",
"getterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasAutoBranchCreationPatterns()} to see if a value was sent in this field.\n
\n@return Automated branch creation glob patterns for the Amplify App.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "autoBranchCreationPatterns",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "autoBranchCreationPatterns",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "AutoBranchCreationPattern",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "AutoBranchCreationPatterns",
"sensitive" : false,
"setterDocumentation" : " Automated branch creation glob patterns for the Amplify App.
\n@param autoBranchCreationPatterns Automated branch creation glob patterns for the Amplify App.",
"setterMethodName" : "setAutoBranchCreationPatterns",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "autoBranchCreationPatterns",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "autoBranchCreationPatterns",
"variableType" : "java.util.List",
"documentation" : " Automated branch creation glob patterns for the Amplify App.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAutoBranchCreationConfig",
"beanStyleSetterMethodName" : "setAutoBranchCreationConfig",
"c2jName" : "autoBranchCreationConfig",
"c2jShape" : "AutoBranchCreationConfig",
"defaultConsumerFluentSetterDocumentation" : " Automated branch creation config for the Amplify App.
\nThis is a convenience that creates an instance of the {@link AutoBranchCreationConfig.Builder} avoiding the need to create one manually via {@link AutoBranchCreationConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link AutoBranchCreationConfig.Builder#build()} is called immediately and its result is passed to {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}.\n@param autoBranchCreationConfig a consumer that will call methods on {@link AutoBranchCreationConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #autoBranchCreationConfig(AutoBranchCreationConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@return Automated branch creation config for the Amplify App.\n@deprecated Use {@link #autoBranchCreationConfig()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #autoBranchCreationConfig(AutoBranchCreationConfig)}\n",
"documentation" : " Automated branch creation config for the Amplify App.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AutoBranchCreationConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAutoBranchCreationConfig",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "autoBranchCreationConfig",
"fluentSetterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "autoBranchCreationConfig",
"getterDocumentation" : " Automated branch creation config for the Amplify App.
\n@return Automated branch creation config for the Amplify App.",
"getterModel" : {
"returnType" : "AutoBranchCreationConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "autoBranchCreationConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "autoBranchCreationConfig",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AutoBranchCreationConfig",
"sensitive" : false,
"setterDocumentation" : " Automated branch creation config for the Amplify App.
\n@param autoBranchCreationConfig Automated branch creation config for the Amplify App.",
"setterMethodName" : "setAutoBranchCreationConfig",
"setterModel" : {
"variableDeclarationType" : "AutoBranchCreationConfig",
"variableName" : "autoBranchCreationConfig",
"variableType" : "AutoBranchCreationConfig",
"documentation" : null,
"simpleType" : "AutoBranchCreationConfig",
"variableSetterType" : "AutoBranchCreationConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AutoBranchCreationConfig",
"variableName" : "autoBranchCreationConfig",
"variableType" : "AutoBranchCreationConfig",
"documentation" : " Automated branch creation config for the Amplify App.
",
"simpleType" : "AutoBranchCreationConfig",
"variableSetterType" : "AutoBranchCreationConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "appId", "appArn", "name", "description", "repository", "platform", "createTime", "updateTime", "environmentVariables", "defaultDomain", "enableBranchAutoBuild", "enableBasicAuth" ],
"shapeName" : "App",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "App",
"variableName" : "app",
"variableType" : "App",
"documentation" : null,
"simpleType" : "App",
"variableSetterType" : "App"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Artifact" : {
"c2jName" : "Artifact",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : " Structure for artifact.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArtifactFileName",
"beanStyleSetterMethodName" : "setArtifactFileName",
"c2jName" : "artifactFileName",
"c2jShape" : "ArtifactFileName",
"defaultConsumerFluentSetterDocumentation" : " File name for the artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactFileName(String)}.\n@param artifactFileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactFileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " File name for the artifact.
\n@return File name for the artifact.\n@deprecated Use {@link #artifactFileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactFileName(String)}\n",
"documentation" : " File name for the artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ArtifactFileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArtifactFileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "artifactFileName",
"fluentSetterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactFileName",
"getterDocumentation" : " File name for the artifact.
\n@return File name for the artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "artifactFileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "artifactFileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ArtifactFileName",
"sensitive" : false,
"setterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.",
"setterMethodName" : "setArtifactFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "artifactFileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "artifactFileName",
"variableType" : "String",
"documentation" : " File name for the artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArtifactId",
"beanStyleSetterMethodName" : "setArtifactId",
"c2jName" : "artifactId",
"c2jShape" : "ArtifactId",
"defaultConsumerFluentSetterDocumentation" : " Unique Id for a artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Unique Id for a artifact.
\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n",
"documentation" : " Unique Id for a artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArtifactId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "artifactId",
"fluentSetterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactId",
"getterDocumentation" : " Unique Id for a artifact.
\n@return Unique Id for a artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "artifactId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "artifactId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ArtifactId",
"sensitive" : false,
"setterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.",
"setterMethodName" : "setArtifactId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "artifactId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "artifactId",
"variableType" : "String",
"documentation" : " Unique Id for a artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ArtifactFileName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArtifactFileName",
"beanStyleSetterMethodName" : "setArtifactFileName",
"c2jName" : "artifactFileName",
"c2jShape" : "ArtifactFileName",
"defaultConsumerFluentSetterDocumentation" : " File name for the artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactFileName(String)}.\n@param artifactFileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactFileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " File name for the artifact.
\n@return File name for the artifact.\n@deprecated Use {@link #artifactFileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactFileName(String)}\n",
"documentation" : " File name for the artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ArtifactFileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArtifactFileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "artifactFileName",
"fluentSetterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactFileName",
"getterDocumentation" : " File name for the artifact.
\n@return File name for the artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "artifactFileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "artifactFileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ArtifactFileName",
"sensitive" : false,
"setterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.",
"setterMethodName" : "setArtifactFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "artifactFileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "artifactFileName",
"variableType" : "String",
"documentation" : " File name for the artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ArtifactId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArtifactId",
"beanStyleSetterMethodName" : "setArtifactId",
"c2jName" : "artifactId",
"c2jShape" : "ArtifactId",
"defaultConsumerFluentSetterDocumentation" : " Unique Id for a artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Unique Id for a artifact.
\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n",
"documentation" : " Unique Id for a artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArtifactId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "artifactId",
"fluentSetterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactId",
"getterDocumentation" : " Unique Id for a artifact.
\n@return Unique Id for a artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "artifactId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "artifactId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ArtifactId",
"sensitive" : false,
"setterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.",
"setterMethodName" : "setArtifactId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "artifactId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "artifactId",
"variableType" : "String",
"documentation" : " Unique Id for a artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArtifactFileName",
"beanStyleSetterMethodName" : "setArtifactFileName",
"c2jName" : "artifactFileName",
"c2jShape" : "ArtifactFileName",
"defaultConsumerFluentSetterDocumentation" : " File name for the artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactFileName(String)}.\n@param artifactFileName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactFileName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " File name for the artifact.
\n@return File name for the artifact.\n@deprecated Use {@link #artifactFileName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactFileName(String)}\n",
"documentation" : " File name for the artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ArtifactFileName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArtifactFileName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "artifactFileName",
"fluentSetterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactFileName",
"getterDocumentation" : " File name for the artifact.
\n@return File name for the artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "artifactFileName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "artifactFileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ArtifactFileName",
"sensitive" : false,
"setterDocumentation" : " File name for the artifact.
\n@param artifactFileName File name for the artifact.",
"setterMethodName" : "setArtifactFileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "artifactFileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "artifactFileName",
"variableType" : "String",
"documentation" : " File name for the artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArtifactId",
"beanStyleSetterMethodName" : "setArtifactId",
"c2jName" : "artifactId",
"c2jShape" : "ArtifactId",
"defaultConsumerFluentSetterDocumentation" : " Unique Id for a artifact.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #artifactId(String)}.\n@param artifactId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #artifactId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Unique Id for a artifact.
\n@return Unique Id for a artifact.\n@deprecated Use {@link #artifactId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #artifactId(String)}\n",
"documentation" : " Unique Id for a artifact.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ArtifactId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArtifactId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "artifactId",
"fluentSetterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "artifactId",
"getterDocumentation" : " Unique Id for a artifact.
\n@return Unique Id for a artifact.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "artifactId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "artifactId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ArtifactId",
"sensitive" : false,
"setterDocumentation" : " Unique Id for a artifact.
\n@param artifactId Unique Id for a artifact.",
"setterMethodName" : "setArtifactId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "artifactId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "artifactId",
"variableType" : "String",
"documentation" : " Unique Id for a artifact.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "artifactFileName", "artifactId" ],
"shapeName" : "Artifact",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Artifact",
"variableName" : "artifact",
"variableType" : "Artifact",
"documentation" : null,
"simpleType" : "Artifact",
"variableSetterType" : "Artifact"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AutoBranchCreationConfig" : {
"c2jName" : "AutoBranchCreationConfig",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : " Structure with auto branch creation config.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStage",
"beanStyleSetterMethodName" : "setStage",
"c2jName" : "stage",
"c2jShape" : "Stage",
"defaultConsumerFluentSetterDocumentation" : " Stage for the auto created branch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stageAsString(String)}.\n@param stage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #stage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Stage for the auto created branch.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n
\n@return Stage for the auto created branch.\n@see Stage\n@deprecated Use {@link #stageAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Stage for the auto created branch.
\n@param stage Stage for the auto created branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage\n@deprecated Use {@link #stage(String)}\n",
"documentation" : " Stage for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : "Stage",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Stage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStage",
"fluentEnumGetterMethodName" : "stage",
"fluentEnumSetterMethodName" : "stage",
"fluentGetterMethodName" : "stageAsString",
"fluentSetterDocumentation" : " Stage for the auto created branch.
\n@param stage Stage for the auto created branch.\n@see Stage\n@return Returns a reference to this object so that method calls can be chained together.\n@see Stage",
"fluentSetterMethodName" : "stage",
"getterDocumentation" : " Stage for the auto created branch.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #stage} will return {@link Stage#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stageAsString}.\n
\n@return Stage for the auto created branch.\n@see Stage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "stage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "stage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Stage",
"sensitive" : false,
"setterDocumentation" : " Stage for the auto created branch.
\n@param stage Stage for the auto created branch.\n@see Stage",
"setterMethodName" : "setStage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stage",
"variableType" : "String",
"documentation" : " Stage for the auto created branch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFramework",
"beanStyleSetterMethodName" : "setFramework",
"c2jName" : "framework",
"c2jShape" : "Framework",
"defaultConsumerFluentSetterDocumentation" : " Framework for the auto created branch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #framework(String)}.\n@param framework a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #framework(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Framework for the auto created branch.
\n@return Framework for the auto created branch.\n@deprecated Use {@link #framework()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Framework for the auto created branch.
\n@param framework Framework for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #framework(String)}\n",
"documentation" : " Framework for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Framework property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFramework",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "framework",
"fluentSetterDocumentation" : " Framework for the auto created branch.
\n@param framework Framework for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "framework",
"getterDocumentation" : " Framework for the auto created branch.
\n@return Framework for the auto created branch.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "framework",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "framework",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Framework",
"sensitive" : false,
"setterDocumentation" : " Framework for the auto created branch.
\n@param framework Framework for the auto created branch.",
"setterMethodName" : "setFramework",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "framework",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "framework",
"variableType" : "String",
"documentation" : " Framework for the auto created branch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableAutoBuild",
"beanStyleSetterMethodName" : "setEnableAutoBuild",
"c2jName" : "enableAutoBuild",
"c2jShape" : "EnableAutoBuild",
"defaultConsumerFluentSetterDocumentation" : " Enables auto building for the auto created branch.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableAutoBuild(Boolean)}.\n@param enableAutoBuild a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableAutoBuild(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables auto building for the auto created branch.
\n@return Enables auto building for the auto created branch.\n@deprecated Use {@link #enableAutoBuild()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables auto building for the auto created branch.
\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n",
"documentation" : " Enables auto building for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableAutoBuild",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableAutoBuild",
"fluentSetterDocumentation" : " Enables auto building for the auto created branch.
\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableAutoBuild",
"getterDocumentation" : " Enables auto building for the auto created branch.
\n@return Enables auto building for the auto created branch.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableAutoBuild",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableAutoBuild",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableAutoBuild",
"sensitive" : false,
"setterDocumentation" : " Enables auto building for the auto created branch.
\n@param enableAutoBuild Enables auto building for the auto created branch.",
"setterMethodName" : "setEnableAutoBuild",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBuild",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBuild",
"variableType" : "Boolean",
"documentation" : " Enables auto building for the auto created branch.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEnvironmentVariables",
"beanStyleSetterMethodName" : "setEnvironmentVariables",
"c2jName" : "environmentVariables",
"c2jShape" : "EnvironmentVariables",
"defaultConsumerFluentSetterDocumentation" : " Environment Variables for the auto created branch.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Environment Variables for the auto created branch.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the auto created branch.\n@deprecated Use {@link #environmentVariables()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Environment Variables for the auto created branch.
\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n",
"documentation" : " Environment Variables for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnvironmentVariables",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "environmentVariables",
"fluentSetterDocumentation" : " Environment Variables for the auto created branch.
\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "environmentVariables",
"getterDocumentation" : " Environment Variables for the auto created branch.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the auto created branch.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "environmentVariables",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "environmentVariables",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "EnvKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "EnvValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "EnvironmentVariables",
"sensitive" : false,
"setterDocumentation" : " Environment Variables for the auto created branch.
\n@param environmentVariables Environment Variables for the auto created branch.",
"setterMethodName" : "setEnvironmentVariables",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : " Environment Variables for the auto created branch.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBasicAuthCredentials",
"beanStyleSetterMethodName" : "setBasicAuthCredentials",
"c2jName" : "basicAuthCredentials",
"c2jShape" : "BasicAuthCredentials",
"defaultConsumerFluentSetterDocumentation" : " Basic Authorization credentials for the auto created branch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@return Basic Authorization credentials for the auto created branch.\n@deprecated Use {@link #basicAuthCredentials()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n",
"documentation" : " Basic Authorization credentials for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBasicAuthCredentials",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "basicAuthCredentials",
"fluentSetterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "basicAuthCredentials",
"getterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@return Basic Authorization credentials for the auto created branch.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "basicAuthCredentials",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "basicAuthCredentials",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BasicAuthCredentials",
"sensitive" : false,
"setterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.",
"setterMethodName" : "setBasicAuthCredentials",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : " Basic Authorization credentials for the auto created branch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableBasicAuth",
"beanStyleSetterMethodName" : "setEnableBasicAuth",
"c2jName" : "enableBasicAuth",
"c2jShape" : "EnableBasicAuth",
"defaultConsumerFluentSetterDocumentation" : " Enables Basic Auth for the auto created branch.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableBasicAuth(Boolean)}.\n@param enableBasicAuth a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableBasicAuth(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@return Enables Basic Auth for the auto created branch.\n@deprecated Use {@link #enableBasicAuth()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n",
"documentation" : " Enables Basic Auth for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableBasicAuth",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableBasicAuth",
"fluentSetterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableBasicAuth",
"getterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@return Enables Basic Auth for the auto created branch.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableBasicAuth",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableBasicAuth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableBasicAuth",
"sensitive" : false,
"setterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@param enableBasicAuth Enables Basic Auth for the auto created branch.",
"setterMethodName" : "setEnableBasicAuth",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : " Enables Basic Auth for the auto created branch.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBuildSpec",
"beanStyleSetterMethodName" : "setBuildSpec",
"c2jName" : "buildSpec",
"c2jShape" : "BuildSpec",
"defaultConsumerFluentSetterDocumentation" : " BuildSpec for the auto created branch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " BuildSpec for the auto created branch.
\n@return BuildSpec for the auto created branch.\n@deprecated Use {@link #buildSpec()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " BuildSpec for the auto created branch.
\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n",
"documentation" : " BuildSpec for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildSpec",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildSpec",
"fluentSetterDocumentation" : " BuildSpec for the auto created branch.
\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildSpec",
"getterDocumentation" : " BuildSpec for the auto created branch.
\n@return BuildSpec for the auto created branch.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildSpec",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildSpec",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BuildSpec",
"sensitive" : false,
"setterDocumentation" : " BuildSpec for the auto created branch.
\n@param buildSpec BuildSpec for the auto created branch.",
"setterMethodName" : "setBuildSpec",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : " BuildSpec for the auto created branch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnablePullRequestPreview",
"beanStyleSetterMethodName" : "setEnablePullRequestPreview",
"c2jName" : "enablePullRequestPreview",
"c2jShape" : "EnablePullRequestPreview",
"defaultConsumerFluentSetterDocumentation" : " Enables Pull Request Preview for auto created branch.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enablePullRequestPreview(Boolean)}.\n@param enablePullRequestPreview a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enablePullRequestPreview(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@return Enables Pull Request Preview for auto created branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n",
"documentation" : " Enables Pull Request Preview for auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnablePullRequestPreview property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnablePullRequestPreview",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enablePullRequestPreview",
"fluentSetterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enablePullRequestPreview",
"getterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@return Enables Pull Request Preview for auto created branch.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enablePullRequestPreview",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enablePullRequestPreview",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnablePullRequestPreview",
"sensitive" : false,
"setterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.",
"setterMethodName" : "setEnablePullRequestPreview",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enablePullRequestPreview",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enablePullRequestPreview",
"variableType" : "Boolean",
"documentation" : " Enables Pull Request Preview for auto created branch.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPullRequestEnvironmentName",
"beanStyleSetterMethodName" : "setPullRequestEnvironmentName",
"c2jName" : "pullRequestEnvironmentName",
"c2jShape" : "PullRequestEnvironmentName",
"defaultConsumerFluentSetterDocumentation" : " The Amplify Environment name for the pull request.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #pullRequestEnvironmentName(String)}.\n@param pullRequestEnvironmentName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pullRequestEnvironmentName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " The Amplify Environment name for the pull request.
\n@return The Amplify Environment name for the pull request.\n@deprecated Use {@link #pullRequestEnvironmentName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " The Amplify Environment name for the pull request.
\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #pullRequestEnvironmentName(String)}\n",
"documentation" : " The Amplify Environment name for the pull request.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PullRequestEnvironmentName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPullRequestEnvironmentName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pullRequestEnvironmentName",
"fluentSetterDocumentation" : " The Amplify Environment name for the pull request.
\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pullRequestEnvironmentName",
"getterDocumentation" : " The Amplify Environment name for the pull request.
\n@return The Amplify Environment name for the pull request.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "pullRequestEnvironmentName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "pullRequestEnvironmentName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PullRequestEnvironmentName",
"sensitive" : false,
"setterDocumentation" : " The Amplify Environment name for the pull request.
\n@param pullRequestEnvironmentName The Amplify Environment name for the pull request.",
"setterMethodName" : "setPullRequestEnvironmentName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "pullRequestEnvironmentName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "pullRequestEnvironmentName",
"variableType" : "String",
"documentation" : " The Amplify Environment name for the pull request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BasicAuthCredentials" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBasicAuthCredentials",
"beanStyleSetterMethodName" : "setBasicAuthCredentials",
"c2jName" : "basicAuthCredentials",
"c2jShape" : "BasicAuthCredentials",
"defaultConsumerFluentSetterDocumentation" : " Basic Authorization credentials for the auto created branch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #basicAuthCredentials(String)}.\n@param basicAuthCredentials a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #basicAuthCredentials(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@return Basic Authorization credentials for the auto created branch.\n@deprecated Use {@link #basicAuthCredentials()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #basicAuthCredentials(String)}\n",
"documentation" : " Basic Authorization credentials for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BasicAuthCredentials property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBasicAuthCredentials",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "basicAuthCredentials",
"fluentSetterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "basicAuthCredentials",
"getterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@return Basic Authorization credentials for the auto created branch.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "basicAuthCredentials",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "basicAuthCredentials",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BasicAuthCredentials",
"sensitive" : false,
"setterDocumentation" : " Basic Authorization credentials for the auto created branch.
\n@param basicAuthCredentials Basic Authorization credentials for the auto created branch.",
"setterMethodName" : "setBasicAuthCredentials",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "basicAuthCredentials",
"variableType" : "String",
"documentation" : " Basic Authorization credentials for the auto created branch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BuildSpec" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBuildSpec",
"beanStyleSetterMethodName" : "setBuildSpec",
"c2jName" : "buildSpec",
"c2jShape" : "BuildSpec",
"defaultConsumerFluentSetterDocumentation" : " BuildSpec for the auto created branch.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #buildSpec(String)}.\n@param buildSpec a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #buildSpec(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " BuildSpec for the auto created branch.
\n@return BuildSpec for the auto created branch.\n@deprecated Use {@link #buildSpec()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " BuildSpec for the auto created branch.
\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #buildSpec(String)}\n",
"documentation" : " BuildSpec for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BuildSpec property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBuildSpec",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "buildSpec",
"fluentSetterDocumentation" : " BuildSpec for the auto created branch.
\n@param buildSpec BuildSpec for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "buildSpec",
"getterDocumentation" : " BuildSpec for the auto created branch.
\n@return BuildSpec for the auto created branch.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "buildSpec",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "buildSpec",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BuildSpec",
"sensitive" : false,
"setterDocumentation" : " BuildSpec for the auto created branch.
\n@param buildSpec BuildSpec for the auto created branch.",
"setterMethodName" : "setBuildSpec",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "buildSpec",
"variableType" : "String",
"documentation" : " BuildSpec for the auto created branch.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EnableAutoBuild" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableAutoBuild",
"beanStyleSetterMethodName" : "setEnableAutoBuild",
"c2jName" : "enableAutoBuild",
"c2jShape" : "EnableAutoBuild",
"defaultConsumerFluentSetterDocumentation" : " Enables auto building for the auto created branch.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableAutoBuild(Boolean)}.\n@param enableAutoBuild a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableAutoBuild(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables auto building for the auto created branch.
\n@return Enables auto building for the auto created branch.\n@deprecated Use {@link #enableAutoBuild()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables auto building for the auto created branch.
\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableAutoBuild(Boolean)}\n",
"documentation" : " Enables auto building for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableAutoBuild property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableAutoBuild",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableAutoBuild",
"fluentSetterDocumentation" : " Enables auto building for the auto created branch.
\n@param enableAutoBuild Enables auto building for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableAutoBuild",
"getterDocumentation" : " Enables auto building for the auto created branch.
\n@return Enables auto building for the auto created branch.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableAutoBuild",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableAutoBuild",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableAutoBuild",
"sensitive" : false,
"setterDocumentation" : " Enables auto building for the auto created branch.
\n@param enableAutoBuild Enables auto building for the auto created branch.",
"setterMethodName" : "setEnableAutoBuild",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBuild",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableAutoBuild",
"variableType" : "Boolean",
"documentation" : " Enables auto building for the auto created branch.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EnableBasicAuth" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnableBasicAuth",
"beanStyleSetterMethodName" : "setEnableBasicAuth",
"c2jName" : "enableBasicAuth",
"c2jShape" : "EnableBasicAuth",
"defaultConsumerFluentSetterDocumentation" : " Enables Basic Auth for the auto created branch.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enableBasicAuth(Boolean)}.\n@param enableBasicAuth a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enableBasicAuth(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@return Enables Basic Auth for the auto created branch.\n@deprecated Use {@link #enableBasicAuth()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enableBasicAuth(Boolean)}\n",
"documentation" : " Enables Basic Auth for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnableBasicAuth property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnableBasicAuth",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enableBasicAuth",
"fluentSetterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@param enableBasicAuth Enables Basic Auth for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enableBasicAuth",
"getterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@return Enables Basic Auth for the auto created branch.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enableBasicAuth",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enableBasicAuth",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnableBasicAuth",
"sensitive" : false,
"setterDocumentation" : " Enables Basic Auth for the auto created branch.
\n@param enableBasicAuth Enables Basic Auth for the auto created branch.",
"setterMethodName" : "setEnableBasicAuth",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enableBasicAuth",
"variableType" : "Boolean",
"documentation" : " Enables Basic Auth for the auto created branch.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EnablePullRequestPreview" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getEnablePullRequestPreview",
"beanStyleSetterMethodName" : "setEnablePullRequestPreview",
"c2jName" : "enablePullRequestPreview",
"c2jShape" : "EnablePullRequestPreview",
"defaultConsumerFluentSetterDocumentation" : " Enables Pull Request Preview for auto created branch.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #enablePullRequestPreview(Boolean)}.\n@param enablePullRequestPreview a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #enablePullRequestPreview(Boolean)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@return Enables Pull Request Preview for auto created branch.\n@deprecated Use {@link #enablePullRequestPreview()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #enablePullRequestPreview(Boolean)}\n",
"documentation" : " Enables Pull Request Preview for auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnablePullRequestPreview property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnablePullRequestPreview",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "enablePullRequestPreview",
"fluentSetterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "enablePullRequestPreview",
"getterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@return Enables Pull Request Preview for auto created branch.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "enablePullRequestPreview",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "enablePullRequestPreview",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "EnablePullRequestPreview",
"sensitive" : false,
"setterDocumentation" : " Enables Pull Request Preview for auto created branch.
\n@param enablePullRequestPreview Enables Pull Request Preview for auto created branch.",
"setterMethodName" : "setEnablePullRequestPreview",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enablePullRequestPreview",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "enablePullRequestPreview",
"variableType" : "Boolean",
"documentation" : " Enables Pull Request Preview for auto created branch.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"EnvironmentVariables" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getEnvironmentVariables",
"beanStyleSetterMethodName" : "setEnvironmentVariables",
"c2jName" : "environmentVariables",
"c2jShape" : "EnvironmentVariables",
"defaultConsumerFluentSetterDocumentation" : " Environment Variables for the auto created branch.
\nThis is a convenience that creates an instance of the {@link Map.Builder} avoiding the need to create one manually via {@link Map#builder()}.\n\nWhen the {@link Consumer} completes, {@link Map.Builder#build()} is called immediately and its result is passed to {@link #environmentVariables(Map)}.\n@param environmentVariables a consumer that will call methods on {@link Map.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #environmentVariables(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : " Environment Variables for the auto created branch.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the auto created branch.\n@deprecated Use {@link #environmentVariables()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : " Environment Variables for the auto created branch.
\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #environmentVariables(Map)}\n",
"documentation" : " Environment Variables for the auto created branch.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the EnvironmentVariables property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasEnvironmentVariables",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "environmentVariables",
"fluentSetterDocumentation" : " Environment Variables for the auto created branch.
\n@param environmentVariables Environment Variables for the auto created branch.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "environmentVariables",
"getterDocumentation" : " Environment Variables for the auto created branch.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasEnvironmentVariables()} to see if a value was sent in this field.\n
\n@return Environment Variables for the auto created branch.",
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "environmentVariables",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "environmentVariables",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : true,
"mapModel" : {
"implType" : "java.util.HashMap",
"interfaceType" : "java.util.Map",
"keyLocationName" : "key",
"keyModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "EnvKey",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "EnvValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "EnvironmentVariables",
"sensitive" : false,
"setterDocumentation" : " Environment Variables for the auto created branch.
\n@param environmentVariables Environment Variables for the auto created branch.",
"setterMethodName" : "setEnvironmentVariables",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "environmentVariables",
"variableType" : "java.util.Map",
"documentation" : "