GetComponentVersionArtifact
Gets the pre-signed URL to download a public or a Lambda component artifact. Core devices call this operation to identify the URL that they can use to download an artifact to install.
Request Syntax
GET /greengrass/v2/components/arn
/artifacts/artifactName+
?s3EndpointType=s3EndpointType
HTTP/1.1
x-amz-iot-endpoint-type: iotEndpointType
URI Request Parameters
The request uses the following URI parameters.
- arn
-
The ARN of the component version. Specify the ARN of a public or a Lambda component version.
Pattern:
arn:[^:]*:greengrass:[^:]*:(aws|[0-9]+):components:[^:]+:versions:[^:]+
Required: Yes
- artifactName
-
The name of the artifact.
You can use the GetComponent operation to download the component recipe, which includes the URI of the artifact. The artifact name is the section of the URI after the scheme. For example, in the artifact URI
greengrass:SomeArtifact.zip
, the artifact name isSomeArtifact.zip
.Length Constraints: Minimum length of 1.
Required: Yes
- iotEndpointType
-
Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint. Specify
fips
if you want the returned Amazon S3 pre-signed URL to point to an Amazon S3 FIPS endpoint. If you don't specify a value, the default isstandard
.Valid Values:
fips | standard
- s3EndpointType
-
Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.
All AWS Regions except US East (N. Virginia) use
REGIONAL
in all cases. In the US East (N. Virginia) Region the default isGLOBAL
, but you can change it toREGIONAL
with this parameter.Valid Values:
REGIONAL | GLOBAL
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"preSignedUrl": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- preSignedUrl
-
The URL of the artifact.
Type: String
Length Constraints: Minimum length of 1.
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
-
You don't have permission to perform the action.
HTTP Status Code: 403
- InternalServerException
-
AWS IoT Greengrass can't process your request right now. Try again later.
HTTP Status Code: 500
- ResourceNotFoundException
-
The requested resource can't be found.
HTTP Status Code: 404
- ThrottlingException
-
Your request exceeded a request rate quota. For example, you might have exceeded the amount of times that you can retrieve device or deployment status per second.
HTTP Status Code: 429
- ValidationException
-
The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: