PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Snowball::CreateJob; use Moose; has AddressId => (is => 'ro', isa => 'Str'); has ClusterId => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has DeviceConfiguration => (is => 'ro', isa => 'Paws::Snowball::DeviceConfiguration'); has ForwardingAddressId => (is => 'ro', isa => 'Str'); has JobType => (is => 'ro', isa => 'Str'); has KmsKeyARN => (is => 'ro', isa => 'Str'); has LongTermPricingId => (is => 'ro', isa => 'Str'); has Notification => (is => 'ro', isa => 'Paws::Snowball::Notification'); has OnDeviceServiceConfiguration => (is => 'ro', isa => 'Paws::Snowball::OnDeviceServiceConfiguration'); has RemoteManagement => (is => 'ro', isa => 'Str'); has Resources => (is => 'ro', isa => 'Paws::Snowball::JobResource'); has RoleARN => (is => 'ro', isa => 'Str'); has ShippingOption => (is => 'ro', isa => 'Str'); has SnowballCapacityPreference => (is => 'ro', isa => 'Str'); has SnowballType => (is => 'ro', isa => 'Str'); has TaxDocuments => (is => 'ro', isa => 'Paws::Snowball::TaxDocuments'); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'CreateJob'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::Snowball::CreateJobResult'); class_has _result_key => (isa => 'Str', is => 'ro'); 1; ### main pod documentation begin ### =head1 NAME Paws::Snowball::CreateJob - Arguments for method CreateJob on L =head1 DESCRIPTION This class represents the parameters used for calling the method CreateJob on the LExport Snowball|Paws::Snowball> service. Use the attributes of this class as arguments to method CreateJob. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateJob. =head1 SYNOPSIS my $snowball = Paws->service('Snowball'); # To create a job # Creates a job to import or export data between Amazon S3 and your on-premises # data center. Your AWS account must have the right trust policies and # permissions in place to create a job for Snowball. If you're creating a job # for a node in a cluster, you only need to provide the clusterId value; the # other job attributes are inherited from the cluster. my $CreateJobResult = $snowball->CreateJob( 'AddressId' => 'ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b', 'Description' => 'My Job', 'JobType' => 'IMPORT', 'KmsKeyARN' => 'arn:aws:kms:us-east-1:123456789012:key/abcd1234-12ab-34cd-56ef-123456123456', 'Notification' => { 'JobStatesToNotify' => [ ], 'NotifyAll' => 0 }, 'Resources' => { 'S3Resources' => [ { 'BucketArn' => 'arn:aws:s3:::MyBucket', 'KeyRange' => { } } ] }, 'RoleARN' => 'arn:aws:iam::123456789012:role/snowball-import-S3-role', 'ShippingOption' => 'SECOND_DAY', 'SnowballCapacityPreference' => 'T80', 'SnowballType' => 'STANDARD' ); # Results: my $JobId = $CreateJobResult->JobId; # Returns a L object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see L =head1 ATTRIBUTES =head2 AddressId => Str The ID for the address that you want the Snow device shipped to. =head2 ClusterId => Str The ID of a cluster. If you're creating a job for a node in a cluster, you need to provide only this C value. The other job attributes are inherited from the cluster. =head2 Description => Str Defines an optional description of this specific job, for example C. =head2 DeviceConfiguration => L Defines the device configuration for an AWS Snowcone job. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the I or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the I. =head2 ForwardingAddressId => Str The forwarding address ID for a job. This field is not supported in most Regions. =head2 JobType => Str Defines the type of job that you're creating. Valid values are: C<"IMPORT">, C<"EXPORT">, C<"LOCAL_USE"> =head2 KmsKeyARN => Str The C that you want to associate with this job. Cs are created using the CreateKey (https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) AWS Key Management Service (KMS) API action. =head2 LongTermPricingId => Str The ID of the long-term pricing type for the device. =head2 Notification => L Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job. =head2 OnDeviceServiceConfiguration => L Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. AWS Snow Family supports Amazon S3 and NFS (Network File System). =head2 RemoteManagement => Str Allows you to securely operate and manage Snowcone devices remotely from outside of your internal network. When set to C, remote management will automatically be available when the device arrives at your location. Otherwise, you need to use the Snowball Client to manage the device. Valid values are: C<"INSTALLED_ONLY">, C<"INSTALLED_AUTOSTART"> =head2 Resources => L Defines the Amazon S3 buckets associated with this job. With C jobs, you specify the bucket or buckets that your transferred data will be imported into. With C jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a C value. If you choose to export a range, you define the length of the range by providing either an inclusive C value, an inclusive C value, or both. Ranges are UTF-8 binary sorted. =head2 RoleARN => Str The C that you want to associate with this job. Cs are created using the CreateRole (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html) AWS Identity and Access Management (IAM) API action. =head2 ShippingOption => Str The shipping speed for this job. This speed doesn't dictate how soon you'll get the Snow device, rather it represents how quickly the Snow device moves to its destination while in transit. Regional shipping speeds are as follows: =over =item * In Australia, you have access to express shipping. Typically, Snow devices shipped express are delivered in about a day. =item * 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. =item * In India, Snow devices are delivered in one to seven days. =item * In the US, you have access to one-day shipping and two-day shipping. =back Valid values are: C<"SECOND_DAY">, C<"NEXT_DAY">, C<"EXPRESS">, C<"STANDARD"> =head2 SnowballCapacityPreference => Str If your job is being created in one of the US regions, you have the option of specifying what size Snow device you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the I or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the I. Valid values are: C<"T50">, C<"T80">, C<"T100">, C<"T42">, C<"T98">, C<"T8">, C<"T14">, C<"NoPreference"> =head2 SnowballType => Str The type of AWS Snow Family device to use for this job. For cluster jobs, AWS Snow Family currently supports only the C device type. The type of AWS Snow device to use for this job. Currently, the only supported device type for cluster jobs is C. For more information, see Snowball Edge Device Options (https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html) in the Snowball Edge Developer Guide. For more information, see "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the I or "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html" (Snow Family Devices and Capacity) in the I. Valid values are: C<"STANDARD">, C<"EDGE">, C<"EDGE_C">, C<"EDGE_CG">, C<"EDGE_S">, C<"SNC1_HDD">, C<"SNC1_SSD"> =head2 TaxDocuments => L The tax documents required in your AWS Region. =head1 SEE ALSO This class forms part of L, documenting arguments for method CreateJob in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut