aws-sdk-snowball 1.38.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-snowball/client.rb +123 -23
- data/lib/aws-sdk-snowball/client_api.rb +32 -0
- data/lib/aws-sdk-snowball/types.rb +259 -36
- data/lib/aws-sdk-snowball.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96c6873f10d38c138b037ac72808a697c9fcadf296fe5726867c278e19f1f2e0
|
4
|
+
data.tar.gz: 41c44f4a16c7eb80412b3ee93fe1847702603bbe122c40219d50eaa08a90bd94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e967b3bf447307410117d71cc7418be8c341e4b250ce8994157b81d67588e6757b2369f605e4977150904405767f44a92a880635af6decaa40ff61fb6427026
|
7
|
+
data.tar.gz: 63921640c20b2ad9263bf91fda3a193696cda633c40d3d442156fadc88c8f957b3220a8ab7ced20eec1fa11f2b2dda9d99ba817f7e959c5fce88ef404810b7f6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.42.0 (2021-09-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.41.0 (2021-07-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.40.0 (2021-07-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.39.0 (2021-06-25)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - AWS Snow Family customers can remotely monitor and operate their connected AWS Snowcone devices. AWS Snowball Edge Storage Optimized customers can now import and export their data using NFS.
|
23
|
+
|
4
24
|
1.38.0 (2021-05-06)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -498,6 +498,11 @@ module Aws::Snowball
|
|
498
498
|
# Amazon S3 buckets and optional AWS Lambda functions written in the
|
499
499
|
# Python language.
|
500
500
|
#
|
501
|
+
# @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
|
502
|
+
# Specifies the service or services on the Snow Family device that your
|
503
|
+
# transferred data will be exported from or imported into. AWS Snow
|
504
|
+
# Family supports Amazon S3 and NFS (Network File System).
|
505
|
+
#
|
501
506
|
# @option params [String] :description
|
502
507
|
# An optional description of this specific cluster, for example
|
503
508
|
# `Environmental Data Cluster-01`.
|
@@ -551,7 +556,7 @@ module Aws::Snowball
|
|
551
556
|
# day. In addition, most countries in the EU have access to standard
|
552
557
|
# shipping, which typically takes less than a week, one way.
|
553
558
|
#
|
554
|
-
# * In India, Snow
|
559
|
+
# * In India, Snow devices are delivered in one to seven days.
|
555
560
|
#
|
556
561
|
# * In the United States of America (US), you have access to one-day
|
557
562
|
# shipping and two-day shipping.
|
@@ -565,7 +570,7 @@ module Aws::Snowball
|
|
565
570
|
# day. In addition, most countries in the EU have access to standard
|
566
571
|
# shipping, which typically takes less than a week, one way.
|
567
572
|
#
|
568
|
-
# * In India, Snow
|
573
|
+
# * In India, Snow devices are delivered in one to seven days.
|
569
574
|
#
|
570
575
|
# * In the US, you have access to one-day shipping and two-day shipping.
|
571
576
|
#
|
@@ -580,6 +585,13 @@ module Aws::Snowball
|
|
580
585
|
# @option params [Types::TaxDocuments] :tax_documents
|
581
586
|
# The tax documents required in your AWS Region.
|
582
587
|
#
|
588
|
+
# @option params [String] :remote_management
|
589
|
+
# Allows you to securely operate and manage Snow devices in a cluster
|
590
|
+
# remotely from outside of your internal network. When set to
|
591
|
+
# `INSTALLED_AUTOSTART`, remote management will automatically be
|
592
|
+
# available when the device arrives at your location. Otherwise, you
|
593
|
+
# need to use the Snowball Client to manage the device.
|
594
|
+
#
|
583
595
|
# @return [Types::CreateClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
584
596
|
#
|
585
597
|
# * {Types::CreateClusterResult#cluster_id #cluster_id} => String
|
@@ -631,6 +643,12 @@ module Aws::Snowball
|
|
631
643
|
# begin_marker: "String",
|
632
644
|
# end_marker: "String",
|
633
645
|
# },
|
646
|
+
# target_on_device_services: [
|
647
|
+
# {
|
648
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
649
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
650
|
+
# },
|
651
|
+
# ],
|
634
652
|
# },
|
635
653
|
# ],
|
636
654
|
# lambda_resources: [
|
@@ -650,6 +668,12 @@ module Aws::Snowball
|
|
650
668
|
# },
|
651
669
|
# ],
|
652
670
|
# },
|
671
|
+
# on_device_service_configuration: {
|
672
|
+
# nfs_on_device_service: {
|
673
|
+
# storage_limit: 1,
|
674
|
+
# storage_unit: "TB", # accepts TB
|
675
|
+
# },
|
676
|
+
# },
|
653
677
|
# description: "String",
|
654
678
|
# address_id: "AddressId", # required
|
655
679
|
# kms_key_arn: "KmsKeyARN",
|
@@ -667,6 +691,7 @@ module Aws::Snowball
|
|
667
691
|
# gstin: "GSTIN",
|
668
692
|
# },
|
669
693
|
# },
|
694
|
+
# remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
|
670
695
|
# })
|
671
696
|
#
|
672
697
|
# @example Response structure
|
@@ -695,7 +720,7 @@ module Aws::Snowball
|
|
695
720
|
# The device capacity is optional.
|
696
721
|
#
|
697
722
|
# Availability of device types differ by AWS Region. For more
|
698
|
-
# information about
|
723
|
+
# information about Region availability, see [AWS Regional Services][1].
|
699
724
|
#
|
700
725
|
# </note>
|
701
726
|
#
|
@@ -796,6 +821,11 @@ module Aws::Snowball
|
|
796
821
|
# `BeginMarker` value, an inclusive `EndMarker` value, or both. Ranges
|
797
822
|
# are UTF-8 binary sorted.
|
798
823
|
#
|
824
|
+
# @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
|
825
|
+
# Specifies the service or services on the Snow Family device that your
|
826
|
+
# transferred data will be exported from or imported into. AWS Snow
|
827
|
+
# Family supports Amazon S3 and NFS (Network File System).
|
828
|
+
#
|
799
829
|
# @option params [String] :description
|
800
830
|
# Defines an optional description of this specific job, for example
|
801
831
|
# `Important Photos 2016-08-11`.
|
@@ -885,7 +915,7 @@ module Aws::Snowball
|
|
885
915
|
#
|
886
916
|
# @option params [String] :forwarding_address_id
|
887
917
|
# The forwarding address ID for a job. This field is not supported in
|
888
|
-
# most
|
918
|
+
# most Regions.
|
889
919
|
#
|
890
920
|
# @option params [Types::TaxDocuments] :tax_documents
|
891
921
|
# The tax documents required in your AWS Region.
|
@@ -899,8 +929,15 @@ module Aws::Snowball
|
|
899
929
|
# "https://docs.aws.amazon.com/snowball/latest/developer-guide/snow-device-types.html"
|
900
930
|
# (Snow Family Devices and Capacity) in the *Snowcone User Guide*.
|
901
931
|
#
|
932
|
+
# @option params [String] :remote_management
|
933
|
+
# Allows you to securely operate and manage Snowcone devices remotely
|
934
|
+
# from outside of your internal network. When set to
|
935
|
+
# `INSTALLED_AUTOSTART`, remote management will automatically be
|
936
|
+
# available when the device arrives at your location. Otherwise, you
|
937
|
+
# need to use the Snowball Client to manage the device.
|
938
|
+
#
|
902
939
|
# @option params [String] :long_term_pricing_id
|
903
|
-
# The ID of the long
|
940
|
+
# The ID of the long-term pricing type for the device.
|
904
941
|
#
|
905
942
|
# @return [Types::CreateJobResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
906
943
|
#
|
@@ -955,6 +992,12 @@ module Aws::Snowball
|
|
955
992
|
# begin_marker: "String",
|
956
993
|
# end_marker: "String",
|
957
994
|
# },
|
995
|
+
# target_on_device_services: [
|
996
|
+
# {
|
997
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
998
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
999
|
+
# },
|
1000
|
+
# ],
|
958
1001
|
# },
|
959
1002
|
# ],
|
960
1003
|
# lambda_resources: [
|
@@ -974,6 +1017,12 @@ module Aws::Snowball
|
|
974
1017
|
# },
|
975
1018
|
# ],
|
976
1019
|
# },
|
1020
|
+
# on_device_service_configuration: {
|
1021
|
+
# nfs_on_device_service: {
|
1022
|
+
# storage_limit: 1,
|
1023
|
+
# storage_unit: "TB", # accepts TB
|
1024
|
+
# },
|
1025
|
+
# },
|
977
1026
|
# description: "String",
|
978
1027
|
# address_id: "AddressId",
|
979
1028
|
# kms_key_arn: "KmsKeyARN",
|
@@ -1000,6 +1049,7 @@ module Aws::Snowball
|
|
1000
1049
|
# },
|
1001
1050
|
# },
|
1002
1051
|
# },
|
1052
|
+
# remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
|
1003
1053
|
# long_term_pricing_id: "LongTermPricingId",
|
1004
1054
|
# })
|
1005
1055
|
#
|
@@ -1016,21 +1066,21 @@ module Aws::Snowball
|
|
1016
1066
|
req.send_request(options)
|
1017
1067
|
end
|
1018
1068
|
|
1019
|
-
# Creates a job with long
|
1020
|
-
# usage is a
|
1021
|
-
# device. You are billed upfront and AWS
|
1022
|
-
# pricing.
|
1069
|
+
# Creates a job with the long-term usage option for a device. The
|
1070
|
+
# long-term usage is a 1-year or 3-year long-term pricing type for the
|
1071
|
+
# device. You are billed upfront, and AWS provides discounts for
|
1072
|
+
# long-term pricing.
|
1023
1073
|
#
|
1024
1074
|
# @option params [required, String] :long_term_pricing_type
|
1025
|
-
# The type of long
|
1026
|
-
# year or
|
1075
|
+
# The type of long-term pricing option you want for the device, either
|
1076
|
+
# 1-year or 3-year long-term pricing.
|
1027
1077
|
#
|
1028
1078
|
# @option params [Boolean] :is_long_term_pricing_auto_renew
|
1029
|
-
# Specifies whether the current long
|
1079
|
+
# Specifies whether the current long-term pricing type for the device
|
1030
1080
|
# should be renewed.
|
1031
1081
|
#
|
1032
1082
|
# @option params [String] :snowball_type
|
1033
|
-
# The type of AWS Snow Family device to use for the long
|
1083
|
+
# The type of AWS Snow Family device to use for the long-term pricing
|
1034
1084
|
# job.
|
1035
1085
|
#
|
1036
1086
|
# @return [Types::CreateLongTermPricingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1063,7 +1113,7 @@ module Aws::Snowball
|
|
1063
1113
|
#
|
1064
1114
|
# @option params [required, String] :job_id
|
1065
1115
|
# The ID for a job that you want to create the return shipping label
|
1066
|
-
# for
|
1116
|
+
# for; for example, `JID123e4567-e89b-12d3-a456-426655440000`.
|
1067
1117
|
#
|
1068
1118
|
# @option params [String] :shipping_option
|
1069
1119
|
# The shipping speed for a particular job. This speed doesn't dictate
|
@@ -1311,6 +1361,9 @@ module Aws::Snowball
|
|
1311
1361
|
# resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
|
1312
1362
|
# resp.cluster_metadata.resources.s3_resources[0].key_range.begin_marker #=> String
|
1313
1363
|
# resp.cluster_metadata.resources.s3_resources[0].key_range.end_marker #=> String
|
1364
|
+
# resp.cluster_metadata.resources.s3_resources[0].target_on_device_services #=> Array
|
1365
|
+
# resp.cluster_metadata.resources.s3_resources[0].target_on_device_services[0].service_name #=> String, one of "NFS_ON_DEVICE_SERVICE", "S3_ON_DEVICE_SERVICE"
|
1366
|
+
# resp.cluster_metadata.resources.s3_resources[0].target_on_device_services[0].transfer_option #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1314
1367
|
# resp.cluster_metadata.resources.lambda_resources #=> Array
|
1315
1368
|
# resp.cluster_metadata.resources.lambda_resources[0].lambda_arn #=> String
|
1316
1369
|
# resp.cluster_metadata.resources.lambda_resources[0].event_triggers #=> Array
|
@@ -1326,6 +1379,8 @@ module Aws::Snowball
|
|
1326
1379
|
# resp.cluster_metadata.notification.notify_all #=> Boolean
|
1327
1380
|
# resp.cluster_metadata.forwarding_address_id #=> String
|
1328
1381
|
# resp.cluster_metadata.tax_documents.ind.gstin #=> String
|
1382
|
+
# resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
|
1383
|
+
# resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
|
1329
1384
|
#
|
1330
1385
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeCluster AWS API Documentation
|
1331
1386
|
#
|
@@ -1407,6 +1462,9 @@ module Aws::Snowball
|
|
1407
1462
|
# resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
|
1408
1463
|
# resp.job_metadata.resources.s3_resources[0].key_range.begin_marker #=> String
|
1409
1464
|
# resp.job_metadata.resources.s3_resources[0].key_range.end_marker #=> String
|
1465
|
+
# resp.job_metadata.resources.s3_resources[0].target_on_device_services #=> Array
|
1466
|
+
# resp.job_metadata.resources.s3_resources[0].target_on_device_services[0].service_name #=> String, one of "NFS_ON_DEVICE_SERVICE", "S3_ON_DEVICE_SERVICE"
|
1467
|
+
# resp.job_metadata.resources.s3_resources[0].target_on_device_services[0].transfer_option #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1410
1468
|
# resp.job_metadata.resources.lambda_resources #=> Array
|
1411
1469
|
# resp.job_metadata.resources.lambda_resources[0].lambda_arn #=> String
|
1412
1470
|
# resp.job_metadata.resources.lambda_resources[0].event_triggers #=> Array
|
@@ -1439,7 +1497,10 @@ module Aws::Snowball
|
|
1439
1497
|
# resp.job_metadata.forwarding_address_id #=> String
|
1440
1498
|
# resp.job_metadata.tax_documents.ind.gstin #=> String
|
1441
1499
|
# resp.job_metadata.device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
|
1500
|
+
# resp.job_metadata.remote_management #=> String, one of "INSTALLED_ONLY", "INSTALLED_AUTOSTART"
|
1442
1501
|
# resp.job_metadata.long_term_pricing_id #=> String
|
1502
|
+
# resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
|
1503
|
+
# resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
|
1443
1504
|
# resp.sub_job_metadata #=> Array
|
1444
1505
|
# resp.sub_job_metadata[0].job_id #=> String
|
1445
1506
|
# resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
@@ -1450,6 +1511,9 @@ module Aws::Snowball
|
|
1450
1511
|
# resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
|
1451
1512
|
# resp.sub_job_metadata[0].resources.s3_resources[0].key_range.begin_marker #=> String
|
1452
1513
|
# resp.sub_job_metadata[0].resources.s3_resources[0].key_range.end_marker #=> String
|
1514
|
+
# resp.sub_job_metadata[0].resources.s3_resources[0].target_on_device_services #=> Array
|
1515
|
+
# resp.sub_job_metadata[0].resources.s3_resources[0].target_on_device_services[0].service_name #=> String, one of "NFS_ON_DEVICE_SERVICE", "S3_ON_DEVICE_SERVICE"
|
1516
|
+
# resp.sub_job_metadata[0].resources.s3_resources[0].target_on_device_services[0].transfer_option #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1453
1517
|
# resp.sub_job_metadata[0].resources.lambda_resources #=> Array
|
1454
1518
|
# resp.sub_job_metadata[0].resources.lambda_resources[0].lambda_arn #=> String
|
1455
1519
|
# resp.sub_job_metadata[0].resources.lambda_resources[0].event_triggers #=> Array
|
@@ -1482,7 +1546,10 @@ module Aws::Snowball
|
|
1482
1546
|
# resp.sub_job_metadata[0].forwarding_address_id #=> String
|
1483
1547
|
# resp.sub_job_metadata[0].tax_documents.ind.gstin #=> String
|
1484
1548
|
# resp.sub_job_metadata[0].device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
|
1549
|
+
# resp.sub_job_metadata[0].remote_management #=> String, one of "INSTALLED_ONLY", "INSTALLED_AUTOSTART"
|
1485
1550
|
# resp.sub_job_metadata[0].long_term_pricing_id #=> String
|
1551
|
+
# resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
|
1552
|
+
# resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
|
1486
1553
|
#
|
1487
1554
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
|
1488
1555
|
#
|
@@ -2024,7 +2091,7 @@ module Aws::Snowball
|
|
2024
2091
|
req.send_request(options)
|
2025
2092
|
end
|
2026
2093
|
|
2027
|
-
# Lists all long
|
2094
|
+
# Lists all long-term pricing types.
|
2028
2095
|
#
|
2029
2096
|
# @option params [Integer] :max_results
|
2030
2097
|
# The maximum number of `ListLongTermPricing` objects to return.
|
@@ -2096,6 +2163,11 @@ module Aws::Snowball
|
|
2096
2163
|
# The updated arrays of JobResource objects that can include updated
|
2097
2164
|
# S3Resource objects or LambdaResource objects.
|
2098
2165
|
#
|
2166
|
+
# @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
|
2167
|
+
# Specifies the service or services on the Snow Family device that your
|
2168
|
+
# transferred data will be exported from or imported into. AWS Snow
|
2169
|
+
# Family supports Amazon S3 and NFS (Network File System).
|
2170
|
+
#
|
2099
2171
|
# @option params [String] :address_id
|
2100
2172
|
# The ID of the updated Address object.
|
2101
2173
|
#
|
@@ -2138,6 +2210,12 @@ module Aws::Snowball
|
|
2138
2210
|
# begin_marker: "String",
|
2139
2211
|
# end_marker: "String",
|
2140
2212
|
# },
|
2213
|
+
# target_on_device_services: [
|
2214
|
+
# {
|
2215
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
2216
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
2217
|
+
# },
|
2218
|
+
# ],
|
2141
2219
|
# },
|
2142
2220
|
# ],
|
2143
2221
|
# lambda_resources: [
|
@@ -2157,6 +2235,12 @@ module Aws::Snowball
|
|
2157
2235
|
# },
|
2158
2236
|
# ],
|
2159
2237
|
# },
|
2238
|
+
# on_device_service_configuration: {
|
2239
|
+
# nfs_on_device_service: {
|
2240
|
+
# storage_limit: 1,
|
2241
|
+
# storage_unit: "TB", # accepts TB
|
2242
|
+
# },
|
2243
|
+
# },
|
2160
2244
|
# address_id: "AddressId",
|
2161
2245
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
2162
2246
|
# notification: {
|
@@ -2200,6 +2284,11 @@ module Aws::Snowball
|
|
2200
2284
|
# @option params [Types::JobResource] :resources
|
2201
2285
|
# The updated `JobResource` object, or the updated JobResource object.
|
2202
2286
|
#
|
2287
|
+
# @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
|
2288
|
+
# Specifies the service or services on the Snow Family device that your
|
2289
|
+
# transferred data will be exported from or imported into. AWS Snow
|
2290
|
+
# Family supports Amazon S3 and NFS (Network File System).
|
2291
|
+
#
|
2203
2292
|
# @option params [String] :address_id
|
2204
2293
|
# The ID of the updated Address object.
|
2205
2294
|
#
|
@@ -2258,6 +2347,12 @@ module Aws::Snowball
|
|
2258
2347
|
# begin_marker: "String",
|
2259
2348
|
# end_marker: "String",
|
2260
2349
|
# },
|
2350
|
+
# target_on_device_services: [
|
2351
|
+
# {
|
2352
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
2353
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
2354
|
+
# },
|
2355
|
+
# ],
|
2261
2356
|
# },
|
2262
2357
|
# ],
|
2263
2358
|
# lambda_resources: [
|
@@ -2277,6 +2372,12 @@ module Aws::Snowball
|
|
2277
2372
|
# },
|
2278
2373
|
# ],
|
2279
2374
|
# },
|
2375
|
+
# on_device_service_configuration: {
|
2376
|
+
# nfs_on_device_service: {
|
2377
|
+
# storage_limit: 1,
|
2378
|
+
# storage_unit: "TB", # accepts TB
|
2379
|
+
# },
|
2380
|
+
# },
|
2280
2381
|
# address_id: "AddressId",
|
2281
2382
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
2282
2383
|
# description: "String",
|
@@ -2293,8 +2394,7 @@ module Aws::Snowball
|
|
2293
2394
|
req.send_request(options)
|
2294
2395
|
end
|
2295
2396
|
|
2296
|
-
# Updates the state when a
|
2297
|
-
# state.
|
2397
|
+
# Updates the state when a shipment state changes to a different state.
|
2298
2398
|
#
|
2299
2399
|
# @option params [required, String] :job_id
|
2300
2400
|
# The job ID of the job whose shipment date you want to update, for
|
@@ -2325,18 +2425,18 @@ module Aws::Snowball
|
|
2325
2425
|
req.send_request(options)
|
2326
2426
|
end
|
2327
2427
|
|
2328
|
-
# Updates the long
|
2428
|
+
# Updates the long-term pricing type.
|
2329
2429
|
#
|
2330
2430
|
# @option params [required, String] :long_term_pricing_id
|
2331
|
-
# The ID of the long
|
2431
|
+
# The ID of the long-term pricing type for the device.
|
2332
2432
|
#
|
2333
2433
|
# @option params [String] :replacement_job
|
2334
|
-
# Specifies that a device that is ordered with long
|
2434
|
+
# Specifies that a device that is ordered with long-term pricing should
|
2335
2435
|
# be replaced with a new device.
|
2336
2436
|
#
|
2337
2437
|
# @option params [Boolean] :is_long_term_pricing_auto_renew
|
2338
|
-
# If set to `true`, specifies that the current long
|
2339
|
-
# for the device should be automatically renewed before the long
|
2438
|
+
# If set to `true`, specifies that the current long-term pricing type
|
2439
|
+
# for the device should be automatically renewed before the long-term
|
2340
2440
|
# pricing contract expires.
|
2341
2441
|
#
|
2342
2442
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
@@ -2371,7 +2471,7 @@ module Aws::Snowball
|
|
2371
2471
|
params: params,
|
2372
2472
|
config: config)
|
2373
2473
|
context[:gem_name] = 'aws-sdk-snowball'
|
2374
|
-
context[:gem_version] = '1.
|
2474
|
+
context[:gem_version] = '1.42.0'
|
2375
2475
|
Seahorse::Client::Request.new(handlers, context)
|
2376
2476
|
end
|
2377
2477
|
|
@@ -53,6 +53,7 @@ module Aws::Snowball
|
|
53
53
|
DescribeReturnShippingLabelRequest = Shapes::StructureShape.new(name: 'DescribeReturnShippingLabelRequest')
|
54
54
|
DescribeReturnShippingLabelResult = Shapes::StructureShape.new(name: 'DescribeReturnShippingLabelResult')
|
55
55
|
DeviceConfiguration = Shapes::StructureShape.new(name: 'DeviceConfiguration')
|
56
|
+
DeviceServiceName = Shapes::StringShape.new(name: 'DeviceServiceName')
|
56
57
|
Ec2AmiResource = Shapes::StructureShape.new(name: 'Ec2AmiResource')
|
57
58
|
Ec2AmiResourceList = Shapes::ListShape.new(name: 'Ec2AmiResourceList')
|
58
59
|
Ec2RequestFailedException = Shapes::StructureShape.new(name: 'Ec2RequestFailedException')
|
@@ -107,7 +108,10 @@ module Aws::Snowball
|
|
107
108
|
LongTermPricingId = Shapes::StringShape.new(name: 'LongTermPricingId')
|
108
109
|
LongTermPricingListEntry = Shapes::StructureShape.new(name: 'LongTermPricingListEntry')
|
109
110
|
LongTermPricingType = Shapes::StringShape.new(name: 'LongTermPricingType')
|
111
|
+
NFSOnDeviceServiceConfiguration = Shapes::StructureShape.new(name: 'NFSOnDeviceServiceConfiguration')
|
110
112
|
Notification = Shapes::StructureShape.new(name: 'Notification')
|
113
|
+
OnDeviceServiceConfiguration = Shapes::StructureShape.new(name: 'OnDeviceServiceConfiguration')
|
114
|
+
RemoteManagement = Shapes::StringShape.new(name: 'RemoteManagement')
|
111
115
|
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
112
116
|
ReturnShippingLabelAlreadyExistsException = Shapes::StructureShape.new(name: 'ReturnShippingLabelAlreadyExistsException')
|
113
117
|
RoleARN = Shapes::StringShape.new(name: 'RoleARN')
|
@@ -122,9 +126,14 @@ module Aws::Snowball
|
|
122
126
|
SnowballType = Shapes::StringShape.new(name: 'SnowballType')
|
123
127
|
SnowconeDeviceConfiguration = Shapes::StructureShape.new(name: 'SnowconeDeviceConfiguration')
|
124
128
|
SnsTopicARN = Shapes::StringShape.new(name: 'SnsTopicARN')
|
129
|
+
StorageLimit = Shapes::IntegerShape.new(name: 'StorageLimit')
|
130
|
+
StorageUnit = Shapes::StringShape.new(name: 'StorageUnit')
|
125
131
|
String = Shapes::StringShape.new(name: 'String')
|
132
|
+
TargetOnDeviceService = Shapes::StructureShape.new(name: 'TargetOnDeviceService')
|
133
|
+
TargetOnDeviceServiceList = Shapes::ListShape.new(name: 'TargetOnDeviceServiceList')
|
126
134
|
TaxDocuments = Shapes::StructureShape.new(name: 'TaxDocuments')
|
127
135
|
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
136
|
+
TransferOption = Shapes::StringShape.new(name: 'TransferOption')
|
128
137
|
UnsupportedAddressException = Shapes::StructureShape.new(name: 'UnsupportedAddressException')
|
129
138
|
UpdateClusterRequest = Shapes::StructureShape.new(name: 'UpdateClusterRequest')
|
130
139
|
UpdateClusterResult = Shapes::StructureShape.new(name: 'UpdateClusterResult')
|
@@ -189,6 +198,7 @@ module Aws::Snowball
|
|
189
198
|
ClusterMetadata.add_member(:notification, Shapes::ShapeRef.new(shape: Notification, location_name: "Notification"))
|
190
199
|
ClusterMetadata.add_member(:forwarding_address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "ForwardingAddressId"))
|
191
200
|
ClusterMetadata.add_member(:tax_documents, Shapes::ShapeRef.new(shape: TaxDocuments, location_name: "TaxDocuments"))
|
201
|
+
ClusterMetadata.add_member(:on_device_service_configuration, Shapes::ShapeRef.new(shape: OnDeviceServiceConfiguration, location_name: "OnDeviceServiceConfiguration"))
|
192
202
|
ClusterMetadata.struct_class = Types::ClusterMetadata
|
193
203
|
|
194
204
|
CompatibleImage.add_member(:ami_id, Shapes::ShapeRef.new(shape: String, location_name: "AmiId"))
|
@@ -209,6 +219,7 @@ module Aws::Snowball
|
|
209
219
|
|
210
220
|
CreateClusterRequest.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, required: true, location_name: "JobType"))
|
211
221
|
CreateClusterRequest.add_member(:resources, Shapes::ShapeRef.new(shape: JobResource, required: true, location_name: "Resources"))
|
222
|
+
CreateClusterRequest.add_member(:on_device_service_configuration, Shapes::ShapeRef.new(shape: OnDeviceServiceConfiguration, location_name: "OnDeviceServiceConfiguration"))
|
212
223
|
CreateClusterRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
213
224
|
CreateClusterRequest.add_member(:address_id, Shapes::ShapeRef.new(shape: AddressId, required: true, location_name: "AddressId"))
|
214
225
|
CreateClusterRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyARN, location_name: "KmsKeyARN"))
|
@@ -218,6 +229,7 @@ module Aws::Snowball
|
|
218
229
|
CreateClusterRequest.add_member(:notification, Shapes::ShapeRef.new(shape: Notification, location_name: "Notification"))
|
219
230
|
CreateClusterRequest.add_member(:forwarding_address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "ForwardingAddressId"))
|
220
231
|
CreateClusterRequest.add_member(:tax_documents, Shapes::ShapeRef.new(shape: TaxDocuments, location_name: "TaxDocuments"))
|
232
|
+
CreateClusterRequest.add_member(:remote_management, Shapes::ShapeRef.new(shape: RemoteManagement, location_name: "RemoteManagement"))
|
221
233
|
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
222
234
|
|
223
235
|
CreateClusterResult.add_member(:cluster_id, Shapes::ShapeRef.new(shape: ClusterId, location_name: "ClusterId"))
|
@@ -225,6 +237,7 @@ module Aws::Snowball
|
|
225
237
|
|
226
238
|
CreateJobRequest.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "JobType"))
|
227
239
|
CreateJobRequest.add_member(:resources, Shapes::ShapeRef.new(shape: JobResource, location_name: "Resources"))
|
240
|
+
CreateJobRequest.add_member(:on_device_service_configuration, Shapes::ShapeRef.new(shape: OnDeviceServiceConfiguration, location_name: "OnDeviceServiceConfiguration"))
|
228
241
|
CreateJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
229
242
|
CreateJobRequest.add_member(:address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "AddressId"))
|
230
243
|
CreateJobRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyARN, location_name: "KmsKeyARN"))
|
@@ -237,6 +250,7 @@ module Aws::Snowball
|
|
237
250
|
CreateJobRequest.add_member(:forwarding_address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "ForwardingAddressId"))
|
238
251
|
CreateJobRequest.add_member(:tax_documents, Shapes::ShapeRef.new(shape: TaxDocuments, location_name: "TaxDocuments"))
|
239
252
|
CreateJobRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfiguration, location_name: "DeviceConfiguration"))
|
253
|
+
CreateJobRequest.add_member(:remote_management, Shapes::ShapeRef.new(shape: RemoteManagement, location_name: "RemoteManagement"))
|
240
254
|
CreateJobRequest.add_member(:long_term_pricing_id, Shapes::ShapeRef.new(shape: LongTermPricingId, location_name: "LongTermPricingId"))
|
241
255
|
CreateJobRequest.struct_class = Types::CreateJobRequest
|
242
256
|
|
@@ -393,7 +407,9 @@ module Aws::Snowball
|
|
393
407
|
JobMetadata.add_member(:forwarding_address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "ForwardingAddressId"))
|
394
408
|
JobMetadata.add_member(:tax_documents, Shapes::ShapeRef.new(shape: TaxDocuments, location_name: "TaxDocuments"))
|
395
409
|
JobMetadata.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfiguration, location_name: "DeviceConfiguration"))
|
410
|
+
JobMetadata.add_member(:remote_management, Shapes::ShapeRef.new(shape: RemoteManagement, location_name: "RemoteManagement"))
|
396
411
|
JobMetadata.add_member(:long_term_pricing_id, Shapes::ShapeRef.new(shape: LongTermPricingId, location_name: "LongTermPricingId"))
|
412
|
+
JobMetadata.add_member(:on_device_service_configuration, Shapes::ShapeRef.new(shape: OnDeviceServiceConfiguration, location_name: "OnDeviceServiceConfiguration"))
|
397
413
|
JobMetadata.struct_class = Types::JobMetadata
|
398
414
|
|
399
415
|
JobMetadataList.member = Shapes::ShapeRef.new(shape: JobMetadata)
|
@@ -475,16 +491,24 @@ module Aws::Snowball
|
|
475
491
|
LongTermPricingListEntry.add_member(:job_ids, Shapes::ShapeRef.new(shape: LongTermPricingAssociatedJobIdList, location_name: "JobIds"))
|
476
492
|
LongTermPricingListEntry.struct_class = Types::LongTermPricingListEntry
|
477
493
|
|
494
|
+
NFSOnDeviceServiceConfiguration.add_member(:storage_limit, Shapes::ShapeRef.new(shape: StorageLimit, location_name: "StorageLimit"))
|
495
|
+
NFSOnDeviceServiceConfiguration.add_member(:storage_unit, Shapes::ShapeRef.new(shape: StorageUnit, location_name: "StorageUnit"))
|
496
|
+
NFSOnDeviceServiceConfiguration.struct_class = Types::NFSOnDeviceServiceConfiguration
|
497
|
+
|
478
498
|
Notification.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: SnsTopicARN, location_name: "SnsTopicARN"))
|
479
499
|
Notification.add_member(:job_states_to_notify, Shapes::ShapeRef.new(shape: JobStateList, location_name: "JobStatesToNotify"))
|
480
500
|
Notification.add_member(:notify_all, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotifyAll"))
|
481
501
|
Notification.struct_class = Types::Notification
|
482
502
|
|
503
|
+
OnDeviceServiceConfiguration.add_member(:nfs_on_device_service, Shapes::ShapeRef.new(shape: NFSOnDeviceServiceConfiguration, location_name: "NFSOnDeviceService"))
|
504
|
+
OnDeviceServiceConfiguration.struct_class = Types::OnDeviceServiceConfiguration
|
505
|
+
|
483
506
|
ReturnShippingLabelAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
484
507
|
ReturnShippingLabelAlreadyExistsException.struct_class = Types::ReturnShippingLabelAlreadyExistsException
|
485
508
|
|
486
509
|
S3Resource.add_member(:bucket_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "BucketArn"))
|
487
510
|
S3Resource.add_member(:key_range, Shapes::ShapeRef.new(shape: KeyRange, location_name: "KeyRange"))
|
511
|
+
S3Resource.add_member(:target_on_device_services, Shapes::ShapeRef.new(shape: TargetOnDeviceServiceList, location_name: "TargetOnDeviceServices"))
|
488
512
|
S3Resource.struct_class = Types::S3Resource
|
489
513
|
|
490
514
|
S3ResourceList.member = Shapes::ShapeRef.new(shape: S3Resource)
|
@@ -501,6 +525,12 @@ module Aws::Snowball
|
|
501
525
|
SnowconeDeviceConfiguration.add_member(:wireless_connection, Shapes::ShapeRef.new(shape: WirelessConnection, location_name: "WirelessConnection"))
|
502
526
|
SnowconeDeviceConfiguration.struct_class = Types::SnowconeDeviceConfiguration
|
503
527
|
|
528
|
+
TargetOnDeviceService.add_member(:service_name, Shapes::ShapeRef.new(shape: DeviceServiceName, location_name: "ServiceName"))
|
529
|
+
TargetOnDeviceService.add_member(:transfer_option, Shapes::ShapeRef.new(shape: TransferOption, location_name: "TransferOption"))
|
530
|
+
TargetOnDeviceService.struct_class = Types::TargetOnDeviceService
|
531
|
+
|
532
|
+
TargetOnDeviceServiceList.member = Shapes::ShapeRef.new(shape: TargetOnDeviceService)
|
533
|
+
|
504
534
|
TaxDocuments.add_member(:ind, Shapes::ShapeRef.new(shape: INDTaxDocuments, location_name: "IND"))
|
505
535
|
TaxDocuments.struct_class = Types::TaxDocuments
|
506
536
|
|
@@ -511,6 +541,7 @@ module Aws::Snowball
|
|
511
541
|
UpdateClusterRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
512
542
|
UpdateClusterRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
513
543
|
UpdateClusterRequest.add_member(:resources, Shapes::ShapeRef.new(shape: JobResource, location_name: "Resources"))
|
544
|
+
UpdateClusterRequest.add_member(:on_device_service_configuration, Shapes::ShapeRef.new(shape: OnDeviceServiceConfiguration, location_name: "OnDeviceServiceConfiguration"))
|
514
545
|
UpdateClusterRequest.add_member(:address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "AddressId"))
|
515
546
|
UpdateClusterRequest.add_member(:shipping_option, Shapes::ShapeRef.new(shape: ShippingOption, location_name: "ShippingOption"))
|
516
547
|
UpdateClusterRequest.add_member(:notification, Shapes::ShapeRef.new(shape: Notification, location_name: "Notification"))
|
@@ -523,6 +554,7 @@ module Aws::Snowball
|
|
523
554
|
UpdateJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleARN, location_name: "RoleARN"))
|
524
555
|
UpdateJobRequest.add_member(:notification, Shapes::ShapeRef.new(shape: Notification, location_name: "Notification"))
|
525
556
|
UpdateJobRequest.add_member(:resources, Shapes::ShapeRef.new(shape: JobResource, location_name: "Resources"))
|
557
|
+
UpdateJobRequest.add_member(:on_device_service_configuration, Shapes::ShapeRef.new(shape: OnDeviceServiceConfiguration, location_name: "OnDeviceServiceConfiguration"))
|
526
558
|
UpdateJobRequest.add_member(:address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "AddressId"))
|
527
559
|
UpdateJobRequest.add_member(:shipping_option, Shapes::ShapeRef.new(shape: ShippingOption, location_name: "ShippingOption"))
|
528
560
|
UpdateJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
@@ -170,9 +170,9 @@ module Aws::Snowball
|
|
170
170
|
class CancelJobResult < Aws::EmptyStructure; end
|
171
171
|
|
172
172
|
# Job creation failed. Currently, clusters support five nodes. If you
|
173
|
-
# have
|
173
|
+
# have fewer than five nodes for your cluster and you have more nodes to
|
174
174
|
# create for this cluster, try again and create jobs until your cluster
|
175
|
-
# has exactly five
|
175
|
+
# has exactly five nodes.
|
176
176
|
#
|
177
177
|
# @!attribute [rw] message
|
178
178
|
# @return [String]
|
@@ -314,6 +314,11 @@ module Aws::Snowball
|
|
314
314
|
# The tax documents required in your AWS Region.
|
315
315
|
# @return [Types::TaxDocuments]
|
316
316
|
#
|
317
|
+
# @!attribute [rw] on_device_service_configuration
|
318
|
+
# Represents metadata and configuration settings for services on an
|
319
|
+
# AWS Snow Family device.
|
320
|
+
# @return [Types::OnDeviceServiceConfiguration]
|
321
|
+
#
|
317
322
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ClusterMetadata AWS API Documentation
|
318
323
|
#
|
319
324
|
class ClusterMetadata < Struct.new(
|
@@ -330,7 +335,8 @@ module Aws::Snowball
|
|
330
335
|
:shipping_option,
|
331
336
|
:notification,
|
332
337
|
:forwarding_address_id,
|
333
|
-
:tax_documents
|
338
|
+
:tax_documents,
|
339
|
+
:on_device_service_configuration)
|
334
340
|
SENSITIVE = []
|
335
341
|
include Aws::Structure
|
336
342
|
end
|
@@ -436,6 +442,12 @@ module Aws::Snowball
|
|
436
442
|
# begin_marker: "String",
|
437
443
|
# end_marker: "String",
|
438
444
|
# },
|
445
|
+
# target_on_device_services: [
|
446
|
+
# {
|
447
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
448
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
449
|
+
# },
|
450
|
+
# ],
|
439
451
|
# },
|
440
452
|
# ],
|
441
453
|
# lambda_resources: [
|
@@ -455,6 +467,12 @@ module Aws::Snowball
|
|
455
467
|
# },
|
456
468
|
# ],
|
457
469
|
# },
|
470
|
+
# on_device_service_configuration: {
|
471
|
+
# nfs_on_device_service: {
|
472
|
+
# storage_limit: 1,
|
473
|
+
# storage_unit: "TB", # accepts TB
|
474
|
+
# },
|
475
|
+
# },
|
458
476
|
# description: "String",
|
459
477
|
# address_id: "AddressId", # required
|
460
478
|
# kms_key_arn: "KmsKeyARN",
|
@@ -472,6 +490,7 @@ module Aws::Snowball
|
|
472
490
|
# gstin: "GSTIN",
|
473
491
|
# },
|
474
492
|
# },
|
493
|
+
# remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
|
475
494
|
# }
|
476
495
|
#
|
477
496
|
# @!attribute [rw] job_type
|
@@ -491,6 +510,12 @@ module Aws::Snowball
|
|
491
510
|
# in the Python language.
|
492
511
|
# @return [Types::JobResource]
|
493
512
|
#
|
513
|
+
# @!attribute [rw] on_device_service_configuration
|
514
|
+
# Specifies the service or services on the Snow Family device that
|
515
|
+
# your transferred data will be exported from or imported into. AWS
|
516
|
+
# Snow Family supports Amazon S3 and NFS (Network File System).
|
517
|
+
# @return [Types::OnDeviceServiceConfiguration]
|
518
|
+
#
|
494
519
|
# @!attribute [rw] description
|
495
520
|
# An optional description of this specific cluster, for example
|
496
521
|
# `Environmental Data Cluster-01`.
|
@@ -550,7 +575,7 @@ module Aws::Snowball
|
|
550
575
|
# day. In addition, most countries in the EU have access to standard
|
551
576
|
# shipping, which typically takes less than a week, one way.
|
552
577
|
#
|
553
|
-
# * In India, Snow
|
578
|
+
# * In India, Snow devices are delivered in one to seven days.
|
554
579
|
#
|
555
580
|
# * In the United States of America (US), you have access to one-day
|
556
581
|
# shipping and two-day shipping.
|
@@ -564,7 +589,7 @@ module Aws::Snowball
|
|
564
589
|
# day. In addition, most countries in the EU have access to standard
|
565
590
|
# shipping, which typically takes less than a week, one way.
|
566
591
|
#
|
567
|
-
# * In India, Snow
|
592
|
+
# * In India, Snow devices are delivered in one to seven days.
|
568
593
|
#
|
569
594
|
# * In the US, you have access to one-day shipping and two-day
|
570
595
|
# shipping.
|
@@ -584,11 +609,20 @@ module Aws::Snowball
|
|
584
609
|
# The tax documents required in your AWS Region.
|
585
610
|
# @return [Types::TaxDocuments]
|
586
611
|
#
|
612
|
+
# @!attribute [rw] remote_management
|
613
|
+
# Allows you to securely operate and manage Snow devices in a cluster
|
614
|
+
# remotely from outside of your internal network. When set to
|
615
|
+
# `INSTALLED_AUTOSTART`, remote management will automatically be
|
616
|
+
# available when the device arrives at your location. Otherwise, you
|
617
|
+
# need to use the Snowball Client to manage the device.
|
618
|
+
# @return [String]
|
619
|
+
#
|
587
620
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateClusterRequest AWS API Documentation
|
588
621
|
#
|
589
622
|
class CreateClusterRequest < Struct.new(
|
590
623
|
:job_type,
|
591
624
|
:resources,
|
625
|
+
:on_device_service_configuration,
|
592
626
|
:description,
|
593
627
|
:address_id,
|
594
628
|
:kms_key_arn,
|
@@ -597,7 +631,8 @@ module Aws::Snowball
|
|
597
631
|
:shipping_option,
|
598
632
|
:notification,
|
599
633
|
:forwarding_address_id,
|
600
|
-
:tax_documents
|
634
|
+
:tax_documents,
|
635
|
+
:remote_management)
|
601
636
|
SENSITIVE = []
|
602
637
|
include Aws::Structure
|
603
638
|
end
|
@@ -627,6 +662,12 @@ module Aws::Snowball
|
|
627
662
|
# begin_marker: "String",
|
628
663
|
# end_marker: "String",
|
629
664
|
# },
|
665
|
+
# target_on_device_services: [
|
666
|
+
# {
|
667
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
668
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
669
|
+
# },
|
670
|
+
# ],
|
630
671
|
# },
|
631
672
|
# ],
|
632
673
|
# lambda_resources: [
|
@@ -646,6 +687,12 @@ module Aws::Snowball
|
|
646
687
|
# },
|
647
688
|
# ],
|
648
689
|
# },
|
690
|
+
# on_device_service_configuration: {
|
691
|
+
# nfs_on_device_service: {
|
692
|
+
# storage_limit: 1,
|
693
|
+
# storage_unit: "TB", # accepts TB
|
694
|
+
# },
|
695
|
+
# },
|
649
696
|
# description: "String",
|
650
697
|
# address_id: "AddressId",
|
651
698
|
# kms_key_arn: "KmsKeyARN",
|
@@ -672,6 +719,7 @@ module Aws::Snowball
|
|
672
719
|
# },
|
673
720
|
# },
|
674
721
|
# },
|
722
|
+
# remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
|
675
723
|
# long_term_pricing_id: "LongTermPricingId",
|
676
724
|
# }
|
677
725
|
#
|
@@ -693,6 +741,12 @@ module Aws::Snowball
|
|
693
741
|
# are UTF-8 binary sorted.
|
694
742
|
# @return [Types::JobResource]
|
695
743
|
#
|
744
|
+
# @!attribute [rw] on_device_service_configuration
|
745
|
+
# Specifies the service or services on the Snow Family device that
|
746
|
+
# your transferred data will be exported from or imported into. AWS
|
747
|
+
# Snow Family supports Amazon S3 and NFS (Network File System).
|
748
|
+
# @return [Types::OnDeviceServiceConfiguration]
|
749
|
+
#
|
696
750
|
# @!attribute [rw] description
|
697
751
|
# Defines an optional description of this specific job, for example
|
698
752
|
# `Important Photos 2016-08-11`.
|
@@ -792,7 +846,7 @@ module Aws::Snowball
|
|
792
846
|
#
|
793
847
|
# @!attribute [rw] forwarding_address_id
|
794
848
|
# The forwarding address ID for a job. This field is not supported in
|
795
|
-
# most
|
849
|
+
# most Regions.
|
796
850
|
# @return [String]
|
797
851
|
#
|
798
852
|
# @!attribute [rw] tax_documents
|
@@ -809,8 +863,16 @@ module Aws::Snowball
|
|
809
863
|
# (Snow Family Devices and Capacity) in the *Snowcone User Guide*.
|
810
864
|
# @return [Types::DeviceConfiguration]
|
811
865
|
#
|
866
|
+
# @!attribute [rw] remote_management
|
867
|
+
# Allows you to securely operate and manage Snowcone devices remotely
|
868
|
+
# from outside of your internal network. When set to
|
869
|
+
# `INSTALLED_AUTOSTART`, remote management will automatically be
|
870
|
+
# available when the device arrives at your location. Otherwise, you
|
871
|
+
# need to use the Snowball Client to manage the device.
|
872
|
+
# @return [String]
|
873
|
+
#
|
812
874
|
# @!attribute [rw] long_term_pricing_id
|
813
|
-
# The ID of the long
|
875
|
+
# The ID of the long-term pricing type for the device.
|
814
876
|
# @return [String]
|
815
877
|
#
|
816
878
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJobRequest AWS API Documentation
|
@@ -818,6 +880,7 @@ module Aws::Snowball
|
|
818
880
|
class CreateJobRequest < Struct.new(
|
819
881
|
:job_type,
|
820
882
|
:resources,
|
883
|
+
:on_device_service_configuration,
|
821
884
|
:description,
|
822
885
|
:address_id,
|
823
886
|
:kms_key_arn,
|
@@ -830,6 +893,7 @@ module Aws::Snowball
|
|
830
893
|
:forwarding_address_id,
|
831
894
|
:tax_documents,
|
832
895
|
:device_configuration,
|
896
|
+
:remote_management,
|
833
897
|
:long_term_pricing_id)
|
834
898
|
SENSITIVE = []
|
835
899
|
include Aws::Structure
|
@@ -858,17 +922,17 @@ module Aws::Snowball
|
|
858
922
|
# }
|
859
923
|
#
|
860
924
|
# @!attribute [rw] long_term_pricing_type
|
861
|
-
# The type of long
|
862
|
-
# year or
|
925
|
+
# The type of long-term pricing option you want for the device, either
|
926
|
+
# 1-year or 3-year long-term pricing.
|
863
927
|
# @return [String]
|
864
928
|
#
|
865
929
|
# @!attribute [rw] is_long_term_pricing_auto_renew
|
866
|
-
# Specifies whether the current long
|
930
|
+
# Specifies whether the current long-term pricing type for the device
|
867
931
|
# should be renewed.
|
868
932
|
# @return [Boolean]
|
869
933
|
#
|
870
934
|
# @!attribute [rw] snowball_type
|
871
|
-
# The type of AWS Snow Family device to use for the long
|
935
|
+
# The type of AWS Snow Family device to use for the long-term pricing
|
872
936
|
# job.
|
873
937
|
# @return [String]
|
874
938
|
#
|
@@ -883,7 +947,7 @@ module Aws::Snowball
|
|
883
947
|
end
|
884
948
|
|
885
949
|
# @!attribute [rw] long_term_pricing_id
|
886
|
-
# The ID of the long
|
950
|
+
# The ID of the long-term pricing type for the device.
|
887
951
|
# @return [String]
|
888
952
|
#
|
889
953
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateLongTermPricingResult AWS API Documentation
|
@@ -904,7 +968,7 @@ module Aws::Snowball
|
|
904
968
|
#
|
905
969
|
# @!attribute [rw] job_id
|
906
970
|
# The ID for a job that you want to create the return shipping label
|
907
|
-
# for
|
971
|
+
# for; for example, `JID123e4567-e89b-12d3-a456-426655440000`.
|
908
972
|
# @return [String]
|
909
973
|
#
|
910
974
|
# @!attribute [rw] shipping_option
|
@@ -1701,10 +1765,23 @@ module Aws::Snowball
|
|
1701
1765
|
# The container for `SnowconeDeviceConfiguration`.
|
1702
1766
|
# @return [Types::DeviceConfiguration]
|
1703
1767
|
#
|
1768
|
+
# @!attribute [rw] remote_management
|
1769
|
+
# Allows you to securely operate and manage Snowcone devices remotely
|
1770
|
+
# from outside of your internal network. When set to
|
1771
|
+
# `INSTALLED_AUTOSTART`, remote management will automatically be
|
1772
|
+
# available when the device arrives at your location. Otherwise, you
|
1773
|
+
# need to use the Snowball Client to manage the device.
|
1774
|
+
# @return [String]
|
1775
|
+
#
|
1704
1776
|
# @!attribute [rw] long_term_pricing_id
|
1705
|
-
# The ID of the long
|
1777
|
+
# The ID of the long-term pricing type for the device.
|
1706
1778
|
# @return [String]
|
1707
1779
|
#
|
1780
|
+
# @!attribute [rw] on_device_service_configuration
|
1781
|
+
# Represents metadata and configuration settings for services on an
|
1782
|
+
# AWS Snow Family device.
|
1783
|
+
# @return [Types::OnDeviceServiceConfiguration]
|
1784
|
+
#
|
1708
1785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobMetadata AWS API Documentation
|
1709
1786
|
#
|
1710
1787
|
class JobMetadata < Struct.new(
|
@@ -1727,7 +1804,9 @@ module Aws::Snowball
|
|
1727
1804
|
:forwarding_address_id,
|
1728
1805
|
:tax_documents,
|
1729
1806
|
:device_configuration,
|
1730
|
-
:
|
1807
|
+
:remote_management,
|
1808
|
+
:long_term_pricing_id,
|
1809
|
+
:on_device_service_configuration)
|
1731
1810
|
SENSITIVE = []
|
1732
1811
|
include Aws::Structure
|
1733
1812
|
end
|
@@ -1747,6 +1826,12 @@ module Aws::Snowball
|
|
1747
1826
|
# begin_marker: "String",
|
1748
1827
|
# end_marker: "String",
|
1749
1828
|
# },
|
1829
|
+
# target_on_device_services: [
|
1830
|
+
# {
|
1831
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
1832
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
1833
|
+
# },
|
1834
|
+
# ],
|
1750
1835
|
# },
|
1751
1836
|
# ],
|
1752
1837
|
# lambda_resources: [
|
@@ -2112,50 +2197,50 @@ module Aws::Snowball
|
|
2112
2197
|
end
|
2113
2198
|
|
2114
2199
|
# Each `LongTermPricingListEntry` object contains information about a
|
2115
|
-
# long
|
2200
|
+
# long-term pricing type.
|
2116
2201
|
#
|
2117
2202
|
# @!attribute [rw] long_term_pricing_id
|
2118
|
-
# The ID of the long
|
2203
|
+
# The ID of the long-term pricing type for the device.
|
2119
2204
|
# @return [String]
|
2120
2205
|
#
|
2121
2206
|
# @!attribute [rw] long_term_pricing_end_date
|
2122
|
-
# The end date the long
|
2207
|
+
# The end date the long-term pricing contract.
|
2123
2208
|
# @return [Time]
|
2124
2209
|
#
|
2125
2210
|
# @!attribute [rw] long_term_pricing_start_date
|
2126
|
-
# The start date of the long
|
2211
|
+
# The start date of the long-term pricing contract.
|
2127
2212
|
# @return [Time]
|
2128
2213
|
#
|
2129
2214
|
# @!attribute [rw] long_term_pricing_type
|
2130
|
-
# The type of long
|
2215
|
+
# The type of long-term pricing that was selected for the device.
|
2131
2216
|
# @return [String]
|
2132
2217
|
#
|
2133
2218
|
# @!attribute [rw] current_active_job
|
2134
|
-
# The current active jobs on the device the long
|
2219
|
+
# The current active jobs on the device the long-term pricing type.
|
2135
2220
|
# @return [String]
|
2136
2221
|
#
|
2137
2222
|
# @!attribute [rw] replacement_job
|
2138
|
-
# A new device that replaces a device that is ordered with long
|
2223
|
+
# A new device that replaces a device that is ordered with long-term
|
2139
2224
|
# pricing.
|
2140
2225
|
# @return [String]
|
2141
2226
|
#
|
2142
2227
|
# @!attribute [rw] is_long_term_pricing_auto_renew
|
2143
|
-
# If set to `true`, specifies that the current long
|
2144
|
-
# for the device should be automatically renewed before the long
|
2228
|
+
# If set to `true`, specifies that the current long-term pricing type
|
2229
|
+
# for the device should be automatically renewed before the long-term
|
2145
2230
|
# pricing contract expires.
|
2146
2231
|
# @return [Boolean]
|
2147
2232
|
#
|
2148
2233
|
# @!attribute [rw] long_term_pricing_status
|
2149
|
-
# The status of the long
|
2234
|
+
# The status of the long-term pricing type.
|
2150
2235
|
# @return [String]
|
2151
2236
|
#
|
2152
2237
|
# @!attribute [rw] snowball_type
|
2153
|
-
# The type of AWS Snow Family device associated with this long
|
2238
|
+
# The type of AWS Snow Family device associated with this long-term
|
2154
2239
|
# pricing job.
|
2155
2240
|
# @return [String]
|
2156
2241
|
#
|
2157
2242
|
# @!attribute [rw] job_ids
|
2158
|
-
# The IDs of the jobs that are associated with a long
|
2243
|
+
# The IDs of the jobs that are associated with a long-term pricing
|
2159
2244
|
# type.
|
2160
2245
|
# @return [Array<String>]
|
2161
2246
|
#
|
@@ -2176,6 +2261,36 @@ module Aws::Snowball
|
|
2176
2261
|
include Aws::Structure
|
2177
2262
|
end
|
2178
2263
|
|
2264
|
+
# An object that represents metadata and configuration settings for NFS
|
2265
|
+
# service on an AWS Snow Family device.
|
2266
|
+
#
|
2267
|
+
# @note When making an API call, you may pass NFSOnDeviceServiceConfiguration
|
2268
|
+
# data as a hash:
|
2269
|
+
#
|
2270
|
+
# {
|
2271
|
+
# storage_limit: 1,
|
2272
|
+
# storage_unit: "TB", # accepts TB
|
2273
|
+
# }
|
2274
|
+
#
|
2275
|
+
# @!attribute [rw] storage_limit
|
2276
|
+
# The maximum NFS storage for one Snowball Family device.
|
2277
|
+
# @return [Integer]
|
2278
|
+
#
|
2279
|
+
# @!attribute [rw] storage_unit
|
2280
|
+
# The scale unit of the NFS storage on the device.
|
2281
|
+
#
|
2282
|
+
# Valid values: TB.
|
2283
|
+
# @return [String]
|
2284
|
+
#
|
2285
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/NFSOnDeviceServiceConfiguration AWS API Documentation
|
2286
|
+
#
|
2287
|
+
class NFSOnDeviceServiceConfiguration < Struct.new(
|
2288
|
+
:storage_limit,
|
2289
|
+
:storage_unit)
|
2290
|
+
SENSITIVE = []
|
2291
|
+
include Aws::Structure
|
2292
|
+
end
|
2293
|
+
|
2179
2294
|
# The Amazon Simple Notification Service (Amazon SNS) notification
|
2180
2295
|
# settings associated with a specific job. The `Notification` object is
|
2181
2296
|
# returned as a part of the response syntax of the `DescribeJob` action
|
@@ -2202,8 +2317,8 @@ module Aws::Snowball
|
|
2202
2317
|
# [CreateTopic][1] Amazon SNS API action.
|
2203
2318
|
#
|
2204
2319
|
# You can subscribe email addresses to an Amazon SNS topic through the
|
2205
|
-
# AWS Management Console, or by using the [Subscribe][2]
|
2206
|
-
# Notification Service (SNS) API action.
|
2320
|
+
# AWS Management Console, or by using the [Subscribe][2] Amazon Simple
|
2321
|
+
# Notification Service (Amazon SNS) API action.
|
2207
2322
|
#
|
2208
2323
|
#
|
2209
2324
|
#
|
@@ -2230,6 +2345,31 @@ module Aws::Snowball
|
|
2230
2345
|
include Aws::Structure
|
2231
2346
|
end
|
2232
2347
|
|
2348
|
+
# An object that represents metadata and configuration settings for
|
2349
|
+
# services on an AWS Snow Family device.
|
2350
|
+
#
|
2351
|
+
# @note When making an API call, you may pass OnDeviceServiceConfiguration
|
2352
|
+
# data as a hash:
|
2353
|
+
#
|
2354
|
+
# {
|
2355
|
+
# nfs_on_device_service: {
|
2356
|
+
# storage_limit: 1,
|
2357
|
+
# storage_unit: "TB", # accepts TB
|
2358
|
+
# },
|
2359
|
+
# }
|
2360
|
+
#
|
2361
|
+
# @!attribute [rw] nfs_on_device_service
|
2362
|
+
# Represents the NFS service on a Snow Family device.
|
2363
|
+
# @return [Types::NFSOnDeviceServiceConfiguration]
|
2364
|
+
#
|
2365
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/OnDeviceServiceConfiguration AWS API Documentation
|
2366
|
+
#
|
2367
|
+
class OnDeviceServiceConfiguration < Struct.new(
|
2368
|
+
:nfs_on_device_service)
|
2369
|
+
SENSITIVE = []
|
2370
|
+
include Aws::Structure
|
2371
|
+
end
|
2372
|
+
|
2233
2373
|
# You get this exception if you call `CreateReturnShippingLabel` and a
|
2234
2374
|
# valid return shipping label already exists. In this case, use
|
2235
2375
|
# `DescribeReturnShippingLabel` to get the url.
|
@@ -2261,6 +2401,12 @@ module Aws::Snowball
|
|
2261
2401
|
# begin_marker: "String",
|
2262
2402
|
# end_marker: "String",
|
2263
2403
|
# },
|
2404
|
+
# target_on_device_services: [
|
2405
|
+
# {
|
2406
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
2407
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
2408
|
+
# },
|
2409
|
+
# ],
|
2264
2410
|
# }
|
2265
2411
|
#
|
2266
2412
|
# @!attribute [rw] bucket_arn
|
@@ -2274,11 +2420,18 @@ module Aws::Snowball
|
|
2274
2420
|
# `EndMarker`, or both. Ranges are UTF-8 binary sorted.
|
2275
2421
|
# @return [Types::KeyRange]
|
2276
2422
|
#
|
2423
|
+
# @!attribute [rw] target_on_device_services
|
2424
|
+
# Specifies the service or services on the Snow Family device that
|
2425
|
+
# your transferred data will be exported from or imported into. AWS
|
2426
|
+
# Snow Family supports Amazon S3 and NFS (Network File System).
|
2427
|
+
# @return [Array<Types::TargetOnDeviceService>]
|
2428
|
+
#
|
2277
2429
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/S3Resource AWS API Documentation
|
2278
2430
|
#
|
2279
2431
|
class S3Resource < Struct.new(
|
2280
2432
|
:bucket_arn,
|
2281
|
-
:key_range
|
2433
|
+
:key_range,
|
2434
|
+
:target_on_device_services)
|
2282
2435
|
SENSITIVE = []
|
2283
2436
|
include Aws::Structure
|
2284
2437
|
end
|
@@ -2325,7 +2478,7 @@ module Aws::Snowball
|
|
2325
2478
|
# day. In addition, most countries in the EU have access to standard
|
2326
2479
|
# shipping, which typically takes less than a week, one way.
|
2327
2480
|
#
|
2328
|
-
# * In India, Snow
|
2481
|
+
# * In India, Snow devices are delivered in one to seven days.
|
2329
2482
|
#
|
2330
2483
|
# * In the United States of America (US), you have access to one-day
|
2331
2484
|
# shipping and two-day shipping.
|
@@ -2374,6 +2527,38 @@ module Aws::Snowball
|
|
2374
2527
|
include Aws::Structure
|
2375
2528
|
end
|
2376
2529
|
|
2530
|
+
# An object that represents the service or services on the Snow Family
|
2531
|
+
# device that your transferred data will be exported from or imported
|
2532
|
+
# into. AWS Snow Family supports Amazon S3 and NFS (Network File
|
2533
|
+
# System).
|
2534
|
+
#
|
2535
|
+
# @note When making an API call, you may pass TargetOnDeviceService
|
2536
|
+
# data as a hash:
|
2537
|
+
#
|
2538
|
+
# {
|
2539
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
2540
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
2541
|
+
# }
|
2542
|
+
#
|
2543
|
+
# @!attribute [rw] service_name
|
2544
|
+
# Specifies the name of the service on the Snow Family device that
|
2545
|
+
# your transferred data will be exported from or imported into.
|
2546
|
+
# @return [String]
|
2547
|
+
#
|
2548
|
+
# @!attribute [rw] transfer_option
|
2549
|
+
# Specifies whether the data is being imported or exported. You can
|
2550
|
+
# import or export the data, or use it locally on the device.
|
2551
|
+
# @return [String]
|
2552
|
+
#
|
2553
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/TargetOnDeviceService AWS API Documentation
|
2554
|
+
#
|
2555
|
+
class TargetOnDeviceService < Struct.new(
|
2556
|
+
:service_name,
|
2557
|
+
:transfer_option)
|
2558
|
+
SENSITIVE = []
|
2559
|
+
include Aws::Structure
|
2560
|
+
end
|
2561
|
+
|
2377
2562
|
# The tax documents required in your AWS Region.
|
2378
2563
|
#
|
2379
2564
|
# @note When making an API call, you may pass TaxDocuments
|
@@ -2427,6 +2612,12 @@ module Aws::Snowball
|
|
2427
2612
|
# begin_marker: "String",
|
2428
2613
|
# end_marker: "String",
|
2429
2614
|
# },
|
2615
|
+
# target_on_device_services: [
|
2616
|
+
# {
|
2617
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
2618
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
2619
|
+
# },
|
2620
|
+
# ],
|
2430
2621
|
# },
|
2431
2622
|
# ],
|
2432
2623
|
# lambda_resources: [
|
@@ -2446,6 +2637,12 @@ module Aws::Snowball
|
|
2446
2637
|
# },
|
2447
2638
|
# ],
|
2448
2639
|
# },
|
2640
|
+
# on_device_service_configuration: {
|
2641
|
+
# nfs_on_device_service: {
|
2642
|
+
# storage_limit: 1,
|
2643
|
+
# storage_unit: "TB", # accepts TB
|
2644
|
+
# },
|
2645
|
+
# },
|
2449
2646
|
# address_id: "AddressId",
|
2450
2647
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
2451
2648
|
# notification: {
|
@@ -2480,6 +2677,12 @@ module Aws::Snowball
|
|
2480
2677
|
# S3Resource objects or LambdaResource objects.
|
2481
2678
|
# @return [Types::JobResource]
|
2482
2679
|
#
|
2680
|
+
# @!attribute [rw] on_device_service_configuration
|
2681
|
+
# Specifies the service or services on the Snow Family device that
|
2682
|
+
# your transferred data will be exported from or imported into. AWS
|
2683
|
+
# Snow Family supports Amazon S3 and NFS (Network File System).
|
2684
|
+
# @return [Types::OnDeviceServiceConfiguration]
|
2685
|
+
#
|
2483
2686
|
# @!attribute [rw] address_id
|
2484
2687
|
# The ID of the updated Address object.
|
2485
2688
|
# @return [String]
|
@@ -2505,6 +2708,7 @@ module Aws::Snowball
|
|
2505
2708
|
:role_arn,
|
2506
2709
|
:description,
|
2507
2710
|
:resources,
|
2711
|
+
:on_device_service_configuration,
|
2508
2712
|
:address_id,
|
2509
2713
|
:shipping_option,
|
2510
2714
|
:notification,
|
@@ -2536,6 +2740,12 @@ module Aws::Snowball
|
|
2536
2740
|
# begin_marker: "String",
|
2537
2741
|
# end_marker: "String",
|
2538
2742
|
# },
|
2743
|
+
# target_on_device_services: [
|
2744
|
+
# {
|
2745
|
+
# service_name: "NFS_ON_DEVICE_SERVICE", # accepts NFS_ON_DEVICE_SERVICE, S3_ON_DEVICE_SERVICE
|
2746
|
+
# transfer_option: "IMPORT", # accepts IMPORT, EXPORT, LOCAL_USE
|
2747
|
+
# },
|
2748
|
+
# ],
|
2539
2749
|
# },
|
2540
2750
|
# ],
|
2541
2751
|
# lambda_resources: [
|
@@ -2555,6 +2765,12 @@ module Aws::Snowball
|
|
2555
2765
|
# },
|
2556
2766
|
# ],
|
2557
2767
|
# },
|
2768
|
+
# on_device_service_configuration: {
|
2769
|
+
# nfs_on_device_service: {
|
2770
|
+
# storage_limit: 1,
|
2771
|
+
# storage_unit: "TB", # accepts TB
|
2772
|
+
# },
|
2773
|
+
# },
|
2558
2774
|
# address_id: "AddressId",
|
2559
2775
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
2560
2776
|
# description: "String",
|
@@ -2585,6 +2801,12 @@ module Aws::Snowball
|
|
2585
2801
|
# The updated `JobResource` object, or the updated JobResource object.
|
2586
2802
|
# @return [Types::JobResource]
|
2587
2803
|
#
|
2804
|
+
# @!attribute [rw] on_device_service_configuration
|
2805
|
+
# Specifies the service or services on the Snow Family device that
|
2806
|
+
# your transferred data will be exported from or imported into. AWS
|
2807
|
+
# Snow Family supports Amazon S3 and NFS (Network File System).
|
2808
|
+
# @return [Types::OnDeviceServiceConfiguration]
|
2809
|
+
#
|
2588
2810
|
# @!attribute [rw] address_id
|
2589
2811
|
# The ID of the updated Address object.
|
2590
2812
|
# @return [String]
|
@@ -2621,6 +2843,7 @@ module Aws::Snowball
|
|
2621
2843
|
:role_arn,
|
2622
2844
|
:notification,
|
2623
2845
|
:resources,
|
2846
|
+
:on_device_service_configuration,
|
2624
2847
|
:address_id,
|
2625
2848
|
:shipping_option,
|
2626
2849
|
:description,
|
@@ -2678,17 +2901,17 @@ module Aws::Snowball
|
|
2678
2901
|
# }
|
2679
2902
|
#
|
2680
2903
|
# @!attribute [rw] long_term_pricing_id
|
2681
|
-
# The ID of the long
|
2904
|
+
# The ID of the long-term pricing type for the device.
|
2682
2905
|
# @return [String]
|
2683
2906
|
#
|
2684
2907
|
# @!attribute [rw] replacement_job
|
2685
|
-
# Specifies that a device that is ordered with long
|
2908
|
+
# Specifies that a device that is ordered with long-term pricing
|
2686
2909
|
# should be replaced with a new device.
|
2687
2910
|
# @return [String]
|
2688
2911
|
#
|
2689
2912
|
# @!attribute [rw] is_long_term_pricing_auto_renew
|
2690
|
-
# If set to `true`, specifies that the current long
|
2691
|
-
# for the device should be automatically renewed before the long
|
2913
|
+
# If set to `true`, specifies that the current long-term pricing type
|
2914
|
+
# for the device should be automatically renewed before the long-term
|
2692
2915
|
# pricing contract expires.
|
2693
2916
|
# @return [Boolean]
|
2694
2917
|
#
|
data/lib/aws-sdk-snowball.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-snowball
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.120.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.120.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|