aws-sdk-snowball 1.43.0 → 1.47.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: f392db21908e2279418162c5f1cdadd68cba301dc7c41f91c71b6b86028f07d7
4
- data.tar.gz: 6fa0d6eeb957236dc8349c055fdb1c77271f548fbb10911a73e73e0bcc6aab38
3
+ metadata.gz: 120c8b5be70fb61537ca13c40847c26961e9a5dc3785655c947f0e55c3a60f93
4
+ data.tar.gz: f113164c43fdf90821576e3bf56d588f3a0d001c9f8dc1f366f4fec2c01ced08
5
5
  SHA512:
6
- metadata.gz: bd339a9b1840e4b18ee92a28bf6ff4394939251bfefa797ebf0dabbceb555496eff99d5d97685cf5f367a5ed066fab86b4e7753f04742f596bec469ef42c4e80
7
- data.tar.gz: e2fb56bc27b6bdb16d6f44c65726827ac1b7eef7f964ab410c5495d9bd94e111c8cd0ce3a294955eb4d8f42e842ba9d7bd285c0a9aac74cb55ef816b8c9c7df7
6
+ metadata.gz: 7b16120f761f5b533280458db94eaae0445523ee7f6722713057ec0a14b3a44e7099e744c70fa3608074f226aaf6271c9e8b206fdb3a957ed743364edaa6639d
7
+ data.tar.gz: afd34ce0ee4e94c4b4b3fb908b0deb069cebc336464925c44eb1a27cb4886d997c0f509dd1fb6642547ec2f45ac61c35b98ecdc6500c3b1aafd1b1c702e38a33
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2022-01-05)
5
+ ------------------
6
+
7
+ * Feature - Updating validation rules for interfaces used in the Snowball API to tighten security of service.
8
+
9
+ 1.46.0 (2021-12-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.45.0 (2021-11-30)
15
+ ------------------
16
+
17
+ * 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.
18
+
19
+ 1.44.0 (2021-11-04)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.43.0 (2021-10-18)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.47.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
30
31
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
32
33
 
@@ -73,6 +74,7 @@ module Aws::Snowball
73
74
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
74
75
  add_plugin(Aws::Plugins::TransferEncoding)
75
76
  add_plugin(Aws::Plugins::HttpChecksum)
77
+ add_plugin(Aws::Plugins::DefaultsMode)
76
78
  add_plugin(Aws::Plugins::SignatureV4)
77
79
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
78
80
 
@@ -119,7 +121,9 @@ module Aws::Snowball
119
121
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
122
  # are very aggressive. Construct and pass an instance of
121
123
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
124
+ # enable retries and extended timeouts. Instance profile credential
125
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
126
+ # to true.
123
127
  #
124
128
  # @option options [required, String] :region
125
129
  # The AWS region to connect to. The configured `:region` is
@@ -173,6 +177,10 @@ module Aws::Snowball
173
177
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
174
178
  # a clock skew correction and retry requests with skewed client clocks.
175
179
  #
180
+ # @option options [String] :defaults_mode ("legacy")
181
+ # See {Aws::DefaultsModeConfiguration} for a list of the
182
+ # accepted modes and the configuration defaults that are included.
183
+ #
176
184
  # @option options [Boolean] :disable_host_prefix_injection (false)
177
185
  # Set to true to disable SDK automatically adding host prefix
178
186
  # to default service endpoint when available.
@@ -285,6 +293,15 @@ module Aws::Snowball
285
293
  # ** Please note ** When response stubbing is enabled, no HTTP
286
294
  # requests are made, and retries are disabled.
287
295
  #
296
+ # @option options [Boolean] :use_dualstack_endpoint
297
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
298
+ # will be used if available.
299
+ #
300
+ # @option options [Boolean] :use_fips_endpoint
301
+ # When set to `true`, fips compatible endpoints will be used if available.
302
+ # When a `fips` region is used, the region is normalized and this config
303
+ # is set to `true`.
304
+ #
288
305
  # @option options [Boolean] :validate_params (true)
289
306
  # When `true`, request parameters are validated before
290
307
  # sending the request.
@@ -296,7 +313,7 @@ module Aws::Snowball
296
313
  # seconds to wait when opening a HTTP session before raising a
297
314
  # `Timeout::Error`.
298
315
  #
299
- # @option options [Integer] :http_read_timeout (60) The default
316
+ # @option options [Float] :http_read_timeout (60) The default
300
317
  # number of seconds to wait for response data. This value can
301
318
  # safely be set per-request on the session.
302
319
  #
@@ -312,6 +329,9 @@ module Aws::Snowball
312
329
  # disables this behaviour. This value can safely be set per
313
330
  # request on the session.
314
331
  #
332
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
333
+ # in seconds.
334
+ #
315
335
  # @option options [Boolean] :http_wire_trace (false) When `true`,
316
336
  # HTTP debug output will be sent to the `:logger`.
317
337
  #
@@ -495,13 +515,14 @@ module Aws::Snowball
495
515
  #
496
516
  # @option params [required, Types::JobResource] :resources
497
517
  # 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.
518
+ # Amazon S3 buckets and optional Lambda functions written in the Python
519
+ # language.
500
520
  #
501
521
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
502
522
  # 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).
523
+ # transferred data will be exported from or imported into. Amazon Web
524
+ # Services Snow Family device clusters support Amazon S3 and NFS
525
+ # (Network File System).
505
526
  #
506
527
  # @option params [String] :description
507
528
  # An optional description of this specific cluster, for example
@@ -513,7 +534,7 @@ module Aws::Snowball
513
534
  # @option params [String] :kms_key_arn
514
535
  # The `KmsKeyARN` value that you want to associate with this cluster.
515
536
  # `KmsKeyARN` values are created by using the [CreateKey][1] API action
516
- # in AWS Key Management Service (AWS KMS).
537
+ # in Key Management Service (KMS).
517
538
  #
518
539
  #
519
540
  #
@@ -521,18 +542,18 @@ module Aws::Snowball
521
542
  #
522
543
  # @option params [required, String] :role_arn
523
544
  # 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).
545
+ # values are created by using the [CreateRole][1] API action in Identity
546
+ # and Access Management (IAM).
526
547
  #
527
548
  #
528
549
  #
529
550
  # [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
530
551
  #
531
552
  # @option params [required, String] :snowball_type
532
- # The type of AWS Snow Family device to use for this cluster.
553
+ # The type of Snow Family Devices to use for this cluster.
533
554
  #
534
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
535
- # device type.
555
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
556
+ # only the `EDGE` device type.
536
557
  #
537
558
  # </note>
538
559
  #
@@ -583,7 +604,7 @@ module Aws::Snowball
583
604
  # in most regions.
584
605
  #
585
606
  # @option params [Types::TaxDocuments] :tax_documents
586
- # The tax documents required in your AWS Region.
607
+ # The tax documents required in your Amazon Web Services Region.
587
608
  #
588
609
  # @option params [String] :remote_management
589
610
  # Allows you to securely operate and manage Snow devices in a cluster
@@ -673,6 +694,10 @@ module Aws::Snowball
673
694
  # storage_limit: 1,
674
695
  # storage_unit: "TB", # accepts TB
675
696
  # },
697
+ # tgw_on_device_service: {
698
+ # storage_limit: 1,
699
+ # storage_unit: "TB", # accepts TB
700
+ # },
676
701
  # },
677
702
  # description: "String",
678
703
  # address_id: "AddressId", # required
@@ -708,25 +733,26 @@ module Aws::Snowball
708
733
  end
709
734
 
710
735
  # 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.
736
+ # on-premises data center. Your Amazon Web Services account must have
737
+ # the right trust policies and permissions in place to create a job for
738
+ # a Snow device. If you're creating a job for a node in a cluster, you
739
+ # only need to provide the `clusterId` value; the other job attributes
740
+ # are inherited from the cluster.
716
741
  #
717
742
  # <note markdown="1"> Only the Snowball; Edge device type is supported when ordering
718
743
  # clustered jobs.
719
744
  #
720
745
  # The device capacity is optional.
721
746
  #
722
- # Availability of device types differ by AWS Region. For more
723
- # information about Region availability, see [AWS Regional Services][1].
747
+ # Availability of device types differ by Amazon Web Services Region. For
748
+ # more information about Region availability, see [Amazon Web Services
749
+ # Regional Services][1].
724
750
  #
725
751
  # </note>
726
752
  #
727
753
  #
728
754
  #
729
- # **AWS Snow Family device types and their capacities.**
755
+ # **Snow Family Devices and their capacities.**
730
756
  #
731
757
  # * Snow Family device type: **SNC1\_SSD**
732
758
  #
@@ -784,7 +810,7 @@ module Aws::Snowball
784
810
  # * Description: Original Snowball device
785
811
  #
786
812
  # <note markdown="1"> This device is only available in the Ningxia, Beijing, and
787
- # Singapore AWS Regions.
813
+ # Singapore Amazon Web Services Region
788
814
  #
789
815
  # </note>
790
816
  #
@@ -797,7 +823,7 @@ module Aws::Snowball
797
823
  # * Description: Original Snowball device
798
824
  #
799
825
  # <note markdown="1"> This device is only available in the Ningxia, Beijing, and
800
- # Singapore AWS Regions.
826
+ # Singapore Amazon Web Services Region.
801
827
  #
802
828
  # </note>
803
829
  #
@@ -823,8 +849,9 @@ module Aws::Snowball
823
849
  #
824
850
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
825
851
  # 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).
852
+ # transferred data will be exported from or imported into. Amazon Web
853
+ # Services Snow Family supports Amazon S3 and NFS (Network File System)
854
+ # and the Amazon Web Services Storage Gateway service Tape Gateway type.
828
855
  #
829
856
  # @option params [String] :description
830
857
  # Defines an optional description of this specific job, for example
@@ -835,8 +862,8 @@ module Aws::Snowball
835
862
  #
836
863
  # @option params [String] :kms_key_arn
837
864
  # 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.
865
+ # are created using the [CreateKey][1] Key Management Service (KMS) API
866
+ # action.
840
867
  #
841
868
  #
842
869
  #
@@ -844,8 +871,8 @@ module Aws::Snowball
844
871
  #
845
872
  # @option params [String] :role_arn
846
873
  # 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.
874
+ # created using the [CreateRole][1] Identity and Access Management (IAM)
875
+ # API action.
849
876
  #
850
877
  #
851
878
  #
@@ -890,15 +917,15 @@ module Aws::Snowball
890
917
  # job attributes are inherited from the cluster.
891
918
  #
892
919
  # @option params [String] :snowball_type
893
- # The type of AWS Snow Family device to use for this job.
920
+ # The type of Snow Family Devices to use for this job.
894
921
  #
895
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
896
- # device type.
922
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
923
+ # only the `EDGE` device type.
897
924
  #
898
925
  # </note>
899
926
  #
900
- # The type of AWS Snow device to use for this job. Currently, the only
901
- # supported device type for cluster jobs is `EDGE`.
927
+ # The type of Amazon Web Services Snow device to use for this job.
928
+ # Currently, the only supported device type for cluster jobs is `EDGE`.
902
929
  #
903
930
  # For more information, see [Snowball Edge Device Options][1] in the
904
931
  # Snowball Edge Developer Guide.
@@ -918,10 +945,10 @@ module Aws::Snowball
918
945
  # most Regions.
919
946
  #
920
947
  # @option params [Types::TaxDocuments] :tax_documents
921
- # The tax documents required in your AWS Region.
948
+ # The tax documents required in your Amazon Web Services Region.
922
949
  #
923
950
  # @option params [Types::DeviceConfiguration] :device_configuration
924
- # Defines the device configuration for an AWS Snowcone job.
951
+ # Defines the device configuration for an Snowcone job.
925
952
  #
926
953
  # For more information, see
927
954
  # "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
@@ -1022,6 +1049,10 @@ module Aws::Snowball
1022
1049
  # storage_limit: 1,
1023
1050
  # storage_unit: "TB", # accepts TB
1024
1051
  # },
1052
+ # tgw_on_device_service: {
1053
+ # storage_limit: 1,
1054
+ # storage_unit: "TB", # accepts TB
1055
+ # },
1025
1056
  # },
1026
1057
  # description: "String",
1027
1058
  # address_id: "AddressId",
@@ -1068,8 +1099,8 @@ module Aws::Snowball
1068
1099
 
1069
1100
  # Creates a job with the long-term usage option for a device. The
1070
1101
  # 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.
1102
+ # device. You are billed upfront, and Amazon Web Services provides
1103
+ # discounts for long-term pricing.
1073
1104
  #
1074
1105
  # @option params [required, String] :long_term_pricing_type
1075
1106
  # The type of long-term pricing option you want for the device, either
@@ -1080,8 +1111,7 @@ module Aws::Snowball
1080
1111
  # should be renewed.
1081
1112
  #
1082
1113
  # @option params [String] :snowball_type
1083
- # The type of AWS Snow Family device to use for the long-term pricing
1084
- # job.
1114
+ # The type of Snow Family Devices to use for the long-term pricing job.
1085
1115
  #
1086
1116
  # @return [Types::CreateLongTermPricingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1087
1117
  #
@@ -1109,7 +1139,7 @@ module Aws::Snowball
1109
1139
  end
1110
1140
 
1111
1141
  # Creates a shipping label that will be used to return the Snow device
1112
- # to AWS.
1142
+ # to Amazon Web Services.
1113
1143
  #
1114
1144
  # @option params [required, String] :job_id
1115
1145
  # The ID for a job that you want to create the return shipping label
@@ -1117,9 +1147,9 @@ module Aws::Snowball
1117
1147
  #
1118
1148
  # @option params [String] :shipping_option
1119
1149
  # 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:
1150
+ # how soon the device is returned to Amazon Web Services. This speed
1151
+ # represents how quickly it moves to its destination while in transit.
1152
+ # Regional shipping speeds are as follows:
1123
1153
  #
1124
1154
  # @return [Types::CreateReturnShippingLabelResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1125
1155
  #
@@ -1381,6 +1411,8 @@ module Aws::Snowball
1381
1411
  # resp.cluster_metadata.tax_documents.ind.gstin #=> String
1382
1412
  # resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1383
1413
  # resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
1414
+ # resp.cluster_metadata.on_device_service_configuration.tgw_on_device_service.storage_limit #=> Integer
1415
+ # resp.cluster_metadata.on_device_service_configuration.tgw_on_device_service.storage_unit #=> String, one of "TB"
1384
1416
  #
1385
1417
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeCluster AWS API Documentation
1386
1418
  #
@@ -1501,6 +1533,8 @@ module Aws::Snowball
1501
1533
  # resp.job_metadata.long_term_pricing_id #=> String
1502
1534
  # resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1503
1535
  # resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
1536
+ # resp.job_metadata.on_device_service_configuration.tgw_on_device_service.storage_limit #=> Integer
1537
+ # resp.job_metadata.on_device_service_configuration.tgw_on_device_service.storage_unit #=> String, one of "TB"
1504
1538
  # resp.sub_job_metadata #=> Array
1505
1539
  # resp.sub_job_metadata[0].job_id #=> String
1506
1540
  # 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 +1584,8 @@ module Aws::Snowball
1550
1584
  # resp.sub_job_metadata[0].long_term_pricing_id #=> String
1551
1585
  # resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1552
1586
  # resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
1587
+ # resp.sub_job_metadata[0].on_device_service_configuration.tgw_on_device_service.storage_limit #=> Integer
1588
+ # resp.sub_job_metadata[0].on_device_service_configuration.tgw_on_device_service.storage_unit #=> String, one of "TB"
1553
1589
  #
1554
1590
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
1555
1591
  #
@@ -1561,7 +1597,7 @@ module Aws::Snowball
1561
1597
  end
1562
1598
 
1563
1599
  # Information on the shipping label of a Snow device that is being
1564
- # returned to AWS.
1600
+ # returned to Amazon Web Services.
1565
1601
  #
1566
1602
  # @option params [required, String] :job_id
1567
1603
  # The automatically generated ID for a job, for example
@@ -1571,6 +1607,7 @@ module Aws::Snowball
1571
1607
  #
1572
1608
  # * {Types::DescribeReturnShippingLabelResult#status #status} => String
1573
1609
  # * {Types::DescribeReturnShippingLabelResult#expiration_date #expiration_date} => Time
1610
+ # * {Types::DescribeReturnShippingLabelResult#return_shipping_label_uri #return_shipping_label_uri} => String
1574
1611
  #
1575
1612
  # @example Request syntax with placeholder values
1576
1613
  #
@@ -1582,6 +1619,7 @@ module Aws::Snowball
1582
1619
  #
1583
1620
  # resp.status #=> String, one of "InProgress", "TimedOut", "Succeeded", "Failed"
1584
1621
  # resp.expiration_date #=> Time
1622
+ # resp.return_shipping_label_uri #=> String
1585
1623
  #
1586
1624
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeReturnShippingLabel AWS API Documentation
1587
1625
  #
@@ -1730,7 +1768,7 @@ module Aws::Snowball
1730
1768
  #
1731
1769
  # The default service limit for the number of Snow devices that you can
1732
1770
  # have at one time is 1. If you want to increase your service limit,
1733
- # contact AWS Support.
1771
+ # contact Amazon Web Services Support.
1734
1772
  #
1735
1773
  # @return [Types::GetSnowballUsageResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1736
1774
  #
@@ -1973,11 +2011,11 @@ module Aws::Snowball
1973
2011
  end
1974
2012
 
1975
2013
  # 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
2014
+ # Images (AMIs) that are owned by your Amazon Web Services accountthat
2015
+ # would be supported for use on a Snow device. Currently, supported AMIs
2016
+ # are based on the CentOS 7 (x86\_64) - with Updates HVM, Ubuntu Server
1979
2017
  # 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available
1980
- # on the AWS Marketplace.
2018
+ # on the Amazon Web Services Marketplace.
1981
2019
  #
1982
2020
  # @option params [Integer] :max_results
1983
2021
  # The maximum number of results for the list of compatible images.
@@ -2150,7 +2188,7 @@ module Aws::Snowball
2150
2188
  # @option params [String] :role_arn
2151
2189
  # The new role Amazon Resource Name (ARN) that you want to associate
2152
2190
  # with this cluster. To create a role ARN, use the [CreateRole][1] API
2153
- # action in AWS Identity and Access Management (IAM).
2191
+ # action in Identity and Access Management (IAM).
2154
2192
  #
2155
2193
  #
2156
2194
  #
@@ -2165,8 +2203,9 @@ module Aws::Snowball
2165
2203
  #
2166
2204
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
2167
2205
  # 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).
2206
+ # transferred data will be exported from or imported into. Amazon Web
2207
+ # Services Snow Family device clusters support Amazon S3 and NFS
2208
+ # (Network File System).
2170
2209
  #
2171
2210
  # @option params [String] :address_id
2172
2211
  # The ID of the updated Address object.
@@ -2193,7 +2232,7 @@ module Aws::Snowball
2193
2232
  # resp = client.update_cluster({
2194
2233
  # address_id: "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
2195
2234
  # cluster_id: "CID123e4567-e89b-12d3-a456-426655440000",
2196
- # description: "Updated the address to send this to image processing - RJ",
2235
+ # description: "updated-cluster-name",
2197
2236
  # })
2198
2237
  #
2199
2238
  # @example Request syntax with placeholder values
@@ -2240,6 +2279,10 @@ module Aws::Snowball
2240
2279
  # storage_limit: 1,
2241
2280
  # storage_unit: "TB", # accepts TB
2242
2281
  # },
2282
+ # tgw_on_device_service: {
2283
+ # storage_limit: 1,
2284
+ # storage_unit: "TB", # accepts TB
2285
+ # },
2243
2286
  # },
2244
2287
  # address_id: "AddressId",
2245
2288
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2271,8 +2314,8 @@ module Aws::Snowball
2271
2314
  #
2272
2315
  # @option params [String] :role_arn
2273
2316
  # 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.
2317
+ # with this job. To create a role ARN, use the [CreateRole][1]Identity
2318
+ # and Access Management (IAM) API action.
2276
2319
  #
2277
2320
  #
2278
2321
  #
@@ -2286,8 +2329,9 @@ module Aws::Snowball
2286
2329
  #
2287
2330
  # @option params [Types::OnDeviceServiceConfiguration] :on_device_service_configuration
2288
2331
  # 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).
2332
+ # transferred data will be exported from or imported into. Amazon Web
2333
+ # Services Snow Family supports Amazon S3 and NFS (Network File System)
2334
+ # and the Amazon Web Services Storage Gateway service Tape Gateway type.
2291
2335
  #
2292
2336
  # @option params [String] :address_id
2293
2337
  # The ID of the updated Address object.
@@ -2323,7 +2367,7 @@ module Aws::Snowball
2323
2367
  #
2324
2368
  # resp = client.update_job({
2325
2369
  # address_id: "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
2326
- # description: "Upgraded to Edge, shipped to Finance Dept, and requested faster shipping speed - TS.",
2370
+ # description: "updated-job-name",
2327
2371
  # job_id: "JID123e4567-e89b-12d3-a456-426655440000",
2328
2372
  # shipping_option: "NEXT_DAY",
2329
2373
  # snowball_capacity_preference: "T100",
@@ -2377,6 +2421,10 @@ module Aws::Snowball
2377
2421
  # storage_limit: 1,
2378
2422
  # storage_unit: "TB", # accepts TB
2379
2423
  # },
2424
+ # tgw_on_device_service: {
2425
+ # storage_limit: 1,
2426
+ # storage_unit: "TB", # accepts TB
2427
+ # },
2380
2428
  # },
2381
2429
  # address_id: "AddressId",
2382
2430
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2405,7 +2453,8 @@ module Aws::Snowball
2405
2453
  #
2406
2454
  # Set to `RECEIVED` when the device arrives at your location.
2407
2455
  #
2408
- # Set to `RETURNED` when you have returned the device to AWS.
2456
+ # Set to `RETURNED` when you have returned the device to Amazon Web
2457
+ # Services.
2409
2458
  #
2410
2459
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2411
2460
  #
@@ -2471,7 +2520,7 @@ module Aws::Snowball
2471
2520
  params: params,
2472
2521
  config: config)
2473
2522
  context[:gem_name] = 'aws-sdk-snowball'
2474
- context[:gem_version] = '1.43.0'
2523
+ context[:gem_version] = '1.47.0'
2475
2524
  Seahorse::Client::Request.new(handlers, context)
2476
2525
  end
2477
2526
 
@@ -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
@@ -367,6 +367,8 @@ module Aws::Snowball
367
367
  # than once when other requests are not completed.
368
368
  #
369
369
  # @!attribute [rw] conflict_resource
370
+ # You get this resource when you call `CreateReturnShippingLabel` more
371
+ # than once when other requests are not completed. .
370
372
  # @return [String]
371
373
  #
372
374
  # @!attribute [rw] message
@@ -472,6 +474,10 @@ module Aws::Snowball
472
474
  # storage_limit: 1,
473
475
  # storage_unit: "TB", # accepts TB
474
476
  # },
477
+ # tgw_on_device_service: {
478
+ # storage_limit: 1,
479
+ # storage_unit: "TB", # accepts TB
480
+ # },
475
481
  # },
476
482
  # description: "String",
477
483
  # address_id: "AddressId", # required
@@ -506,14 +512,15 @@ module Aws::Snowball
506
512
  #
507
513
  # @!attribute [rw] resources
508
514
  # 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.
515
+ # include Amazon S3 buckets and optional Lambda functions written in
516
+ # the Python language.
511
517
  # @return [Types::JobResource]
512
518
  #
513
519
  # @!attribute [rw] on_device_service_configuration
514
520
  # 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).
521
+ # your transferred data will be exported from or imported into. Amazon
522
+ # Web Services Snow Family device clusters support Amazon S3 and NFS
523
+ # (Network File System).
517
524
  # @return [Types::OnDeviceServiceConfiguration]
518
525
  #
519
526
  # @!attribute [rw] description
@@ -528,7 +535,7 @@ module Aws::Snowball
528
535
  # @!attribute [rw] kms_key_arn
529
536
  # The `KmsKeyARN` value that you want to associate with this cluster.
530
537
  # `KmsKeyARN` values are created by using the [CreateKey][1] API
531
- # action in AWS Key Management Service (AWS KMS).
538
+ # action in Key Management Service (KMS).
532
539
  #
533
540
  #
534
541
  #
@@ -538,7 +545,7 @@ module Aws::Snowball
538
545
  # @!attribute [rw] role_arn
539
546
  # The `RoleARN` that you want to associate with this cluster.
540
547
  # `RoleArn` values are created by using the [CreateRole][1] API action
541
- # in AWS Identity and Access Management (IAM).
548
+ # in Identity and Access Management (IAM).
542
549
  #
543
550
  #
544
551
  #
@@ -546,10 +553,10 @@ module Aws::Snowball
546
553
  # @return [String]
547
554
  #
548
555
  # @!attribute [rw] snowball_type
549
- # The type of AWS Snow Family device to use for this cluster.
556
+ # The type of Snow Family Devices to use for this cluster.
550
557
  #
551
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
552
- # device type.
558
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
559
+ # only the `EDGE` device type.
553
560
  #
554
561
  # </note>
555
562
  #
@@ -606,7 +613,7 @@ module Aws::Snowball
606
613
  # @return [String]
607
614
  #
608
615
  # @!attribute [rw] tax_documents
609
- # The tax documents required in your AWS Region.
616
+ # The tax documents required in your Amazon Web Services Region.
610
617
  # @return [Types::TaxDocuments]
611
618
  #
612
619
  # @!attribute [rw] remote_management
@@ -692,6 +699,10 @@ module Aws::Snowball
692
699
  # storage_limit: 1,
693
700
  # storage_unit: "TB", # accepts TB
694
701
  # },
702
+ # tgw_on_device_service: {
703
+ # storage_limit: 1,
704
+ # storage_unit: "TB", # accepts TB
705
+ # },
695
706
  # },
696
707
  # description: "String",
697
708
  # address_id: "AddressId",
@@ -743,8 +754,10 @@ module Aws::Snowball
743
754
  #
744
755
  # @!attribute [rw] on_device_service_configuration
745
756
  # 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).
757
+ # your transferred data will be exported from or imported into. Amazon
758
+ # Web Services Snow Family supports Amazon S3 and NFS (Network File
759
+ # System) and the Amazon Web Services Storage Gateway service Tape
760
+ # Gateway type.
748
761
  # @return [Types::OnDeviceServiceConfiguration]
749
762
  #
750
763
  # @!attribute [rw] description
@@ -758,7 +771,7 @@ module Aws::Snowball
758
771
  #
759
772
  # @!attribute [rw] kms_key_arn
760
773
  # The `KmsKeyARN` that you want to associate with this job.
761
- # `KmsKeyARN`s are created using the [CreateKey][1] AWS Key Management
774
+ # `KmsKeyARN`s are created using the [CreateKey][1] Key Management
762
775
  # Service (KMS) API action.
763
776
  #
764
777
  #
@@ -768,8 +781,8 @@ module Aws::Snowball
768
781
  #
769
782
  # @!attribute [rw] role_arn
770
783
  # 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.
784
+ # are created using the [CreateRole][1] Identity and Access Management
785
+ # (IAM) API action.
773
786
  #
774
787
  #
775
788
  #
@@ -820,15 +833,16 @@ module Aws::Snowball
820
833
  # @return [String]
821
834
  #
822
835
  # @!attribute [rw] snowball_type
823
- # The type of AWS Snow Family device to use for this job.
836
+ # The type of Snow Family Devices to use for this job.
824
837
  #
825
- # <note markdown="1"> For cluster jobs, AWS Snow Family currently supports only the `EDGE`
826
- # device type.
838
+ # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
839
+ # only the `EDGE` device type.
827
840
  #
828
841
  # </note>
829
842
  #
830
- # The type of AWS Snow device to use for this job. Currently, the only
831
- # supported device type for cluster jobs is `EDGE`.
843
+ # The type of Amazon Web Services Snow device to use for this job.
844
+ # Currently, the only supported device type for cluster jobs is
845
+ # `EDGE`.
832
846
  #
833
847
  # For more information, see [Snowball Edge Device Options][1] in the
834
848
  # Snowball Edge Developer Guide.
@@ -850,11 +864,11 @@ module Aws::Snowball
850
864
  # @return [String]
851
865
  #
852
866
  # @!attribute [rw] tax_documents
853
- # The tax documents required in your AWS Region.
867
+ # The tax documents required in your Amazon Web Services Region.
854
868
  # @return [Types::TaxDocuments]
855
869
  #
856
870
  # @!attribute [rw] device_configuration
857
- # Defines the device configuration for an AWS Snowcone job.
871
+ # Defines the device configuration for an Snowcone job.
858
872
  #
859
873
  # For more information, see
860
874
  # "https://docs.aws.amazon.com/snowball/latest/snowcone-guide/snow-device-types.html"
@@ -932,7 +946,7 @@ module Aws::Snowball
932
946
  # @return [Boolean]
933
947
  #
934
948
  # @!attribute [rw] snowball_type
935
- # The type of AWS Snow Family device to use for the long-term pricing
949
+ # The type of Snow Family Devices to use for the long-term pricing
936
950
  # job.
937
951
  # @return [String]
938
952
  #
@@ -973,9 +987,9 @@ module Aws::Snowball
973
987
  #
974
988
  # @!attribute [rw] shipping_option
975
989
  # 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:
990
+ # how soon the device is returned to Amazon Web Services. This speed
991
+ # represents how quickly it moves to its destination while in transit.
992
+ # Regional shipping speeds are as follows:
979
993
  # @return [String]
980
994
  #
981
995
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateReturnShippingLabelRequest AWS API Documentation
@@ -989,7 +1003,7 @@ module Aws::Snowball
989
1003
 
990
1004
  # @!attribute [rw] status
991
1005
  # The status information of the task on a Snow device that is being
992
- # returned to AWS.
1006
+ # returned to Amazon Web Services.
993
1007
  # @return [String]
994
1008
  #
995
1009
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateReturnShippingLabelResult AWS API Documentation
@@ -1001,8 +1015,9 @@ module Aws::Snowball
1001
1015
  end
1002
1016
 
1003
1017
  # 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.
1018
+ # the device is at Amazon Web Services. This data is only available
1019
+ # while a job has a `JobState` value of `InProgress`, for both import
1020
+ # and export jobs.
1006
1021
  #
1007
1022
  # @!attribute [rw] bytes_transferred
1008
1023
  # The number of bytes transferred between a Snow device and Amazon S3.
@@ -1210,18 +1225,24 @@ module Aws::Snowball
1210
1225
 
1211
1226
  # @!attribute [rw] status
1212
1227
  # The status information of the task on a Snow device that is being
1213
- # returned to AWS.
1228
+ # returned to Amazon Web Services.
1214
1229
  # @return [String]
1215
1230
  #
1216
1231
  # @!attribute [rw] expiration_date
1217
1232
  # The expiration date of the current return shipping label.
1218
1233
  # @return [Time]
1219
1234
  #
1235
+ # @!attribute [rw] return_shipping_label_uri
1236
+ # The pre-signed Amazon S3 URI used to download the return shipping
1237
+ # label.
1238
+ # @return [String]
1239
+ #
1220
1240
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeReturnShippingLabelResult AWS API Documentation
1221
1241
  #
1222
1242
  class DescribeReturnShippingLabelResult < Struct.new(
1223
1243
  :status,
1224
- :expiration_date)
1244
+ :expiration_date,
1245
+ :return_shipping_label_uri)
1225
1246
  SENSITIVE = []
1226
1247
  include Aws::Structure
1227
1248
  end
@@ -1240,8 +1261,8 @@ module Aws::Snowball
1240
1261
  # }
1241
1262
  #
