aws-sdk-snowball 1.25.0 → 1.30.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: a426c5e560cf02b67051436e1114c12b20a8a09d7fa2b2dc07c9d4822817da92
4
- data.tar.gz: 7f4aa0a56b2745a932db00948c76c65b1b567dd5712308dcdd78fc5d6a8c80eb
3
+ metadata.gz: 99878edcc11d5967fcf0876039e4d6efabcfa728a3d2e885416f5f89e42819ae
4
+ data.tar.gz: d4ad02d16b176d05055d27144ed8eac401b5510daebe66e83844cecda34017f5
5
5
  SHA512:
6
- metadata.gz: 3b84a1c469009f41edaf3fc11dec55d107165c3bc1f463d31841f7f3b859aaf7b97fd26af73f2a6d40060856a1cbc3cb60b7698e7a7c773f60f207a89a375490
7
- data.tar.gz: 8434d78701be8427b4d8a88c6b5443189b4f44504fd0095ab2386a961e8e91690d56a56b5e3b5d2cf0ee589822eb73f34a7915d76490d476f82fe9c9cba7ace9
6
+ metadata.gz: 9000f04d6cbf377027f0e20fcf37fd850eefe3b6f796d8ff82e75c78eb55e665aa9fdd52eb6998eb1c22b4ba8070aa1d069dac243079f85a745106ca85c6a300
7
+ data.tar.gz: b09aef879b56699fced531ff1a5ec901643c1c1c74d29b30c4c1151ca143de7a01f570df90168160a2cd8ea89b31bc69043c95297692450bd476d8e315d9e2ca
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-snowball/customizations'
45
47
  # @service
46
48
  module Aws::Snowball
47
49
 
48
- GEM_VERSION = '1.25.0'
50
+ GEM_VERSION = '1.30.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::Snowball
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -105,7 +109,7 @@ module Aws::Snowball
105
109
  # @option options [required, String] :region
106
110
  # The AWS region to connect to. The configured `:region` is
107
111
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
112
+ # a default `:region` is searched for in the following locations:
109
113
  #
110
114
  # * `Aws.config[:region]`
111
115
  # * `ENV['AWS_REGION']`
@@ -161,7 +165,7 @@ module Aws::Snowball
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::Snowball
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -498,15 +502,12 @@ module Aws::Snowball
498
502
  # [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
499
503
  #
500
504
  # @option params [String] :snowball_type
501
- # The type of AWS Snowball device to use for this cluster. Currently,
502
- # the only supported device type for cluster jobs is `EDGE`.
503
- #
504
- # For more information, see [Snowball Edge Device Options][1] in the
505
- # Snowball Edge Developer Guide.
506
- #
505
+ # The type of AWS Snowball device to use for this cluster.
507
506
  #
507
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
508
+ # device type.
508
509
  #
509
- # [1]: https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html
510
+ # </note>
510
511
  #
511
512
  # @option params [required, String] :shipping_option
512
513
  # The shipping speed for each node in this cluster. This speed doesn't
@@ -515,6 +516,20 @@ module Aws::Snowball
515
516
  # transit. Regional shipping speeds are as follows:
516
517
  #
517
518
  # * In Australia, you have access to express shipping. Typically,
519
+ # Snowballs shipped express are delivered in about a day.
520
+ #
521
+ # * In the European Union (EU), you have access to express shipping.
522
+ # Typically, Snowballs shipped express are delivered in about a day.
523
+ # In addition, most countries in the EU have access to standard
524
+ # shipping, which typically takes less than a week, one way.
525
+ #
526
+ # * In India, Snowballs are delivered in one to seven days.
527
+ #
528
+ # * In the United States of America (US), you have access to one-day
529
+ # shipping and two-day shipping.
530
+ # ^
531
+ #
532
+ # * In Australia, you have access to express shipping. Typically,
518
533
  # devices shipped express are delivered in about a day.
519
534
  #
520
535
  # * In the European Union (EU), you have access to express shipping.
@@ -611,7 +626,7 @@ module Aws::Snowball
611
626
  # address_id: "AddressId", # required
612
627
  # kms_key_arn: "KmsKeyARN",
613
628
  # role_arn: "RoleARN", # required
614
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S
629
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD
615
630
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
616
631
  # notification: {
617
632
  # sns_topic_arn: "SnsTopicARN",
@@ -720,6 +735,13 @@ module Aws::Snowball
720
735
  # job attributes are inherited from the cluster.
721
736
  #
722
737
  # @option params [String] :snowball_type
738
+ # The type of AWS Snowball device to use for this job.
739
+ #
740
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
741
+ # device type.
742
+ #
743
+ # </note>
744
+ #
723
745
  # The type of AWS Snowball device to use for this job. Currently, the
724
746
  # only supported device type for cluster jobs is `EDGE`.
725
747
  #
@@ -737,6 +759,9 @@ module Aws::Snowball
737
759
  # @option params [Types::TaxDocuments] :tax_documents
738
760
  # The tax documents required in your AWS Region.
739
761
  #
762
+ # @option params [Types::DeviceConfiguration] :device_configuration
763
+ # Defines the device configuration for an AWS Snowcone job.
764
+ #
740
765
  # @return [Types::CreateJobResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
741
766
  #
742
767
  # * {Types::CreateJobResult#job_id #job_id} => String
@@ -813,7 +838,7 @@ module Aws::Snowball
813
838
  # address_id: "AddressId",
814
839
  # kms_key_arn: "KmsKeyARN",
815
840
  # role_arn: "RoleARN",
816
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
841
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
817
842
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
818
843
  # notification: {
819
844
  # sns_topic_arn: "SnsTopicARN",
@@ -821,13 +846,20 @@ module Aws::Snowball
821
846
  # notify_all: false,
822
847
  # },
823
848
  # cluster_id: "ClusterId",
824
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S
849
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD
825
850
  # forwarding_address_id: "AddressId",
826
851
  # tax_documents: {
827
852
  # ind: {
828
853
  # gstin: "GSTIN",
829
854
  # },
830
855
  # },
856
+ # device_configuration: {
857
+ # snowcone_device_configuration: {
858
+ # wireless_connection: {
859
+ # is_wifi_enabled: false,
860
+ # },
861
+ # },
862
+ # },
831
863
  # })
832
864
  #
833
865
  # @example Response structure
@@ -1053,7 +1085,7 @@ module Aws::Snowball
1053
1085
  # resp.cluster_metadata.role_arn #=> String
1054
1086
  # resp.cluster_metadata.cluster_state #=> String, one of "AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled"
1055
1087
  # resp.cluster_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1056
- # resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S"
1088
+ # resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1057
1089
  # resp.cluster_metadata.creation_date #=> Time
1058
1090
  # resp.cluster_metadata.resources.s3_resources #=> Array
1059
1091
  # resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1149,7 +1181,7 @@ module Aws::Snowball
1149
1181
  # resp.job_metadata.job_id #=> String
1150
1182
  # resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1151
1183
  # resp.job_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1152
- # resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S"
1184
+ # resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1153
1185
  # resp.job_metadata.creation_date #=> Time
1154
1186
  # resp.job_metadata.resources.s3_resources #=> Array
1155
1187
  # resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1171,7 +1203,7 @@ module Aws::Snowball
1171
1203
  # resp.job_metadata.shipping_details.inbound_shipment.tracking_number #=> String
1172
1204
  # resp.job_metadata.shipping_details.outbound_shipment.status #=> String
1173
1205
  # resp.job_metadata.shipping_details.outbound_shipment.tracking_number #=> String
1174
- # resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "NoPreference"
1206
+ # resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "NoPreference"
1175
1207
  # resp.job_metadata.notification.sns_topic_arn #=> String
1176
1208
  # resp.job_metadata.notification.job_states_to_notify #=> Array
1177
1209
  # resp.job_metadata.notification.job_states_to_notify[0] #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
@@ -1186,11 +1218,12 @@ module Aws::Snowball
1186
1218
  # resp.job_metadata.cluster_id #=> String
1187
1219
  # resp.job_metadata.forwarding_address_id #=> String
1188
1220
  # resp.job_metadata.tax_documents.ind.gstin #=> String
1221
+ # resp.job_metadata.device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
1189
1222
  # resp.sub_job_metadata #=> Array
1190
1223
  # resp.sub_job_metadata[0].job_id #=> String
1191
1224
  # resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1192
1225
  # resp.sub_job_metadata[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1193
- # resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S"
1226
+ # resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1194
1227
  # resp.sub_job_metadata[0].creation_date #=> Time
1195
1228
  # resp.sub_job_metadata[0].resources.s3_resources #=> Array
1196
1229
  # resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
@@ -1212,7 +1245,7 @@ module Aws::Snowball
1212
1245
  # resp.sub_job_metadata[0].shipping_details.inbound_shipment.tracking_number #=> String
1213
1246
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.status #=> String
1214
1247
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.tracking_number #=> String
1215
- # resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "NoPreference"
1248
+ # resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "NoPreference"
1216
1249
  # resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
1217
1250
  # resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
1218
1251
  # resp.sub_job_metadata[0].notification.job_states_to_notify[0] #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
@@ -1227,6 +1260,7 @@ module Aws::Snowball
1227
1260
  # resp.sub_job_metadata[0].cluster_id #=> String
1228
1261
  # resp.sub_job_metadata[0].forwarding_address_id #=> String
1229
1262
  # resp.sub_job_metadata[0].tax_documents.ind.gstin #=> String
1263
+ # resp.sub_job_metadata[0].device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
1230
1264
  #
1231
1265
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
1232
1266
  #
@@ -1539,7 +1573,7 @@ module Aws::Snowball
1539
1573
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1540
1574
  # resp.job_list_entries[0].is_master #=> Boolean
1541
1575
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1542
- # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S"
1576
+ # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1543
1577
  # resp.job_list_entries[0].creation_date #=> Time
1544
1578
  # resp.job_list_entries[0].description #=> String
1545
1579
  # resp.next_token #=> String
@@ -1721,7 +1755,7 @@ module Aws::Snowball
1721
1755
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1722
1756
  # resp.job_list_entries[0].is_master #=> Boolean
1723
1757
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1724
- # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S"
1758
+ # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1725
1759
  # resp.job_list_entries[0].creation_date #=> Time
1726
1760
  # resp.job_list_entries[0].description #=> String
1727
1761
  # resp.next_token #=> String
@@ -1939,7 +1973,7 @@ module Aws::Snowball
1939
1973
  # address_id: "AddressId",
1940
1974
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
1941
1975
  # description: "String",
1942
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
1976
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
1943
1977
  # forwarding_address_id: "AddressId",
1944
1978
  # })
1945
1979
  #
@@ -1965,7 +1999,7 @@ module Aws::Snowball
1965
1999
  params: params,
1966
2000
  config: config)
1967
2001
  context[:gem_name] = 'aws-sdk-snowball'
1968
- context[:gem_version] = '1.25.0'
2002
+ context[:gem_version] = '1.30.0'
1969
2003
  Seahorse::Client::Request.new(handlers, context)
1970
2004
  end
1971
2005
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -43,6 +45,7 @@ module Aws::Snowball
43
45
  DescribeClusterResult = Shapes::StructureShape.new(name: 'DescribeClusterResult')
44
46
  DescribeJobRequest = Shapes::StructureShape.new(name: 'DescribeJobRequest')
45
47
  DescribeJobResult = Shapes::StructureShape.new(name: 'DescribeJobResult')
48
+ DeviceConfiguration = Shapes::StructureShape.new(name: 'DeviceConfiguration')
46
49
  Ec2AmiResource = Shapes::StructureShape.new(name: 'Ec2AmiResource')
47
50
  Ec2AmiResourceList = Shapes::ListShape.new(name: 'Ec2AmiResourceList')
48
51
  Ec2RequestFailedException = Shapes::StructureShape.new(name: 'Ec2RequestFailedException')
@@ -99,6 +102,7 @@ module Aws::Snowball
99
102
  ShippingOption = Shapes::StringShape.new(name: 'ShippingOption')
100
103
  SnowballCapacity = Shapes::StringShape.new(name: 'SnowballCapacity')
101
104
  SnowballType = Shapes::StringShape.new(name: 'SnowballType')
105
+ SnowconeDeviceConfiguration = Shapes::StructureShape.new(name: 'SnowconeDeviceConfiguration')
102
106
  SnsTopicARN = Shapes::StringShape.new(name: 'SnsTopicARN')
103
107
  String = Shapes::StringShape.new(name: 'String')
104
108
  TaxDocuments = Shapes::StructureShape.new(name: 'TaxDocuments')
@@ -108,6 +112,7 @@ module Aws::Snowball
108
112
  UpdateClusterResult = Shapes::StructureShape.new(name: 'UpdateClusterResult')
109
113
  UpdateJobRequest = Shapes::StructureShape.new(name: 'UpdateJobRequest')
110
114
  UpdateJobResult = Shapes::StructureShape.new(name: 'UpdateJobResult')
115
+ WirelessConnection = Shapes::StructureShape.new(name: 'WirelessConnection')
111
116
 
112
117
  Address.add_member(:address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "AddressId"))
113
118
  Address.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
@@ -205,6 +210,7 @@ module Aws::Snowball
205
210
  CreateJobRequest.add_member(:snowball_type, Shapes::ShapeRef.new(shape: SnowballType, location_name: "SnowballType"))
206
211
  CreateJobRequest.add_member(:forwarding_address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "ForwardingAddressId"))
207
212
  CreateJobRequest.add_member(:tax_documents, Shapes::ShapeRef.new(shape: TaxDocuments, location_name: "TaxDocuments"))
213
+ CreateJobRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfiguration, location_name: "DeviceConfiguration"))
208
214
  CreateJobRequest.struct_class = Types::CreateJobRequest
209
215
 
210
216
  CreateJobResult.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
@@ -243,6 +249,9 @@ module Aws::Snowball
243
249
  DescribeJobResult.add_member(:sub_job_metadata, Shapes::ShapeRef.new(shape: JobMetadataList, location_name: "SubJobMetadata"))
244
250
  DescribeJobResult.struct_class = Types::DescribeJobResult
245
251
 
252
+ DeviceConfiguration.add_member(:snowcone_device_configuration, Shapes::ShapeRef.new(shape: SnowconeDeviceConfiguration, location_name: "SnowconeDeviceConfiguration"))
253
+ DeviceConfiguration.struct_class = Types::DeviceConfiguration
254
+
246
255
  Ec2AmiResource.add_member(:ami_id, Shapes::ShapeRef.new(shape: AmiId, required: true, location_name: "AmiId"))
247
256
  Ec2AmiResource.add_member(:snowball_ami_id, Shapes::ShapeRef.new(shape: String, location_name: "SnowballAmiId"))
248
257
  Ec2AmiResource.struct_class = Types::Ec2AmiResource
@@ -334,6 +343,7 @@ module Aws::Snowball
334
343
  JobMetadata.add_member(:cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "ClusterId"))
335
344
  JobMetadata.add_member(:forwarding_address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "ForwardingAddressId"))
336
345
  JobMetadata.add_member(:tax_documents, Shapes::ShapeRef.new(shape: TaxDocuments, location_name: "TaxDocuments"))
346
+ JobMetadata.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfiguration, location_name: "DeviceConfiguration"))
337
347
  JobMetadata.struct_class = Types::JobMetadata
338
348
 
339
349
  JobMetadataList.member = Shapes::ShapeRef.new(shape: JobMetadata)
@@ -411,6 +421,9 @@ module Aws::Snowball
411
421
  ShippingDetails.add_member(:outbound_shipment, Shapes::ShapeRef.new(shape: Shipment, location_name: "OutboundShipment"))
412
422
  ShippingDetails.struct_class = Types::ShippingDetails
413
423
 
424
+ SnowconeDeviceConfiguration.add_member(:wireless_connection, Shapes::ShapeRef.new(shape: WirelessConnection, location_name: "WirelessConnection"))
425
+ SnowconeDeviceConfiguration.struct_class = Types::SnowconeDeviceConfiguration
426
+
414
427
  TaxDocuments.add_member(:ind, Shapes::ShapeRef.new(shape: INDTaxDocuments, location_name: "IND"))
415
428
  TaxDocuments.struct_class = Types::TaxDocuments
416
429
 
@@ -442,6 +455,9 @@ module Aws::Snowball
442
455
 
443
456
  UpdateJobResult.struct_class = Types::UpdateJobResult
444
457
 
458
+ WirelessConnection.add_member(:is_wifi_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsWifiEnabled"))
459
+ WirelessConnection.struct_class = Types::WirelessConnection
460
+
445
461
 
446
462
  # @api private
447
463
  API = Seahorse::Model::Api.new.tap do |api|
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  # WARNING ABOUT GENERATED CODE
2
3
  #
3
4
  # This file is generated. See the contributing for info on making contributions:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -114,6 +116,7 @@ module Aws::Snowball
114
116
  :postal_code,
115
117
  :phone_number,
116
118
  :is_restricted)
119
+ SENSITIVE = []
117
120
  include Aws::Structure
118
121
  end
119
122
 
@@ -133,6 +136,7 @@ module Aws::Snowball
133
136
  #
134
137
  class CancelClusterRequest < Struct.new(
135
138
  :cluster_id)
139
+ SENSITIVE = []
136
140
  include Aws::Structure
137
141
  end
138
142
 
@@ -156,6 +160,7 @@ module Aws::Snowball
156
160
  #
157
161
  class CancelJobRequest < Struct.new(
158
162
  :job_id)
163
+ SENSITIVE = []
159
164
  include Aws::Structure
160
165
  end
161
166
 
@@ -175,6 +180,7 @@ module Aws::Snowball
175
180
  #
176
181
  class ClusterLimitExceededException < Struct.new(
177
182
  :message)
183
+ SENSITIVE = []
178
184
  include Aws::Structure
179
185
  end
180
186
 
@@ -207,6 +213,7 @@ module Aws::Snowball
207
213
  :cluster_state,
208
214
  :creation_date,
209
215
  :description)
216
+ SENSITIVE = []
210
217
  include Aws::Structure
211
218
  end
212
219
 
@@ -250,15 +257,12 @@ module Aws::Snowball
250
257
  # @return [String]
251
258
  #
252
259
  # @!attribute [rw] snowball_type
253
- # The type of AWS Snowball device to use for this cluster. Currently,
254
- # the only supported device type for cluster jobs is `EDGE`.
255
- #
256
- # For more information, see [Snowball Edge Device Options][1] in the
257
- # Snowball Edge Developer Guide.
258
- #
260
+ # The type of AWS Snowball device to use for this cluster.
259
261
  #
262
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
263
+ # device type.
260
264
  #
261
- # [1]: https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html
265
+ # </note>
262
266
  # @return [String]
263
267
  #
264
268
  # @!attribute [rw] creation_date
@@ -327,6 +331,7 @@ module Aws::Snowball
327
331
  :notification,
328
332
  :forwarding_address_id,
329
333
  :tax_documents)
334
+ SENSITIVE = []
330
335
  include Aws::Structure
331
336
  end
332
337
 
@@ -348,6 +353,7 @@ module Aws::Snowball
348
353
  class CompatibleImage < Struct.new(
349
354
  :ami_id,
350
355
  :name)
356
+ SENSITIVE = []
351
357
  include Aws::Structure
352
358
  end
353
359
 
@@ -381,6 +387,7 @@ module Aws::Snowball
381
387
  #
382
388
  class CreateAddressRequest < Struct.new(
383
389
  :address)
390
+ SENSITIVE = []
384
391
  include Aws::Structure
385
392
  end
386
393
 
@@ -394,6 +401,7 @@ module Aws::Snowball
394
401
  #
395
402
  class CreateAddressResult < Struct.new(
396
403
  :address_id)
404
+ SENSITIVE = []
397
405
  include Aws::Structure
398
406
  end
399
407
 
@@ -433,7 +441,7 @@ module Aws::Snowball
433
441
  # address_id: "AddressId", # required
434
442
  # kms_key_arn: "KmsKeyARN",
435
443
  # role_arn: "RoleARN", # required
436
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S
444
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD
437
445
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
438
446
  # notification: {
439
447
  # sns_topic_arn: "SnsTopicARN",
@@ -489,15 +497,12 @@ module Aws::Snowball
489
497
  # @return [String]
490
498
  #
491
499
  # @!attribute [rw] snowball_type
492
- # The type of AWS Snowball device to use for this cluster. Currently,
493
- # the only supported device type for cluster jobs is `EDGE`.
494
- #
495
- # For more information, see [Snowball Edge Device Options][1] in the
496
- # Snowball Edge Developer Guide.
500
+ # The type of AWS Snowball device to use for this cluster.
497
501
  #
502
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
503
+ # device type.
498
504
  #
499
- #
500
- # [1]: https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html
505
+ # </note>
501
506
  # @return [String]
502
507
  #
503
508
  # @!attribute [rw] shipping_option
@@ -508,6 +513,20 @@ module Aws::Snowball
508
513
  # follows:
509
514
  #
510
515
  # * In Australia, you have access to express shipping. Typically,
516
+ # Snowballs shipped express are delivered in about a day.
517
+ #
518
+ # * In the European Union (EU), you have access to express shipping.
519
+ # Typically, Snowballs shipped express are delivered in about a day.
520
+ # In addition, most countries in the EU have access to standard
521
+ # shipping, which typically takes less than a week, one way.
522
+ #
523
+ # * In India, Snowballs are delivered in one to seven days.
524
+ #
525
+ # * In the United States of America (US), you have access to one-day
526
+ # shipping and two-day shipping.
527
+ # ^
528
+ #
529
+ # * In Australia, you have access to express shipping. Typically,
511
530
  # devices shipped express are delivered in about a day.
512
531
  #
513
532
  # * In the European Union (EU), you have access to express shipping.
@@ -549,6 +568,7 @@ module Aws::Snowball
549
568
  :notification,
550
569
  :forwarding_address_id,
551
570
  :tax_documents)
571
+ SENSITIVE = []
552
572
  include Aws::Structure
553
573
  end
554
574
 
@@ -560,6 +580,7 @@ module Aws::Snowball
560
580
  #
561
581
  class CreateClusterResult < Struct.new(
562
582
  :cluster_id)
583
+ SENSITIVE = []
563
584
  include Aws::Structure
564
585
  end
565
586
 
@@ -599,7 +620,7 @@ module Aws::Snowball
599
620
  # address_id: "AddressId",
600
621
  # kms_key_arn: "KmsKeyARN",
601
622
  # role_arn: "RoleARN",
602
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
623
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
603
624
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
604
625
  # notification: {
605
626
  # sns_topic_arn: "SnsTopicARN",
@@ -607,13 +628,20 @@ module Aws::Snowball
607
628
  # notify_all: false,
608
629
  # },
609
630
  # cluster_id: "ClusterId",
610
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S
631
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD
611
632
  # forwarding_address_id: "AddressId",
612
633
  # tax_documents: {
613
634
  # ind: {
614
635
  # gstin: "GSTIN",
615
636
  # },
616
637
  # },
638
+ # device_configuration: {
639
+ # snowcone_device_configuration: {
640
+ # wireless_connection: {
641
+ # is_wifi_enabled: false,
642
+ # },
643
+ # },
644
+ # },
617
645
  # }
618
646
  #
619
647
  # @!attribute [rw] job_type
@@ -701,6 +729,13 @@ module Aws::Snowball
701
729
  # @return [String]
702
730
  #
703
731
  # @!attribute [rw] snowball_type
732
+ # The type of AWS Snowball device to use for this job.
733
+ #
734
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
735
+ # device type.
736
+ #
737
+ # </note>
738
+ #
704
739
  # The type of AWS Snowball device to use for this job. Currently, the
705
740
  # only supported device type for cluster jobs is `EDGE`.
706
741
  #
@@ -721,6 +756,10 @@ module Aws::Snowball
721
756
  # The tax documents required in your AWS Region.
722
757
  # @return [Types::TaxDocuments]
723
758
  #
759
+ # @!attribute [rw] device_configuration
760
+ # Defines the device configuration for an AWS Snowcone job.
761
+ # @return [Types::DeviceConfiguration]
762
+ #
724
763
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJobRequest AWS API Documentation
725
764
  #
726
765
  class CreateJobRequest < Struct.new(
@@ -736,7 +775,9 @@ module Aws::Snowball
736
775
  :cluster_id,
737
776
  :snowball_type,
738
777
  :forwarding_address_id,
739
- :tax_documents)
778
+ :tax_documents,
779
+ :device_configuration)
780
+ SENSITIVE = []
740
781
  include Aws::Structure
741
782
  end
742
783
 
@@ -749,6 +790,7 @@ module Aws::Snowball
749
790
  #
750
791
  class CreateJobResult < Struct.new(
751
792
  :job_id)
793
+ SENSITIVE = []
752
794
  include Aws::Structure
753
795
  end
754
796
 
@@ -783,6 +825,7 @@ module Aws::Snowball
783
825
  :objects_transferred,
784
826
  :total_bytes,
785
827
  :total_objects)
828
+ SENSITIVE = []
786
829
  include Aws::Structure
787
830
  end
788
831
 
@@ -801,6 +844,7 @@ module Aws::Snowball
801
844
  #
802
845
  class DescribeAddressRequest < Struct.new(
803
846
  :address_id)
847
+ SENSITIVE = []
804
848
  include Aws::Structure
805
849
  end
806
850
 
@@ -813,6 +857,7 @@ module Aws::Snowball
813
857
  #
814
858
  class DescribeAddressResult < Struct.new(
815
859
  :address)
860
+ SENSITIVE = []
816
861
  include Aws::Structure
817
862
  end
818
863
 
@@ -840,6 +885,7 @@ module Aws::Snowball
840
885
  class DescribeAddressesRequest < Struct.new(
841
886
  :max_results,
842
887
  :next_token)
888
+ SENSITIVE = []
843
889
  include Aws::Structure
844
890
  end
845
891
 
@@ -858,6 +904,7 @@ module Aws::Snowball
858
904
  class DescribeAddressesResult < Struct.new(
859
905
  :addresses,
860
906
  :next_token)
907
+ SENSITIVE = []
861
908
  include Aws::Structure
862
909
  end
863
910
 
@@ -876,6 +923,7 @@ module Aws::Snowball
876
923
  #
877
924
  class DescribeClusterRequest < Struct.new(
878
925
  :cluster_id)
926
+ SENSITIVE = []
879
927
  include Aws::Structure
880
928
  end
881
929
 
@@ -888,6 +936,7 @@ module Aws::Snowball
888
936
  #
889
937
  class DescribeClusterResult < Struct.new(
890
938
  :cluster_metadata)
939
+ SENSITIVE = []
891
940
  include Aws::Structure
892
941
  end
893
942
 
@@ -907,6 +956,7 @@ module Aws::Snowball
907
956
  #
908
957
  class DescribeJobRequest < Struct.new(
909
958
  :job_id)
959
+ SENSITIVE = []
910
960
  include Aws::Structure
911
961
  end
912
962
 
@@ -926,6 +976,33 @@ module Aws::Snowball
926
976
  class DescribeJobResult < Struct.new(
927
977
  :job_metadata,
928
978
  :sub_job_metadata)
979
+ SENSITIVE = []
980
+ include Aws::Structure
981
+ end
982
+
983
+ # The container for `SnowconeDeviceConfiguration`.
984
+ #
985
+ # @note When making an API call, you may pass DeviceConfiguration
986
+ # data as a hash:
987
+ #
988
+ # {
989
+ # snowcone_device_configuration: {
990
+ # wireless_connection: {
991
+ # is_wifi_enabled: false,
992
+ # },
993
+ # },
994
+ # }
995
+ #
996
+ # @!attribute [rw] snowcone_device_configuration
997
+ # Returns information about the device configuration for an AWS
998
+ # Snowcone job.
999
+ # @return [Types::SnowconeDeviceConfiguration]
1000
+ #
1001
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DeviceConfiguration AWS API Documentation
1002
+ #
1003
+ class DeviceConfiguration < Struct.new(
1004
+ :snowcone_device_configuration)
1005
+ SENSITIVE = []
929
1006
  include Aws::Structure
930
1007
  end
931
1008
 
@@ -955,6 +1032,7 @@ module Aws::Snowball
955
1032
  class Ec2AmiResource < Struct.new(
956
1033
  :ami_id,
957
1034
  :snowball_ami_id)
1035
+ SENSITIVE = []
958
1036
  include Aws::Structure
959
1037
  end
960
1038
 
@@ -968,6 +1046,7 @@ module Aws::Snowball
968
1046
  #
969
1047
  class Ec2RequestFailedException < Struct.new(
970
1048
  :message)
1049
+ SENSITIVE = []
971
1050
  include Aws::Structure
972
1051
  end
973
1052
 
@@ -989,6 +1068,7 @@ module Aws::Snowball
989
1068
  #
990
1069
  class EventTriggerDefinition < Struct.new(
991
1070
  :event_resource_arn)
1071
+ SENSITIVE = []
992
1072
  include Aws::Structure
993
1073
  end
994
1074
 
@@ -1008,6 +1088,7 @@ module Aws::Snowball
1008
1088
  #
1009
1089
  class GetJobManifestRequest < Struct.new(
1010
1090
  :job_id)
1091
+ SENSITIVE = []
1011
1092
  include Aws::Structure
1012
1093
  end
1013
1094
 
@@ -1020,6 +1101,7 @@ module Aws::Snowball
1020
1101
  #
1021
1102
  class GetJobManifestResult < Struct.new(
1022
1103
  :manifest_uri)
1104
+ SENSITIVE = []
1023
1105
  include Aws::Structure
1024
1106
  end
1025
1107
 
@@ -1039,6 +1121,7 @@ module Aws::Snowball
1039
1121
  #
1040
1122
  class GetJobUnlockCodeRequest < Struct.new(
1041
1123
  :job_id)
1124
+ SENSITIVE = []
1042
1125
  include Aws::Structure
1043
1126
  end
1044
1127
 
@@ -1051,6 +1134,7 @@ module Aws::Snowball
1051
1134
  #
1052
1135
  class GetJobUnlockCodeResult < Struct.new(
1053
1136
  :unlock_code)
1137
+ SENSITIVE = []
1054
1138
  include Aws::Structure
1055
1139
  end
1056
1140
 
@@ -1074,6 +1158,7 @@ module Aws::Snowball
1074
1158
  class GetSnowballUsageResult < Struct.new(
1075
1159
  :snowball_limit,
1076
1160
  :snowballs_in_use)
1161
+ SENSITIVE = []
1077
1162
  include Aws::Structure
1078
1163
  end
1079
1164
 
@@ -1093,6 +1178,7 @@ module Aws::Snowball
1093
1178
  #
1094
1179
  class GetSoftwareUpdatesRequest < Struct.new(
1095
1180
  :job_id)
1181
+ SENSITIVE = []
1096
1182
  include Aws::Structure
1097
1183
  end
1098
1184
 
@@ -1108,6 +1194,7 @@ module Aws::Snowball
1108
1194
  #
1109
1195
  class GetSoftwareUpdatesResult < Struct.new(
1110
1196
  :updates_uri)
1197
+ SENSITIVE = []
1111
1198
  include Aws::Structure
1112
1199
  end
1113
1200
 
@@ -1129,6 +1216,7 @@ module Aws::Snowball
1129
1216
  #
1130
1217
  class INDTaxDocuments < Struct.new(
1131
1218
  :gstin)
1219
+ SENSITIVE = []
1132
1220
  include Aws::Structure
1133
1221
  end
1134
1222
 
@@ -1142,10 +1230,11 @@ module Aws::Snowball
1142
1230
  #
1143
1231
  class InvalidAddressException < Struct.new(
1144
1232
  :message)
1233
+ SENSITIVE = []
1145
1234
  include Aws::Structure
1146
1235
  end
1147
1236
 
1148
- # Job or cluster creation failed. One ore more inputs were invalid.
1237
+ # Job or cluster creation failed. One or more inputs were invalid.
1149
1238
  # Confirm that the CreateClusterRequest$SnowballType value supports your
1150
1239
  # CreateJobRequest$JobType, and try again.
1151
1240
  #
@@ -1156,6 +1245,7 @@ module Aws::Snowball
1156
1245
  #
1157
1246
  class InvalidInputCombinationException < Struct.new(
1158
1247
  :message)
1248
+ SENSITIVE = []
1159
1249
  include Aws::Structure
1160
1250
  end
1161
1251
 
@@ -1169,6 +1259,7 @@ module Aws::Snowball
1169
1259
  #
1170
1260
  class InvalidJobStateException < Struct.new(
1171
1261
  :message)
1262
+ SENSITIVE = []
1172
1263
  include Aws::Structure
1173
1264
  end
1174
1265
 
@@ -1183,6 +1274,7 @@ module Aws::Snowball
1183
1274
  #
1184
1275
  class InvalidNextTokenException < Struct.new(
1185
1276
  :message)
1277
+ SENSITIVE = []
1186
1278
  include Aws::Structure
1187
1279
  end
1188
1280
 
@@ -1201,6 +1293,7 @@ module Aws::Snowball
1201
1293
  class InvalidResourceException < Struct.new(
1202
1294
  :message,
1203
1295
  :resource_type)
1296
+ SENSITIVE = []
1204
1297
  include Aws::Structure
1205
1298
  end
1206
1299
 
@@ -1254,6 +1347,7 @@ module Aws::Snowball
1254
1347
  :snowball_type,
1255
1348
  :creation_date,
1256
1349
  :description)
1350
+ SENSITIVE = []
1257
1351
  include Aws::Structure
1258
1352
  end
1259
1353
 
@@ -1301,6 +1395,7 @@ module Aws::Snowball
1301
1395
  :job_completion_report_uri,
1302
1396
  :job_success_log_uri,
1303
1397
  :job_failure_log_uri)
1398
+ SENSITIVE = []
1304
1399
  include Aws::Structure
1305
1400
  end
1306
1401
 
@@ -1413,6 +1508,10 @@ module Aws::Snowball
1413
1508
  # Region.
1414
1509
  # @return [Types::TaxDocuments]
1415
1510
  #
1511
+ # @!attribute [rw] device_configuration
1512
+ # The container for `SnowconeDeviceConfiguration`.
1513
+ # @return [Types::DeviceConfiguration]
1514
+ #
1416
1515
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobMetadata AWS API Documentation
1417
1516
  #
1418
1517
  class JobMetadata < Struct.new(
@@ -1433,7 +1532,9 @@ module Aws::Snowball
1433
1532
  :job_log_info,
1434
1533
  :cluster_id,
1435
1534
  :forwarding_address_id,
1436
- :tax_documents)
1535
+ :tax_documents,
1536
+ :device_configuration)
1537
+ SENSITIVE = []
1437
1538
  include Aws::Structure
1438
1539
  end
1439
1540
 
@@ -1490,6 +1591,7 @@ module Aws::Snowball
1490
1591
  :s3_resources,
1491
1592
  :lambda_resources,
1492
1593
  :ec2_ami_resources)
1594
+ SENSITIVE = []
1493
1595
  include Aws::Structure
1494
1596
  end
1495
1597
 
@@ -1503,6 +1605,7 @@ module Aws::Snowball
1503
1605
  #
1504
1606
  class KMSRequestFailedException < Struct.new(
1505
1607
  :message)
1608
+ SENSITIVE = []
1506
1609
  include Aws::Structure
1507
1610
  end
1508
1611
 
@@ -1534,6 +1637,7 @@ module Aws::Snowball
1534
1637
  class KeyRange < Struct.new(
1535
1638
  :begin_marker,
1536
1639
  :end_marker)
1640
+ SENSITIVE = []
1537
1641
  include Aws::Structure
1538
1642
  end
1539
1643
 
@@ -1567,6 +1671,7 @@ module Aws::Snowball
1567
1671
  class LambdaResource < Struct.new(
1568
1672
  :lambda_arn,
1569
1673
  :event_triggers)
1674
+ SENSITIVE = []
1570
1675
  include Aws::Structure
1571
1676
  end
1572
1677
 
@@ -1600,6 +1705,7 @@ module Aws::Snowball
1600
1705
  :cluster_id,
1601
1706
  :max_results,
1602
1707
  :next_token)
1708
+ SENSITIVE = []
1603
1709
  include Aws::Structure
1604
1710
  end
1605
1711
 
@@ -1620,6 +1726,7 @@ module Aws::Snowball
1620
1726
  class ListClusterJobsResult < Struct.new(
1621
1727
  :job_list_entries,
1622
1728
  :next_token)
1729
+ SENSITIVE = []
1623
1730
  include Aws::Structure
1624
1731
  end
1625
1732
 
@@ -1646,6 +1753,7 @@ module Aws::Snowball
1646
1753
  class ListClustersRequest < Struct.new(
1647
1754
  :max_results,
1648
1755
  :next_token)
1756
+ SENSITIVE = []
1649
1757
  include Aws::Structure
1650
1758
  end
1651
1759
 
@@ -1665,6 +1773,7 @@ module Aws::Snowball
1665
1773
  class ListClustersResult < Struct.new(
1666
1774
  :cluster_list_entries,
1667
1775
  :next_token)
1776
+ SENSITIVE = []
1668
1777
  include Aws::Structure
1669
1778
  end
1670
1779
 
@@ -1692,6 +1801,7 @@ module Aws::Snowball
1692
1801
  class ListCompatibleImagesRequest < Struct.new(
1693
1802
  :max_results,
1694
1803
  :next_token)
1804
+ SENSITIVE = []
1695
1805
  include Aws::Structure
1696
1806
  end
1697
1807
 
@@ -1710,6 +1820,7 @@ module Aws::Snowball
1710
1820
  class ListCompatibleImagesResult < Struct.new(
1711
1821
  :compatible_images,
1712
1822
  :next_token)
1823
+ SENSITIVE = []
1713
1824
  include Aws::Structure
1714
1825
  end
1715
1826
 
@@ -1736,6 +1847,7 @@ module Aws::Snowball
1736
1847
  class ListJobsRequest < Struct.new(
1737
1848
  :max_results,
1738
1849
  :next_token)
1850
+ SENSITIVE = []
1739
1851
  include Aws::Structure
1740
1852
  end
1741
1853
 
@@ -1756,6 +1868,7 @@ module Aws::Snowball
1756
1868
  class ListJobsResult < Struct.new(
1757
1869
  :job_list_entries,
1758
1870
  :next_token)
1871
+ SENSITIVE = []
1759
1872
  include Aws::Structure
1760
1873
  end
1761
1874
 
@@ -1809,6 +1922,7 @@ module Aws::Snowball
1809
1922
  :sns_topic_arn,
1810
1923
  :job_states_to_notify,
1811
1924
  :notify_all)
1925
+ SENSITIVE = []
1812
1926
  include Aws::Structure
1813
1927
  end
1814
1928
 
@@ -1846,6 +1960,7 @@ module Aws::Snowball
1846
1960
  class S3Resource < Struct.new(
1847
1961
  :bucket_arn,
1848
1962
  :key_range)
1963
+ SENSITIVE = []
1849
1964
  include Aws::Structure
1850
1965
  end
1851
1966
 
@@ -1870,6 +1985,7 @@ module Aws::Snowball
1870
1985
  class Shipment < Struct.new(
1871
1986
  :status,
1872
1987
  :tracking_number)
1988
+ SENSITIVE = []
1873
1989
  include Aws::Structure
1874
1990
  end
1875
1991
 
@@ -1912,6 +2028,30 @@ module Aws::Snowball
1912
2028
  :shipping_option,
1913
2029
  :inbound_shipment,
1914
2030
  :outbound_shipment)
2031
+ SENSITIVE = []
2032
+ include Aws::Structure
2033
+ end
2034
+
2035
+ # Specifies the device configuration for an AWS Snowcone job.
2036
+ #
2037
+ # @note When making an API call, you may pass SnowconeDeviceConfiguration
2038
+ # data as a hash:
2039
+ #
2040
+ # {
2041
+ # wireless_connection: {
2042
+ # is_wifi_enabled: false,
2043
+ # },
2044
+ # }
2045
+ #
2046
+ # @!attribute [rw] wireless_connection
2047
+ # Configures the wireless connection for the AWS Snowcone device.
2048
+ # @return [Types::WirelessConnection]
2049
+ #
2050
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/SnowconeDeviceConfiguration AWS API Documentation
2051
+ #
2052
+ class SnowconeDeviceConfiguration < Struct.new(
2053
+ :wireless_connection)
2054
+ SENSITIVE = []
1915
2055
  include Aws::Structure
1916
2056
  end
1917
2057
 
@@ -1934,6 +2074,7 @@ module Aws::Snowball
1934
2074
  #
1935
2075
  class TaxDocuments < Struct.new(
1936
2076
  :ind)
2077
+ SENSITIVE = []
1937
2078
  include Aws::Structure
1938
2079
  end
1939
2080
 
@@ -1948,6 +2089,7 @@ module Aws::Snowball
1948
2089
  #
1949
2090
  class UnsupportedAddressException < Struct.new(
1950
2091
  :message)
2092
+ SENSITIVE = []
1951
2093
  include Aws::Structure
1952
2094
  end
1953
2095
 
@@ -2048,6 +2190,7 @@ module Aws::Snowball
2048
2190
  :shipping_option,
2049
2191
  :notification,
2050
2192
  :forwarding_address_id)
2193
+ SENSITIVE = []
2051
2194
  include Aws::Structure
2052
2195
  end
2053
2196
 
@@ -2096,7 +2239,7 @@ module Aws::Snowball
2096
2239
  # address_id: "AddressId",
2097
2240
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
2098
2241
  # description: "String",
2099
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
2242
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
2100
2243
  # forwarding_address_id: "AddressId",
2101
2244
  # }
2102
2245
  #
@@ -2158,6 +2301,7 @@ module Aws::Snowball
2158
2301
  :description,
2159
2302
  :snowball_capacity_preference,
2160
2303
  :forwarding_address_id)
2304
+ SENSITIVE = []
2161
2305
  include Aws::Structure
2162
2306
  end
2163
2307
 
@@ -2165,5 +2309,26 @@ module Aws::Snowball
2165
2309
  #
2166
2310
  class UpdateJobResult < Aws::EmptyStructure; end
2167
2311
 
2312
+ # Configures the wireless connection on an AWS Snowcone device.
2313
+ #
2314
+ # @note When making an API call, you may pass WirelessConnection
2315
+ # data as a hash:
2316
+ #
2317
+ # {
2318
+ # is_wifi_enabled: false,
2319
+ # }
2320
+ #
2321
+ # @!attribute [rw] is_wifi_enabled
2322
+ # Enables the Wi-Fi adapter on an AWS Snowcone device.
2323
+ # @return [Boolean]
2324
+ #
2325
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/WirelessConnection AWS API Documentation
2326
+ #
2327
+ class WirelessConnection < Struct.new(
2328
+ :is_wifi_enabled)
2329
+ SENSITIVE = []
2330
+ include Aws::Structure
2331
+ end
2332
+
2168
2333
  end
2169
2334
  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.25.0
4
+ version: 1.30.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: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2020-06-23 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.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement