aws-sdk-snowball 1.44.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: a34c3c799d21412ff892fa71fc1ad734c4454e7fe696e8570cef27a37a89125d
4
- data.tar.gz: 4dc46f3bbf0644e7f1aea006d24473ff4f6c5881350d69d4485f7e5ba8cfdde5
3
+ metadata.gz: 569af9f105e654086b5c18c05a4e775a55bdf5cc4287a69acaa83d46ce66a570
4
+ data.tar.gz: 9d0acc5c5f7b4c7baf979ab254712e4c5d78f27c5e525b6930d32083a295df11
5
5
  SHA512:
6
- metadata.gz: 347890fcf39ec64c97767673b77d713de49a6384b525366febd06a7af12c6f6a30cdb9a714dc7bc85188cc7ddb2ffe3dd72025b963b2a5dbc6382a5c0d7ad1d2
7
- data.tar.gz: 4855adbbce7053d353a1779759b416e3350f823241baa5ffe8fffac2385bbdb3a9ebc261461c8cf70957dd8301b0c229b38327d15cb97ad54cce45d8f68fd79f
6
+ metadata.gz: 47106cc1b973c54f176c7b0bb9b9c141c643954f99d2c1497bba9e2e6a0771deb1f0fc38b0c0cc1374710572a70b7e74da7a75528fd51242eb70f9fab084d3b2
7
+ data.tar.gz: 6b512c7d761cfabbd339fd1156b5ef00eb0e46e3d0c13e7aa65c30b3085c70e6cdd109d2333b3bcb9b0013ee0da3c8c1b1661899505b1f3fc8685ec331e3e231
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.44.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.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
@@ -504,13 +506,14 @@ module Aws::Snowball
504
506
  #
505
507
  # @option params [required, Types::JobResource] :resources
506
508
  # The resources associated with the cluster job. These resources include
507
- # Amazon S3 buckets and optional AWS Lambda functions written in the
508
- # Python language.
509
+ # Amazon S3 buckets and optional Lambda functions written in the Python
510
+ # language.
509
511
  #
510
512
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
511
513
  # Specifies the service or services on the Snow Family device that your
512
- # transferred data will be exported from or imported into. AWS Snow
513
- # 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).
514
517
  #
515
518
  # @option params [String] :description
516
519
  # An optional description of this specific cluster, for example
@@ -522,7 +525,7 @@ module Aws::Snowball
522
525
  # @option params [String] :kms_key_arn
523
526
  # The `KmsKeyARN` value that you want to associate with this cluster.
524
527
  # `KmsKeyARN` values are created by using the [CreateKey][1] API action
525
- # in AWS Key Management Service (AWS KMS).
528
+ # in Key Management Service (KMS).
526
529
  #
527
530
  #
528
531
  #
@@ -530,18 +533,18 @@ module Aws::Snowball
530
533
  #
531
534
  # @option params [required, String] :role_arn
532
535
  # The `RoleARN` that you want to associate with this cluster. `RoleArn`
533
- # values are created by using the [CreateRole][1] API action in AWS
534
- # Identity and Access Management (IAM).
536
+ # values are created by using the [CreateRole][1] API action in Identity
537
+ # and Access Management (IAM).
535
538
  #
536
539
  #
537
540
  #
538
541
  # [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
539
542
  #
540
543
  # @option params [required, String] :snowball_type
541
- # The type of AWS Snow Family device to use for this cluster.
544
+ # The type of Snow Family Devices to use for this cluster.
542
545
  #
543
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
544
- # device type.
546
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
547
+ # only the `EDGE` device type.
545
548
  #
546
549
  # </note>
547
550
  #
@@ -592,7 +595,7 @@ module Aws::Snowball
592
595
  # in most regions.
593
596
  #
594
597
  # @option params [Types::TaxDocuments] :tax_documents
595
- # The tax documents required in your AWS Region.
598
+ # The tax documents required in your Amazon Web Services Region.
596
599
  #
597
600
  # @option params [String] :remote_management
598
601
  # Allows you to securely operate and manage Snow devices in a cluster
@@ -682,6 +685,10 @@ module Aws::Snowball
682
685
  # storage_limit: 1,
683
686
  # storage_unit: "TB", # accepts TB
684
687
  # },
688
+ # tgw_on_device_service: {
689
+ # storage_limit: 1,
690
+ # storage_unit: "TB", # accepts TB
691
+ # },
685
692
  # },
686
693
  # description: "String",
687
694
  # address_id: "AddressId", # required
@@ -717,25 +724,26 @@ module Aws::Snowball
717
724
  end
718
725
 
719
726
  # Creates a job to import or export data between Amazon S3 and your
720
- # on-premises data center. Your AWS account must have the right trust
721
- # policies and permissions in place to create a job for a Snow device.
722
- # If you're creating a job for a node in a cluster, you only need to
723
- # provide the `clusterId` value; the other job attributes are inherited
724
- # 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.
725
732
  #
726
733
  # <note markdown="1"> Only the Snowball; Edge device type is supported when ordering
727
734
  # clustered jobs.
728
735
  #
729
736
  # The device capacity is optional.
730
737
  #
731
- # Availability of device types differ by AWS Region. For more
732
- # 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].
733
741
  #
734
742
  # </note>
735
743
  #
736
744
  #
737
745
  #
738
- # **AWS Snow Family device types and their capacities.**
746
+ # **Snow Family Devices and their capacities.**
739
747
  #
740
748
  # * Snow Family device type: **SNC1\_SSD**
741
749
  #
@@ -793,7 +801,7 @@ module Aws::Snowball
793
801
  # * Description: Original Snowball device
794
802
  #
795
803
  # <note markdown="1"> This device is only available in the Ningxia, Beijing, and
796
- # Singapore AWS Regions.
804
+ # Singapore Amazon Web Services Region
797
805
  #
798
806
  # </note>
799
807
  #
@@ -806,7 +814,7 @@ module Aws::Snowball
806
814
  # * Description: Original Snowball device
807
815
  #
808
816
  # <note markdown="1"> This device is only available in the Ningxia, Beijing, and
809
- # Singapore AWS Regions.
817
+ # Singapore Amazon Web Services Region.
810
818
  #
811
819
  # </note>
812
820
  #
@@ -832,8 +840,9 @@ module Aws::Snowball
832
840
  #
833
841
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
834
842
  # Specifies the service or services on the Snow Family device that your
835
- # transferred data will be exported from or imported into. AWS Snow
836
- # 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.
837
846
  #
838
847
  # @option params [String] :description
839
848
  # Defines an optional description of this specific job, for example
@@ -844,8 +853,8 @@ module Aws::Snowball
844
853
  #
845
854
  # @option params [String] :kms_key_arn
846
855
  # The `KmsKeyARN` that you want to associate with this job. `KmsKeyARN`s
847
- # are created using the [CreateKey][1] AWS Key Management Service (KMS)
848
- # API action.
856
+ # are created using the [CreateKey][1] Key Management Service (KMS) API
857
+ # action.
849
858
  #
850
859
  #
851
860
  #
@@ -853,8 +862,8 @@ module Aws::Snowball
853
862
  #
854
863
  # @option params [String] :role_arn
855
864
  # The `RoleARN` that you want to associate with this job. `RoleArn`s are
856
- # created using the [CreateRole][1] AWS Identity and Access Management
857
- # (IAM) API action.
865
+ # created using the [CreateRole][1] Identity and Access Management (IAM)
866
+ # API action.
858
867
  #
859
868
  #
860
869
  #
@@ -899,15 +908,15 @@ module Aws::Snowball
899
908
  # job attributes are inherited from the cluster.
900
909
  #
901
910
  # @option params [String] :snowball_type
902
- # The type of AWS Snow Family device to use for this job.
911
+ # The type of Snow Family Devices to use for this job.
903
912
  #
904
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
905
- # device type.
913
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
914
+ # only the `EDGE` device type.
906
915
  #
907
916
  # </note>
908
917
  #
909
- # The type of AWS Snow device to use for this job. Currently, the only
910
- # 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`.
911
920
  #
912
921
  # For more information, see [Snowball Edge Device Options][1] in the
913
922
  # Snowball Edge Developer Guide.
@@ -927,10 +936,10 @@ module Aws::Snowball
927
936
  # most Regions.
928
937
  #
929
938
  # @option params [Types::TaxDocuments] :tax_documents
930
- # The tax documents required in your AWS Region.
939
+ # The tax documents required in your Amazon Web Services Region.
931
940
  #
932
941
  # @option params [Types::DeviceConfiguration] :device_configuration
933
- # Defines the device configuration for an AWS Snowcone job.
942
+ # Defines the device configuration for an Snowcone job.
934
943
  #
935
944
  # For more information, see
936
945
  # "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
@@ -1031,6 +1040,10 @@ module Aws::Snowball
1031
1040
  # storage_limit: 1,
1032
1041
  # storage_unit: "TB", # accepts TB
1033
1042
  # },
1043
+ # tgw_on_device_service: {
1044
+ # storage_limit: 1,
1045
+ # storage_unit: "TB", # accepts TB
1046
+ # },
1034
1047
  # },
1035
1048
  # description: "String",
1036
1049
  # address_id: "AddressId",
@@ -1077,8 +1090,8 @@ module Aws::Snowball
1077
1090
 
1078
1091
  # Creates a job with the long-term usage option for a device. The
1079
1092
  # long-term usage is a 1-year or 3-year long-term pricing type for the
1080
- # device. You are billed upfront, and AWS provides discounts for
1081
- # long-term pricing.
1093
+ # device. You are billed upfront, and Amazon Web Services provides
1094
+ # discounts for long-term pricing.
1082
1095
  #
1083
1096
  # @option params [required, String] :long_term_pricing_type
1084
1097
  # The type of long-term pricing option you want for the device, either
@@ -1089,8 +1102,7 @@ module Aws::Snowball
1089
1102
  # should be renewed.
1090
1103
  #
1091
1104
  # @option params [String] :snowball_type
1092
- # The type of AWS Snow Family device to use for the long-term pricing
1093
- # job.
1105
+ # The type of Snow Family Devices to use for the long-term pricing job.
1094
1106
  #
1095
1107
  # @return [Types::CreateLongTermPricingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1096
1108
  #
@@ -1118,7 +1130,7 @@ module Aws::Snowball
1118
1130
  end
1119
1131
 
1120
1132
  # Creates a shipping label that will be used to return the Snow device
1121
- # to AWS.
1133
+ # to Amazon Web Services.
1122
1134
  #
1123
1135
  # @option params [required, String] :job_id
1124
1136
  # The ID for a job that you want to create the return shipping label
@@ -1126,9 +1138,9 @@ module Aws::Snowball
1126
1138
  #
1127
1139
  # @option params [String] :shipping_option
1128
1140
  # The shipping speed for a particular job. This speed doesn't dictate
1129
- # how soon the device is returned to AWS. This speed represents how
1130
- # quickly it moves to its destination while in transit. Regional
1131
- # 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:
1132
1144
  #
1133
1145
  # @return [Types::CreateReturnShippingLabelResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1134
1146
  #
@@ -1390,6 +1402,8 @@ module Aws::Snowball
1390
1402
  # resp.cluster_metadata.tax_documents.ind.gstin #=> String
1391
1403
  # resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1392
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"
1393
1407
  #
1394
1408
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeCluster AWS API Documentation
1395
1409
  #
@@ -1510,6 +1524,8 @@ module Aws::Snowball
1510
1524
  # resp.job_metadata.long_term_pricing_id #=> String
1511
1525
  # resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1512
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"
1513
1529
  # resp.sub_job_metadata #=> Array
1514
1530
  # resp.sub_job_metadata[0].job_id #=> String
1515
1531
  # resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
@@ -1559,6 +1575,8 @@ module Aws::Snowball
1559
1575
  # resp.sub_job_metadata[0].long_term_pricing_id #=> String
1560
1576
  # resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1561
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"
1562
1580
  #
1563
1581
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
1564
1582
  #
@@ -1570,7 +1588,7 @@ module Aws::Snowball
1570
1588
  end
1571
1589
 
1572
1590
  # Information on the shipping label of a Snow device that is being
1573
- # returned to AWS.
1591
+ # returned to Amazon Web Services.
1574
1592
  #
1575
1593
  # @option params [required, String] :job_id
1576
1594
  # The automatically generated ID for a job, for example
@@ -1580,6 +1598,7 @@ module Aws::Snowball
1580
1598
  #
1581
1599
  # * {Types::DescribeReturnShippingLabelResult#status #status} => String
1582
1600
  # * {Types::DescribeReturnShippingLabelResult#expiration_date #expiration_date} => Time
1601
+ # * {Types::DescribeReturnShippingLabelResult#return_shipping_label_uri #return_shipping_label_uri} => String
1583
1602
  #
1584
1603
  # @example Request syntax with placeholder values
1585
1604
  #
@@ -1591,6 +1610,7 @@ module Aws::Snowball
1591
1610
  #
1592
1611
  # resp.status #=> String, one of "InProgress", "TimedOut", "Succeeded", "Failed"
1593
1612
  # resp.expiration_date #=> Time
1613
+ # resp.return_shipping_label_uri #=> String
1594
1614
  #
1595
1615
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeReturnShippingLabel AWS API Documentation
1596
1616
  #
@@ -1739,7 +1759,7 @@ module Aws::Snowball
1739
1759
  #
1740
1760
  # The default service limit for the number of Snow devices that you can
1741
1761
  # have at one time is 1. If you want to increase your service limit,
1742
- # contact AWS Support.
1762
+ # contact Amazon Web Services Support.
1743
1763
  #
1744
1764
  # @return [Types::GetSnowballUsageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1745
1765
  #
@@ -1982,11 +2002,11 @@ module Aws::Snowball
1982
2002
  end
1983
2003
 
1984
2004
  # This action returns a list of the different Amazon EC2 Amazon Machine
1985
- # Images (AMIs) that are owned by your AWS account that would be
1986
- # supported for use on a Snow device. Currently, supported AMIs are
1987
- # 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
1988
2008
  # 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available
1989
- # on the AWS Marketplace.
2009
+ # on the Amazon Web Services Marketplace.
1990
2010
  #
1991
2011
  # @option params [Integer] :max_results
1992
2012
  # The maximum number of results for the list of compatible images.
@@ -2159,7 +2179,7 @@ module Aws::Snowball
2159
2179
  # @option params [String] :role_arn
2160
2180
  # The new role Amazon Resource Name (ARN) that you want to associate
2161
2181
  # with this cluster. To create a role ARN, use the [CreateRole][1] API
2162
- # action in AWS Identity and Access Management (IAM).
2182
+ # action in Identity and Access Management (IAM).
2163
2183
  #
2164
2184
  #
2165
2185
  #
@@ -2174,8 +2194,9 @@ module Aws::Snowball
2174
2194
  #
2175
2195
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
2176
2196
  # Specifies the service or services on the Snow Family device that your
2177
- # transferred data will be exported from or imported into. AWS Snow
2178
- # 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).
2179
2200
  #
2180
2201
  # @option params [String] :address_id
2181
2202
  # The ID of the updated Address object.
@@ -2249,6 +2270,10 @@ module Aws::Snowball
2249
2270
  # storage_limit: 1,
2250
2271
  # storage_unit: "TB", # accepts TB
2251
2272
  # },
2273
+ # tgw_on_device_service: {
2274
+ # storage_limit: 1,
2275
+ # storage_unit: "TB", # accepts TB
2276
+ # },
2252
2277
  # },
2253
2278
  # address_id: "AddressId",
2254
2279
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2280,8 +2305,8 @@ module Aws::Snowball
2280
2305
  #
2281
2306
  # @option params [String] :role_arn
2282
2307
  # The new role Amazon Resource Name (ARN) that you want to associate
2283
- # with this job. To create a role ARN, use the [CreateRole][1]AWS
2284
- # 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.
2285
2310
  #
2286
2311
  #
2287
2312
  #
@@ -2295,8 +2320,9 @@ module Aws::Snowball
2295
2320
  #
2296
2321
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
2297
2322
  # Specifies the service or services on the Snow Family device that your
2298
- # transferred data will be exported from or imported into. AWS Snow
2299
- # 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.
2300
2326
  #
2301
2327
  # @option params [String] :address_id
2302
2328
  # The ID of the updated Address object.
@@ -2386,6 +2412,10 @@ module Aws::Snowball
2386
2412
  # storage_limit: 1,
2387
2413
  # storage_unit: "TB", # accepts TB
2388
2414
  # },
2415
+ # tgw_on_device_service: {
2416
+ # storage_limit: 1,
2417
+ # storage_unit: "TB", # accepts TB
2418
+ # },
2389
2419
  # },
2390
2420
  # address_id: "AddressId",
2391
2421
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2414,7 +2444,8 @@ module Aws::Snowball
2414
2444
  #
2415
2445
  # Set to `RECEIVED` when the device arrives at your location.
2416
2446
  #
2417
- # 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.
2418
2449
  #
2419
2450
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2420
2451
  #
@@ -2480,7 +2511,7 @@ module Aws::Snowball
2480
2511
  params: params,
2481
2512
  config: config)
2482
2513
  context[:gem_name] = 'aws-sdk-snowball'
2483
- context[:gem_version] = '1.44.0'
2514
+ context[:gem_version] = '1.45.0'
2484
2515
  Seahorse::Client::Request.new(handlers, context)
2485
2516
  end
2486
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.44.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.44.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-11-04 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