1242
1263
  # @!attribute [rw] snowcone_device_configuration
1243
- # Returns information about the device configuration for an AWS
1244
- # Snowcone job.
1264
+ # Returns information about the device configuration for an Snowcone
1265
+ # job.
1245
1266
  # @return [Types::SnowconeDeviceConfiguration]
1246
1267
  #
1247
1268
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DeviceConfiguration AWS API Documentation
@@ -1255,7 +1276,7 @@ module Aws::Snowball
1255
1276
  # A JSON-formatted object that contains the IDs for an Amazon Machine
1256
1277
  # Image (AMI), including the Amazon EC2 AMI ID and the Snow device AMI
1257
1278
  # ID. Each AMI has these two IDs to simplify identifying the AMI in both
1258
- # the AWS Cloud and on the device.
1279
+ # the Amazon Web Services Cloud and on the device.
1259
1280
  #
1260
1281
  # @note When making an API call, you may pass Ec2AmiResource
1261
1282
  # data as a hash:
@@ -1307,7 +1328,7 @@ module Aws::Snowball
1307
1328
  #
1308
1329
  # @!attribute [rw] event_resource_arn
1309
1330
  # 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.
1331
+ # is an Lambda function's event trigger associated with this job.
1311
1332
  # @return [String]
1312
1333
  #
1313
1334
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/EventTriggerDefinition AWS API Documentation
@@ -1444,7 +1465,7 @@ module Aws::Snowball
1444
1465
  include Aws::Structure
1445
1466
  end
1446
1467
 
1447
- # The tax documents required in AWS Regions in India.
1468
+ # The tax documents required in Amazon Web Services Region in India.
1448
1469
  #
1449
1470
  # @note When making an API call, you may pass INDTaxDocuments
1450
1471
  # data as a hash:
@@ -1454,8 +1475,8 @@ module Aws::Snowball
1454
1475
  # }
1455
1476
  #
1456
1477
  # @!attribute [rw] gstin
1457
- # The Goods and Services Tax (GST) documents required in AWS Regions
1458
- # in India.
1478
+ # The Goods and Services Tax (GST) documents required in Amazon Web
1479
+ # Services Region in India.
1459
1480
  # @return [String]
1460
1481
  #
1461
1482
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/INDTaxDocuments AWS API Documentation
@@ -1683,9 +1704,9 @@ module Aws::Snowball
1683
1704
  # @return [String]
1684
1705
  #
1685
1706
  # @!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.
1707
+ # The Amazon Resource Name (ARN) for the Key Management Service (KMS)
1708
+ # key associated with this job. This ARN was created using the
1709
+ # [CreateKey][1] API action in KMS.
1689
1710
  #
1690
1711
  #
1691
1712
  #
@@ -1694,8 +1715,7 @@ module Aws::Snowball
1694
1715
  #
1695
1716
  # @!attribute [rw] role_arn
1696
1717
  # 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).
1718
+ # the [CreateRole][1] API action in Identity and Access Management.
1699
1719
  #
1700
1720
  #
1701
1721
  #
@@ -1732,9 +1752,9 @@ module Aws::Snowball
1732
1752
  #
1733
1753
  # @!attribute [rw] data_transfer_progress
1734
1754
  # 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.
1755
+ # transfer while the device is at Amazon Web Services. This data is
1756
+ # only available while a job has a `JobState` value of `InProgress`,
1757
+ # for both import and export jobs.
1738
1758
  # @return [Types::DataTransfer]
1739
1759
  #
1740
1760
  # @!attribute [rw] job_log_info
@@ -1757,8 +1777,8 @@ module Aws::Snowball
1757
1777
  # @return [String]
1758
1778
  #
1759
1779
  # @!attribute [rw] tax_documents
1760
- # The metadata associated with the tax documents required in your AWS
1761
- # Region.
1780
+ # The metadata associated with the tax documents required in your
1781
+ # Amazon Web Services Region.
1762
1782
  # @return [Types::TaxDocuments]
1763
1783
  #
1764
1784
  # @!attribute [rw] device_configuration
@@ -1779,7 +1799,7 @@ module Aws::Snowball
1779
1799
  #
1780
1800
  # @!attribute [rw] on_device_service_configuration
1781
1801
  # Represents metadata and configuration settings for services on an
1782
- # AWS Snow Family device.
1802
+ # Amazon Web Services Snow Family device.
1783
1803
  # @return [Types::OnDeviceServiceConfiguration]
1784
1804
  #
1785
1805
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobMetadata AWS API Documentation
@@ -1811,9 +1831,10 @@ module Aws::Snowball
1811
1831
  include Aws::Structure
1812
1832
  end
1813
1833
 
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.
1834
+ # Contains an array of Amazon Web Services resource objects. Each object
1835
+ # represents an Amazon S3 bucket, an Lambda function, or an Amazon
1836
+ # Machine Image (AMI) based on Amazon EC2 that is associated with a
1837
+ # particular job.
1817
1838
  #
1818
1839
  # @note When making an API call, you may pass JobResource
1819
1840
  # data as a hash:
@@ -1874,7 +1895,7 @@ module Aws::Snowball
1874
1895
  include Aws::Structure
1875
1896
  end
1876
1897
 
1877
- # The provided AWS Key Management Service key lacks the permissions to
1898
+ # The provided Key Management Service key lacks the permissions to
1878
1899
  # perform the specified CreateJob or UpdateJob action.
1879
1900
  #
1880
1901
  # @!attribute [rw] message
@@ -1935,9 +1956,9 @@ module Aws::Snowball
1935
1956
  # }
1936
1957
  #
1937
1958
  # @!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.
1959
+ # An Amazon Resource Name (ARN) that represents an Lambda function to
1960
+ # be triggered by PUT object actions on the associated local Amazon S3
1961
+ # resource.
1941
1962
  # @return [String]
1942
1963
  #
1943
1964
  # @!attribute [rw] event_triggers
@@ -2235,7 +2256,7 @@ module Aws::Snowball
2235
2256
  # @return [String]
2236
2257
  #
2237
2258
  # @!attribute [rw] snowball_type
2238
- # The type of AWS Snow Family device associated with this long-term
2259
+ # The type of Snow Family Devices associated with this long-term
2239
2260
  # pricing job.
2240
2261
  # @return [String]
2241
2262
  #
@@ -2261,8 +2282,9 @@ module Aws::Snowball
2261
2282
  include Aws::Structure
2262
2283
  end
2263
2284
 
2264
- # An object that represents metadata and configuration settings for NFS
2265
- # service on an AWS Snow Family device.
2285
+ # An object that represents the metadata and configuration settings for
2286
+ # the NFS (Network File System) service on an Amazon Web Services Snow
2287
+ # Family device.
2266
2288
  #
2267
2289
  # @note When making an API call, you may pass NFSOnDeviceServiceConfiguration
2268
2290
  # data as a hash:
@@ -2273,7 +2295,7 @@ module Aws::Snowball
2273
2295
  # }
2274
2296
  #
2275
2297
  # @!attribute [rw] storage_limit
2276
- # The maximum NFS storage for one Snowball Family device.
2298
+ # The maximum NFS storage for one Snow Family device.
2277
2299
  # @return [Integer]
2278
2300
  #
2279
2301
  # @!attribute [rw] storage_unit
@@ -2317,8 +2339,9 @@ module Aws::Snowball
2317
2339
  # [CreateTopic][1] Amazon SNS API action.
2318
2340
  #
2319
2341
  # 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.
2342
+ # Amazon Web Services Management Console, or by using the
2343
+ # [Subscribe][2] Amazon Simple Notification Service (Amazon SNS) API
2344
+ # action.
2322
2345
  #
2323
2346
  #
2324
2347
  #
@@ -2345,8 +2368,8 @@ module Aws::Snowball
2345
2368
  include Aws::Structure
2346
2369
  end
2347
2370
 
2348
- # An object that represents metadata and configuration settings for
2349
- # services on an AWS Snow Family device.
2371
+ # An object that represents the metadata and configuration settings for
2372
+ # services on an Amazon Web Services Snow Family device.
2350
2373
  #
2351
2374
  # @note When making an API call, you may pass OnDeviceServiceConfiguration
2352
2375
  # data as a hash:
@@ -2356,23 +2379,34 @@ module Aws::Snowball
2356
2379
  # storage_limit: 1,
2357
2380
  # storage_unit: "TB", # accepts TB
2358
2381
  # },
2382
+ # tgw_on_device_service: {
2383
+ # storage_limit: 1,
2384
+ # storage_unit: "TB", # accepts TB
2385
+ # },
2359
2386
  # }
2360
2387
  #
2361
2388
  # @!attribute [rw] nfs_on_device_service
2362
- # Represents the NFS service on a Snow Family device.
2389
+ # Represents the NFS (Network File System) service on a Snow Family
2390
+ # device.
2363
2391
  # @return [Types::NFSOnDeviceServiceConfiguration]
2364
2392
  #
2393
+ # @!attribute [rw] tgw_on_device_service
2394
+ # Represents the Storage Gateway service Tape Gateway type on a Snow
2395
+ # Family device.
2396
+ # @return [Types::TGWOnDeviceServiceConfiguration]
2397
+ #
2365
2398
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/OnDeviceServiceConfiguration AWS API Documentation
2366
2399
  #
2367
2400
  class OnDeviceServiceConfiguration < Struct.new(
2368
- :nfs_on_device_service)
2401
+ :nfs_on_device_service,
2402
+ :tgw_on_device_service)
2369
2403
  SENSITIVE = []
2370
2404
  include Aws::Structure
2371
2405
  end
2372
2406
 
2373
2407
  # You get this exception if you call `CreateReturnShippingLabel` and a
2374
2408
  # valid return shipping label already exists. In this case, use
2375
- # `DescribeReturnShippingLabel` to get the url.
2409
+ # `DescribeReturnShippingLabel` to get the URL.
2376
2410
  #
2377
2411
  # @!attribute [rw] message
2378
2412
  # @return [String]
@@ -2422,8 +2456,9 @@ module Aws::Snowball
2422
2456
  #
2423
2457
  # @!attribute [rw] target_on_device_services
2424
2458
  # 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).
2459
+ # your transferred data will be exported from or imported into. Amazon
2460
+ # Web Services Snow Family supports Amazon S3 and NFS (Network File
2461
+ # System).
2427
2462
  # @return [Array<Types::TargetOnDeviceService>]
2428
2463
  #
2429
2464
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/S3Resource AWS API Documentation
@@ -2486,7 +2521,7 @@ module Aws::Snowball
2486
2521
  #
2487
2522
  # @!attribute [rw] inbound_shipment
2488
2523
  # The `Status` and `TrackingNumber` values for a Snow device being
2489
- # returned to AWS for a particular job.
2524
+ # returned to Amazon Web Services for a particular job.
2490
2525
  # @return [Types::Shipment]
2491
2526
  #
2492
2527
  # @!attribute [rw] outbound_shipment
@@ -2504,7 +2539,7 @@ module Aws::Snowball
2504
2539
  include Aws::Structure
2505
2540
  end
2506
2541
 
2507
- # Specifies the device configuration for an AWS Snowcone job.
2542
+ # Specifies the device configuration for an Snowcone job.
2508
2543
  #
2509
2544
  # @note When making an API call, you may pass SnowconeDeviceConfiguration
2510
2545
  # data as a hash:
@@ -2516,7 +2551,7 @@ module Aws::Snowball
2516
2551
  # }
2517
2552
  #
2518
2553
  # @!attribute [rw] wireless_connection
2519
- # Configures the wireless connection for the AWS Snowcone device.
2554
+ # Configures the wireless connection for the Snowcone device.
2520
2555
  # @return [Types::WirelessConnection]
2521
2556
  #
2522
2557
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/SnowconeDeviceConfiguration AWS API Documentation
@@ -2527,10 +2562,41 @@ module Aws::Snowball
2527
2562
  include Aws::Structure
2528
2563
  end
2529
2564
 
2565
+ # An object that represents the metadata and configuration settings for
2566
+ # the Storage Gateway service Tape Gateway type on an Amazon Web
2567
+ # Services Snow Family device.
2568
+ #
2569
+ # @note When making an API call, you may pass TGWOnDeviceServiceConfiguration
2570
+ # data as a hash:
2571
+ #
2572
+ # {
2573
+ # storage_limit: 1,
2574
+ # storage_unit: "TB", # accepts TB
2575
+ # }
2576
+ #
2577
+ # @!attribute [rw] storage_limit
2578
+ # The maximum number of virtual tapes to store on one Snow Family
2579
+ # device. Due to physical resource limitations, this value must be set
2580
+ # to 80 for Snowball Edge.
2581
+ # @return [Integer]
2582
+ #
2583
+ # @!attribute [rw] storage_unit
2584
+ # The scale unit of the virtual tapes on the device.
2585
+ # @return [String]
2586
+ #
2587
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/TGWOnDeviceServiceConfiguration AWS API Documentation
2588
+ #
2589
+ class TGWOnDeviceServiceConfiguration < Struct.new(
2590
+ :storage_limit,
2591
+ :storage_unit)
2592
+ SENSITIVE = []
2593
+ include Aws::Structure
2594
+ end
2595
+
2530
2596
  # An object that represents the service or services on the Snow Family
2531
2597
  # 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).
2598
+ # into. Amazon Web Services Snow Family supports Amazon S3 and NFS
2599
+ # (Network File System).
2534
2600
  #
2535
2601
  # @note When making an API call, you may pass TargetOnDeviceService
2536
2602
  # data as a hash:
@@ -2559,7 +2625,7 @@ module Aws::Snowball
2559
2625
  include Aws::Structure
2560
2626
  end
2561
2627
 
2562
- # The tax documents required in your AWS Region.
2628
+ # The tax documents required in your Amazon Web Services Region.
2563
2629
  #
2564
2630
  # @note When making an API call, you may pass TaxDocuments
2565
2631
  # data as a hash:
@@ -2571,7 +2637,7 @@ module Aws::Snowball
2571
2637
  # }
2572
2638
  #
2573
2639
  # @!attribute [rw] ind
2574
- # The tax documents required in AWS Regions in India.
2640
+ # The tax documents required in Amazon Web Services Region in India.
2575
2641
  # @return [Types::INDTaxDocuments]
2576
2642
  #
2577
2643
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/TaxDocuments AWS API Documentation
@@ -2584,7 +2650,7 @@ module Aws::Snowball
2584
2650
 
2585
2651
  # The address is either outside the serviceable area for your region, or
2586
2652
  # an error occurred. Check the address with your region's carrier and
2587
- # try again. If the issue persists, contact AWS Support.
2653
+ # try again. If the issue persists, contact Amazon Web Services Support.
2588
2654
  #
2589
2655
  # @!attribute [rw] message
2590
2656
  # @return [String]
@@ -2642,6 +2708,10 @@ module Aws::Snowball
2642
2708
  # storage_limit: 1,
2643
2709
  # storage_unit: "TB", # accepts TB
2644
2710
  # },
2711
+ # tgw_on_device_service: {
2712
+ # storage_limit: 1,
2713
+ # storage_unit: "TB", # accepts TB
2714
+ # },
2645
2715
  # },
2646
2716
  # address_id: "AddressId",
2647
2717
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2661,7 +2731,7 @@ module Aws::Snowball
2661
2731
  # @!attribute [rw] role_arn
2662
2732
  # The new role Amazon Resource Name (ARN) that you want to associate
2663
2733
  # with this cluster. To create a role ARN, use the [CreateRole][1] API
2664
- # action in AWS Identity and Access Management (IAM).
2734
+ # action in Identity and Access Management (IAM).
2665
2735
  #
2666
2736
  #
2667
2737
  #
@@ -2679,8 +2749,9 @@ module Aws::Snowball
2679
2749
  #
2680
2750
  # @!attribute [rw] on_device_service_configuration
2681
2751
  # 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).
2752
+ # your transferred data will be exported from or imported into. Amazon
2753
+ # Web Services Snow Family device clusters support Amazon S3 and NFS
2754
+ # (Network File System).
2684
2755
  # @return [Types::OnDeviceServiceConfiguration]
2685
2756
  #
2686
2757
  # @!attribute [rw] address_id
@@ -2770,6 +2841,10 @@ module Aws::Snowball
2770
2841
  # storage_limit: 1,
2771
2842
  # storage_unit: "TB", # accepts TB
2772
2843
  # },
2844
+ # tgw_on_device_service: {
2845
+ # storage_limit: 1,
2846
+ # storage_unit: "TB", # accepts TB
2847
+ # },
2773
2848
  # },
2774
2849
  # address_id: "AddressId",
2775
2850
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
@@ -2785,8 +2860,8 @@ module Aws::Snowball
2785
2860
  #
2786
2861
  # @!attribute [rw] role_arn
2787
2862
  # 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.
2863
+ # with this job. To create a role ARN, use the [CreateRole][1]Identity
2864
+ # and Access Management (IAM) API action.
2790
2865
  #
2791
2866
  #
2792
2867
  #
@@ -2803,8 +2878,10 @@ module Aws::Snowball
2803
2878
  #
2804
2879
  # @!attribute [rw] on_device_service_configuration
2805
2880
  # 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).
2881
+ # your transferred data will be exported from or imported into. Amazon
2882
+ # Web Services Snow Family supports Amazon S3 and NFS (Network File
2883
+ # System) and the Amazon Web Services Storage Gateway service Tape
2884
+ # Gateway type.
2808
2885
  # @return [Types::OnDeviceServiceConfiguration]
2809
2886
  #
2810
2887
  # @!attribute [rw] address_id
@@ -2875,7 +2952,8 @@ module Aws::Snowball
2875
2952
  #
2876
2953
  # Set to `RECEIVED` when the device arrives at your location.
2877
2954
  #
2878
- # Set to `RETURNED` when you have returned the device to AWS.
2955
+ # Set to `RETURNED` when you have returned the device to Amazon Web
2956
+ # Services.
2879
2957
  # @return [String]
2880
2958
  #
2881
2959
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobShipmentStateRequest AWS API Documentation
@@ -2929,7 +3007,7 @@ module Aws::Snowball
2929
3007
  #
2930
3008
  class UpdateLongTermPricingResult < Aws::EmptyStructure; end
2931
3009
 
2932
- # Configures the wireless connection on an AWS Snowcone device.
3010
+ # Configures the wireless connection on an Snowcone device.
2933
3011
  #
2934
3012
  # @note When making an API call, you may pass WirelessConnection
2935
3013
  # data as a hash:
@@ -2939,7 +3017,7 @@ module Aws::Snowball
2939
3017
  # }
2940
3018
  #
2941
3019
  # @!attribute [rw] is_wifi_enabled
2942
- # Enables the Wi-Fi adapter on an AWS Snowcone device.
3020
+ # Enables the Wi-Fi adapter on an Snowcone device.
2943
3021
  # @return [Boolean]
2944
3022
  #
2945
3023
  # @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.43.0'
51
+ GEM_VERSION = '1.47.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.43.0
4
+ version: 1.47.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-10-18 00:00:00.000000000 Z
11
+ date: 2022-01-05 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.121.2
22
+ version: 3.125.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.121.2
32
+ version: 3.125.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement