models.signer-2017-08-25-intermediate.json Maven / Gradle / Ivy
Show all versions of signer Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"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,
"verifiedSimpleMethods" : [ "listSigningJobs", "listSigningPlatforms", "listSigningProfiles" ]
},
"metadata" : {
"apiVersion" : "2017-08-25",
"asyncBuilder" : "DefaultSignerAsyncClientBuilder",
"asyncBuilderInterface" : "SignerAsyncClientBuilder",
"asyncClient" : "DefaultSignerAsyncClient",
"asyncInterface" : "SignerAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultSignerBaseClientBuilder",
"baseBuilderInterface" : "SignerBaseClientBuilder",
"baseExceptionName" : "SignerException",
"baseRequestName" : "SignerRequest",
"baseResponseName" : "SignerResponse",
"cborProtocol" : false,
"clientPackageName" : "signer",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "signer",
"documentation" : "You can use Code Signing for Amazon FreeRTOS (AWS Signer) to sign code that you created for any of the IoT devices that Amazon Web Services supports. AWS Signer is integrated with Amazon FreeRTOS, AWS Certificate Manager, and AWS CloudTrail. Amazon FreeRTOS customers can use AWS Signer to sign code images before making them available for microcontrollers. You can use ACM to import third-party certificates to be used by AWS Signer. For general information about using AWS Signer, see the Code Signing for Amazon FreeRTOS Developer Guide.
",
"endpointPrefix" : "signer",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.signer",
"fullModelPackageName" : "software.amazon.awssdk.services.signer.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.signer.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.signer.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.signer.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "signer.model",
"paginatorsPackageName" : "signer.paginators",
"protocol" : "rest-json",
"requestTransformPackageName" : "signer.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceName" : "Signer",
"signingName" : "signer",
"syncBuilder" : "DefaultSignerClientBuilder",
"syncBuilderInterface" : "SignerClientBuilder",
"syncClient" : "DefaultSignerClient",
"syncInterface" : "SignerClient",
"transformPackageName" : "signer.transform",
"uid" : "signer-2017-08-25",
"xmlProtocol" : false
},
"operations" : {
"CancelSigningProfile" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Changes the state of an ACTIVE
signing profile to CANCELED
. A canceled profile is still viewable with the ListSigningProfiles
operation, but it cannot perform new signing jobs, and is deleted two years after cancelation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CancelSigningProfileRequest",
"variableName" : "cancelSigningProfileRequest",
"variableType" : "CancelSigningProfileRequest",
"documentation" : "",
"simpleType" : "CancelSigningProfileRequest",
"variableSetterType" : "CancelSigningProfileRequest"
},
"methodName" : "cancelSigningProfile",
"operationName" : "CancelSigningProfile",
"paginated" : false,
"returnType" : {
"returnType" : "CancelSigningProfileResponse",
"documentation" : null
},
"syncReturnType" : "CancelSigningProfileResponse"
},
"DescribeSigningJob" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a specific code signing job. You specify the job by using the jobId
value that is returned by the StartSigningJob operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSigningJobRequest",
"variableName" : "describeSigningJobRequest",
"variableType" : "DescribeSigningJobRequest",
"documentation" : "",
"simpleType" : "DescribeSigningJobRequest",
"variableSetterType" : "DescribeSigningJobRequest"
},
"methodName" : "describeSigningJob",
"operationName" : "DescribeSigningJob",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSigningJobResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSigningJobResponse"
},
"GetSigningPlatform" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information on a specific signing platform.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSigningPlatformRequest",
"variableName" : "getSigningPlatformRequest",
"variableType" : "GetSigningPlatformRequest",
"documentation" : "",
"simpleType" : "GetSigningPlatformRequest",
"variableSetterType" : "GetSigningPlatformRequest"
},
"methodName" : "getSigningPlatform",
"operationName" : "GetSigningPlatform",
"paginated" : false,
"returnType" : {
"returnType" : "GetSigningPlatformResponse",
"documentation" : null
},
"syncReturnType" : "GetSigningPlatformResponse"
},
"GetSigningProfile" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information on a specific signing profile.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSigningProfileRequest",
"variableName" : "getSigningProfileRequest",
"variableType" : "GetSigningProfileRequest",
"documentation" : "",
"simpleType" : "GetSigningProfileRequest",
"variableSetterType" : "GetSigningProfileRequest"
},
"methodName" : "getSigningProfile",
"operationName" : "GetSigningProfile",
"paginated" : false,
"returnType" : {
"returnType" : "GetSigningProfileResponse",
"documentation" : null
},
"syncReturnType" : "GetSigningProfileResponse"
},
"ListSigningJobs" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all your signing jobs. You can use the maxResults
parameter to limit the number of signing jobs that are returned in the response. If additional jobs remain to be listed, AWS Signer returns a nextToken
value. Use this value in subsequent calls to ListSigningJobs
to fetch the remaining values. You can continue calling ListSigningJobs
with your maxResults
parameter and with new values that AWS Signer returns in the nextToken
parameter until all of your signing jobs have been returned.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "You signing certificate could not be validated.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSigningJobsRequest",
"variableName" : "listSigningJobsRequest",
"variableType" : "ListSigningJobsRequest",
"documentation" : "",
"simpleType" : "ListSigningJobsRequest",
"variableSetterType" : "ListSigningJobsRequest"
},
"methodName" : "listSigningJobs",
"operationName" : "ListSigningJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListSigningJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListSigningJobsResponse"
},
"ListSigningPlatforms" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all signing platforms available in AWS Signer that match the request parameters. If additional jobs remain to be listed, AWS Signer returns a nextToken
value. Use this value in subsequent calls to ListSigningJobs
to fetch the remaining values. You can continue calling ListSigningJobs
with your maxResults
parameter and with new values that AWS Signer returns in the nextToken
parameter until all of your signing jobs have been returned.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "You signing certificate could not be validated.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSigningPlatformsRequest",
"variableName" : "listSigningPlatformsRequest",
"variableType" : "ListSigningPlatformsRequest",
"documentation" : "",
"simpleType" : "ListSigningPlatformsRequest",
"variableSetterType" : "ListSigningPlatformsRequest"
},
"methodName" : "listSigningPlatforms",
"operationName" : "ListSigningPlatforms",
"paginated" : true,
"returnType" : {
"returnType" : "ListSigningPlatformsResponse",
"documentation" : null
},
"syncReturnType" : "ListSigningPlatformsResponse"
},
"ListSigningProfiles" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all available signing profiles in your AWS account. Returns only profiles with an ACTIVE
status unless the includeCanceled
request field is set to true
. If additional jobs remain to be listed, AWS Signer returns a nextToken
value. Use this value in subsequent calls to ListSigningJobs
to fetch the remaining values. You can continue calling ListSigningJobs
with your maxResults
parameter and with new values that AWS Signer returns in the nextToken
parameter until all of your signing jobs have been returned.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSigningProfilesRequest",
"variableName" : "listSigningProfilesRequest",
"variableType" : "ListSigningProfilesRequest",
"documentation" : "",
"simpleType" : "ListSigningProfilesRequest",
"variableSetterType" : "ListSigningProfilesRequest"
},
"methodName" : "listSigningProfiles",
"operationName" : "ListSigningProfiles",
"paginated" : true,
"returnType" : {
"returnType" : "ListSigningProfilesResponse",
"documentation" : null
},
"syncReturnType" : "ListSigningProfilesResponse"
},
"PutSigningProfile" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a signing profile. A signing profile is an AWS Signer template that can be used to carry out a pre-defined signing job. For more information, see http://docs.aws.amazon.com/signer/latest/developerguide/gs-profile.html
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ValidationException",
"documentation" : "You signing certificate could not be validated.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutSigningProfileRequest",
"variableName" : "putSigningProfileRequest",
"variableType" : "PutSigningProfileRequest",
"documentation" : "",
"simpleType" : "PutSigningProfileRequest",
"variableSetterType" : "PutSigningProfileRequest"
},
"methodName" : "putSigningProfile",
"operationName" : "PutSigningProfile",
"paginated" : false,
"returnType" : {
"returnType" : "PutSigningProfileResponse",
"documentation" : null
},
"syncReturnType" : "PutSigningProfileResponse"
},
"StartSigningJob" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Initiates a signing job to be performed on the code provided. Signing jobs are viewable by the ListSigningJobs
operation for two years after they are performed. Note the following requirements:
-
You must create an Amazon S3 source bucket. For more information, see Create a Bucket in the Amazon S3 Getting Started Guide.
-
Your S3 source bucket must be version enabled.
-
You must create an S3 destination bucket. AWS Signer uses your S3 destination bucket to write your signed code.
-
You specify the name of the source and destination buckets when calling the StartSigningJob
operation.
-
You must also specify a request token that identifies your request to AWS Signer.
You can call the DescribeSigningJob and the ListSigningJobs actions after you call StartSigningJob
.
For a Java example that shows how to use this action, see http://docs.aws.amazon.com/acm/latest/userguide/
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ValidationException",
"documentation" : "You signing certificate could not be validated.
",
"httpStatusCode" : 400
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource could not be found.
",
"httpStatusCode" : 404
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You do not have sufficient access to perform this action.
",
"httpStatusCode" : 403
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "The signing job has been throttled.
",
"httpStatusCode" : 429
}, {
"exceptionName" : "InternalServiceErrorException",
"documentation" : "An internal error occurred.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartSigningJobRequest",
"variableName" : "startSigningJobRequest",
"variableType" : "StartSigningJobRequest",
"documentation" : "",
"simpleType" : "StartSigningJobRequest",
"variableSetterType" : "StartSigningJobRequest"
},
"methodName" : "startSigningJob",
"operationName" : "StartSigningJob",
"paginated" : false,
"returnType" : {
"returnType" : "StartSigningJobResponse",
"documentation" : null
},
"syncReturnType" : "StartSigningJobResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You do not have sufficient access to perform this action.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 403,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false
},
"CancelSigningProfileRequest" : {
"c2jName" : "CancelSigningProfileRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CancelSigningProfile",
"locationName" : null,
"requestUri" : "/signing-profiles/{profileName}",
"target" : null,
"verb" : "DELETE",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signing profile to be canceled.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the signing profile to be canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the signing profile to be canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ProfileName" : {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signing profile to be canceled.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the signing profile to be canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the signing profile to be canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the signing profile to be canceled.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the signing profile to be canceled.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the signing profile to be canceled.
\n@return The name of the signing profile to be canceled.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the signing profile to be canceled.
\n@param profileName The name of the signing profile to be canceled.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the signing profile to be canceled.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "profileName" ],
"shapeName" : "CancelSigningProfileRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CancelSigningProfileRequest",
"variableName" : "cancelSigningProfileRequest",
"variableType" : "CancelSigningProfileRequest",
"documentation" : null,
"simpleType" : "CancelSigningProfileRequest",
"variableSetterType" : "CancelSigningProfileRequest"
},
"wrapper" : false
},
"CancelSigningProfileResponse" : {
"c2jName" : "CancelSigningProfileResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : null,
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CancelSigningProfileResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CancelSigningProfileResponse",
"variableName" : "cancelSigningProfileResponse",
"variableType" : "CancelSigningProfileResponse",
"documentation" : null,
"simpleType" : "CancelSigningProfileResponse",
"variableSetterType" : "CancelSigningProfileResponse"
},
"wrapper" : false
},
"Category" : {
"c2jName" : "Category",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "AWS_IOT",
"value" : "AWSIoT"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Category",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Category",
"variableName" : "category",
"variableType" : "Category",
"documentation" : null,
"simpleType" : "Category",
"variableSetterType" : "Category"
},
"wrapper" : false
},
"DescribeSigningJobRequest" : {
"c2jName" : "DescribeSigningJobRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DescribeSigningJob",
"locationName" : null,
"requestUri" : "/signing-jobs/{jobId}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on input.
\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 #jobId(String)}.\n@param jobId 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 #jobId(String)",
"deprecated" : false,
"documentation" : "The ID of the signing job on input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "jobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on input.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"JobId" : {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on input.
\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 #jobId(String)}.\n@param jobId 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 #jobId(String)",
"deprecated" : false,
"documentation" : "The ID of the signing job on input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "jobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on input.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on input.
\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 #jobId(String)}.\n@param jobId 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 #jobId(String)",
"deprecated" : false,
"documentation" : "The ID of the signing job on input.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on input.
\n@return The ID of the signing job on input.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "jobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on input.
\n@param jobId The ID of the signing job on input.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on input.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "jobId" ],
"shapeName" : "DescribeSigningJobRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeSigningJobRequest",
"variableName" : "describeSigningJobRequest",
"variableType" : "DescribeSigningJobRequest",
"documentation" : null,
"simpleType" : "DescribeSigningJobRequest",
"variableSetterType" : "DescribeSigningJobRequest"
},
"wrapper" : false
},
"DescribeSigningJobResponse" : {
"c2jName" : "DescribeSigningJobResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on output.
\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 #jobId(String)}.\n@param jobId 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 #jobId(String)",
"deprecated" : false,
"documentation" : "The ID of the signing job on output.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSource",
"beanStyleSetterMethodName" : "setSource",
"c2jName" : "source",
"c2jShape" : "Source",
"defaultConsumerFluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\nThis is a convenience that creates an instance of the {@link Source.Builder} avoiding the need to create one manually via {@link Source#builder()}.\n\nWhen the {@link Consumer} completes, {@link Source.Builder#build()} is called immediately and its result is passed to {@link #source(Source)}.\n@param source a consumer that will call methods on {@link Source.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(Source)",
"deprecated" : false,
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "source",
"fluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "source",
"getterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.",
"getterModel" : {
"returnType" : "Source",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "source",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "source",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Source",
"sensitive" : false,
"setterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.",
"setterMethodName" : "setSource",
"setterModel" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : null,
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of your code signing certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@return Amazon Resource Name (ARN) of your code signing certificate.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial Amazon Resource Name (ARN) of your code signing certificate.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "Amazon Resource Name (ARN) of your code signing certificate.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the profile that initiated the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the profile that initiated the signing operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\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 #signingParameters(Map)}.\n@param signingParameters 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 #signingParameters(Map)",
"deprecated" : false,
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"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" : "signingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"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" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "CreatedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was created.
\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)",
"deprecated" : false,
"documentation" : "Date and time that the signing job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.",
"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" : "createdAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompletedAt",
"beanStyleSetterMethodName" : "setCompletedAt",
"c2jName" : "completedAt",
"c2jShape" : "CompletedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was completed.
\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 #completedAt(Instant)}.\n@param completedAt 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 #completedAt(Instant)",
"deprecated" : false,
"documentation" : "Date and time that the signing job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completedAt",
"fluentSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completedAt",
"getterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "completedAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "completedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.",
"setterMethodName" : "setCompletedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\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 #requestedBy(String)}.\n@param requestedBy 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 #requestedBy(String)",
"deprecated" : false,
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "requestedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the signing job.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "Status of the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Status of the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusReason",
"beanStyleSetterMethodName" : "setStatusReason",
"c2jName" : "statusReason",
"c2jShape" : "StatusReason",
"defaultConsumerFluentSetterDocumentation" : "String value that contains the status reason.
\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 #statusReason(String)}.\n@param statusReason 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 #statusReason(String)",
"deprecated" : false,
"documentation" : "String value that contains the status reason.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusReason",
"fluentSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusReason",
"getterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusReason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusReason",
"sensitive" : false,
"setterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.",
"setterMethodName" : "setStatusReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : "String value that contains the status reason.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignedObject",
"beanStyleSetterMethodName" : "setSignedObject",
"c2jName" : "signedObject",
"c2jShape" : "SignedObject",
"defaultConsumerFluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\nThis is a convenience that creates an instance of the {@link SignedObject.Builder} avoiding the need to create one manually via {@link SignedObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link SignedObject.Builder#build()} is called immediately and its result is passed to {@link #signedObject(SignedObject)}.\n@param signedObject a consumer that will call methods on {@link SignedObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signedObject(SignedObject)",
"deprecated" : false,
"documentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signedObject",
"fluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signedObject",
"getterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@return Name of the S3 bucket where the signed code image is saved by AWS Signer.",
"getterModel" : {
"returnType" : "SignedObject",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signedObject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signedObject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SignedObject",
"sensitive" : false,
"setterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.",
"setterMethodName" : "setSignedObject",
"setterModel" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : null,
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
",
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompletedAt" : {
"beanStyleGetterMethodName" : "getCompletedAt",
"beanStyleSetterMethodName" : "setCompletedAt",
"c2jName" : "completedAt",
"c2jShape" : "CompletedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was completed.
\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 #completedAt(Instant)}.\n@param completedAt 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 #completedAt(Instant)",
"deprecated" : false,
"documentation" : "Date and time that the signing job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completedAt",
"fluentSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completedAt",
"getterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "completedAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "completedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.",
"setterMethodName" : "setCompletedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"CreatedAt" : {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "CreatedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was created.
\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)",
"deprecated" : false,
"documentation" : "Date and time that the signing job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.",
"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" : "createdAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
},
"JobId" : {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on output.
\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 #jobId(String)}.\n@param jobId 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 #jobId(String)",
"deprecated" : false,
"documentation" : "The ID of the signing job on output.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Overrides" : {
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlNameSpaceUri" : null
},
"PlatformId" : {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProfileName" : {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the profile that initiated the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the profile that initiated the signing operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RequestedBy" : {
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\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 #requestedBy(String)}.\n@param requestedBy 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 #requestedBy(String)",
"deprecated" : false,
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "requestedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SignedObject" : {
"beanStyleGetterMethodName" : "getSignedObject",
"beanStyleSetterMethodName" : "setSignedObject",
"c2jName" : "signedObject",
"c2jShape" : "SignedObject",
"defaultConsumerFluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\nThis is a convenience that creates an instance of the {@link SignedObject.Builder} avoiding the need to create one manually via {@link SignedObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link SignedObject.Builder#build()} is called immediately and its result is passed to {@link #signedObject(SignedObject)}.\n@param signedObject a consumer that will call methods on {@link SignedObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signedObject(SignedObject)",
"deprecated" : false,
"documentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signedObject",
"fluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signedObject",
"getterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@return Name of the S3 bucket where the signed code image is saved by AWS Signer.",
"getterModel" : {
"returnType" : "SignedObject",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signedObject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signedObject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SignedObject",
"sensitive" : false,
"setterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.",
"setterMethodName" : "setSignedObject",
"setterModel" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : null,
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
",
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"xmlNameSpaceUri" : null
},
"SigningMaterial" : {
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of your code signing certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@return Amazon Resource Name (ARN) of your code signing certificate.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial Amazon Resource Name (ARN) of your code signing certificate.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "Amazon Resource Name (ARN) of your code signing certificate.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlNameSpaceUri" : null
},
"SigningParameters" : {
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\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 #signingParameters(Map)}.\n@param signingParameters 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 #signingParameters(Map)",
"deprecated" : false,
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"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" : "signingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"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" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"Source" : {
"beanStyleGetterMethodName" : "getSource",
"beanStyleSetterMethodName" : "setSource",
"c2jName" : "source",
"c2jShape" : "Source",
"defaultConsumerFluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\nThis is a convenience that creates an instance of the {@link Source.Builder} avoiding the need to create one manually via {@link Source#builder()}.\n\nWhen the {@link Consumer} completes, {@link Source.Builder#build()} is called immediately and its result is passed to {@link #source(Source)}.\n@param source a consumer that will call methods on {@link Source.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(Source)",
"deprecated" : false,
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "source",
"fluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "source",
"getterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.",
"getterModel" : {
"returnType" : "Source",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "source",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "source",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Source",
"sensitive" : false,
"setterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.",
"setterMethodName" : "setSource",
"setterModel" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : null,
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the signing job.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "Status of the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Status of the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StatusReason" : {
"beanStyleGetterMethodName" : "getStatusReason",
"beanStyleSetterMethodName" : "setStatusReason",
"c2jName" : "statusReason",
"c2jShape" : "StatusReason",
"defaultConsumerFluentSetterDocumentation" : "String value that contains the status reason.
\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 #statusReason(String)}.\n@param statusReason 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 #statusReason(String)",
"deprecated" : false,
"documentation" : "String value that contains the status reason.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusReason",
"fluentSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusReason",
"getterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusReason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusReason",
"sensitive" : false,
"setterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.",
"setterMethodName" : "setStatusReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : "String value that contains the status reason.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobId",
"beanStyleSetterMethodName" : "setJobId",
"c2jName" : "jobId",
"c2jShape" : "JobId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the signing job on output.
\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 #jobId(String)}.\n@param jobId 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 #jobId(String)",
"deprecated" : false,
"documentation" : "The ID of the signing job on output.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobId",
"fluentSetterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobId",
"getterDocumentation" : "The ID of the signing job on output.
\n@return The ID of the signing job on output.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobId",
"sensitive" : false,
"setterDocumentation" : "The ID of the signing job on output.
\n@param jobId The ID of the signing job on output.",
"setterMethodName" : "setJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobId",
"variableType" : "String",
"documentation" : "The ID of the signing job on output.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSource",
"beanStyleSetterMethodName" : "setSource",
"c2jName" : "source",
"c2jShape" : "Source",
"defaultConsumerFluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\nThis is a convenience that creates an instance of the {@link Source.Builder} avoiding the need to create one manually via {@link Source#builder()}.\n\nWhen the {@link Consumer} completes, {@link Source.Builder#build()} is called immediately and its result is passed to {@link #source(Source)}.\n@param source a consumer that will call methods on {@link Source.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #source(Source)",
"deprecated" : false,
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "source",
"fluentSetterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "source",
"getterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@return The object that contains the name of your S3 bucket or your raw code.",
"getterModel" : {
"returnType" : "Source",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "source",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "source",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Source",
"sensitive" : false,
"setterDocumentation" : "The object that contains the name of your S3 bucket or your raw code.
\n@param source The object that contains the name of your S3 bucket or your raw code.",
"setterMethodName" : "setSource",
"setterModel" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : null,
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Source",
"variableName" : "source",
"variableType" : "Source",
"documentation" : "The object that contains the name of your S3 bucket or your raw code.
",
"simpleType" : "Source",
"variableSetterType" : "Source"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"documentation" : "Amazon Resource Name (ARN) of your code signing certificate.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial Amazon Resource Name (ARN) of your code signing certificate.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@return Amazon Resource Name (ARN) of your code signing certificate.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "Amazon Resource Name (ARN) of your code signing certificate.
\n@param signingMaterial Amazon Resource Name (ARN) of your code signing certificate.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "Amazon Resource Name (ARN) of your code signing certificate.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@return The microcontroller platform to which your signed code image will be distributed.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The microcontroller platform to which your signed code image will be distributed.
\n@param platformId The microcontroller platform to which your signed code image will be distributed.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The microcontroller platform to which your signed code image will be distributed.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the profile that initiated the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the profile that initiated the signing operation.
\n@return The name of the profile that initiated the signing operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the profile that initiated the signing operation.
\n@param profileName The name of the profile that initiated the signing operation.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the profile that initiated the signing operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@return A list of any overrides that were applied to the signing operation.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of any overrides that were applied to the signing operation.
\n@param overrides A list of any overrides that were applied to the signing operation.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of any overrides that were applied to the signing operation.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\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 #signingParameters(Map)}.\n@param signingParameters 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 #signingParameters(Map)",
"deprecated" : false,
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"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" : "signingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"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" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
\n@param signingParameters Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "Map of user-assigned key-value pairs used during signing. These values contain any information that you specified for use in your signing job.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCreatedAt",
"beanStyleSetterMethodName" : "setCreatedAt",
"c2jName" : "createdAt",
"c2jShape" : "CreatedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was created.
\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 #createdAt(Instant)}.\n@param createdAt 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 #createdAt(Instant)",
"deprecated" : false,
"documentation" : "Date and time that the signing job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdAt",
"fluentSetterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdAt",
"getterDocumentation" : "Date and time that the signing job was created.
\n@return Date and time that the signing job was created.",
"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" : "createdAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "createdAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreatedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was created.
\n@param createdAt Date and time that the signing job was created.",
"setterMethodName" : "setCreatedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "createdAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompletedAt",
"beanStyleSetterMethodName" : "setCompletedAt",
"c2jName" : "completedAt",
"c2jShape" : "CompletedAt",
"defaultConsumerFluentSetterDocumentation" : "Date and time that the signing job was completed.
\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 #completedAt(Instant)}.\n@param completedAt 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 #completedAt(Instant)",
"deprecated" : false,
"documentation" : "Date and time that the signing job was completed.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completedAt",
"fluentSetterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completedAt",
"getterDocumentation" : "Date and time that the signing job was completed.
\n@return Date and time that the signing job was completed.",
"getterModel" : {
"returnType" : "java.time.Instant",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "completedAt",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "completedAt",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletedAt",
"sensitive" : false,
"setterDocumentation" : "Date and time that the signing job was completed.
\n@param completedAt Date and time that the signing job was completed.",
"setterMethodName" : "setCompletedAt",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completedAt",
"variableType" : "java.time.Instant",
"documentation" : "Date and time that the signing job was completed.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\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 #requestedBy(String)}.\n@param requestedBy 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 #requestedBy(String)",
"deprecated" : false,
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "requestedBy",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "Status of the signing job.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "Status of the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "Status of the signing job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return Status of the signing job.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "Status of the signing job.
\n@param status Status of the signing job.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "Status of the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusReason",
"beanStyleSetterMethodName" : "setStatusReason",
"c2jName" : "statusReason",
"c2jShape" : "StatusReason",
"defaultConsumerFluentSetterDocumentation" : "String value that contains the status reason.
\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 #statusReason(String)}.\n@param statusReason 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 #statusReason(String)",
"deprecated" : false,
"documentation" : "String value that contains the status reason.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusReason",
"fluentSetterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusReason",
"getterDocumentation" : "String value that contains the status reason.
\n@return String value that contains the status reason.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "statusReason",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "statusReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusReason",
"sensitive" : false,
"setterDocumentation" : "String value that contains the status reason.
\n@param statusReason String value that contains the status reason.",
"setterMethodName" : "setStatusReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusReason",
"variableType" : "String",
"documentation" : "String value that contains the status reason.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSignedObject",
"beanStyleSetterMethodName" : "setSignedObject",
"c2jName" : "signedObject",
"c2jShape" : "SignedObject",
"defaultConsumerFluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\nThis is a convenience that creates an instance of the {@link SignedObject.Builder} avoiding the need to create one manually via {@link SignedObject#builder()}.\n\nWhen the {@link Consumer} completes, {@link SignedObject.Builder#build()} is called immediately and its result is passed to {@link #signedObject(SignedObject)}.\n@param signedObject a consumer that will call methods on {@link SignedObject.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signedObject(SignedObject)",
"deprecated" : false,
"documentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signedObject",
"fluentSetterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signedObject",
"getterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@return Name of the S3 bucket where the signed code image is saved by AWS Signer.",
"getterModel" : {
"returnType" : "SignedObject",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signedObject",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signedObject",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SignedObject",
"sensitive" : false,
"setterDocumentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
\n@param signedObject Name of the S3 bucket where the signed code image is saved by AWS Signer.",
"setterMethodName" : "setSignedObject",
"setterModel" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : null,
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SignedObject",
"variableName" : "signedObject",
"variableType" : "SignedObject",
"documentation" : "Name of the S3 bucket where the signed code image is saved by AWS Signer.
",
"simpleType" : "SignedObject",
"variableSetterType" : "SignedObject"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeSigningJobResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DescribeSigningJobResponse",
"variableName" : "describeSigningJobResponse",
"variableType" : "DescribeSigningJobResponse",
"documentation" : null,
"simpleType" : "DescribeSigningJobResponse",
"variableSetterType" : "DescribeSigningJobResponse"
},
"wrapper" : false
},
"Destination" : {
"c2jName" : "Destination",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Points to an S3Destination
object that contains information about your S3 bucket.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getS3",
"beanStyleSetterMethodName" : "setS3",
"c2jName" : "s3",
"c2jShape" : "S3Destination",
"defaultConsumerFluentSetterDocumentation" : "The S3Destination
object.
\nThis is a convenience that creates an instance of the {@link S3Destination.Builder} avoiding the need to create one manually via {@link S3Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Destination.Builder#build()} is called immediately and its result is passed to {@link #s3(S3Destination)}.\n@param s3 a consumer that will call methods on {@link S3Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3(S3Destination)",
"deprecated" : false,
"documentation" : "The S3Destination
object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3",
"fluentSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3",
"getterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.",
"getterModel" : {
"returnType" : "S3Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3",
"sensitive" : false,
"setterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.",
"setterMethodName" : "setS3",
"setterModel" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : null,
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : "The S3Destination
object.
",
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"S3" : {
"beanStyleGetterMethodName" : "getS3",
"beanStyleSetterMethodName" : "setS3",
"c2jName" : "s3",
"c2jShape" : "S3Destination",
"defaultConsumerFluentSetterDocumentation" : "The S3Destination
object.
\nThis is a convenience that creates an instance of the {@link S3Destination.Builder} avoiding the need to create one manually via {@link S3Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Destination.Builder#build()} is called immediately and its result is passed to {@link #s3(S3Destination)}.\n@param s3 a consumer that will call methods on {@link S3Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3(S3Destination)",
"deprecated" : false,
"documentation" : "The S3Destination
object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3",
"fluentSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3",
"getterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.",
"getterModel" : {
"returnType" : "S3Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3",
"sensitive" : false,
"setterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.",
"setterMethodName" : "setS3",
"setterModel" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : null,
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : "The S3Destination
object.
",
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getS3",
"beanStyleSetterMethodName" : "setS3",
"c2jName" : "s3",
"c2jShape" : "S3Destination",
"defaultConsumerFluentSetterDocumentation" : "The S3Destination
object.
\nThis is a convenience that creates an instance of the {@link S3Destination.Builder} avoiding the need to create one manually via {@link S3Destination#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Destination.Builder#build()} is called immediately and its result is passed to {@link #s3(S3Destination)}.\n@param s3 a consumer that will call methods on {@link S3Destination.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3(S3Destination)",
"deprecated" : false,
"documentation" : "The S3Destination
object.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3",
"fluentSetterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3",
"getterDocumentation" : "The S3Destination
object.
\n@return The S3Destination
object.",
"getterModel" : {
"returnType" : "S3Destination",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3",
"sensitive" : false,
"setterDocumentation" : "The S3Destination
object.
\n@param s3 The S3Destination
object.",
"setterMethodName" : "setS3",
"setterModel" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : null,
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Destination",
"variableName" : "s3",
"variableType" : "S3Destination",
"documentation" : "The S3Destination
object.
",
"simpleType" : "S3Destination",
"variableSetterType" : "S3Destination"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Destination",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Destination",
"variableName" : "destination",
"variableType" : "Destination",
"documentation" : null,
"simpleType" : "Destination",
"variableSetterType" : "Destination"
},
"wrapper" : false
},
"EncryptionAlgorithm" : {
"c2jName" : "EncryptionAlgorithm",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "RSA",
"value" : "RSA"
}, {
"name" : "ECDSA",
"value" : "ECDSA"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EncryptionAlgorithm",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EncryptionAlgorithm",
"variableName" : "encryptionAlgorithm",
"variableType" : "EncryptionAlgorithm",
"documentation" : null,
"simpleType" : "EncryptionAlgorithm",
"variableSetterType" : "EncryptionAlgorithm"
},
"wrapper" : false
},
"EncryptionAlgorithmOptions" : {
"c2jName" : "EncryptionAlgorithmOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The encryption algorithm options that are available to an AWS Signer job.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "EncryptionAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)",
"deprecated" : false,
"documentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The set of accepted encryption algorithms that are allowed in an AWS Signer job.",
"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" : "allowedValues",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EncryptionAlgorithm",
"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 #memberAsString(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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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.\n@see EncryptionAlgorithm",
"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"
},
"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" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\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 #defaultValueAsString(String)}.\n@param defaultValue 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 #defaultValue(String)",
"deprecated" : false,
"documentation" : "The default encryption algorithm that is used by an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n@param defaultValue The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n@param defaultValue The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default encryption algorithm that is used by an AWS Signer job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowedValues" : {
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "EncryptionAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)",
"deprecated" : false,
"documentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The set of accepted encryption algorithms that are allowed in an AWS Signer job.",
"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" : "allowedValues",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EncryptionAlgorithm",
"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 #memberAsString(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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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.\n@see EncryptionAlgorithm",
"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"
},
"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" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DefaultValue" : {
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\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 #defaultValueAsString(String)}.\n@param defaultValue 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 #defaultValue(String)",
"deprecated" : false,
"documentation" : "The default encryption algorithm that is used by an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n@param defaultValue The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n@param defaultValue The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default encryption algorithm that is used by an AWS Signer job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "EncryptionAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)",
"deprecated" : false,
"documentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The set of accepted encryption algorithms that are allowed in an AWS Signer job.",
"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" : "allowedValues",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EncryptionAlgorithm",
"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 #memberAsString(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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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.\n@see EncryptionAlgorithm",
"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"
},
"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" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
\n@param allowedValues The set of accepted encryption algorithms that are allowed in an AWS Signer job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted encryption algorithms that are allowed in an AWS Signer job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "EncryptionAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\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 #defaultValueAsString(String)}.\n@param defaultValue 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 #defaultValue(String)",
"deprecated" : false,
"documentation" : "The default encryption algorithm that is used by an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : "EncryptionAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n@param defaultValue The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see EncryptionAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link EncryptionAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default encryption algorithm that is used by an AWS Signer job.
\n@param defaultValue The default encryption algorithm that is used by an AWS Signer job.\n@see EncryptionAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default encryption algorithm that is used by an AWS Signer job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "allowedValues", "defaultValue" ],
"shapeName" : "EncryptionAlgorithmOptions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EncryptionAlgorithmOptions",
"variableName" : "encryptionAlgorithmOptions",
"variableType" : "EncryptionAlgorithmOptions",
"documentation" : null,
"simpleType" : "EncryptionAlgorithmOptions",
"variableSetterType" : "EncryptionAlgorithmOptions"
},
"wrapper" : false
},
"GetSigningPlatformRequest" : {
"c2jName" : "GetSigningPlatformRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetSigningPlatform",
"locationName" : null,
"requestUri" : "/signing-platforms/{platformId}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"PlatformId" : {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing platform.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "platformId" ],
"shapeName" : "GetSigningPlatformRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSigningPlatformRequest",
"variableName" : "getSigningPlatformRequest",
"variableType" : "GetSigningPlatformRequest",
"documentation" : null,
"simpleType" : "GetSigningPlatformRequest",
"variableSetterType" : "GetSigningPlatformRequest"
},
"wrapper" : false
},
"GetSigningPlatformResponse" : {
"c2jName" : "GetSigningPlatformResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing 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" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "displayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The display name of the target signing platform.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"documentation" : "The display name of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing 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" : "displayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The display name of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPartner",
"beanStyleSetterMethodName" : "setPartner",
"c2jName" : "partner",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\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 #partner(String)}.\n@param partner 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 #partner(String)",
"deprecated" : false,
"documentation" : "A list of partner entities that use the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "partner",
"fluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "partner",
"getterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing 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" : "partner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "partner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Partner",
"sensitive" : false,
"setterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.",
"setterMethodName" : "setPartner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : "A list of partner entities that use the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTarget",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\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 #target(String)}.\n@param target 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 #target(String)",
"deprecated" : false,
"documentation" : "The validation template that is used by the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "target",
"fluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing 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" : "target",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The validation template that is used by the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCategoryAsString",
"beanStyleSetterMethodName" : "setCategory",
"c2jName" : "category",
"c2jShape" : "Category",
"defaultConsumerFluentSetterDocumentation" : "The category type of the target signing platform.
\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 #categoryAsString(String)}.\n@param category 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 #category(String)",
"deprecated" : false,
"documentation" : "The category type of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : "Category",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "category",
"fluentEnumSetterMethodName" : "category",
"fluentGetterMethodName" : "categoryAsString",
"fluentSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category",
"fluentSetterMethodName" : "category",
"getterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "category",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "category",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Category",
"sensitive" : false,
"setterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category",
"setterMethodName" : "setCategory",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : "The category type of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningConfiguration",
"beanStyleSetterMethodName" : "setSigningConfiguration",
"c2jName" : "signingConfiguration",
"c2jShape" : "SigningConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\nThis is a convenience that creates an instance of the {@link SigningConfiguration.Builder} avoiding the need to create one manually via {@link SigningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #signingConfiguration(SigningConfiguration)}.\n@param signingConfiguration a consumer that will call methods on {@link SigningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingConfiguration(SigningConfiguration)",
"deprecated" : false,
"documentation" : "A list of configurations applied to the target platform at signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingConfiguration",
"fluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingConfiguration",
"getterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.",
"getterModel" : {
"returnType" : "SigningConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningConfiguration",
"sensitive" : false,
"setterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.",
"setterMethodName" : "setSigningConfiguration",
"setterModel" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : null,
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningImageFormat",
"beanStyleSetterMethodName" : "setSigningImageFormat",
"c2jName" : "signingImageFormat",
"c2jShape" : "SigningImageFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the target platform's signing image.
\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)",
"deprecated" : false,
"documentation" : "The format of the target platform's signing image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingImageFormat",
"fluentSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingImageFormat",
"getterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.",
"getterModel" : {
"returnType" : "SigningImageFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingImageFormat",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingImageFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningImageFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.",
"setterMethodName" : "setSigningImageFormat",
"setterModel" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : null,
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : "The format of the target platform's signing image.
",
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxSizeInMB",
"beanStyleSetterMethodName" : "setMaxSizeInMB",
"c2jName" : "maxSizeInMB",
"c2jShape" : "MaxSizeInMB",
"defaultConsumerFluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxSizeInMB(Integer)}.\n@param maxSizeInMB a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSizeInMB(Integer)",
"deprecated" : false,
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSizeInMB",
"fluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxSizeInMB",
"getterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxSizeInMB",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxSizeInMB",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSizeInMB",
"sensitive" : false,
"setterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.",
"setterMethodName" : "setMaxSizeInMB",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Category" : {
"beanStyleGetterMethodName" : "getCategoryAsString",
"beanStyleSetterMethodName" : "setCategory",
"c2jName" : "category",
"c2jShape" : "Category",
"defaultConsumerFluentSetterDocumentation" : "The category type of the target signing platform.
\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 #categoryAsString(String)}.\n@param category 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 #category(String)",
"deprecated" : false,
"documentation" : "The category type of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : "Category",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "category",
"fluentEnumSetterMethodName" : "category",
"fluentGetterMethodName" : "categoryAsString",
"fluentSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category",
"fluentSetterMethodName" : "category",
"getterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "category",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "category",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Category",
"sensitive" : false,
"setterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category",
"setterMethodName" : "setCategory",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : "The category type of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DisplayName" : {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "displayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The display name of the target signing platform.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"documentation" : "The display name of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing 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" : "displayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The display name of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MaxSizeInMB" : {
"beanStyleGetterMethodName" : "getMaxSizeInMB",
"beanStyleSetterMethodName" : "setMaxSizeInMB",
"c2jName" : "maxSizeInMB",
"c2jShape" : "MaxSizeInMB",
"defaultConsumerFluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxSizeInMB(Integer)}.\n@param maxSizeInMB a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSizeInMB(Integer)",
"deprecated" : false,
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSizeInMB",
"fluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxSizeInMB",
"getterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxSizeInMB",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxSizeInMB",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSizeInMB",
"sensitive" : false,
"setterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.",
"setterMethodName" : "setMaxSizeInMB",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Partner" : {
"beanStyleGetterMethodName" : "getPartner",
"beanStyleSetterMethodName" : "setPartner",
"c2jName" : "partner",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\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 #partner(String)}.\n@param partner 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 #partner(String)",
"deprecated" : false,
"documentation" : "A list of partner entities that use the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "partner",
"fluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "partner",
"getterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing 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" : "partner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "partner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Partner",
"sensitive" : false,
"setterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.",
"setterMethodName" : "setPartner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : "A list of partner entities that use the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PlatformId" : {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing 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" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SigningConfiguration" : {
"beanStyleGetterMethodName" : "getSigningConfiguration",
"beanStyleSetterMethodName" : "setSigningConfiguration",
"c2jName" : "signingConfiguration",
"c2jShape" : "SigningConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\nThis is a convenience that creates an instance of the {@link SigningConfiguration.Builder} avoiding the need to create one manually via {@link SigningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #signingConfiguration(SigningConfiguration)}.\n@param signingConfiguration a consumer that will call methods on {@link SigningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingConfiguration(SigningConfiguration)",
"deprecated" : false,
"documentation" : "A list of configurations applied to the target platform at signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingConfiguration",
"fluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingConfiguration",
"getterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.",
"getterModel" : {
"returnType" : "SigningConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningConfiguration",
"sensitive" : false,
"setterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.",
"setterMethodName" : "setSigningConfiguration",
"setterModel" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : null,
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"xmlNameSpaceUri" : null
},
"SigningImageFormat" : {
"beanStyleGetterMethodName" : "getSigningImageFormat",
"beanStyleSetterMethodName" : "setSigningImageFormat",
"c2jName" : "signingImageFormat",
"c2jShape" : "SigningImageFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the target platform's signing image.
\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)",
"deprecated" : false,
"documentation" : "The format of the target platform's signing image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingImageFormat",
"fluentSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingImageFormat",
"getterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.",
"getterModel" : {
"returnType" : "SigningImageFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingImageFormat",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingImageFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningImageFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.",
"setterMethodName" : "setSigningImageFormat",
"setterModel" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : null,
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : "The format of the target platform's signing image.
",
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"xmlNameSpaceUri" : null
},
"Target" : {
"beanStyleGetterMethodName" : "getTarget",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\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 #target(String)}.\n@param target 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 #target(String)",
"deprecated" : false,
"documentation" : "The validation template that is used by the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "target",
"fluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing 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" : "target",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The validation template that is used by the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the target signing platform.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the target signing platform.
\n@return The ID of the target signing 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" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the target signing platform.
\n@param platformId The ID of the target signing platform.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDisplayName",
"beanStyleSetterMethodName" : "setDisplayName",
"c2jName" : "displayName",
"c2jShape" : "DisplayName",
"defaultConsumerFluentSetterDocumentation" : "The display name of the target signing platform.
\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 #displayName(String)}.\n@param displayName 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 #displayName(String)",
"deprecated" : false,
"documentation" : "The display name of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "displayName",
"fluentSetterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "displayName",
"getterDocumentation" : "The display name of the target signing platform.
\n@return The display name of the target signing 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" : "displayName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "displayName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DisplayName",
"sensitive" : false,
"setterDocumentation" : "The display name of the target signing platform.
\n@param displayName The display name of the target signing platform.",
"setterMethodName" : "setDisplayName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "displayName",
"variableType" : "String",
"documentation" : "The display name of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPartner",
"beanStyleSetterMethodName" : "setPartner",
"c2jName" : "partner",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\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 #partner(String)}.\n@param partner 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 #partner(String)",
"deprecated" : false,
"documentation" : "A list of partner entities that use the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "partner",
"fluentSetterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "partner",
"getterDocumentation" : "A list of partner entities that use the target signing platform.
\n@return A list of partner entities that use the target signing 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" : "partner",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "partner",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Partner",
"sensitive" : false,
"setterDocumentation" : "A list of partner entities that use the target signing platform.
\n@param partner A list of partner entities that use the target signing platform.",
"setterMethodName" : "setPartner",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "partner",
"variableType" : "String",
"documentation" : "A list of partner entities that use the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTarget",
"beanStyleSetterMethodName" : "setTarget",
"c2jName" : "target",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\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 #target(String)}.\n@param target 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 #target(String)",
"deprecated" : false,
"documentation" : "The validation template that is used by the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "target",
"fluentSetterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "target",
"getterDocumentation" : "The validation template that is used by the target signing platform.
\n@return The validation template that is used by the target signing 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" : "target",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "target",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Target",
"sensitive" : false,
"setterDocumentation" : "The validation template that is used by the target signing platform.
\n@param target The validation template that is used by the target signing platform.",
"setterMethodName" : "setTarget",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "target",
"variableType" : "String",
"documentation" : "The validation template that is used by the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCategoryAsString",
"beanStyleSetterMethodName" : "setCategory",
"c2jName" : "category",
"c2jShape" : "Category",
"defaultConsumerFluentSetterDocumentation" : "The category type of the target signing platform.
\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 #categoryAsString(String)}.\n@param category 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 #category(String)",
"deprecated" : false,
"documentation" : "The category type of the target signing platform.
",
"endpointDiscoveryId" : false,
"enumType" : "Category",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "category",
"fluentEnumSetterMethodName" : "category",
"fluentGetterMethodName" : "categoryAsString",
"fluentSetterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category\n@return Returns a reference to this object so that method calls can be chained together.\n@see Category",
"fluentSetterMethodName" : "category",
"getterDocumentation" : "The category type of the target signing platform.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #category} will return {@link Category#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #categoryAsString}.\n
\n@return The category type of the target signing platform.\n@see Category",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "category",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "category",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Category",
"sensitive" : false,
"setterDocumentation" : "The category type of the target signing platform.
\n@param category The category type of the target signing platform.\n@see Category",
"setterMethodName" : "setCategory",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "category",
"variableType" : "String",
"documentation" : "The category type of the target signing platform.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningConfiguration",
"beanStyleSetterMethodName" : "setSigningConfiguration",
"c2jName" : "signingConfiguration",
"c2jShape" : "SigningConfiguration",
"defaultConsumerFluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\nThis is a convenience that creates an instance of the {@link SigningConfiguration.Builder} avoiding the need to create one manually via {@link SigningConfiguration#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningConfiguration.Builder#build()} is called immediately and its result is passed to {@link #signingConfiguration(SigningConfiguration)}.\n@param signingConfiguration a consumer that will call methods on {@link SigningConfiguration.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingConfiguration(SigningConfiguration)",
"deprecated" : false,
"documentation" : "A list of configurations applied to the target platform at signing.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingConfiguration",
"fluentSetterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingConfiguration",
"getterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@return A list of configurations applied to the target platform at signing.",
"getterModel" : {
"returnType" : "SigningConfiguration",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingConfiguration",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingConfiguration",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningConfiguration",
"sensitive" : false,
"setterDocumentation" : "A list of configurations applied to the target platform at signing.
\n@param signingConfiguration A list of configurations applied to the target platform at signing.",
"setterMethodName" : "setSigningConfiguration",
"setterModel" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : null,
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningConfiguration",
"variableName" : "signingConfiguration",
"variableType" : "SigningConfiguration",
"documentation" : "A list of configurations applied to the target platform at signing.
",
"simpleType" : "SigningConfiguration",
"variableSetterType" : "SigningConfiguration"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningImageFormat",
"beanStyleSetterMethodName" : "setSigningImageFormat",
"c2jName" : "signingImageFormat",
"c2jShape" : "SigningImageFormat",
"defaultConsumerFluentSetterDocumentation" : "The format of the target platform's signing image.
\nThis is a convenience that creates an instance of the {@link SigningImageFormat.Builder} avoiding the need to create one manually via {@link SigningImageFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningImageFormat.Builder#build()} is called immediately and its result is passed to {@link #signingImageFormat(SigningImageFormat)}.\n@param signingImageFormat a consumer that will call methods on {@link SigningImageFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingImageFormat(SigningImageFormat)",
"deprecated" : false,
"documentation" : "The format of the target platform's signing image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingImageFormat",
"fluentSetterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingImageFormat",
"getterDocumentation" : "The format of the target platform's signing image.
\n@return The format of the target platform's signing image.",
"getterModel" : {
"returnType" : "SigningImageFormat",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingImageFormat",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingImageFormat",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningImageFormat",
"sensitive" : false,
"setterDocumentation" : "The format of the target platform's signing image.
\n@param signingImageFormat The format of the target platform's signing image.",
"setterMethodName" : "setSigningImageFormat",
"setterModel" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : null,
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningImageFormat",
"variableName" : "signingImageFormat",
"variableType" : "SigningImageFormat",
"documentation" : "The format of the target platform's signing image.
",
"simpleType" : "SigningImageFormat",
"variableSetterType" : "SigningImageFormat"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxSizeInMB",
"beanStyleSetterMethodName" : "setMaxSizeInMB",
"c2jName" : "maxSizeInMB",
"c2jShape" : "MaxSizeInMB",
"defaultConsumerFluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxSizeInMB(Integer)}.\n@param maxSizeInMB a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxSizeInMB(Integer)",
"deprecated" : false,
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxSizeInMB",
"fluentSetterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxSizeInMB",
"getterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@return The maximum size (in MB) of the payload that can be signed by the target platform.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "maxSizeInMB",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "maxSizeInMB",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxSizeInMB",
"sensitive" : false,
"setterDocumentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
\n@param maxSizeInMB The maximum size (in MB) of the payload that can be signed by the target platform.",
"setterMethodName" : "setMaxSizeInMB",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxSizeInMB",
"variableType" : "Integer",
"documentation" : "The maximum size (in MB) of the payload that can be signed by the target platform.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSigningPlatformResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSigningPlatformResponse",
"variableName" : "getSigningPlatformResponse",
"variableType" : "GetSigningPlatformResponse",
"documentation" : null,
"simpleType" : "GetSigningPlatformResponse",
"variableSetterType" : "GetSigningPlatformResponse"
},
"wrapper" : false
},
"GetSigningProfileRequest" : {
"c2jName" : "GetSigningProfileRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "GetSigningProfile",
"locationName" : null,
"requestUri" : "/signing-profiles/{profileName}",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"ProfileName" : {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "uri",
"marshallLocation" : "PATH",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : true
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "profileName" ],
"shapeName" : "GetSigningProfileRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "GetSigningProfileRequest",
"variableName" : "getSigningProfileRequest",
"variableType" : "GetSigningProfileRequest",
"documentation" : null,
"simpleType" : "GetSigningProfileRequest",
"variableSetterType" : "GetSigningProfileRequest"
},
"wrapper" : false
},
"GetSigningProfileResponse" : {
"c2jName" : "GetSigningProfileResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\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 #signingParameters(Map)}.\n@param signingParameters 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 #signingParameters(Map)",
"deprecated" : false,
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.",
"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" : "signingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"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" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningProfileStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the target signing profile.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningProfileStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Overrides" : {
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlNameSpaceUri" : null
},
"PlatformId" : {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ProfileName" : {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SigningMaterial" : {
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlNameSpaceUri" : null
},
"SigningParameters" : {
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\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 #signingParameters(Map)}.\n@param signingParameters 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 #signingParameters(Map)",
"deprecated" : false,
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.",
"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" : "signingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"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" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningProfileStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the target signing profile.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningProfileStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getProfileName",
"beanStyleSetterMethodName" : "setProfileName",
"c2jName" : "profileName",
"c2jShape" : "ProfileName",
"defaultConsumerFluentSetterDocumentation" : "The name of the target signing profile.
\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 #profileName(String)}.\n@param profileName 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 #profileName(String)",
"deprecated" : false,
"documentation" : "The name of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "profileName",
"fluentSetterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "profileName",
"getterDocumentation" : "The name of the target signing profile.
\n@return The name of the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "profileName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "profileName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ProfileName",
"sensitive" : false,
"setterDocumentation" : "The name of the target signing profile.
\n@param profileName The name of the target signing profile.",
"setterMethodName" : "setProfileName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "profileName",
"variableType" : "String",
"documentation" : "The name of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningMaterial",
"beanStyleSetterMethodName" : "setSigningMaterial",
"c2jName" : "signingMaterial",
"c2jShape" : "SigningMaterial",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningMaterial.Builder} avoiding the need to create one manually via {@link SigningMaterial#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningMaterial.Builder#build()} is called immediately and its result is passed to {@link #signingMaterial(SigningMaterial)}.\n@param signingMaterial a consumer that will call methods on {@link SigningMaterial.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #signingMaterial(SigningMaterial)",
"deprecated" : false,
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingMaterial",
"fluentSetterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingMaterial",
"getterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@return The ARN of the certificate that the target profile uses for signing operations.",
"getterModel" : {
"returnType" : "SigningMaterial",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "signingMaterial",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingMaterial",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SigningMaterial",
"sensitive" : false,
"setterDocumentation" : "The ARN of the certificate that the target profile uses for signing operations.
\n@param signingMaterial The ARN of the certificate that the target profile uses for signing operations.",
"setterMethodName" : "setSigningMaterial",
"setterModel" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : null,
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningMaterial",
"variableName" : "signingMaterial",
"variableType" : "SigningMaterial",
"documentation" : "The ARN of the certificate that the target profile uses for signing operations.
",
"simpleType" : "SigningMaterial",
"variableSetterType" : "SigningMaterial"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@return The ID of the platform that is used by the target signing profile.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "platformId",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of the platform that is used by the target signing profile.
\n@param platformId The ID of the platform that is used by the target signing profile.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of the platform that is used by the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getOverrides",
"beanStyleSetterMethodName" : "setOverrides",
"c2jName" : "overrides",
"c2jShape" : "SigningPlatformOverrides",
"defaultConsumerFluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\nThis is a convenience that creates an instance of the {@link SigningPlatformOverrides.Builder} avoiding the need to create one manually via {@link SigningPlatformOverrides#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningPlatformOverrides.Builder#build()} is called immediately and its result is passed to {@link #overrides(SigningPlatformOverrides)}.\n@param overrides a consumer that will call methods on {@link SigningPlatformOverrides.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #overrides(SigningPlatformOverrides)",
"deprecated" : false,
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "overrides",
"fluentSetterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "overrides",
"getterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@return A list of overrides applied by the target signing profile for signing operations.",
"getterModel" : {
"returnType" : "SigningPlatformOverrides",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "overrides",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "overrides",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Overrides",
"sensitive" : false,
"setterDocumentation" : "A list of overrides applied by the target signing profile for signing operations.
\n@param overrides A list of overrides applied by the target signing profile for signing operations.",
"setterMethodName" : "setOverrides",
"setterModel" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : null,
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningPlatformOverrides",
"variableName" : "overrides",
"variableType" : "SigningPlatformOverrides",
"documentation" : "A list of overrides applied by the target signing profile for signing operations.
",
"simpleType" : "SigningPlatformOverrides",
"variableSetterType" : "SigningPlatformOverrides"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSigningParameters",
"beanStyleSetterMethodName" : "setSigningParameters",
"c2jName" : "signingParameters",
"c2jShape" : "SigningParameters",
"defaultConsumerFluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\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 #signingParameters(Map)}.\n@param signingParameters 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 #signingParameters(Map)",
"deprecated" : false,
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "signingParameters",
"fluentSetterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "signingParameters",
"getterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A map of key-value pairs for signing operations that is attached to the target signing profile.",
"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" : "signingParameters",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "signingParameters",
"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" : {
"beanStyleGetterMethodName" : "getKey",
"beanStyleSetterMethodName" : "setKey",
"c2jName" : "key",
"c2jShape" : "SigningParameterKey",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "SigningParameterValue",
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "SigningParameters",
"sensitive" : false,
"setterDocumentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
\n@param signingParameters A map of key-value pairs for signing operations that is attached to the target signing profile.",
"setterMethodName" : "setSigningParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "signingParameters",
"variableType" : "java.util.Map",
"documentation" : "A map of key-value pairs for signing operations that is attached to the target signing profile.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningProfileStatus",
"defaultConsumerFluentSetterDocumentation" : "The status of the target signing profile.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "The status of the target signing profile.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningProfileStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningProfileStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the target signing profile.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningProfileStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return The status of the target signing profile.\n@see SigningProfileStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "The status of the target signing profile.
\n@param status The status of the target signing profile.\n@see SigningProfileStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "The status of the target signing profile.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "GetSigningProfileResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "GetSigningProfileResponse",
"variableName" : "getSigningProfileResponse",
"variableType" : "GetSigningProfileResponse",
"documentation" : null,
"simpleType" : "GetSigningProfileResponse",
"variableSetterType" : "GetSigningProfileResponse"
},
"wrapper" : false
},
"HashAlgorithm" : {
"c2jName" : "HashAlgorithm",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "SHA1",
"value" : "SHA1"
}, {
"name" : "SHA256",
"value" : "SHA256"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "HashAlgorithm",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "HashAlgorithm",
"variableName" : "hashAlgorithm",
"variableType" : "HashAlgorithm",
"documentation" : null,
"simpleType" : "HashAlgorithm",
"variableSetterType" : "HashAlgorithm"
},
"wrapper" : false
},
"HashAlgorithmOptions" : {
"c2jName" : "HashAlgorithmOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The hash algorithms that are available to an AWS Signer job.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "HashAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)",
"deprecated" : false,
"documentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The set of accepted hash algorithms allowed in an AWS Signer job.",
"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" : "allowedValues",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "HashAlgorithm",
"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 #memberAsString(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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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.\n@see HashAlgorithm",
"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"
},
"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" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "HashAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\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 #defaultValueAsString(String)}.\n@param defaultValue 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 #defaultValue(String)",
"deprecated" : false,
"documentation" : "The default hash algorithm that is used in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n@param defaultValue The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n@param defaultValue The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default hash algorithm that is used in an AWS Signer job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AllowedValues" : {
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "HashAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)",
"deprecated" : false,
"documentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The set of accepted hash algorithms allowed in an AWS Signer job.",
"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" : "allowedValues",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "HashAlgorithm",
"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 #memberAsString(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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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.\n@see HashAlgorithm",
"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"
},
"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" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DefaultValue" : {
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "HashAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\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 #defaultValueAsString(String)}.\n@param defaultValue 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 #defaultValue(String)",
"deprecated" : false,
"documentation" : "The default hash algorithm that is used in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n@param defaultValue The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n@param defaultValue The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default hash algorithm that is used in an AWS Signer job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getAllowedValuesAsStrings",
"beanStyleSetterMethodName" : "setAllowedValuesWithStrings",
"c2jName" : "allowedValues",
"c2jShape" : "HashAlgorithms",
"defaultConsumerFluentSetterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\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 #allowedValuesAsStrings(List)}.\n@param allowedValues 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 #allowedValuesWithStrings(List)",
"deprecated" : false,
"documentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "allowedValues",
"fluentEnumSetterMethodName" : "allowedValues",
"fluentGetterMethodName" : "allowedValuesAsStrings",
"fluentSetterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "allowedValuesWithStrings",
"getterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The set of accepted hash algorithms allowed in an AWS Signer job.",
"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" : "allowedValues",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "allowedValues",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "HashAlgorithm",
"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 #memberAsString(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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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.\n@see HashAlgorithm",
"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"
},
"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" : "AllowedValues",
"sensitive" : false,
"setterDocumentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
\n@param allowedValues The set of accepted hash algorithms allowed in an AWS Signer job.",
"setterMethodName" : "setAllowedValuesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "allowedValues",
"variableType" : "java.util.List",
"documentation" : "The set of accepted hash algorithms allowed in an AWS Signer job.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getDefaultValueAsString",
"beanStyleSetterMethodName" : "setDefaultValue",
"c2jName" : "defaultValue",
"c2jShape" : "HashAlgorithm",
"defaultConsumerFluentSetterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\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 #defaultValueAsString(String)}.\n@param defaultValue 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 #defaultValue(String)",
"deprecated" : false,
"documentation" : "The default hash algorithm that is used in an AWS Signer job.
",
"endpointDiscoveryId" : false,
"enumType" : "HashAlgorithm",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "defaultValue",
"fluentEnumSetterMethodName" : "defaultValue",
"fluentGetterMethodName" : "defaultValueAsString",
"fluentSetterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n@param defaultValue The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm\n@return Returns a reference to this object so that method calls can be chained together.\n@see HashAlgorithm",
"fluentSetterMethodName" : "defaultValue",
"getterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #defaultValue} will return {@link HashAlgorithm#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #defaultValueAsString}.\n
\n@return The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultValue",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DefaultValue",
"sensitive" : false,
"setterDocumentation" : "The default hash algorithm that is used in an AWS Signer job.
\n@param defaultValue The default hash algorithm that is used in an AWS Signer job.\n@see HashAlgorithm",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "The default hash algorithm that is used in an AWS Signer job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "allowedValues", "defaultValue" ],
"shapeName" : "HashAlgorithmOptions",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "HashAlgorithmOptions",
"variableName" : "hashAlgorithmOptions",
"variableType" : "HashAlgorithmOptions",
"documentation" : null,
"simpleType" : "HashAlgorithmOptions",
"variableSetterType" : "HashAlgorithmOptions"
},
"wrapper" : false
},
"ImageFormat" : {
"c2jName" : "ImageFormat",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "JSON",
"value" : "JSON"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ImageFormat",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "ImageFormat",
"variableName" : "imageFormat",
"variableType" : "ImageFormat",
"documentation" : null,
"simpleType" : "ImageFormat",
"variableSetterType" : "ImageFormat"
},
"wrapper" : false
},
"InternalServiceErrorException" : {
"c2jName" : "InternalServiceErrorException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An internal error occurred.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "InternalServiceErrorException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : 500,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "InternalServiceErrorException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "InternalServiceErrorException",
"variableName" : "internalServiceErrorException",
"variableType" : "InternalServiceErrorException",
"documentation" : null,
"simpleType" : "InternalServiceErrorException",
"variableSetterType" : "InternalServiceErrorException"
},
"wrapper" : false
},
"ListSigningJobsRequest" : {
"c2jName" : "ListSigningJobsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "ListSigningJobs",
"locationName" : null,
"requestUri" : "/signing-jobs",
"target" : null,
"verb" : "GET",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "A status value with which to filter your results.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "A status value with which to filter your results.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "A status value with which to filter your results.
\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "A status value with which to filter your results.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return A status value with which to filter your results.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "status",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "A status value with which to filter your results.
\n@param status A status value with which to filter your results.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "A status value with which to filter your results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@return The ID of microcontroller platform that you specified for the distribution of your code image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "platformId",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\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 #requestedBy(String)}.\n@param requestedBy 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 #requestedBy(String)",
"deprecated" : false,
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "requestedBy",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "maxResults",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "nextToken",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MaxResults" : {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "maxResults",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "nextToken",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"PlatformId" : {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@return The ID of microcontroller platform that you specified for the distribution of your code image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "platformId",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"RequestedBy" : {
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\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 #requestedBy(String)}.\n@param requestedBy 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 #requestedBy(String)",
"deprecated" : false,
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "requestedBy",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "A status value with which to filter your results.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "A status value with which to filter your results.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "A status value with which to filter your results.
\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "A status value with which to filter your results.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return A status value with which to filter your results.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "status",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "A status value with which to filter your results.
\n@param status A status value with which to filter your results.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "A status value with which to filter your results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getStatusAsString",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "SigningStatus",
"defaultConsumerFluentSetterDocumentation" : "A status value with which to filter your results.
\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 #statusAsString(String)}.\n@param status 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 #status(String)",
"deprecated" : false,
"documentation" : "A status value with which to filter your results.
",
"endpointDiscoveryId" : false,
"enumType" : "SigningStatus",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "status",
"fluentEnumSetterMethodName" : "status",
"fluentGetterMethodName" : "statusAsString",
"fluentSetterDocumentation" : "A status value with which to filter your results.
\n@param status A status value with which to filter your results.\n@see SigningStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see SigningStatus",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "A status value with which to filter your results.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #status} will return {@link SigningStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #statusAsString}.\n
\n@return A status value with which to filter your results.\n@see SigningStatus",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "status",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "status",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Status",
"sensitive" : false,
"setterDocumentation" : "A status value with which to filter your results.
\n@param status A status value with which to filter your results.\n@see SigningStatus",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "status",
"variableType" : "String",
"documentation" : "A status value with which to filter your results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPlatformId",
"beanStyleSetterMethodName" : "setPlatformId",
"c2jName" : "platformId",
"c2jShape" : "PlatformId",
"defaultConsumerFluentSetterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\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 #platformId(String)}.\n@param platformId 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 #platformId(String)",
"deprecated" : false,
"documentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "platformId",
"fluentSetterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "platformId",
"getterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@return The ID of microcontroller platform that you specified for the distribution of your code image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "platformId",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "platformId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PlatformId",
"sensitive" : false,
"setterDocumentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
\n@param platformId The ID of microcontroller platform that you specified for the distribution of your code image.",
"setterMethodName" : "setPlatformId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "platformId",
"variableType" : "String",
"documentation" : "The ID of microcontroller platform that you specified for the distribution of your code image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRequestedBy",
"beanStyleSetterMethodName" : "setRequestedBy",
"c2jName" : "requestedBy",
"c2jShape" : "RequestedBy",
"defaultConsumerFluentSetterDocumentation" : "The IAM principal that requested the signing job.
\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 #requestedBy(String)}.\n@param requestedBy 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 #requestedBy(String)",
"deprecated" : false,
"documentation" : "The IAM principal that requested the signing job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "requestedBy",
"fluentSetterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "requestedBy",
"getterDocumentation" : "The IAM principal that requested the signing job.
\n@return The IAM principal that requested the signing job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "requestedBy",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "requestedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RequestedBy",
"sensitive" : false,
"setterDocumentation" : "The IAM principal that requested the signing job.
\n@param requestedBy The IAM principal that requested the signing job.",
"setterMethodName" : "setRequestedBy",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "requestedBy",
"variableType" : "String",
"documentation" : "The IAM principal that requested the signing job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMaxResults",
"beanStyleSetterMethodName" : "setMaxResults",
"c2jName" : "maxResults",
"c2jShape" : "MaxResults",
"defaultConsumerFluentSetterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #maxResults(Integer)}.\n@param maxResults a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #maxResults(Integer)",
"deprecated" : false,
"documentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "maxResults",
"fluentSetterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "maxResults",
"getterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@return Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "maxResults",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "maxResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MaxResults",
"sensitive" : false,
"setterDocumentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
\n@param maxResults Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.",
"setterMethodName" : "setMaxResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "maxResults",
"variableType" : "Integer",
"documentation" : "Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the nextToken
element is set in the response. Use the nextToken
value in a subsequent request to retrieve additional items.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@return String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : "querystring",
"marshallLocation" : "QUERY_PARAM",
"marshallLocationName" : "nextToken",
"queryString" : true,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
\n@param nextToken String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken
from the response that you just received.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "ListSigningJobsRequest",
"simpleMethod" : true,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "ListSigningJobsRequest",
"variableName" : "listSigningJobsRequest",
"variableType" : "ListSigningJobsRequest",
"documentation" : null,
"simpleType" : "ListSigningJobsRequest",
"variableSetterType" : "ListSigningJobsRequest"
},
"wrapper" : false
},
"ListSigningJobsResponse" : {
"c2jName" : "ListSigningJobsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getJobs",
"beanStyleSetterMethodName" : "setJobs",
"c2jName" : "jobs",
"c2jShape" : "SigningJobs",
"defaultConsumerFluentSetterDocumentation" : "A list of your signing jobs.
\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 #jobs(List)}.\n@param jobs 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 #jobs(List)",
"deprecated" : false,
"documentation" : "A list of your signing jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobs",
"fluentSetterDocumentation" : "A list of your signing jobs.
\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobs",
"getterDocumentation" : "A list of your signing jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of your signing jobs.",
"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" : "jobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "SigningJob",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningJob.Builder} avoiding the need to create one manually via {@link SigningJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningJob.Builder#build()} is called immediately and its result is passed to {@link #member(SigningJob)}.\n@param member a consumer that will call methods on {@link SigningJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningJob)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "SigningJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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" : "SigningJob",
"variableName" : "member",
"variableType" : "SigningJob",
"documentation" : null,
"simpleType" : "SigningJob",
"variableSetterType" : "SigningJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningJob",
"variableName" : "member",
"variableType" : "SigningJob",
"documentation" : "",
"simpleType" : "SigningJob",
"variableSetterType" : "SigningJob"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SigningJob",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SigningJob",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Jobs",
"sensitive" : false,
"setterDocumentation" : "A list of your signing jobs.
\n@param jobs A list of your signing jobs.",
"setterMethodName" : "setJobs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : "A list of your signing jobs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "String for specifying the next set of paginated results.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "String for specifying the next set of paginated results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "String for specifying the next set of paginated results.
\n@param nextToken String for specifying the next set of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "String for specifying the next set of paginated results.
\n@return String for specifying the next set of paginated results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "String for specifying the next set of paginated results.
\n@param nextToken String for specifying the next set of paginated results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "String for specifying the next set of paginated results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Jobs" : {
"beanStyleGetterMethodName" : "getJobs",
"beanStyleSetterMethodName" : "setJobs",
"c2jName" : "jobs",
"c2jShape" : "SigningJobs",
"defaultConsumerFluentSetterDocumentation" : "A list of your signing jobs.
\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 #jobs(List)}.\n@param jobs 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 #jobs(List)",
"deprecated" : false,
"documentation" : "A list of your signing jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobs",
"fluentSetterDocumentation" : "A list of your signing jobs.
\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobs",
"getterDocumentation" : "A list of your signing jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of your signing jobs.",
"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" : "jobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "SigningJob",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningJob.Builder} avoiding the need to create one manually via {@link SigningJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningJob.Builder#build()} is called immediately and its result is passed to {@link #member(SigningJob)}.\n@param member a consumer that will call methods on {@link SigningJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningJob)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "SigningJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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" : "SigningJob",
"variableName" : "member",
"variableType" : "SigningJob",
"documentation" : null,
"simpleType" : "SigningJob",
"variableSetterType" : "SigningJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningJob",
"variableName" : "member",
"variableType" : "SigningJob",
"documentation" : "",
"simpleType" : "SigningJob",
"variableSetterType" : "SigningJob"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SigningJob",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SigningJob",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Jobs",
"sensitive" : false,
"setterDocumentation" : "A list of your signing jobs.
\n@param jobs A list of your signing jobs.",
"setterMethodName" : "setJobs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : "A list of your signing jobs.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"NextToken" : {
"beanStyleGetterMethodName" : "getNextToken",
"beanStyleSetterMethodName" : "setNextToken",
"c2jName" : "nextToken",
"c2jShape" : "NextToken",
"defaultConsumerFluentSetterDocumentation" : "String for specifying the next set of paginated results.
\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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)",
"deprecated" : false,
"documentation" : "String for specifying the next set of paginated results.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "nextToken",
"fluentSetterDocumentation" : "String for specifying the next set of paginated results.
\n@param nextToken String for specifying the next set of paginated results.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "nextToken",
"getterDocumentation" : "String for specifying the next set of paginated results.
\n@return String for specifying the next set of paginated results.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "nextToken",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "nextToken",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "NextToken",
"sensitive" : false,
"setterDocumentation" : "String for specifying the next set of paginated results.
\n@param nextToken String for specifying the next set of paginated results.",
"setterMethodName" : "setNextToken",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "nextToken",
"variableType" : "String",
"documentation" : "String for specifying the next set of paginated results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getJobs",
"beanStyleSetterMethodName" : "setJobs",
"c2jName" : "jobs",
"c2jShape" : "SigningJobs",
"defaultConsumerFluentSetterDocumentation" : "A list of your signing jobs.
\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 #jobs(List)}.\n@param jobs 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 #jobs(List)",
"deprecated" : false,
"documentation" : "A list of your signing jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobs",
"fluentSetterDocumentation" : "A list of your signing jobs.
\n@param jobs A list of your signing jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobs",
"getterDocumentation" : "A list of your signing jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of your signing jobs.",
"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" : "jobs",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobs",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "SigningJob",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link SigningJob.Builder} avoiding the need to create one manually via {@link SigningJob#builder()}.\n\nWhen the {@link Consumer} completes, {@link SigningJob.Builder#build()} is called immediately and its result is passed to {@link #member(SigningJob)}.\n@param member a consumer that will call methods on {@link SigningJob.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(SigningJob)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "SigningJob",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"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" : "SigningJob",
"variableName" : "member",
"variableType" : "SigningJob",
"documentation" : null,
"simpleType" : "SigningJob",
"variableSetterType" : "SigningJob"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "SigningJob",
"variableName" : "member",
"variableType" : "SigningJob",
"documentation" : "",
"simpleType" : "SigningJob",
"variableSetterType" : "SigningJob"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "SigningJob",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "SigningJob",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Jobs",
"sensitive" : false,
"setterDocumentation" : "A list of your signing jobs.
\n@param jobs A list of your signing jobs.",
"setterMethodName" : "setJobs",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "jobs",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection