aws-sdk-snowball 1.28.1 → 1.29.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: 81d86685a013cdfb4cb79aa63e5d122bc537cfae6de7941dca32d47f6aef238e
4
- data.tar.gz: 703a3cc8305e01691dd3750edde1896052950e010e26d3c706bacd0d053bd12e
3
+ metadata.gz: 3393314a37f009195e81b5e984a6473d2c7d342ef33539f164576d43bcd0c140
4
+ data.tar.gz: a40e7bc24c8eb3987218598b6ee75e30319e88027d75a775fa8123568ba5c252
5
5
  SHA512:
6
- metadata.gz: 92786325d1e543319a4fd451ee56a6d6fe263b6adcdeec1b738bea864808a7697b90f4c8811910dd826a00ccf4cd5c1647483aaf882ede7e7dc08a226264eeaf
7
- data.tar.gz: 2b5b64af598988f73cd5b3a74c210d72b28773a1342a89539d6fd093b534744466d65f815e690ac0d52631338f0c6ef7edb61811597a270626d8cf9fdcc02539
6
+ metadata.gz: cc8897ae4c089dd305452664806c3d32720c407f0d85ca0353d5773c131084c4ba0fbb372e35b288337c72d0fe42173e989ca2fee5a3cd52a12ba67194cdc76e
7
+ data.tar.gz: '0008596d188bfb99dcb5966a8c38a75ebe597f6b8f740fde7a537e987e8bc467bef5f71999feffb9126c35516e8261b222fb006a7398e62bbb2c4bdbccf4db59'
@@ -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.28.1'
50
+ GEM_VERSION = '1.29.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:
@@ -500,15 +502,12 @@ module Aws::Snowball
500
502
  # [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
501
503
  #
502
504
  # @option params [String] :snowball_type
503
- # The type of AWS Snowball device to use for this cluster. Currently,
504
- # the only supported device type for cluster jobs is `EDGE`.
505
- #
506
- # For more information, see [Snowball Edge Device Options][1] in the
507
- # Snowball Edge Developer Guide.
508
- #
505
+ # The type of AWS Snowball device to use for this cluster.
509
506
  #
507
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
508
+ # device type.
510
509
  #
511
- # [1]: https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html
510
+ # </note>
512
511
  #
513
512
  # @option params [required, String] :shipping_option
514
513
  # The shipping speed for each node in this cluster. This speed doesn't
@@ -517,6 +516,20 @@ module Aws::Snowball
517
516
  # transit. Regional shipping speeds are as follows:
518
517
  #
519
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,
520
533
  # devices shipped express are delivered in about a day.
521
534
  #
522
535
  # * In the European Union (EU), you have access to express shipping.
@@ -613,7 +626,7 @@ module Aws::Snowball
613
626
  # address_id: "AddressId", # required
614
627
  # kms_key_arn: "KmsKeyARN",
615
628
  # role_arn: "RoleARN", # required
616
- # 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
617
630
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
618
631
  # notification: {
619
632
  # sns_topic_arn: "SnsTopicARN",
@@ -722,6 +735,13 @@ module Aws::Snowball
722
735
  # job attributes are inherited from the cluster.
723
736
  #
724
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
+ #
725
745
  # The type of AWS Snowball device to use for this job. Currently, the
726
746
  # only supported device type for cluster jobs is `EDGE`.
727
747
  #
@@ -739,6 +759,9 @@ module Aws::Snowball
739
759
  # @option params [Types::TaxDocuments] :tax_documents
740
760
  # The tax documents required in your AWS Region.
741
761
  #
762
+ # @option params [Types::DeviceConfiguration] :device_configuration
763
+ # Defines the device configuration for an AWS Snowcone job.
764
+ #
742
765
  # @return [Types::CreateJobResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
743
766
  #
744
767
  # * {Types::CreateJobResult#job_id #job_id} => String
@@ -815,7 +838,7 @@ module Aws::Snowball
815
838
  # address_id: "AddressId",
816
839
  # kms_key_arn: "KmsKeyARN",
817
840
  # role_arn: "RoleARN",
818
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
841
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
819
842
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
820
843
  # notification: {
821
844
  # sns_topic_arn: "SnsTopicARN",
@@ -823,13 +846,20 @@ module Aws::Snowball
823
846
  # notify_all: false,
824
847
  # },
825
848
  # cluster_id: "ClusterId",
826
- # 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
827
850
  # forwarding_address_id: "AddressId",
828
851
  # tax_documents: {
829
852
  # ind: {
830
853
  # gstin: "GSTIN",
831
854
  # },
832
855
  # },
856
+ # device_configuration: {
857
+ # snowcone_device_configuration: {
858
+ # wireless_connection: {
859
+ # is_wifi_enabled: false,
860
+ # },
861
+ # },
862
+ # },
833
863
  # })
834
864
  #
835
865
  # @example Response structure
@@ -1055,7 +1085,7 @@ module Aws::Snowball
1055
1085
  # resp.cluster_metadata.role_arn #=> String
1056
1086
  # resp.cluster_metadata.cluster_state #=> String, one of "AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled"
1057
1087
  # resp.cluster_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1058
- # 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"
1059
1089
  # resp.cluster_metadata.creation_date #=> Time
1060
1090
  # resp.cluster_metadata.resources.s3_resources #=> Array
1061
1091
  # resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1151,7 +1181,7 @@ module Aws::Snowball
1151
1181
  # resp.job_metadata.job_id #=> String
1152
1182
  # resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1153
1183
  # resp.job_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1154
- # 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"
1155
1185
  # resp.job_metadata.creation_date #=> Time
1156
1186
  # resp.job_metadata.resources.s3_resources #=> Array
1157
1187
  # resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1173,7 +1203,7 @@ module Aws::Snowball
1173
1203
  # resp.job_metadata.shipping_details.inbound_shipment.tracking_number #=> String
1174
1204
  # resp.job_metadata.shipping_details.outbound_shipment.status #=> String
1175
1205
  # resp.job_metadata.shipping_details.outbound_shipment.tracking_number #=> String
1176
- # 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"
1177
1207
  # resp.job_metadata.notification.sns_topic_arn #=> String
1178
1208
  # resp.job_metadata.notification.job_states_to_notify #=> Array
1179
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"
@@ -1188,11 +1218,12 @@ module Aws::Snowball
1188
1218
  # resp.job_metadata.cluster_id #=> String
1189
1219
  # resp.job_metadata.forwarding_address_id #=> String
1190
1220
  # resp.job_metadata.tax_documents.ind.gstin #=> String
1221
+ # resp.job_metadata.device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
1191
1222
  # resp.sub_job_metadata #=> Array
1192
1223
  # resp.sub_job_metadata[0].job_id #=> String
1193
1224
  # resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1194
1225
  # resp.sub_job_metadata[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1195
- # 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"
1196
1227
  # resp.sub_job_metadata[0].creation_date #=> Time
1197
1228
  # resp.sub_job_metadata[0].resources.s3_resources #=> Array
1198
1229
  # resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
@@ -1214,7 +1245,7 @@ module Aws::Snowball
1214
1245
  # resp.sub_job_metadata[0].shipping_details.inbound_shipment.tracking_number #=> String
1215
1246
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.status #=> String
1216
1247
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.tracking_number #=> String
1217
- # 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"
1218
1249
  # resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
1219
1250
  # resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
1220
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"
@@ -1229,6 +1260,7 @@ module Aws::Snowball
1229
1260
  # resp.sub_job_metadata[0].cluster_id #=> String
1230
1261
  # resp.sub_job_metadata[0].forwarding_address_id #=> String
1231
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
1232
1264
  #
1233
1265
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
1234
1266
  #
@@ -1541,7 +1573,7 @@ module Aws::Snowball
1541
1573
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1542
1574
  # resp.job_list_entries[0].is_master #=> Boolean
1543
1575
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1544
- # 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"
1545
1577
  # resp.job_list_entries[0].creation_date #=> Time
1546
1578
  # resp.job_list_entries[0].description #=> String
1547
1579
  # resp.next_token #=> String
@@ -1723,7 +1755,7 @@ module Aws::Snowball
1723
1755
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1724
1756
  # resp.job_list_entries[0].is_master #=> Boolean
1725
1757
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1726
- # 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"
1727
1759
  # resp.job_list_entries[0].creation_date #=> Time
1728
1760
  # resp.job_list_entries[0].description #=> String
1729
1761
  # resp.next_token #=> String
@@ -1941,7 +1973,7 @@ module Aws::Snowball
1941
1973
  # address_id: "AddressId",
1942
1974
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
1943
1975
  # description: "String",
1944
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
1976
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
1945
1977
  # forwarding_address_id: "AddressId",
1946
1978
  # })
1947
1979
  #
@@ -1967,7 +1999,7 @@ module Aws::Snowball
1967
1999
  params: params,
1968
2000
  config: config)
1969
2001
  context[:gem_name] = 'aws-sdk-snowball'
1970
- context[:gem_version] = '1.28.1'
2002
+ context[:gem_version] = '1.29.0'
1971
2003
  Seahorse::Client::Request.new(handlers, context)
1972
2004
  end
1973
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,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:
@@ -250,15 +252,12 @@ module Aws::Snowball
250
252
  # @return [String]
251
253
  #
252
254
  # @!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
- #
255
+ # The type of AWS Snowball device to use for this cluster.
259
256
  #
257
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
258
+ # device type.
260
259
  #
261
- # [1]: https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html
260
+ # </note>
262
261
  # @return [String]
263
262
  #
264
263
  # @!attribute [rw] creation_date
@@ -433,7 +432,7 @@ module Aws::Snowball
433
432
  # address_id: "AddressId", # required
434
433
  # kms_key_arn: "KmsKeyARN",
435
434
  # role_arn: "RoleARN", # required
436
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S
435
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD
437
436
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
438
437
  # notification: {
439
438
  # sns_topic_arn: "SnsTopicARN",
@@ -489,15 +488,12 @@ module Aws::Snowball
489
488
  # @return [String]
490
489
  #
491
490
  # @!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.
491
+ # The type of AWS Snowball device to use for this cluster.
497
492
  #
493
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
494
+ # device type.
498
495
  #
499
- #
500
- # [1]: https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html
496
+ # </note>
501
497
  # @return [String]
502
498
  #
503
499
  # @!attribute [rw] shipping_option
@@ -508,6 +504,20 @@ module Aws::Snowball
508
504
  # follows:
509
505
  #
510
506
  # * In Australia, you have access to express shipping. Typically,
507
+ # Snowballs shipped express are delivered in about a day.
508
+ #
509
+ # * In the European Union (EU), you have access to express shipping.
510
+ # Typically, Snowballs shipped express are delivered in about a day.
511
+ # In addition, most countries in the EU have access to standard
512
+ # shipping, which typically takes less than a week, one way.
513
+ #
514
+ # * In India, Snowballs are delivered in one to seven days.
515
+ #
516
+ # * In the United States of America (US), you have access to one-day
517
+ # shipping and two-day shipping.
518
+ # ^
519
+ #
520
+ # * In Australia, you have access to express shipping. Typically,
511
521
  # devices shipped express are delivered in about a day.
512
522
  #
513
523
  # * In the European Union (EU), you have access to express shipping.
@@ -599,7 +609,7 @@ module Aws::Snowball
599
609
  # address_id: "AddressId",
600
610
  # kms_key_arn: "KmsKeyARN",
601
611
  # role_arn: "RoleARN",
602
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
612
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
603
613
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
604
614
  # notification: {
605
615
  # sns_topic_arn: "SnsTopicARN",
@@ -607,13 +617,20 @@ module Aws::Snowball
607
617
  # notify_all: false,
608
618
  # },
609
619
  # cluster_id: "ClusterId",
610
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S
620
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD
611
621
  # forwarding_address_id: "AddressId",
612
622
  # tax_documents: {
613
623
  # ind: {
614
624
  # gstin: "GSTIN",
615
625
  # },
616
626
  # },
627
+ # device_configuration: {
628
+ # snowcone_device_configuration: {
629
+ # wireless_connection: {
630
+ # is_wifi_enabled: false,
631
+ # },
632
+ # },
633
+ # },
617
634
  # }
618
635
  #
619
636
  # @!attribute [rw] job_type
@@ -701,6 +718,13 @@ module Aws::Snowball
701
718
  # @return [String]
702
719
  #
703
720
  # @!attribute [rw] snowball_type
721
+ # The type of AWS Snowball device to use for this job.
722
+ #
723
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
724
+ # device type.
725
+ #
726
+ # </note>
727
+ #
704
728
  # The type of AWS Snowball device to use for this job. Currently, the
705
729
  # only supported device type for cluster jobs is `EDGE`.
706
730
  #
@@ -721,6 +745,10 @@ module Aws::Snowball
721
745
  # The tax documents required in your AWS Region.
722
746
  # @return [Types::TaxDocuments]
723
747
  #
748
+ # @!attribute [rw] device_configuration
749
+ # Defines the device configuration for an AWS Snowcone job.
750
+ # @return [Types::DeviceConfiguration]
751
+ #
724
752
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJobRequest AWS API Documentation
725
753
  #
726
754
  class CreateJobRequest < Struct.new(
@@ -736,7 +764,8 @@ module Aws::Snowball
736
764
  :cluster_id,
737
765
  :snowball_type,
738
766
  :forwarding_address_id,
739
- :tax_documents)
767
+ :tax_documents,
768
+ :device_configuration)
740
769
  include Aws::Structure
741
770
  end
742
771
 
@@ -929,6 +958,31 @@ module Aws::Snowball
929
958
  include Aws::Structure
930
959
  end
931
960
 
961
+ # The container for `SnowconeDeviceConfiguration`.
962
+ #
963
+ # @note When making an API call, you may pass DeviceConfiguration
964
+ # data as a hash:
965
+ #
966
+ # {
967
+ # snowcone_device_configuration: {
968
+ # wireless_connection: {
969
+ # is_wifi_enabled: false,
970
+ # },
971
+ # },
972
+ # }
973
+ #
974
+ # @!attribute [rw] snowcone_device_configuration
975
+ # Returns information about the device configuration for an AWS
976
+ # Snowcone job.
977
+ # @return [Types::SnowconeDeviceConfiguration]
978
+ #
979
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DeviceConfiguration AWS API Documentation
980
+ #
981
+ class DeviceConfiguration < Struct.new(
982
+ :snowcone_device_configuration)
983
+ include Aws::Structure
984
+ end
985
+
932
986
  # A JSON-formatted object that contains the IDs for an Amazon Machine
933
987
  # Image (AMI), including the Amazon EC2 AMI ID and the Snowball Edge AMI
934
988
  # ID. Each AMI has these two IDs to simplify identifying the AMI in both
@@ -1145,7 +1199,7 @@ module Aws::Snowball
1145
1199
  include Aws::Structure
1146
1200
  end
1147
1201
 
1148
- # Job or cluster creation failed. One ore more inputs were invalid.
1202
+ # Job or cluster creation failed. One or more inputs were invalid.
1149
1203
  # Confirm that the CreateClusterRequest$SnowballType value supports your
1150
1204
  # CreateJobRequest$JobType, and try again.
1151
1205
  #
@@ -1413,6 +1467,10 @@ module Aws::Snowball
1413
1467
  # Region.
1414
1468
  # @return [Types::TaxDocuments]
1415
1469
  #
1470
+ # @!attribute [rw] device_configuration
1471
+ # The container for `SnowconeDeviceConfiguration`.
1472
+ # @return [Types::DeviceConfiguration]
1473
+ #
1416
1474
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobMetadata AWS API Documentation
1417
1475
  #
1418
1476
  class JobMetadata < Struct.new(
@@ -1433,7 +1491,8 @@ module Aws::Snowball
1433
1491
  :job_log_info,
1434
1492
  :cluster_id,
1435
1493
  :forwarding_address_id,
1436
- :tax_documents)
1494
+ :tax_documents,
1495
+ :device_configuration)
1437
1496
  include Aws::Structure
1438
1497
  end
1439
1498
 
@@ -1915,6 +1974,28 @@ module Aws::Snowball
1915
1974
  include Aws::Structure
1916
1975
  end
1917
1976
 
1977
+ # Specifies the device configuration for an AWS Snowcone job.
1978
+ #
1979
+ # @note When making an API call, you may pass SnowconeDeviceConfiguration
1980
+ # data as a hash:
1981
+ #
1982
+ # {
1983
+ # wireless_connection: {
1984
+ # is_wifi_enabled: false,
1985
+ # },
1986
+ # }
1987
+ #
1988
+ # @!attribute [rw] wireless_connection
1989
+ # Configures the wireless connection for the AWS Snowcone device.
1990
+ # @return [Types::WirelessConnection]
1991
+ #
1992
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/SnowconeDeviceConfiguration AWS API Documentation
1993
+ #
1994
+ class SnowconeDeviceConfiguration < Struct.new(
1995
+ :wireless_connection)
1996
+ include Aws::Structure
1997
+ end
1998
+
1918
1999
  # The tax documents required in your AWS Region.
1919
2000
  #
1920
2001
  # @note When making an API call, you may pass TaxDocuments
@@ -2096,7 +2177,7 @@ module Aws::Snowball
2096
2177
  # address_id: "AddressId",
2097
2178
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
2098
2179
  # description: "String",
2099
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
2180
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
2100
2181
  # forwarding_address_id: "AddressId",
2101
2182
  # }
2102
2183
  #
@@ -2165,5 +2246,25 @@ module Aws::Snowball
2165
2246
  #
2166
2247
  class UpdateJobResult < Aws::EmptyStructure; end
2167
2248
 
2249
+ # Configures the wireless connection on an AWS Snowcone device.
2250
+ #
2251
+ # @note When making an API call, you may pass WirelessConnection
2252
+ # data as a hash:
2253
+ #
2254
+ # {
2255
+ # is_wifi_enabled: false,
2256
+ # }
2257
+ #
2258
+ # @!attribute [rw] is_wifi_enabled
2259
+ # Enables the Wi-Fi adapter on an AWS Snowcone device.
2260
+ # @return [Boolean]
2261
+ #
2262
+ # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/WirelessConnection AWS API Documentation
2263
+ #
2264
+ class WirelessConnection < Struct.new(
2265
+ :is_wifi_enabled)
2266
+ include Aws::Structure
2267
+ end
2268
+
2168
2269
  end
2169
2270
  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.28.1
4
+ version: 1.29.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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core