Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ClusterMetadata = ClusterMetadata' {
- jobType :: Maybe JobType
- kmsKeyARN :: Maybe Text
- clusterState :: Maybe ClusterState
- notification :: Maybe Notification
- forwardingAddressId :: Maybe Text
- addressId :: Maybe Text
- snowballType :: Maybe SnowballType
- shippingOption :: Maybe ShippingOption
- resources :: Maybe JobResource
- onDeviceServiceConfiguration :: Maybe OnDeviceServiceConfiguration
- clusterId :: Maybe Text
- creationDate :: Maybe POSIX
- description :: Maybe Text
- taxDocuments :: Maybe TaxDocuments
- roleARN :: Maybe Text
- newClusterMetadata :: ClusterMetadata
- clusterMetadata_jobType :: Lens' ClusterMetadata (Maybe JobType)
- clusterMetadata_kmsKeyARN :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_clusterState :: Lens' ClusterMetadata (Maybe ClusterState)
- clusterMetadata_notification :: Lens' ClusterMetadata (Maybe Notification)
- clusterMetadata_forwardingAddressId :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_addressId :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_snowballType :: Lens' ClusterMetadata (Maybe SnowballType)
- clusterMetadata_shippingOption :: Lens' ClusterMetadata (Maybe ShippingOption)
- clusterMetadata_resources :: Lens' ClusterMetadata (Maybe JobResource)
- clusterMetadata_onDeviceServiceConfiguration :: Lens' ClusterMetadata (Maybe OnDeviceServiceConfiguration)
- clusterMetadata_clusterId :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_creationDate :: Lens' ClusterMetadata (Maybe UTCTime)
- clusterMetadata_description :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_taxDocuments :: Lens' ClusterMetadata (Maybe TaxDocuments)
- clusterMetadata_roleARN :: Lens' ClusterMetadata (Maybe Text)
Documentation
data ClusterMetadata Source #
Contains metadata about a specific cluster.
See: newClusterMetadata
smart constructor.
ClusterMetadata' | |
|
Instances
newClusterMetadata :: ClusterMetadata Source #
Create a value of ClusterMetadata
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:jobType:ClusterMetadata'
, clusterMetadata_jobType
- The type of job for this cluster. Currently, the only job type supported
for clusters is LOCAL_USE
.
$sel:kmsKeyARN:ClusterMetadata'
, clusterMetadata_kmsKeyARN
- The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster.
This ARN was created using the
CreateKey
API action in AWS Key Management Service (AWS KMS).
$sel:clusterState:ClusterMetadata'
, clusterMetadata_clusterState
- The current status of the cluster.
$sel:notification:ClusterMetadata'
, clusterMetadata_notification
- The Amazon Simple Notification Service (Amazon SNS) notification
settings for this cluster.
$sel:forwardingAddressId:ClusterMetadata'
, clusterMetadata_forwardingAddressId
- The ID of the address that you want a cluster shipped to, after it will
be shipped to its primary address. This field is not supported in most
regions.
$sel:addressId:ClusterMetadata'
, clusterMetadata_addressId
- The automatically generated ID for a specific address.
$sel:snowballType:ClusterMetadata'
, clusterMetadata_snowballType
- The type of AWS Snow device to use for this cluster.
For cluster jobs, AWS Snow Family currently supports only the EDGE
device type.
$sel:shippingOption:ClusterMetadata'
, clusterMetadata_shippingOption
- The shipping speed for each node in this cluster. This speed doesn't
dictate how soon you'll get each device, rather it represents how
quickly each device moves to its destination while in transit. Regional
shipping speeds are as follows:
- In Australia, you have access to express shipping. Typically, devices shipped express are delivered in about a day.
- In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
- In India, Snow devices are delivered in one to seven days.
- In the US, you have access to one-day shipping and two-day shipping.
$sel:resources:ClusterMetadata'
, clusterMetadata_resources
- The arrays of JobResource objects that can include updated S3Resource
objects or LambdaResource objects.
$sel:onDeviceServiceConfiguration:ClusterMetadata'
, clusterMetadata_onDeviceServiceConfiguration
- Represents metadata and configuration settings for services on an AWS
Snow Family device.
$sel:clusterId:ClusterMetadata'
, clusterMetadata_clusterId
- The automatically generated ID for a cluster.
$sel:creationDate:ClusterMetadata'
, clusterMetadata_creationDate
- The creation date for this cluster.
$sel:description:ClusterMetadata'
, clusterMetadata_description
- The optional description of the cluster.
$sel:taxDocuments:ClusterMetadata'
, clusterMetadata_taxDocuments
- The tax documents required in your AWS Region.
$sel:roleARN:ClusterMetadata'
, clusterMetadata_roleARN
- The role ARN associated with this cluster. This ARN was created using
the
CreateRole
API action in AWS Identity and Access Management (IAM).
clusterMetadata_jobType :: Lens' ClusterMetadata (Maybe JobType) Source #
The type of job for this cluster. Currently, the only job type supported
for clusters is LOCAL_USE
.
clusterMetadata_kmsKeyARN :: Lens' ClusterMetadata (Maybe Text) Source #
The KmsKeyARN
Amazon Resource Name (ARN) associated with this cluster.
This ARN was created using the
CreateKey
API action in AWS Key Management Service (AWS KMS).
clusterMetadata_clusterState :: Lens' ClusterMetadata (Maybe ClusterState) Source #
The current status of the cluster.
clusterMetadata_notification :: Lens' ClusterMetadata (Maybe Notification) Source #
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
clusterMetadata_forwardingAddressId :: Lens' ClusterMetadata (Maybe Text) Source #
The ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions.
clusterMetadata_addressId :: Lens' ClusterMetadata (Maybe Text) Source #
The automatically generated ID for a specific address.
clusterMetadata_snowballType :: Lens' ClusterMetadata (Maybe SnowballType) Source #
The type of AWS Snow device to use for this cluster.
For cluster jobs, AWS Snow Family currently supports only the EDGE
device type.
clusterMetadata_shippingOption :: Lens' ClusterMetadata (Maybe ShippingOption) Source #
The shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows:
- In Australia, you have access to express shipping. Typically, devices shipped express are delivered in about a day.
- In the European Union (EU), you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.
- In India, Snow devices are delivered in one to seven days.
- In the US, you have access to one-day shipping and two-day shipping.
clusterMetadata_resources :: Lens' ClusterMetadata (Maybe JobResource) Source #
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
clusterMetadata_onDeviceServiceConfiguration :: Lens' ClusterMetadata (Maybe OnDeviceServiceConfiguration) Source #
Represents metadata and configuration settings for services on an AWS Snow Family device.
clusterMetadata_clusterId :: Lens' ClusterMetadata (Maybe Text) Source #
The automatically generated ID for a cluster.
clusterMetadata_creationDate :: Lens' ClusterMetadata (Maybe UTCTime) Source #
The creation date for this cluster.
clusterMetadata_description :: Lens' ClusterMetadata (Maybe Text) Source #
The optional description of the cluster.
clusterMetadata_taxDocuments :: Lens' ClusterMetadata (Maybe TaxDocuments) Source #
The tax documents required in your AWS Region.
clusterMetadata_roleARN :: Lens' ClusterMetadata (Maybe Text) Source #
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).