aws-sdk-snowball 1.28.1 → 1.33.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: 75f07ed11d5182c43e8aec6524433731970ccac360db225231ab04a067c33c68
4
+ data.tar.gz: ccdaa23187a79da67cc6cafd4857185752bc01ffb2aeeb42fd41177992184d29
5
5
  SHA512:
6
- metadata.gz: 92786325d1e543319a4fd451ee56a6d6fe263b6adcdeec1b738bea864808a7697b90f4c8811910dd826a00ccf4cd5c1647483aaf882ede7e7dc08a226264eeaf
7
- data.tar.gz: 2b5b64af598988f73cd5b3a74c210d72b28773a1342a89539d6fd093b534744466d65f815e690ac0d52631338f0c6ef7edb61811597a270626d8cf9fdcc02539
6
+ metadata.gz: 7ee1acbe01fe124e80ba8f084ae608f439f8fe7db8f6885673d33c46b5aa650fba53021299d16fdb21d448d0219f1347f738f297b0a126d4d7fc1c645a3f613a
7
+ data.tar.gz: b48bfc881ad2f9bc9a485fabaa43f87a3356a4a1e27f77318a8b0c2111214a5b97bd8bd174a96b8d38278cccd058f7f6fb6f1df74f4d66200344f1caa669480a
@@ -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:
@@ -5,6 +7,7 @@
5
7
  #
6
8
  # WARNING ABOUT GENERATED CODE
7
9
 
10
+
8
11
  require 'aws-sdk-core'
9
12
  require 'aws-sigv4'
10
13
 
@@ -42,9 +45,9 @@ require_relative 'aws-sdk-snowball/customizations'
42
45
  #
43
46
  # See {Errors} for more information.
44
47
  #
45
- # @service
48
+ # @!group service
46
49
  module Aws::Snowball
47
50
 
48
- GEM_VERSION = '1.28.1'
51
+ GEM_VERSION = '1.33.0'
49
52
 
50
53
  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:
@@ -83,13 +85,28 @@ module Aws::Snowball
83
85
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
84
86
  # credentials.
85
87
  #
88
+ # * `Aws::SharedCredentials` - Used for loading static credentials from a
89
+ # shared file, such as `~/.aws/config`.
90
+ #
91
+ # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
92
+ #
93
+ # * `Aws::AssumeRoleWebIdentityCredentials` - Used when you need to
94
+ # assume a role after providing credentials via the web.
95
+ #
96
+ # * `Aws::SSOCredentials` - Used for loading credentials from AWS SSO using an
97
+ # access token generated from `aws login`.
98
+ #
99
+ # * `Aws::ProcessCredentials` - Used for loading credentials from a
100
+ # process that outputs to stdout.
101
+ #
86
102
  # * `Aws::InstanceProfileCredentials` - Used for loading credentials
87
103
  # from an EC2 IMDS on an EC2 instance.
88
104
  #
89
- # * `Aws::SharedCredentials` - Used for loading credentials from a
90
- # shared file, such as `~/.aws/config`.
105
+ # * `Aws::ECSCredentials` - Used for loading credentials from
106
+ # instances running in ECS.
91
107
  #
92
- # * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
108
+ # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
109
+ # from the Cognito Identity service.
93
110
  #
94
111
  # When `:credentials` are not configured directly, the following
95
112
  # locations will be searched for credentials:
@@ -99,10 +116,10 @@ module Aws::Snowball
99
116
  # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
100
117
  # * `~/.aws/credentials`
101
118
  # * `~/.aws/config`
102
- # * EC2 IMDS instance profile - When used by default, the timeouts are
103
- # very aggressive. Construct and pass an instance of
104
- # `Aws::InstanceProfileCredentails` to enable retries and extended
105
- # timeouts.
119
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
+ # are very aggressive. Construct and pass an instance of
121
+ # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
+ # enable retries and extended timeouts.
106
123
  #
107
124
  # @option options [required, String] :region
108
125
  # The AWS region to connect to. The configured `:region` is
@@ -500,15 +517,12 @@ module Aws::Snowball
500
517
  # [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
501
518
  #
502
519
  # @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.
520
+ # The type of AWS Snowball device to use for this cluster.
508
521
  #
522
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
523
+ # device type.
509
524
  #
510
- #
511
- # [1]: https://docs.aws.amazon.com/snowball/latest/developer-guide/device-differences.html
525
+ # </note>
512
526
  #
513
527
  # @option params [required, String] :shipping_option
514
528
  # The shipping speed for each node in this cluster. This speed doesn't
@@ -517,6 +531,20 @@ module Aws::Snowball
517
531
  # transit. Regional shipping speeds are as follows:
518
532
  #
519
533
  # * In Australia, you have access to express shipping. Typically,
534
+ # Snowballs shipped express are delivered in about a day.
535
+ #
536
+ # * In the European Union (EU), you have access to express shipping.
537
+ # Typically, Snowballs shipped express are delivered in about a day.
538
+ # In addition, most countries in the EU have access to standard
539
+ # shipping, which typically takes less than a week, one way.
540
+ #
541
+ # * In India, Snowballs are delivered in one to seven days.
542
+ #
543
+ # * In the United States of America (US), you have access to one-day
544
+ # shipping and two-day shipping.
545
+ # ^
546
+ #
547
+ # * In Australia, you have access to express shipping. Typically,
520
548
  # devices shipped express are delivered in about a day.
521
549
  #
522
550
  # * In the European Union (EU), you have access to express shipping.
@@ -613,7 +641,7 @@ module Aws::Snowball
613
641
  # address_id: "AddressId", # required
614
642
  # kms_key_arn: "KmsKeyARN",
615
643
  # role_arn: "RoleARN", # required
616
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S
644
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD
617
645
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
618
646
  # notification: {
619
647
  # sns_topic_arn: "SnsTopicARN",
@@ -722,6 +750,13 @@ module Aws::Snowball
722
750
  # job attributes are inherited from the cluster.
723
751
  #
724
752
  # @option params [String] :snowball_type
753
+ # The type of AWS Snowball device to use for this job.
754
+ #
755
+ # <note markdown="1"> For cluster jobs, AWS Snowball currently supports only the `EDGE`
756
+ # device type.
757
+ #
758
+ # </note>
759
+ #
725
760
  # The type of AWS Snowball device to use for this job. Currently, the
726
761
  # only supported device type for cluster jobs is `EDGE`.
727
762
  #
@@ -739,6 +774,9 @@ module Aws::Snowball
739
774
  # @option params [Types::TaxDocuments] :tax_documents
740
775
  # The tax documents required in your AWS Region.
741
776
  #
777
+ # @option params [Types::DeviceConfiguration] :device_configuration
778
+ # Defines the device configuration for an AWS Snowcone job.
779
+ #
742
780
  # @return [Types::CreateJobResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
743
781
  #
744
782
  # * {Types::CreateJobResult#job_id #job_id} => String
@@ -815,7 +853,7 @@ module Aws::Snowball
815
853
  # address_id: "AddressId",
816
854
  # kms_key_arn: "KmsKeyARN",
817
855
  # role_arn: "RoleARN",
818
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
856
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
819
857
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
820
858
  # notification: {
821
859
  # sns_topic_arn: "SnsTopicARN",
@@ -823,13 +861,20 @@ module Aws::Snowball
823
861
  # notify_all: false,
824
862
  # },
825
863
  # cluster_id: "ClusterId",
826
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S
864
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD
827
865
  # forwarding_address_id: "AddressId",
828
866
  # tax_documents: {
829
867
  # ind: {
830
868
  # gstin: "GSTIN",
831
869
  # },
832
870
  # },
871
+ # device_configuration: {
872
+ # snowcone_device_configuration: {
873
+ # wireless_connection: {
874
+ # is_wifi_enabled: false,
875
+ # },
876
+ # },
877
+ # },
833
878
  # })
834
879
  #
835
880
  # @example Response structure
@@ -1055,7 +1100,7 @@ module Aws::Snowball
1055
1100
  # resp.cluster_metadata.role_arn #=> String
1056
1101
  # resp.cluster_metadata.cluster_state #=> String, one of "AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled"
1057
1102
  # 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"
1103
+ # resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1059
1104
  # resp.cluster_metadata.creation_date #=> Time
1060
1105
  # resp.cluster_metadata.resources.s3_resources #=> Array
1061
1106
  # resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1151,7 +1196,7 @@ module Aws::Snowball
1151
1196
  # resp.job_metadata.job_id #=> String
1152
1197
  # resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1153
1198
  # 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"
1199
+ # resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1155
1200
  # resp.job_metadata.creation_date #=> Time
1156
1201
  # resp.job_metadata.resources.s3_resources #=> Array
1157
1202
  # resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1173,7 +1218,7 @@ module Aws::Snowball
1173
1218
  # resp.job_metadata.shipping_details.inbound_shipment.tracking_number #=> String
1174
1219
  # resp.job_metadata.shipping_details.outbound_shipment.status #=> String
1175
1220
  # 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"
1221
+ # resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "NoPreference"
1177
1222
  # resp.job_metadata.notification.sns_topic_arn #=> String
1178
1223
  # resp.job_metadata.notification.job_states_to_notify #=> Array
1179
1224
  # 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 +1233,12 @@ module Aws::Snowball
1188
1233
  # resp.job_metadata.cluster_id #=> String
1189
1234
  # resp.job_metadata.forwarding_address_id #=> String
1190
1235
  # resp.job_metadata.tax_documents.ind.gstin #=> String
1236
+ # resp.job_metadata.device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
1191
1237
  # resp.sub_job_metadata #=> Array
1192
1238
  # resp.sub_job_metadata[0].job_id #=> String
1193
1239
  # resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1194
1240
  # 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"
1241
+ # resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1196
1242
  # resp.sub_job_metadata[0].creation_date #=> Time
1197
1243
  # resp.sub_job_metadata[0].resources.s3_resources #=> Array
1198
1244
  # resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
@@ -1214,7 +1260,7 @@ module Aws::Snowball
1214
1260
  # resp.sub_job_metadata[0].shipping_details.inbound_shipment.tracking_number #=> String
1215
1261
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.status #=> String
1216
1262
  # 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"
1263
+ # resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "NoPreference"
1218
1264
  # resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
1219
1265
  # resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
1220
1266
  # 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 +1275,7 @@ module Aws::Snowball
1229
1275
  # resp.sub_job_metadata[0].cluster_id #=> String
1230
1276
  # resp.sub_job_metadata[0].forwarding_address_id #=> String
1231
1277
  # resp.sub_job_metadata[0].tax_documents.ind.gstin #=> String
1278
+ # resp.sub_job_metadata[0].device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
1232
1279
  #
1233
1280
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
1234
1281
  #
@@ -1541,7 +1588,7 @@ module Aws::Snowball
1541
1588
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1542
1589
  # resp.job_list_entries[0].is_master #=> Boolean
1543
1590
  # 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"
1591
+ # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1545
1592
  # resp.job_list_entries[0].creation_date #=> Time
1546
1593
  # resp.job_list_entries[0].description #=> String
1547
1594
  # resp.next_token #=> String
@@ -1723,7 +1770,7 @@ module Aws::Snowball
1723
1770
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1724
1771
  # resp.job_list_entries[0].is_master #=> Boolean
1725
1772
  # 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"
1773
+ # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD"
1727
1774
  # resp.job_list_entries[0].creation_date #=> Time
1728
1775
  # resp.job_list_entries[0].description #=> String
1729
1776
  # resp.next_token #=> String
@@ -1941,7 +1988,7 @@ module Aws::Snowball
1941
1988
  # address_id: "AddressId",
1942
1989
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
1943
1990
  # description: "String",
1944
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, NoPreference
1991
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, NoPreference
1945
1992
  # forwarding_address_id: "AddressId",
1946
1993
  # })
1947
1994
  #
@@ -1967,7 +2014,7 @@ module Aws::Snowball
1967
2014
  params: params,
1968
2015
  config: config)
1969
2016
  context[:gem_name] = 'aws-sdk-snowball'
1970
- context[:gem_version] = '1.28.1'
2017
+ context[:gem_version] = '1.33.0'
1971
2018
  Seahorse::Client::Request.new(handlers, context)
1972
2019
  end
1973
2020
 
@@ -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.28.1
4
+ version: 1.33.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-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core