aws-sdk-snowball 1.41.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb63c83ede31159ffa29058f71f1c47a3c333d6d7dbb5e4f4fe8baa01dcaddeb
4
- data.tar.gz: 0af0412e3a30c66f29c289f04f65a3f5178d7cee3203df0da62516dc44de2782
3
+ metadata.gz: 569af9f105e654086b5c18c05a4e775a55bdf5cc4287a69acaa83d46ce66a570
4
+ data.tar.gz: 9d0acc5c5f7b4c7baf979ab254712e4c5d78f27c5e525b6930d32083a295df11
5
5
  SHA512:
6
- metadata.gz: 15fab8bbbecaf1ea03610c52093abe969b533208f60e8e7f62cd531dd64461e246b97810838ac777ee96bb20cb8fe3928e4102b5beae1ac673b49b2eeac48504
7
- data.tar.gz: 00a12747541e76e334eac23fa6516882ecfc5eaaf3a0ef392eaea8a12a48a2ef74e037e7a80818a7ff3b17d5c661ff60083fe895833ea769a328496e6ce5d046
6
+ metadata.gz: 47106cc1b973c54f176c7b0bb9b9c141c643954f99d2c1497bba9e2e6a0771deb1f0fc38b0c0cc1374710572a70b7e74da7a75528fd51242eb70f9fab084d3b2
7
+ data.tar.gz: 6b512c7d761cfabbd339fd1156b5ef00eb0e46e3d0c13e7aa65c30b3085c70e6cdd109d2333b3bcb9b0013ee0da3c8c1b1661899505b1f3fc8685ec331e3e231
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Tapeball is to integrate tape gateway onto snowball, it enables customer to transfer local data on the tape to snowball,and then ingest the data into tape gateway on the cloud.
8
+
9
+ 1.44.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.43.0 (2021-10-18)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.42.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.41.0 (2021-07-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.45.0
@@ -119,7 +119,9 @@ module Aws::Snowball
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -285,6 +287,15 @@ module Aws::Snowball
285
287
  # ** Please note ** When response stubbing is enabled, no HTTP
286
288
  # requests are made, and retries are disabled.
287
289
  #
290
+ # @option options [Boolean] :use_dualstack_endpoint
291
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
292
+ # will be used if available.
293
+ #
294
+ # @option options [Boolean] :use_fips_endpoint
295
+ # When set to `true`, fips compatible endpoints will be used if available.
296
+ # When a `fips` region is used, the region is normalized and this config
297
+ # is set to `true`.
298
+ #
288
299
  # @option options [Boolean] :validate_params (true)
289
300
  # When `true`, request parameters are validated before
290
301
  # sending the request.
@@ -495,13 +506,14 @@ module Aws::Snowball
495
506
  #
496
507
  # @option params [required, Types::JobResource] :resources
497
508
  # The resources associated with the cluster job. These resources include
498
- # Amazon S3 buckets and optional AWS Lambda functions written in the
499
- # Python language.
509
+ # Amazon S3 buckets and optional Lambda functions written in the Python
510
+ # language.
500
511
  #
501
512
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
502
513
  # 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).
514
+ # transferred data will be exported from or imported into. Amazon Web
515
+ # Services Snow Family device clusters support Amazon S3 and NFS
516
+ # (Network File System).
505
517
  #
506
518
  # @option params [String] :description
507
519
  # An optional description of this specific cluster, for example
@@ -513,7 +525,7 @@ module Aws::Snowball
513
525
  # @option params [String] :kms_key_arn
514
526
  # The `KmsKeyARN` value that you want to associate with this cluster.
515
527
  # `KmsKeyARN` values are created by using the [CreateKey][1] API action
516
- # in AWS Key Management Service (AWS KMS).
528
+ # in Key Management Service (KMS).
517
529
  #
518
530
  #
519
531
  #
@@ -521,18 +533,18 @@ module Aws::Snowball
521
533
  #
522
534
  # @option params [required, String] :role_arn
523
535
  # The `RoleARN` that you want to associate with this cluster. `RoleArn`
524
- # values are created by using the [CreateRole][1] API action in AWS
525
- # Identity and Access Management (IAM).
536
+ # values are created by using the [CreateRole][1] API action in Identity
537
+ # and Access Management (IAM).
526
538
  #
527
539
  #
528
540
  #
529
541
  # [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
530
542
  #
531
543
  # @option params [required, String] :snowball_type
532
- # The type of AWS Snow Family device to use for this cluster.
544
+ # The type of Snow Family Devices to use for this cluster.
533
545
  #
534
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
535
- # device type.
546
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
547
+ # only the `EDGE` device type.
536
548
  #
537
549
  # </note>
538
550
  #
@@ -583,7 +595,7 @@ module Aws::Snowball
583
595
  # in most regions.
584
596
  #
585
597
  # @option params [Types::TaxDocuments] :tax_documents
586
- # The tax documents required in your AWS Region.
598
+ # The tax documents required in your Amazon Web Services Region.
587
599
  #
588
600
  # @option params [String] :remote_management
589
601
  # Allows you to securely operate and manage Snow devices in a cluster
@@ -673,6 +685,10 @@ module Aws::Snowball
673
685
  # storage_limit: 1,
674
686
  # storage_unit: "TB", # accepts TB
675
687
  # },
688
+ # tgw_on_device_service: {
689
+ # storage_limit: 1,
690
+ # storage_unit: "TB", # accepts TB
691
+ # },
676
692
  # },
677
693
  # description: "String",
678
694
  # address_id: "AddressId", # required
@@ -708,25 +724,26 @@ module Aws::Snowball
708
724
  end
709
725
 
710
726
  # Creates a job to import or export data between Amazon S3 and your
711
- # on-premises data center. Your AWS account must have the right trust
712
- # policies and permissions in place to create a job for a Snow device.
713
- # If you're creating a job for a node in a cluster, you only need to
714
- # provide the `clusterId` value; the other job attributes are inherited
715
- # from the cluster.
727
+ # on-premises data center. Your Amazon Web Services account must have
728
+ # the right trust policies and permissions in place to create a job for
729
+ # a Snow device. If you're creating a job for a node in a cluster, you
730
+ # only need to provide the `clusterId` value; the other job attributes
731
+ # are inherited from the cluster.
716
732
  #
717
733
  # <note markdown="1"> Only the Snowball; Edge device type is supported when ordering
718
734
  # clustered jobs.
719
735
  #
720
736
  # The device capacity is optional.
721
737
  #
722
- # Availability of device types differ by AWS Region. For more
723
- # information about Region availability, see [AWS Regional Services][1].
738
+ # Availability of device types differ by Amazon Web Services Region. For
739
+ # more information about Region availability, see [Amazon Web Services
740
+ # Regional Services][1].
724
741
  #
725
742
  # </note>
726
743
  #
727
744
  #
728
745
  #
729
- # **AWS Snow Family device types and their capacities.**
746
+ # **Snow Family Devices and their capacities.**
730
747
  #
731
748
  # * Snow Family device type: **SNC1\_SSD**
732
749
  #
@@ -784,7 +801,7 @@ module Aws::Snowball
784
801
  # * Description: Original Snowball device
785
802
  #
786
803
  # <note markdown="1"> This device is only available in the Ningxia, Beijing, and
787
- # Singapore AWS Regions.
804
+ # Singapore Amazon Web Services Region
788
805
  #
789
806
  # </note>
790
807
  #
@@ -797,7 +814,7 @@ module Aws::Snowball
797
814
  # * Description: Original Snowball device
798
815
  #
799
816
  # <note markdown="1"> This device is only available in the Ningxia, Beijing, and
800
- # Singapore AWS Regions.
817
+ # Singapore Amazon Web Services Region.
801
818
  #
802
819
  # </note>
803
820
  #
@@ -823,8 +840,9 @@ module Aws::Snowball
823
840
  #
824
841
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
825
842
  # 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).
843
+ # transferred data will be exported from or imported into. Amazon Web
844
+ # Services Snow Family supports Amazon S3 and NFS (Network File System)
845
+ # and the Amazon Web Services Storage Gateway service Tape Gateway type.
828
846
  #
829
847
  # @option params [String] :description
830
848
  # Defines an optional description of this specific job, for example
@@ -835,8 +853,8 @@ module Aws::Snowball
835
853
  #
836
854
  # @option params [String] :kms_key_arn
837
855
  # The `KmsKeyARN` that you want to associate with this job. `KmsKeyARN`s
838
- # are created using the [CreateKey][1] AWS Key Management Service (KMS)
839
- # API action.
856
+ # are created using the [CreateKey][1] Key Management Service (KMS) API
857
+ # action.
840
858
  #
841
859
  #
842
860
  #
@@ -844,8 +862,8 @@ module Aws::Snowball
844
862
  #
845
863
  # @option params [String] :role_arn
846
864
  # The `RoleARN` that you want to associate with this job. `RoleArn`s are
847
- # created using the [CreateRole][1] AWS Identity and Access Management
848
- # (IAM) API action.
865
+ # created using the [CreateRole][1] Identity and Access Management (IAM)
866
+ # API action.
849
867
  #
850
868
  #
851
869
  #
@@ -890,15 +908,15 @@ module Aws::Snowball
890
908
  # job attributes are inherited from the cluster.
891
909
  #
892
910
  # @option params [String] :snowball_type
893
- # The type of AWS Snow Family device to use for this job.
911
+ # The type of Snow Family Devices to use for this job.
894
912
  #
895
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
896
- # device type.
913
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
914
+ # only the `EDGE` device type.
897
915
  #
898
916
  # </note>
899
917
  #
900
- # The type of AWS Snow device to use for this job. Currently, the only
901
- # supported device type for cluster jobs is `EDGE`.
918
+ # The type of Amazon Web Services Snow device to use for this job.
919
+ # Currently, the only supported device type for cluster jobs is `EDGE`.
902
920
  #
903
921
  # For more information, see [Snowball Edge Device Options][1] in the
904
922
  # Snowball Edge Developer Guide.
@@ -918,10 +936,10 @@ module Aws::Snowball
918
936
  # most Regions.
919
937
  #
920
938
  # @option params [Types::TaxDocuments] :tax_documents
921
- # The tax documents required in your AWS Region.
939
+ # The tax documents required in your Amazon Web Services Region.
922
940
  #
923
941
  # @option params [Types::DeviceConfiguration] :device_configuration
924
- # Defines the device configuration for an AWS Snowcone job.
942
+ # Defines the device configuration for an Snowcone job.
925
943
  #
926
944
  # For more information, see
927
945
  # "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
@@ -1022,6 +1040,10 @@ module Aws::Snowball
1022
1040
  # storage_limit: 1,
1023
1041
  # storage_unit: "TB", # accepts TB
1024
1042
  # },
1043
+ # tgw_on_device_service: {
1044
+ # storage_limit: 1,
1045
+ # storage_unit: "TB", # accepts TB
1046
+ # },
1025
1047
  # },
1026
1048
  # description: "String",
1027
1049
  # address_id: "AddressId",
@@ -1068,8 +1090,8 @@ module Aws::Snowball
1068
1090
 
1069
1091
  # Creates a job with the long-term usage option for a device. The
1070
1092
  # 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.
1093
+ # device. You are billed upfront, and Amazon Web Services provides
1094
+ # discounts for long-term pricing.
1073
1095
  #
1074
1096
  # @option params [required, String] :long_term_pricing_type
1075
1097
  # The type of long-term pricing option you want for the device, either
@@ -1080,8 +1102,7 @@ module Aws::Snowball
1080
1102
  # should be renewed.
1081
1103
  #
1082
1104
  # @option params [String] :snowball_type
1083
- # The type of AWS Snow Family device to use for the long-term pricing
1084
- # job.
1105
+ # The type of Snow Family Devices to use for the long-term pricing job.
1085
1106
  #
1086
1107
  # @return [Types::CreateLongTermPricingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1087
1108
  #
@@ -1109,7 +1130,7 @@ module Aws::Snowball
1109
1130
  end
1110
1131
 
1111
1132
  # Creates a shipping label that will be used to return the Snow device
1112
- # to AWS.
1133
+ # to Amazon Web Services.
1113
1134
  #
1114
1135
  # @option params [required, String] :job_id
1115
1136
  # The ID for a job that you want to create the return shipping label
@@ -1117,9 +1138,9 @@ module Aws::Snowball
1117
1138
  #
1118
1139
  # @option params [String] :shipping_option
1119
1140
  # The shipping speed for a particular job. This speed doesn't dictate
1120
- # how soon the device is returned to AWS. This speed represents how
1121
- # quickly it moves to its destination while in transit. Regional
1122
- # shipping speeds are as follows:
1141
+ # how soon the device is returned to Amazon Web Services. This speed
1142
+ # represents how quickly it moves to its destination while in transit.
1143
+ # Regional shipping speeds are as follows:
1123
1144
  #
1124
1145
  # @return [Types::CreateReturnShippingLabelResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1125
1146
  #
@@ -1381,6 +1402,8 @@ module Aws::Snowball
1381
1402
  # resp.cluster_metadata.tax_documents.ind.gstin #=> String
1382
1403
  # resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1383
1404
  # resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
1405
+ # resp.cluster_metadata.on_device_service_configuration.tgw_on_device_service.storage_limit #=> Integer
1406
+ # resp.cluster_metadata.on_device_service_configuration.tgw_on_device_service.storage_unit #=> String, one of "TB"
1384
1407
  #
1385
1408
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeCluster AWS API Documentation
1386
1409
  #
@@ -1501,6 +1524,8 @@ module Aws::Snowball
1501
1524
  # resp.job_metadata.long_term_pricing_id #=> String
1502
1525
  # resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1503
1526
  # resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
1527
+ # resp.job_metadata.on_device_service_configuration.tgw_on_device_service.storage_limit #=> Integer
1528
+ # resp.job_metadata.on_device_service_configuration.tgw_on_device_service.storage_unit #=> String, one of "TB"
1504
1529
  # resp.sub_job_metadata #=> Array
1505
1530
  # resp.sub_job_metadata[0].job_id #=> String
1506
1531
  # resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
@@ -1550,6 +1575,8 @@ module Aws::Snowball
1550
1575
  # resp.sub_job_metadata[0].long_term_pricing_id #=> String
1551
1576
  # resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1552
1577
  # resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
1578
+ # resp.sub_job_metadata[0].on_device_service_configuration.tgw_on_device_service.storage_limit #=> Integer
1579
+ # resp.sub_job_metadata[0].on_device_service_configuration.tgw_on_device_service.storage_unit #=> String, one of "TB"
1553
1580
  #
1554
1581
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
1555
1582
  #
@@ -1561,7 +1588,7 @@ module Aws::Snowball
1561
1588
  end
1562
1589
 
1563
1590
  # Information on the shipping label of a Snow device that is being
1564
- # returned to AWS.
1591
+ # returned to Amazon Web Services.
1565
1592
  #
1566
1593
  # @option params [required, String] :job_id
1567
1594
  # The automatically generated ID for a job, for example
@@ -1571,6 +1598,7 @@ module Aws::Snowball
1571
1598
  #
1572
1599
  # * {Types::DescribeReturnShippingLabelResult#status #status} => String
1573
1600
  # * {Types::DescribeReturnShippingLabelResult#expiration_date #expiration_date} => Time
1601
+ # * {Types::DescribeReturnShippingLabelResult#return_shipping_label_uri #return_shipping_label_uri} => String
1574
1602
  #
1575
1603
  # @example Request syntax with placeholder values
1576
1604
  #
@@ -1582,6 +1610,7 @@ module Aws::Snowball
1582
1610
  #
1583
1611
  # resp.status #=> String, one of "InProgress", "TimedOut", "Succeeded", "Failed"
1584
1612
  # resp.expiration_date #=> Time
1613
+ # resp.return_shipping_label_uri #=> String
1585
1614
  #
1586
1615
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeReturnShippingLabel AWS API Documentation
1587
1616
  #
@@ -1730,7 +1759,7 @@ module Aws::Snowball
1730
1759
  #
1731
1760
  # The default service limit for the number of Snow devices that you can
1732
1761
  # have at one time is 1. If you want to increase your service limit,
1733
- # contact AWS Support.
1762
+ # contact Amazon Web Services Support.
1734
1763
  #
1735
1764
  # @return [Types::GetSnowballUsageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1736
1765
  #
@@ -1973,11 +2002,11 @@ module Aws::Snowball
1973
2002
  end
1974
2003
 
1975
2004
  # This action returns a list of the different Amazon EC2 Amazon Machine
1976
- # Images (AMIs) that are owned by your AWS account that would be
1977
- # supported for use on a Snow device. Currently, supported AMIs are
1978
- # based on the CentOS 7 (x86\_64) - with Updates HVM, Ubuntu Server
2005
+ # Images (AMIs) that are owned by your Amazon Web Services accountthat
2006
+ # would be supported for use on a Snow device. Currently, supported AMIs
2007
+ # are based on the CentOS 7 (x86\_64) - with Updates HVM, Ubuntu Server
1979
2008
  # 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available
1980
- # on the AWS Marketplace.
2009
+ # on the Amazon Web Services Marketplace.
1981
2010
  #
1982
2011
  # @option params [Integer] :max_results
1983
2012
  # The maximum number of results for the list of compatible images.
@@ -2150,7 +2179,7 @@ module Aws::Snowball
2150
2179
  # @option params [String] :role_arn
2151
2180
  # The new role Amazon Resource Name (ARN) that you want to associate
2152
2181
  # with this cluster. To create a role ARN, use the [CreateRole][1] API
2153
- # action in AWS Identity and Access Management (IAM).
2182
+ # action in Identity and Access Management (IAM).
2154
2183
  #
2155
2184
  #
2156
2185
  #
@@ -2165,8 +2194,9 @@ module Aws::Snowball
2165
2194
  #
2166
2195
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
2167
2196
  # 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).
2197
+ # transferred data will be exported from or imported into. Amazon Web
2198
+ # Services Snow Family device clusters support Amazon S3 and NFS
2199
+ # (Network File System).
2170
2200
  #
2171
2201
  # @option params [String] :address_id
2172
2202
  # The ID of the updated Address object.
@@ -2240,6 +2270,10 @@ module Aws::Snowball
2240
2270
  # storage_limit: 1,
2241
2271
  # storage_unit: "TB", # accepts TB
2242
2272
  # },
2273
+ # tgw_on_device_service: {
2274
+ # storage_limit: 1,
2275
+ # storage_unit: "TB", # accepts TB
2276
+ # },
2243
2277
  # },
2244
2278
  # address_id: "AddressId",
2245
2279
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2271,8 +2305,8 @@ module Aws::Snowball
2271
2305
  #
2272
2306
  # @option params [String] :role_arn
2273
2307
  # The new role Amazon Resource Name (ARN) that you want to associate
2274
- # with this job. To create a role ARN, use the [CreateRole][1]AWS
2275
- # Identity and Access Management (IAM) API action.
2308
+ # with this job. To create a role ARN, use the [CreateRole][1]Identity
2309
+ # and Access Management (IAM) API action.
2276
2310
  #
2277
2311
  #
2278
2312
  #
@@ -2286,8 +2320,9 @@ module Aws::Snowball
2286
2320
  #
2287
2321
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
2288
2322
  # 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).
2323
+ # transferred data will be exported from or imported into. Amazon Web
2324
+ # Services Snow Family supports Amazon S3 and NFS (Network File System)
2325
+ # and the Amazon Web Services Storage Gateway service Tape Gateway type.
2291
2326
  #
2292
2327
  # @option params [String] :address_id
2293
2328
  # The ID of the updated Address object.
@@ -2377,6 +2412,10 @@ module Aws::Snowball
2377
2412
  # storage_limit: 1,
2378
2413
  # storage_unit: "TB", # accepts TB
2379
2414
  # },
2415
+ # tgw_on_device_service: {
2416
+ # storage_limit: 1,
2417
+ # storage_unit: "TB", # accepts TB
2418
+ # },
2380
2419
  # },
2381
2420
  # address_id: "AddressId",
2382
2421
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2405,7 +2444,8 @@ module Aws::Snowball
2405
2444
  #
2406
2445
  # Set to `RECEIVED` when the device arrives at your location.
2407
2446
  #
2408
- # Set to `RETURNED` when you have returned the device to AWS.
2447
+ # Set to `RETURNED` when you have returned the device to Amazon Web
2448
+ # Services.
2409
2449
  #
2410
2450
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2411
2451
  #
@@ -2471,7 +2511,7 @@ module Aws::Snowball
2471
2511
  params: params,
2472
2512
  config: config)
2473
2513
  context[:gem_name] = 'aws-sdk-snowball'
2474
- context[:gem_version] = '1.41.0'
2514
+ context[:gem_version] = '1.45.0'
2475
2515
  Seahorse::Client::Request.new(handlers, context)
2476
2516
  end
2477
2517
 
@@ -129,6 +129,7 @@ module Aws::Snowball
129
129
  StorageLimit = Shapes::IntegerShape.new(name: 'StorageLimit')
130
130
  StorageUnit = Shapes::StringShape.new(name: 'StorageUnit')
131
131
  String = Shapes::StringShape.new(name: 'String')
132
+ TGWOnDeviceServiceConfiguration = Shapes::StructureShape.new(name: 'TGWOnDeviceServiceConfiguration')
132
133
  TargetOnDeviceService = Shapes::StructureShape.new(name: 'TargetOnDeviceService')
133
134
  TargetOnDeviceServiceList = Shapes::ListShape.new(name: 'TargetOnDeviceServiceList')
134
135
  TaxDocuments = Shapes::StructureShape.new(name: 'TaxDocuments')
@@ -310,6 +311,7 @@ module Aws::Snowball
310
311
 
311
312
  DescribeReturnShippingLabelResult.add_member(:status, Shapes::ShapeRef.new(shape: ShippingLabelStatus, location_name: "Status"))
312
313
  DescribeReturnShippingLabelResult.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ExpirationDate"))
314
+ DescribeReturnShippingLabelResult.add_member(:return_shipping_label_uri, Shapes::ShapeRef.new(shape: String, location_name: "ReturnShippingLabelURI"))
313
315
  DescribeReturnShippingLabelResult.struct_class = Types::DescribeReturnShippingLabelResult
314
316
 
315
317
  DeviceConfiguration.add_member(:snowcone_device_configuration, Shapes::ShapeRef.new(shape: SnowconeDeviceConfiguration, location_name: "SnowconeDeviceConfiguration"))
@@ -501,6 +503,7 @@ module Aws::Snowball
501
503
  Notification.struct_class = Types::Notification
502
504
 
503
505
  OnDeviceServiceConfiguration.add_member(:nfs_on_device_service, Shapes::ShapeRef.new(shape: NFSOnDeviceServiceConfiguration, location_name: "NFSOnDeviceService"))
506
+ OnDeviceServiceConfiguration.add_member(:tgw_on_device_service, Shapes::ShapeRef.new(shape: TGWOnDeviceServiceConfiguration, location_name: "TGWOnDeviceService"))
504
507
  OnDeviceServiceConfiguration.struct_class = Types::OnDeviceServiceConfiguration
505
508
 
506
509
  ReturnShippingLabelAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
@@ -525,6 +528,10 @@ module Aws::Snowball
525
528
  SnowconeDeviceConfiguration.add_member(:wireless_connection, Shapes::ShapeRef.new(shape: WirelessConnection, location_name: "WirelessConnection"))
526
529
  SnowconeDeviceConfiguration.struct_class = Types::SnowconeDeviceConfiguration
527
530
 
531
+ TGWOnDeviceServiceConfiguration.add_member(:storage_limit, Shapes::ShapeRef.new(shape: StorageLimit, location_name: "StorageLimit"))
532
+ TGWOnDeviceServiceConfiguration.add_member(:storage_unit, Shapes::ShapeRef.new(shape: StorageUnit, location_name: "StorageUnit"))
533
+ TGWOnDeviceServiceConfiguration.struct_class = Types::TGWOnDeviceServiceConfiguration
534
+
528
535
  TargetOnDeviceService.add_member(:service_name, Shapes::ShapeRef.new(shape: DeviceServiceName, location_name: "ServiceName"))
529
536
  TargetOnDeviceService.add_member(:transfer_option, Shapes::ShapeRef.new(shape: TransferOption, location_name: "TransferOption"))
530
537
  TargetOnDeviceService.struct_class = Types::TargetOnDeviceService
@@ -231,7 +231,7 @@ module Aws::Snowball
231
231
  # @!attribute [rw] kms_key_arn
232
232
  # The `KmsKeyARN` Amazon Resource Name (ARN) associated with this
233
233
  # cluster. This ARN was created using the [CreateKey][1] API action in
234
- # AWS Key Management Service (AWS KMS).
234
+ # Key Management Service (KMS.
235
235
  #
236
236
  #
237
237
  #
@@ -240,7 +240,7 @@ module Aws::Snowball
240
240
  #
241
241
  # @!attribute [rw] role_arn
242
242
  # The role ARN associated with this cluster. This ARN was created
243
- # using the [CreateRole][1] API action in AWS Identity and Access
243
+ # using the [CreateRole][1] API action in Identity and Access
244
244
  # Management (IAM).
245
245
  #
246
246
  #
@@ -258,10 +258,10 @@ module Aws::Snowball
258
258
  # @return [String]
259
259
  #
260
260
  # @!attribute [rw] snowball_type
261
- # The type of AWS Snow device to use for this cluster.
261
+ # The type of Snowcone device to use for this cluster.
262
262
  #
263
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
264
- # device type.
263
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
264
+ # only the `EDGE` device type.
265
265
  #
266
266
  # </note>
267
267
  # @return [String]
@@ -311,12 +311,12 @@ module Aws::Snowball
311
311
  # @return [String]
312
312
  #
313
313
  # @!attribute [rw] tax_documents
314
- # The tax documents required in your AWS Region.
314
+ # The tax documents required in your Amazon Web Services Region.
315
315
  # @return [Types::TaxDocuments]
316
316
  #
317
317
  # @!attribute [rw] on_device_service_configuration
318
318
  # Represents metadata and configuration settings for services on an
319
- # AWS Snow Family device.
319
+ # Amazon Web Services Snow Family device.
320
320
  # @return [Types::OnDeviceServiceConfiguration]
321
321
  #
322
322
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ClusterMetadata AWS API Documentation
@@ -472,6 +472,10 @@ module Aws::Snowball
472
472
  # storage_limit: 1,
473
473
  # storage_unit: "TB", # accepts TB
474
474
  # },
475
+ # tgw_on_device_service: {
476
+ # storage_limit: 1,
477
+ # storage_unit: "TB", # accepts TB
478
+ # },
475
479
  # },
476
480
  # description: "String",
477
481
  # address_id: "AddressId", # required
@@ -506,14 +510,15 @@ module Aws::Snowball
506
510
  #
507
511
  # @!attribute [rw] resources
508
512
  # The resources associated with the cluster job. These resources
509
- # include Amazon S3 buckets and optional AWS Lambda functions written
510
- # in the Python language.
513
+ # include Amazon S3 buckets and optional Lambda functions written in
514
+ # the Python language.
511
515
  # @return [Types::JobResource]
512
516
  #
513
517
  # @!attribute [rw] on_device_service_configuration
514
518
  # 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).
519
+ # your transferred data will be exported from or imported into. Amazon
520
+ # Web Services Snow Family device clusters support Amazon S3 and NFS
521
+ # (Network File System).
517
522
  # @return [Types::OnDeviceServiceConfiguration]
518
523
  #
519
524
  # @!attribute [rw] description
@@ -528,7 +533,7 @@ module Aws::Snowball
528
533
  # @!attribute [rw] kms_key_arn
529
534
  # The `KmsKeyARN` value that you want to associate with this cluster.
530
535
  # `KmsKeyARN` values are created by using the [CreateKey][1] API
531
- # action in AWS Key Management Service (AWS KMS).
536
+ # action in Key Management Service (KMS).
532
537
  #
533
538
  #
534
539
  #
@@ -538,7 +543,7 @@ module Aws::Snowball
538
543
  # @!attribute [rw] role_arn
539
544
  # The `RoleARN` that you want to associate with this cluster.
540
545
  # `RoleArn` values are created by using the [CreateRole][1] API action
541
- # in AWS Identity and Access Management (IAM).
546
+ # in Identity and Access Management (IAM).
542
547
  #
543
548
  #
544
549
  #
@@ -546,10 +551,10 @@ module Aws::Snowball
546
551
  # @return [String]
547
552
  #
548
553
  # @!attribute [rw] snowball_type
549
- # The type of AWS Snow Family device to use for this cluster.
554
+ # The type of Snow Family Devices to use for this cluster.
550
555
  #
551
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
552
- # device type.
556
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
557
+ # only the `EDGE` device type.
553
558
  #
554
559
  # </note>
555
560
  #
@@ -606,7 +611,7 @@ module Aws::Snowball
606
611
  # @return [String]
607
612
  #
608
613
  # @!attribute [rw] tax_documents
609
- # The tax documents required in your AWS Region.
614
+ # The tax documents required in your Amazon Web Services Region.
610
615
  # @return [Types::TaxDocuments]
611
616
  #
612
617
  # @!attribute [rw] remote_management
@@ -692,6 +697,10 @@ module Aws::Snowball
692
697
  # storage_limit: 1,
693
698
  # storage_unit: "TB", # accepts TB
694
699
  # },
700
+ # tgw_on_device_service: {
701
+ # storage_limit: 1,
702
+ # storage_unit: "TB", # accepts TB
703
+ # },
695
704
  # },
696
705
  # description: "String",
697
706
  # address_id: "AddressId",
@@ -743,8 +752,10 @@ module Aws::Snowball
743
752
  #
744
753
  # @!attribute [rw] on_device_service_configuration
745
754
  # 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).
755
+ # your transferred data will be exported from or imported into. Amazon
756
+ # Web Services Snow Family supports Amazon S3 and NFS (Network File
757
+ # System) and the Amazon Web Services Storage Gateway service Tape
758
+ # Gateway type.
748
759
  # @return [Types::OnDeviceServiceConfiguration]
749
760
  #
750
761
  # @!attribute [rw] description
@@ -758,7 +769,7 @@ module Aws::Snowball
758
769
  #
759
770
  # @!attribute [rw] kms_key_arn
760
771
  # The `KmsKeyARN` that you want to associate with this job.
761
- # `KmsKeyARN`s are created using the [CreateKey][1] AWS Key Management
772
+ # `KmsKeyARN`s are created using the [CreateKey][1] Key Management
762
773
  # Service (KMS) API action.
763
774
  #
764
775
  #
@@ -768,8 +779,8 @@ module Aws::Snowball
768
779
  #
769
780
  # @!attribute [rw] role_arn
770
781
  # The `RoleARN` that you want to associate with this job. `RoleArn`s
771
- # are created using the [CreateRole][1] AWS Identity and Access
772
- # Management (IAM) API action.
782
+ # are created using the [CreateRole][1] Identity and Access Management
783
+ # (IAM) API action.
773
784
  #
774
785
  #
775
786
  #
@@ -820,15 +831,16 @@ module Aws::Snowball
820
831
  # @return [String]
821
832
  #
822
833
  # @!attribute [rw] snowball_type
823
- # The type of AWS Snow Family device to use for this job.
834
+ # The type of Snow Family Devices to use for this job.
824
835
  #
825
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
826
- # device type.
836
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
837
+ # only the `EDGE` device type.
827
838
  #
828
839
  # </note>
829
840
  #
830
- # The type of AWS Snow device to use for this job. Currently, the only
831
- # supported device type for cluster jobs is `EDGE`.
841
+ # The type of Amazon Web Services Snow device to use for this job.
842
+ # Currently, the only supported device type for cluster jobs is
843
+ # `EDGE`.
832
844
  #
833
845
  # For more information, see [Snowball Edge Device Options][1] in the
834
846
  # Snowball Edge Developer Guide.
@@ -850,11 +862,11 @@ module Aws::Snowball
850
862
  # @return [String]
851
863
  #
852
864
  # @!attribute [rw] tax_documents
853
- # The tax documents required in your AWS Region.
865
+ # The tax documents required in your Amazon Web Services Region.
854
866
  # @return [Types::TaxDocuments]
855
867
  #
856
868
  # @!attribute [rw] device_configuration
857
- # Defines the device configuration for an AWS Snowcone job.
869
+ # Defines the device configuration for an Snowcone job.
858
870
  #
859
871
  # For more information, see
860
872
  # "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
@@ -932,7 +944,7 @@ module Aws::Snowball
932
944
  # @return [Boolean]
933
945
  #
934
946
  # @!attribute [rw] snowball_type
935
- # The type of AWS Snow Family device to use for the long-term pricing
947
+ # The type of Snow Family Devices to use for the long-term pricing
936
948
  # job.
937
949
  # @return [String]
938
950
  #
@@ -973,9 +985,9 @@ module Aws::Snowball
973
985
  #
974
986
  # @!attribute [rw] shipping_option
975
987
  # The shipping speed for a particular job. This speed doesn't dictate
976
- # how soon the device is returned to AWS. This speed represents how
977
- # quickly it moves to its destination while in transit. Regional
978
- # shipping speeds are as follows:
988
+ # how soon the device is returned to Amazon Web Services. This speed
989
+ # represents how quickly it moves to its destination while in transit.
990
+ # Regional shipping speeds are as follows:
979
991
  # @return [String]
980
992
  #
981
993
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateReturnShippingLabelRequest AWS API Documentation
@@ -989,7 +1001,7 @@ module Aws::Snowball
989
1001
 
990
1002
  # @!attribute [rw] status
991
1003
  # The status information of the task on a Snow device that is being
992
- # returned to AWS.
1004
+ # returned to Amazon Web Services.
993
1005
  # @return [String]
994
1006
  #
995
1007
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateReturnShippingLabelResult AWS API Documentation
@@ -1001,8 +1013,9 @@ module Aws::Snowball
1001
1013
  end
1002
1014
 
1003
1015
  # Defines the real-time status of a Snow device's data transfer while
1004
- # the device is at AWS. This data is only available while a job has a
1005
- # `JobState` value of `InProgress`, for both import and export jobs.
1016
+ # the device is at Amazon Web Services. This data is only available
1017
+ # while a job has a `JobState` value of `InProgress`, for both import
1018
+ # and export jobs.
1006
1019
  #
1007
1020
  # @!attribute [rw] bytes_transferred
1008
1021
  # The number of bytes transferred between a Snow device and Amazon S3.
@@ -1210,18 +1223,24 @@ module Aws::Snowball
1210
1223
 
1211
1224
  # @!attribute [rw] status
1212
1225
  # The status information of the task on a Snow device that is being
1213
- # returned to AWS.
1226
+ # returned to Amazon Web Services.
1214
1227
  # @return [String]
1215
1228
  #
1216
1229
  # @!attribute [rw] expiration_date
1217
1230
  # The expiration date of the current return shipping label.
1218
1231
  # @return [Time]
1219
1232
  #
1233
+ # @!attribute [rw] return_shipping_label_uri
1234
+ # The pre-signed Amazon S3 URI used to download the return shipping
1235
+ # label.
1236
+ # @return [String]
1237
+ #
1220
1238
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeReturnShippingLabelResult AWS API Documentation
1221
1239
  #
1222
1240
  class DescribeReturnShippingLabelResult < Struct.new(
1223
1241
  :status,
1224
- :expiration_date)
1242
+ :expiration_date,
1243
+ :return_shipping_label_uri)
1225
1244
  SENSITIVE = []
1226
1245
  include Aws::Structure
1227
1246
  end
@@ -1240,8 +1259,8 @@ module Aws::Snowball
1240
1259
  # }
1241
1260
  #
1242
1261
  # @!attribute [rw] snowcone_device_configuration
1243
- # Returns information about the device configuration for an AWS
1244
- # Snowcone job.
1262
+ # Returns information about the device configuration for an Snowcone
1263
+ # job.
1245
1264
  # @return [Types::SnowconeDeviceConfiguration]
1246
1265
  #
1247
1266
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DeviceConfiguration AWS API Documentation
@@ -1255,7 +1274,7 @@ module Aws::Snowball
1255
1274
  # A JSON-formatted object that contains the IDs for an Amazon Machine
1256
1275
  # Image (AMI), including the Amazon EC2 AMI ID and the Snow device AMI
1257
1276
  # ID. Each AMI has these two IDs to simplify identifying the AMI in both
1258
- # the AWS Cloud and on the device.
1277
+ # the Amazon Web Services Cloud and on the device.
1259
1278
  #
1260
1279
  # @note When making an API call, you may pass Ec2AmiResource
1261
1280
  # data as a hash:
@@ -1307,7 +1326,7 @@ module Aws::Snowball
1307
1326
  #
1308
1327
  # @!attribute [rw] event_resource_arn
1309
1328
  # The Amazon Resource Name (ARN) for any local Amazon S3 resource that
1310
- # is an AWS Lambda function's event trigger associated with this job.
1329
+ # is an Lambda function's event trigger associated with this job.
1311
1330
  # @return [String]
1312
1331
  #
1313
1332
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/EventTriggerDefinition AWS API Documentation
@@ -1444,7 +1463,7 @@ module Aws::Snowball
1444
1463
  include Aws::Structure
1445
1464
  end
1446
1465
 
1447
- # The tax documents required in AWS Regions in India.
1466
+ # The tax documents required in Amazon Web Services Region in India.
1448
1467
  #
1449
1468
  # @note When making an API call, you may pass INDTaxDocuments
1450
1469
  # data as a hash:
@@ -1454,8 +1473,8 @@ module Aws::Snowball
1454
1473
  # }
1455
1474
  #
1456
1475
  # @!attribute [rw] gstin
1457
- # The Goods and Services Tax (GST) documents required in AWS Regions
1458
- # in India.
1476
+ # The Goods and Services Tax (GST) documents required in Amazon Web
1477
+ # Services Region in India.
1459
1478
  # @return [String]
1460
1479
  #
1461
1480
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/INDTaxDocuments AWS API Documentation
@@ -1683,9 +1702,9 @@ module Aws::Snowball
1683
1702
  # @return [String]
1684
1703
  #
1685
1704
  # @!attribute [rw] kms_key_arn
1686
- # The Amazon Resource Name (ARN) for the AWS Key Management Service
1687
- # (AWS KMS) key associated with this job. This ARN was created using
1688
- # the [CreateKey][1] API action in AWS KMS.
1705
+ # The Amazon Resource Name (ARN) for the Key Management Service (KMS)
1706
+ # key associated with this job. This ARN was created using the
1707
+ # [CreateKey][1] API action in KMS.
1689
1708
  #
1690
1709
  #
1691
1710
  #
@@ -1694,8 +1713,7 @@ module Aws::Snowball
1694
1713
  #
1695
1714
  # @!attribute [rw] role_arn
1696
1715
  # The role ARN associated with this job. This ARN was created using
1697
- # the [CreateRole][1] API action in AWS Identity and Access Management
1698
- # (IAM).
1716
+ # the [CreateRole][1] API action in Identity and Access Management.
1699
1717
  #
1700
1718
  #
1701
1719
  #
@@ -1732,9 +1750,9 @@ module Aws::Snowball
1732
1750
  #
1733
1751
  # @!attribute [rw] data_transfer_progress
1734
1752
  # A value that defines the real-time status of a Snow device's data
1735
- # transfer while the device is at AWS. This data is only available
1736
- # while a job has a `JobState` value of `InProgress`, for both import
1737
- # and export jobs.
1753
+ # transfer while the device is at Amazon Web Services. This data is
1754
+ # only available while a job has a `JobState` value of `InProgress`,
1755
+ # for both import and export jobs.
1738
1756
  # @return [Types::DataTransfer]
1739
1757
  #
1740
1758
  # @!attribute [rw] job_log_info
@@ -1757,8 +1775,8 @@ module Aws::Snowball
1757
1775
  # @return [String]
1758
1776
  #
1759
1777
  # @!attribute [rw] tax_documents
1760
- # The metadata associated with the tax documents required in your AWS
1761
- # Region.
1778
+ # The metadata associated with the tax documents required in your
1779
+ # Amazon Web Services Region.
1762
1780
  # @return [Types::TaxDocuments]
1763
1781
  #
1764
1782
  # @!attribute [rw] device_configuration
@@ -1779,7 +1797,7 @@ module Aws::Snowball
1779
1797
  #
1780
1798
  # @!attribute [rw] on_device_service_configuration
1781
1799
  # Represents metadata and configuration settings for services on an
1782
- # AWS Snow Family device.
1800
+ # Amazon Web Services Snow Family device.
1783
1801
  # @return [Types::OnDeviceServiceConfiguration]
1784
1802
  #
1785
1803
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobMetadata AWS API Documentation
@@ -1811,9 +1829,10 @@ module Aws::Snowball
1811
1829
  include Aws::Structure
1812
1830
  end
1813
1831
 
1814
- # Contains an array of AWS resource objects. Each object represents an
1815
- # Amazon S3 bucket, an AWS Lambda function, or an Amazon Machine Image
1816
- # (AMI) based on Amazon EC2 that is associated with a particular job.
1832
+ # Contains an array of Amazon Web Services resource objects. Each object
1833
+ # represents an Amazon S3 bucket, an Lambda function, or an Amazon
1834
+ # Machine Image (AMI) based on Amazon EC2 that is associated with a
1835
+ # particular job.
1817
1836
  #
1818
1837
  # @note When making an API call, you may pass JobResource
1819
1838
  # data as a hash:
@@ -1874,7 +1893,7 @@ module Aws::Snowball
1874
1893
  include Aws::Structure
1875
1894
  end
1876
1895
 
1877
- # The provided AWS Key Management Service key lacks the permissions to
1896
+ # The provided Key Management Service key lacks the permissions to
1878
1897
  # perform the specified CreateJob or UpdateJob action.
1879
1898
  #
1880
1899
  # @!attribute [rw] message
@@ -1935,9 +1954,9 @@ module Aws::Snowball
1935
1954
  # }
1936
1955
  #
1937
1956
  # @!attribute [rw] lambda_arn
1938
- # An Amazon Resource Name (ARN) that represents an AWS Lambda function
1939
- # to be triggered by PUT object actions on the associated local Amazon
1940
- # S3 resource.
1957
+ # An Amazon Resource Name (ARN) that represents an Lambda function to
1958
+ # be triggered by PUT object actions on the associated local Amazon S3
1959
+ # resource.
1941
1960
  # @return [String]
1942
1961
  #
1943
1962
  # @!attribute [rw] event_triggers
@@ -2235,7 +2254,7 @@ module Aws::Snowball
2235
2254
  # @return [String]
2236
2255
  #
2237
2256
  # @!attribute [rw] snowball_type
2238
- # The type of AWS Snow Family device associated with this long-term
2257
+ # The type of Snow Family Devices associated with this long-term
2239
2258
  # pricing job.
2240
2259
  # @return [String]
2241
2260
  #
@@ -2261,8 +2280,9 @@ module Aws::Snowball
2261
2280
  include Aws::Structure
2262
2281
  end
2263
2282
 
2264
- # An object that represents metadata and configuration settings for NFS
2265
- # service on an AWS Snow Family device.
2283
+ # An object that represents the metadata and configuration settings for
2284
+ # the NFS (Network File System) service on an Amazon Web Services Snow
2285
+ # Family device.
2266
2286
  #
2267
2287
  # @note When making an API call, you may pass NFSOnDeviceServiceConfiguration
2268
2288
  # data as a hash:
@@ -2273,7 +2293,7 @@ module Aws::Snowball
2273
2293
  # }
2274
2294
  #
2275
2295
  # @!attribute [rw] storage_limit
2276
- # The maximum NFS storage for one Snowball Family device.
2296
+ # The maximum NFS storage for one Snow Family device.
2277
2297
  # @return [Integer]
2278
2298
  #
2279
2299
  # @!attribute [rw] storage_unit
@@ -2317,8 +2337,9 @@ module Aws::Snowball
2317
2337
  # [CreateTopic][1] Amazon SNS API action.
2318
2338
  #
2319
2339
  # You can subscribe email addresses to an Amazon SNS topic through the
2320
- # AWS Management Console, or by using the [Subscribe][2] Amazon Simple
2321
- # Notification Service (Amazon SNS) API action.
2340
+ # Amazon Web Services Management Console, or by using the
2341
+ # [Subscribe][2] Amazon Simple Notification Service (Amazon SNS) API
2342
+ # action.
2322
2343
  #
2323
2344
  #
2324
2345
  #
@@ -2345,8 +2366,8 @@ module Aws::Snowball
2345
2366
  include Aws::Structure
2346
2367
  end
2347
2368
 
2348
- # An object that represents metadata and configuration settings for
2349
- # services on an AWS Snow Family device.
2369
+ # An object that represents the metadata and configuration settings for
2370
+ # services on an Amazon Web Services Snow Family device.
2350
2371
  #
2351
2372
  # @note When making an API call, you may pass OnDeviceServiceConfiguration
2352
2373
  # data as a hash:
@@ -2356,23 +2377,34 @@ module Aws::Snowball
2356
2377
  # storage_limit: 1,
2357
2378
  # storage_unit: "TB", # accepts TB
2358
2379
  # },
2380
+ # tgw_on_device_service: {
2381
+ # storage_limit: 1,
2382
+ # storage_unit: "TB", # accepts TB
2383
+ # },
2359
2384
  # }
2360
2385
  #
2361
2386
  # @!attribute [rw] nfs_on_device_service
2362
- # Represents the NFS service on a Snow Family device.
2387
+ # Represents the NFS (Network File System) service on a Snow Family
2388
+ # device.
2363
2389
  # @return [Types::NFSOnDeviceServiceConfiguration]
2364
2390
  #
2391
+ # @!attribute [rw] tgw_on_device_service
2392
+ # Represents the Storage Gateway service Tape Gateway type on a Snow
2393
+ # Family device.
2394
+ # @return [Types::TGWOnDeviceServiceConfiguration]
2395
+ #
2365
2396
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/OnDeviceServiceConfiguration AWS API Documentation
2366
2397
  #
2367
2398
  class OnDeviceServiceConfiguration < Struct.new(
2368
- :nfs_on_device_service)
2399
+ :nfs_on_device_service,
2400
+ :tgw_on_device_service)
2369
2401
  SENSITIVE = []
2370
2402
  include Aws::Structure
2371
2403
  end
2372
2404
 
2373
2405
  # You get this exception if you call `CreateReturnShippingLabel` and a
2374
2406
  # valid return shipping label already exists. In this case, use
2375
- # `DescribeReturnShippingLabel` to get the url.
2407
+ # `DescribeReturnShippingLabel` to get the URL.
2376
2408
  #
2377
2409
  # @!attribute [rw] message
2378
2410
  # @return [String]
@@ -2422,8 +2454,9 @@ module Aws::Snowball
2422
2454
  #
2423
2455
  # @!attribute [rw] target_on_device_services
2424
2456
  # 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).
2457
+ # your transferred data will be exported from or imported into. Amazon
2458
+ # Web Services Snow Family supports Amazon S3 and NFS (Network File
2459
+ # System).
2427
2460
  # @return [Array<Types::TargetOnDeviceService>]
2428
2461
  #
2429
2462
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/S3Resource AWS API Documentation
@@ -2486,7 +2519,7 @@ module Aws::Snowball
2486
2519
  #
2487
2520
  # @!attribute [rw] inbound_shipment
2488
2521
  # The `Status` and `TrackingNumber` values for a Snow device being
2489
- # returned to AWS for a particular job.
2522
+ # returned to Amazon Web Services for a particular job.
2490
2523
  # @return [Types::Shipment]
2491
2524
  #
2492
2525
  # @!attribute [rw] outbound_shipment
@@ -2504,7 +2537,7 @@ module Aws::Snowball
2504
2537
  include Aws::Structure
2505
2538
  end
2506
2539
 
2507
- # Specifies the device configuration for an AWS Snowcone job.
2540
+ # Specifies the device configuration for an Snowcone job.
2508
2541
  #
2509
2542
  # @note When making an API call, you may pass SnowconeDeviceConfiguration
2510
2543
  # data as a hash:
@@ -2516,7 +2549,7 @@ module Aws::Snowball
2516
2549
  # }
2517
2550
  #
2518
2551
  # @!attribute [rw] wireless_connection
2519
- # Configures the wireless connection for the AWS Snowcone device.
2552
+ # Configures the wireless connection for the Snowcone device.
2520
2553
  # @return [Types::WirelessConnection]
2521
2554
  #
2522
2555
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/SnowconeDeviceConfiguration AWS API Documentation
@@ -2527,10 +2560,41 @@ module Aws::Snowball
2527
2560
  include Aws::Structure
2528
2561
  end
2529
2562
 
2563
+ # An object that represents the metadata and configuration settings for
2564
+ # the Storage Gateway service Tape Gateway type on an Amazon Web
2565
+ # Services Snow Family device.
2566
+ #
2567
+ # @note When making an API call, you may pass TGWOnDeviceServiceConfiguration
2568
+ # data as a hash:
2569
+ #
2570
+ # {
2571
+ # storage_limit: 1,
2572
+ # storage_unit: "TB", # accepts TB
2573
+ # }
2574
+ #
2575
+ # @!attribute [rw] storage_limit
2576
+ # The maximum number of virtual tapes to store on one Snow Family
2577
+ # device. Due to physical resource limitations, this value must be set
2578
+ # to 80 for Snowball Edge.
2579
+ # @return [Integer]
2580
+ #
2581
+ # @!attribute [rw] storage_unit
2582
+ # The scale unit of the virtual tapes on the device.
2583
+ # @return [String]
2584
+ #
2585
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/TGWOnDeviceServiceConfiguration AWS API Documentation
2586
+ #
2587
+ class TGWOnDeviceServiceConfiguration < Struct.new(
2588
+ :storage_limit,
2589
+ :storage_unit)
2590
+ SENSITIVE = []
2591
+ include Aws::Structure
2592
+ end
2593
+
2530
2594
  # An object that represents the service or services on the Snow Family
2531
2595
  # 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).
2596
+ # into. Amazon Web Services Snow Family supports Amazon S3 and NFS
2597
+ # (Network File System).
2534
2598
  #
2535
2599
  # @note When making an API call, you may pass TargetOnDeviceService
2536
2600
  # data as a hash:
@@ -2559,7 +2623,7 @@ module Aws::Snowball
2559
2623
  include Aws::Structure
2560
2624
  end
2561
2625
 
2562
- # The tax documents required in your AWS Region.
2626
+ # The tax documents required in your Amazon Web Services Region.
2563
2627
  #
2564
2628
  # @note When making an API call, you may pass TaxDocuments
2565
2629
  # data as a hash:
@@ -2571,7 +2635,7 @@ module Aws::Snowball
2571
2635
  # }
2572
2636
  #
2573
2637
  # @!attribute [rw] ind
2574
- # The tax documents required in AWS Regions in India.
2638
+ # The tax documents required in Amazon Web Services Region in India.
2575
2639
  # @return [Types::INDTaxDocuments]
2576
2640
  #
2577
2641
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/TaxDocuments AWS API Documentation
@@ -2584,7 +2648,7 @@ module Aws::Snowball
2584
2648
 
2585
2649
  # The address is either outside the serviceable area for your region, or
2586
2650
  # an error occurred. Check the address with your region's carrier and
2587
- # try again. If the issue persists, contact AWS Support.
2651
+ # try again. If the issue persists, contact Amazon Web Services Support.
2588
2652
  #
2589
2653
  # @!attribute [rw] message
2590
2654
  # @return [String]
@@ -2642,6 +2706,10 @@ module Aws::Snowball
2642
2706
  # storage_limit: 1,
2643
2707
  # storage_unit: "TB", # accepts TB
2644
2708
  # },
2709
+ # tgw_on_device_service: {
2710
+ # storage_limit: 1,
2711
+ # storage_unit: "TB", # accepts TB
2712
+ # },
2645
2713
  # },
2646
2714
  # address_id: "AddressId",
2647
2715
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2661,7 +2729,7 @@ module Aws::Snowball
2661
2729
  # @!attribute [rw] role_arn
2662
2730
  # The new role Amazon Resource Name (ARN) that you want to associate
2663
2731
  # with this cluster. To create a role ARN, use the [CreateRole][1] API
2664
- # action in AWS Identity and Access Management (IAM).
2732
+ # action in Identity and Access Management (IAM).
2665
2733
  #
2666
2734
  #
2667
2735
  #
@@ -2679,8 +2747,9 @@ module Aws::Snowball
2679
2747
  #
2680
2748
  # @!attribute [rw] on_device_service_configuration
2681
2749
  # 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).
2750
+ # your transferred data will be exported from or imported into. Amazon
2751
+ # Web Services Snow Family device clusters support Amazon S3 and NFS
2752
+ # (Network File System).
2684
2753
  # @return [Types::OnDeviceServiceConfiguration]
2685
2754
  #
2686
2755
  # @!attribute [rw] address_id
@@ -2770,6 +2839,10 @@ module Aws::Snowball
2770
2839
  # storage_limit: 1,
2771
2840
  # storage_unit: "TB", # accepts TB
2772
2841
  # },
2842
+ # tgw_on_device_service: {
2843
+ # storage_limit: 1,
2844
+ # storage_unit: "TB", # accepts TB
2845
+ # },
2773
2846
  # },
2774
2847
  # address_id: "AddressId",
2775
2848
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2785,8 +2858,8 @@ module Aws::Snowball
2785
2858
  #
2786
2859
  # @!attribute [rw] role_arn
2787
2860
  # The new role Amazon Resource Name (ARN) that you want to associate
2788
- # with this job. To create a role ARN, use the [CreateRole][1]AWS
2789
- # Identity and Access Management (IAM) API action.
2861
+ # with this job. To create a role ARN, use the [CreateRole][1]Identity
2862
+ # and Access Management (IAM) API action.
2790
2863
  #
2791
2864
  #
2792
2865
  #
@@ -2803,8 +2876,10 @@ module Aws::Snowball
2803
2876
  #
2804
2877
  # @!attribute [rw] on_device_service_configuration
2805
2878
  # 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).
2879
+ # your transferred data will be exported from or imported into. Amazon
2880
+ # Web Services Snow Family supports Amazon S3 and NFS (Network File
2881
+ # System) and the Amazon Web Services Storage Gateway service Tape
2882
+ # Gateway type.
2808
2883
  # @return [Types::OnDeviceServiceConfiguration]
2809
2884
  #
2810
2885
  # @!attribute [rw] address_id
@@ -2875,7 +2950,8 @@ module Aws::Snowball
2875
2950
  #
2876
2951
  # Set to `RECEIVED` when the device arrives at your location.
2877
2952
  #
2878
- # Set to `RETURNED` when you have returned the device to AWS.
2953
+ # Set to `RETURNED` when you have returned the device to Amazon Web
2954
+ # Services.
2879
2955
  # @return [String]
2880
2956
  #
2881
2957
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobShipmentStateRequest AWS API Documentation
@@ -2929,7 +3005,7 @@ module Aws::Snowball
2929
3005
  #
2930
3006
  class UpdateLongTermPricingResult < Aws::EmptyStructure; end
2931
3007
 
2932
- # Configures the wireless connection on an AWS Snowcone device.
3008
+ # Configures the wireless connection on an Snowcone device.
2933
3009
  #
2934
3010
  # @note When making an API call, you may pass WirelessConnection
2935
3011
  # data as a hash:
@@ -2939,7 +3015,7 @@ module Aws::Snowball
2939
3015
  # }
2940
3016
  #
2941
3017
  # @!attribute [rw] is_wifi_enabled
2942
- # Enables the Wi-Fi adapter on an AWS Snowcone device.
3018
+ # Enables the Wi-Fi adapter on an Snowcone device.
2943
3019
  # @return [Boolean]
2944
3020
  #
2945
3021
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/WirelessConnection AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-snowball/customizations'
48
48
  # @!group service
49
49
  module Aws::Snowball
50
50
 
51
- GEM_VERSION = '1.41.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
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.41.0
4
+ version: 1.45.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-07-30 00:00:00.000000000 Z
11
+ date: 2021-11-30 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.119.0
22
+ version: 3.122.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.119.0
32
+ version: 3.122.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: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="