Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ClusterMetadata = ClusterMetadata' {
- addressId :: Maybe Text
- clusterId :: Maybe Text
- clusterState :: Maybe ClusterState
- creationDate :: Maybe POSIX
- description :: Maybe Text
- forwardingAddressId :: Maybe Text
- jobType :: Maybe JobType
- kmsKeyARN :: Maybe Text
- notification :: Maybe Notification
- onDeviceServiceConfiguration :: Maybe OnDeviceServiceConfiguration
- resources :: Maybe JobResource
- roleARN :: Maybe Text
- shippingOption :: Maybe ShippingOption
- snowballType :: Maybe SnowballType
- taxDocuments :: Maybe TaxDocuments
- newClusterMetadata :: ClusterMetadata
- clusterMetadata_addressId :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_clusterId :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_clusterState :: Lens' ClusterMetadata (Maybe ClusterState)
- clusterMetadata_creationDate :: Lens' ClusterMetadata (Maybe UTCTime)
- clusterMetadata_description :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_forwardingAddressId :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_jobType :: Lens' ClusterMetadata (Maybe JobType)
- clusterMetadata_kmsKeyARN :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_notification :: Lens' ClusterMetadata (Maybe Notification)
- clusterMetadata_onDeviceServiceConfiguration :: Lens' ClusterMetadata (Maybe OnDeviceServiceConfiguration)
- clusterMetadata_resources :: Lens' ClusterMetadata (Maybe JobResource)
- clusterMetadata_roleARN :: Lens' ClusterMetadata (Maybe Text)
- clusterMetadata_shippingOption :: Lens' ClusterMetadata (Maybe ShippingOption)
- clusterMetadata_snowballType :: Lens' ClusterMetadata (Maybe SnowballType)
- clusterMetadata_taxDocuments :: Lens' ClusterMetadata (Maybe TaxDocuments)
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:addressId:ClusterMetadata'
, clusterMetadata_addressId
- The automatically generated ID for a specific address.
$sel:clusterId:ClusterMetadata'
, clusterMetadata_clusterId
- The automatically generated ID for a cluster.
$sel:clusterState:ClusterMetadata'
, clusterMetadata_clusterState
- The current status of the cluster.
$sel:creationDate:ClusterMetadata'
, clusterMetadata_creationDate
- The creation date for this cluster.
$sel:description:ClusterMetadata'
, clusterMetadata_description
- The optional description of the 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: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 Key Management Service (KMS.
$sel:notification:ClusterMetadata'
, clusterMetadata_notification
- The Amazon Simple Notification Service (Amazon SNS) notification
settings for this cluster.
$sel:onDeviceServiceConfiguration:ClusterMetadata'
, clusterMetadata_onDeviceServiceConfiguration
- Represents metadata and configuration settings for services on an Amazon
Web Services Snow Family device.
$sel:resources:ClusterMetadata'
, clusterMetadata_resources
- The arrays of JobResource objects that can include updated S3Resource
objects or LambdaResource objects.
$sel:roleARN:ClusterMetadata'
, clusterMetadata_roleARN
- The role ARN associated with this cluster. This ARN was created using
the
CreateRole
API action in Identity and Access Management (IAM).
$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:snowballType:ClusterMetadata'
, clusterMetadata_snowballType
- The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports
only the EDGE
device type.
$sel:taxDocuments:ClusterMetadata'
, clusterMetadata_taxDocuments
- The tax documents required in your Amazon Web Services Region.
clusterMetadata_addressId :: Lens' ClusterMetadata (Maybe Text) Source #
The automatically generated ID for a specific address.
clusterMetadata_clusterId :: Lens' ClusterMetadata (Maybe Text) Source #
The automatically generated ID for a cluster.
clusterMetadata_clusterState :: Lens' ClusterMetadata (Maybe ClusterState) Source #
The current status of the 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_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_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 Key Management Service (KMS.
clusterMetadata_notification :: Lens' ClusterMetadata (Maybe Notification) Source #
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
clusterMetadata_onDeviceServiceConfiguration :: Lens' ClusterMetadata (Maybe OnDeviceServiceConfiguration) Source #
Represents metadata and configuration settings for services on an Amazon Web Services Snow Family device.
clusterMetadata_resources :: Lens' ClusterMetadata (Maybe JobResource) Source #
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
clusterMetadata_roleARN :: Lens' ClusterMetadata (Maybe Text) Source #
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in Identity and Access Management (IAM).
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_snowballType :: Lens' ClusterMetadata (Maybe SnowballType) Source #
The type of Snowcone device to use for this cluster.
For cluster jobs, Amazon Web Services Snow Family currently supports
only the EDGE
device type.
clusterMetadata_taxDocuments :: Lens' ClusterMetadata (Maybe TaxDocuments) Source #
The tax documents required in your Amazon Web Services Region.