aws-sdk-snowball 1.49.0 → 1.50.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: 1deb154021a6b1b617708924feeb83ac72e6937289e889cb8ad169865fb2d630
4
- data.tar.gz: c98d67b0f5ace34de6ad3ac6a5e18a76d926a837cbb8f6172cd7f2073feb6726
3
+ metadata.gz: 981cf06ab8c3345d9533d3bfdebef0937c1babc6ad6f779419691dbe07180e9a
4
+ data.tar.gz: 16da0cd630d64984e33fb5a64c92976aa9cd951ff4c9d35211882386f53e85c3
5
5
  SHA512:
6
- metadata.gz: 848bd5ee291070613680472885fdb425948e94916cef879844f022dd0ef585f8b754bc7427720a6cf3ed5a0af71bf35e8003c9db35730c91e6ec2e27edcdd86e
7
- data.tar.gz: bfc22701b2205bec24272861b8698a7a390d3ae4e6f8b0317de563b17b0e353e6be0e539baee2c962cb48487112694b57b093b06182978d37c43837f69a9bfd6
6
+ metadata.gz: acd7c32519c200307edac5dba03698302ba53d48524c06a77d701567da02f222506397c4468e4ddd1cacb290429ca574ffa2fe4a331172858aa3d560a5138dd3
7
+ data.tar.gz: 260b00ee01d555b3934ee5b0fe1f22c76f3eb19dca1b49bd5c088a5fdc62512aa8d1274aacbea3630960a851c3d654307af859bcceb9787c0bff9d20a8c8d631
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2022-10-03)
5
+ ------------------
6
+
7
+ * Feature - Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable).
8
+
4
9
  1.49.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -554,7 +554,7 @@ module Aws::Snowball
554
554
  # [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
555
555
  #
556
556
  # @option params [required, String] :snowball_type
557
- # The type of Snow Family Devices to use for this cluster.
557
+ # The type of Snow Family devices to use for this cluster.
558
558
  #
559
559
  # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
560
560
  # only the `EDGE` device type.
@@ -707,7 +707,7 @@ module Aws::Snowball
707
707
  # address_id: "AddressId", # required
708
708
  # kms_key_arn: "KmsKeyARN",
709
709
  # role_arn: "RoleARN", # required
710
- # snowball_type: "STANDARD", # required, accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD
710
+ # snowball_type: "STANDARD", # required, accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
711
711
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
712
712
  # notification: {
713
713
  # sns_topic_arn: "SnsTopicARN",
@@ -756,7 +756,7 @@ module Aws::Snowball
756
756
  #
757
757
  #
758
758
  #
759
- # **Snow Family Devices and their capacities.**
759
+ # **Snow Family devices and their capacities.**
760
760
  #
761
761
  # * Snow Family device type: **SNC1\_SSD**
762
762
  #
@@ -807,6 +807,14 @@ module Aws::Snowball
807
807
  #
808
808
  #
809
809
  #
810
+ # * Device type: **V3\_5C**
811
+ #
812
+ # * Capacity: T32
813
+ #
814
+ # * Description: Snowball Edge Compute Optimized without GPU
815
+ #
816
+ #
817
+ #
810
818
  # * Device type: **STANDARD**
811
819
  #
812
820
  # * Capacity: T50
@@ -921,7 +929,7 @@ module Aws::Snowball
921
929
  # job attributes are inherited from the cluster.
922
930
  #
923
931
  # @option params [String] :snowball_type
924
- # The type of Snow Family Devices to use for this job.
932
+ # The type of Snow Family devices to use for this job.
925
933
  #
926
934
  # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
927
935
  # only the `EDGE` device type.
@@ -1062,7 +1070,7 @@ module Aws::Snowball
1062
1070
  # address_id: "AddressId",
1063
1071
  # kms_key_arn: "KmsKeyARN",
1064
1072
  # role_arn: "RoleARN",
1065
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference
1073
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference, T32
1066
1074
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
1067
1075
  # notification: {
1068
1076
  # sns_topic_arn: "SnsTopicARN",
@@ -1070,7 +1078,7 @@ module Aws::Snowball
1070
1078
  # notify_all: false,
1071
1079
  # },
1072
1080
  # cluster_id: "ClusterId",
1073
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD
1081
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
1074
1082
  # forwarding_address_id: "AddressId",
1075
1083
  # tax_documents: {
1076
1084
  # ind: {
@@ -1111,11 +1119,13 @@ module Aws::Snowball
1111
1119
  # 1-year or 3-year long-term pricing.
1112
1120
  #
1113
1121
  # @option params [Boolean] :is_long_term_pricing_auto_renew
1122
+ # snowballty
1123
+ #
1114
1124
  # Specifies whether the current long-term pricing type for the device
1115
1125
  # should be renewed.
1116
1126
  #
1117
1127
  # @option params [String] :snowball_type
1118
- # The type of Snow Family Devices to use for the long-term pricing job.
1128
+ # The type of Snow Family devices to use for the long-term pricing job.
1119
1129
  #
1120
1130
  # @return [Types::CreateLongTermPricingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1121
1131
  #
@@ -1126,7 +1136,7 @@ module Aws::Snowball
1126
1136
  # resp = client.create_long_term_pricing({
1127
1137
  # long_term_pricing_type: "OneYear", # required, accepts OneYear, ThreeYear
1128
1138
  # is_long_term_pricing_auto_renew: false,
1129
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD
1139
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
1130
1140
  # })
1131
1141
  #
1132
1142
  # @example Response structure
@@ -1389,7 +1399,7 @@ module Aws::Snowball
1389
1399
  # resp.cluster_metadata.role_arn #=> String
1390
1400
  # resp.cluster_metadata.cluster_state #=> String, one of "AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled"
1391
1401
  # resp.cluster_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1392
- # resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD"
1402
+ # resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C"
1393
1403
  # resp.cluster_metadata.creation_date #=> Time
1394
1404
  # resp.cluster_metadata.resources.s3_resources #=> Array
1395
1405
  # resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1492,7 +1502,7 @@ module Aws::Snowball
1492
1502
  # resp.job_metadata.job_id #=> String
1493
1503
  # resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1494
1504
  # resp.job_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1495
- # resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD"
1505
+ # resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C"
1496
1506
  # resp.job_metadata.creation_date #=> Time
1497
1507
  # resp.job_metadata.resources.s3_resources #=> Array
1498
1508
  # resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1517,7 +1527,7 @@ module Aws::Snowball
1517
1527
  # resp.job_metadata.shipping_details.inbound_shipment.tracking_number #=> String
1518
1528
  # resp.job_metadata.shipping_details.outbound_shipment.status #=> String
1519
1529
  # resp.job_metadata.shipping_details.outbound_shipment.tracking_number #=> String
1520
- # resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "T14", "NoPreference"
1530
+ # resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "T14", "NoPreference", "T32"
1521
1531
  # resp.job_metadata.notification.sns_topic_arn #=> String
1522
1532
  # resp.job_metadata.notification.job_states_to_notify #=> Array
1523
1533
  # 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"
@@ -1543,7 +1553,7 @@ module Aws::Snowball
1543
1553
  # resp.sub_job_metadata[0].job_id #=> String
1544
1554
  # resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1545
1555
  # resp.sub_job_metadata[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1546
- # resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD"
1556
+ # resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C"
1547
1557
  # resp.sub_job_metadata[0].creation_date #=> Time
1548
1558
  # resp.sub_job_metadata[0].resources.s3_resources #=> Array
1549
1559
  # resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
@@ -1568,7 +1578,7 @@ module Aws::Snowball
1568
1578
  # resp.sub_job_metadata[0].shipping_details.inbound_shipment.tracking_number #=> String
1569
1579
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.status #=> String
1570
1580
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.tracking_number #=> String
1571
- # resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "T14", "NoPreference"
1581
+ # resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "T14", "NoPreference", "T32"
1572
1582
  # resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
1573
1583
  # resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
1574
1584
  # 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"
@@ -1641,10 +1651,12 @@ module Aws::Snowball
1641
1651
  # to make another call to the `GetJobManifest` action.
1642
1652
  #
1643
1653
  # The manifest is an encrypted file that you can download after your job
1644
- # enters the `WithCustomer` status. The manifest is decrypted by using
1645
- # the `UnlockCode` code value, when you pass both values to the Snow
1646
- # device through the Snowball client when the client is started for the
1647
- # first time.
1654
+ # enters the `WithCustomer` status. This is the only valid status for
1655
+ # calling this API as the manifest and `UnlockCode` code value are used
1656
+ # for securing your device and should only be used when you have the
1657
+ # device. The manifest is decrypted by using the `UnlockCode` code
1658
+ # value, when you pass both values to the Snow device through the
1659
+ # Snowball client when the client is started for the first time.
1648
1660
  #
1649
1661
  # As a best practice, we recommend that you don't save a copy of an
1650
1662
  # `UnlockCode` value in the same location as the manifest file for that
@@ -1712,7 +1724,9 @@ module Aws::Snowball
1712
1724
  # characters and 4 hyphens. This code is used to decrypt the manifest
1713
1725
  # file when it is passed along with the manifest to the Snow device
1714
1726
  # through the Snowball client when the client is started for the first
1715
- # time.
1727
+ # time. The only valid status for calling this API is `WithCustomer` as
1728
+ # the manifest and `Unlock` code values are used for securing your
1729
+ # device and should only be used when you have the device.
1716
1730
  #
1717
1731
  # As a best practice, we recommend that you don't save a copy of the
1718
1732
  # `UnlockCode` in the same location as the manifest file for that job.
@@ -1861,6 +1875,8 @@ module Aws::Snowball
1861
1875
  # * {Types::ListClusterJobsResult#job_list_entries #job_list_entries} => Array&lt;Types::JobListEntry&gt;
1862
1876
  # * {Types::ListClusterJobsResult#next_token #next_token} => String
1863
1877
  #
1878
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1879
+ #
1864
1880
  #
1865
1881
  # @example Example: To get a list of jobs in a cluster that you've created for AWS Snowball
1866
1882
  #
@@ -1937,7 +1953,7 @@ module Aws::Snowball
1937
1953
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1938
1954
  # resp.job_list_entries[0].is_master #=> Boolean
1939
1955
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1940
- # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD"
1956
+ # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C"
1941
1957
  # resp.job_list_entries[0].creation_date #=> Time
1942
1958
  # resp.job_list_entries[0].description #=> String
1943
1959
  # resp.next_token #=> String
@@ -1968,6 +1984,8 @@ module Aws::Snowball
1968
1984
  # * {Types::ListClustersResult#cluster_list_entries #cluster_list_entries} => Array&lt;Types::ClusterListEntry&gt;
1969
1985
  # * {Types::ListClustersResult#next_token #next_token} => String
1970
1986
  #
1987
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1988
+ #
1971
1989
  #
1972
1990
  # @example Example: To get a list of clusters that you've created for AWS Snowball
1973
1991
  #
@@ -2035,6 +2053,8 @@ module Aws::Snowball
2035
2053
  # * {Types::ListCompatibleImagesResult#compatible_images #compatible_images} => Array&lt;Types::CompatibleImage&gt;
2036
2054
  # * {Types::ListCompatibleImagesResult#next_token #next_token} => String
2037
2055
  #
2056
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2057
+ #
2038
2058
  # @example Request syntax with placeholder values
2039
2059
  #
2040
2060
  # resp = client.list_compatible_images({
@@ -2119,7 +2139,7 @@ module Aws::Snowball
2119
2139
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
2120
2140
  # resp.job_list_entries[0].is_master #=> Boolean
2121
2141
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
2122
- # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD"
2142
+ # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C"
2123
2143
  # resp.job_list_entries[0].creation_date #=> Time
2124
2144
  # resp.job_list_entries[0].description #=> String
2125
2145
  # resp.next_token #=> String
@@ -2147,6 +2167,8 @@ module Aws::Snowball
2147
2167
  # * {Types::ListLongTermPricingResult#long_term_pricing_entries #long_term_pricing_entries} => Array&lt;Types::LongTermPricingListEntry&gt;
2148
2168
  # * {Types::ListLongTermPricingResult#next_token #next_token} => String
2149
2169
  #
2170
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2171
+ #
2150
2172
  # @example Request syntax with placeholder values
2151
2173
  #
2152
2174
  # resp = client.list_long_term_pricing({
@@ -2165,7 +2187,7 @@ module Aws::Snowball
2165
2187
  # resp.long_term_pricing_entries[0].replacement_job #=> String
2166
2188
  # resp.long_term_pricing_entries[0].is_long_term_pricing_auto_renew #=> Boolean
2167
2189
  # resp.long_term_pricing_entries[0].long_term_pricing_status #=> String
2168
- # resp.long_term_pricing_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD"
2190
+ # resp.long_term_pricing_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C"
2169
2191
  # resp.long_term_pricing_entries[0].job_ids #=> Array
2170
2192
  # resp.long_term_pricing_entries[0].job_ids[0] #=> String
2171
2193
  # resp.next_token #=> String
@@ -2433,7 +2455,7 @@ module Aws::Snowball
2433
2455
  # address_id: "AddressId",
2434
2456
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
2435
2457
  # description: "String",
2436
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference
2458
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference, T32
2437
2459
  # forwarding_address_id: "AddressId",
2438
2460
  # })
2439
2461
  #
@@ -2524,7 +2546,7 @@ module Aws::Snowball
2524
2546
  params: params,
2525
2547
  config: config)
2526
2548
  context[:gem_name] = 'aws-sdk-snowball'
2527
- context[:gem_version] = '1.49.0'
2549
+ context[:gem_version] = '1.50.0'
2528
2550
  Seahorse::Client::Request.new(handlers, context)
2529
2551
  end
2530
2552
 
@@ -785,6 +785,12 @@ module Aws::Snowball
785
785
  o.output = Shapes::ShapeRef.new(shape: ListClusterJobsResult)
786
786
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceException)
787
787
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
788
+ o[:pager] = Aws::Pager.new(
789
+ limit_key: "max_results",
790
+ tokens: {
791
+ "next_token" => "next_token"
792
+ }
793
+ )
788
794
  end)
789
795
 
790
796
  api.add_operation(:list_clusters, Seahorse::Model::Operation.new.tap do |o|
@@ -794,6 +800,12 @@ module Aws::Snowball
794
800
  o.input = Shapes::ShapeRef.new(shape: ListClustersRequest)
795
801
  o.output = Shapes::ShapeRef.new(shape: ListClustersResult)
796
802
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
803
+ o[:pager] = Aws::Pager.new(
804
+ limit_key: "max_results",
805
+ tokens: {
806
+ "next_token" => "next_token"
807
+ }
808
+ )
797
809
  end)
798
810
 
799
811
  api.add_operation(:list_compatible_images, Seahorse::Model::Operation.new.tap do |o|
@@ -804,6 +816,12 @@ module Aws::Snowball
804
816
  o.output = Shapes::ShapeRef.new(shape: ListCompatibleImagesResult)
805
817
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
806
818
  o.errors << Shapes::ShapeRef.new(shape: Ec2RequestFailedException)
819
+ o[:pager] = Aws::Pager.new(
820
+ limit_key: "max_results",
821
+ tokens: {
822
+ "next_token" => "next_token"
823
+ }
824
+ )
807
825
  end)
808
826
 
809
827
  api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
@@ -829,6 +847,12 @@ module Aws::Snowball
829
847
  o.output = Shapes::ShapeRef.new(shape: ListLongTermPricingResult)
830
848
  o.errors << Shapes::ShapeRef.new(shape: InvalidResourceException)
831
849
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
850
+ o[:pager] = Aws::Pager.new(
851
+ limit_key: "max_results",
852
+ tokens: {
853
+ "next_token" => "next_token"
854
+ }
855
+ )
832
856
  end)
833
857
 
834
858
  api.add_operation(:update_cluster, Seahorse::Model::Operation.new.tap do |o|
@@ -483,7 +483,7 @@ module Aws::Snowball
483
483
  # address_id: "AddressId", # required
484
484
  # kms_key_arn: "KmsKeyARN",
485
485
  # role_arn: "RoleARN", # required
486
- # snowball_type: "STANDARD", # required, accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD
486
+ # snowball_type: "STANDARD", # required, accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
487
487
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
488
488
  # notification: {
489
489
  # sns_topic_arn: "SnsTopicARN",
@@ -553,7 +553,7 @@ module Aws::Snowball
553
553
  # @return [String]
554
554
  #
555
555
  # @!attribute [rw] snowball_type
556
- # The type of Snow Family Devices to use for this cluster.
556
+ # The type of Snow Family devices to use for this cluster.
557
557
  #
558
558
  # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
559
559
  # only the `EDGE` device type.
@@ -708,7 +708,7 @@ module Aws::Snowball
708
708
  # address_id: "AddressId",
709
709
  # kms_key_arn: "KmsKeyARN",
710
710
  # role_arn: "RoleARN",
711
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference
711
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference, T32
712
712
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
713
713
  # notification: {
714
714
  # sns_topic_arn: "SnsTopicARN",
@@ -716,7 +716,7 @@ module Aws::Snowball
716
716
  # notify_all: false,
717
717
  # },
718
718
  # cluster_id: "ClusterId",
719
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD
719
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
720
720
  # forwarding_address_id: "AddressId",
721
721
  # tax_documents: {
722
722
  # ind: {
@@ -833,7 +833,7 @@ module Aws::Snowball
833
833
  # @return [String]
834
834
  #
835
835
  # @!attribute [rw] snowball_type
836
- # The type of Snow Family Devices to use for this job.
836
+ # The type of Snow Family devices to use for this job.
837
837
  #
838
838
  # <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
839
839
  # only the `EDGE` device type.
@@ -932,7 +932,7 @@ module Aws::Snowball
932
932
  # {
933
933
  # long_term_pricing_type: "OneYear", # required, accepts OneYear, ThreeYear
934
934
  # is_long_term_pricing_auto_renew: false,
935
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD
935
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C
936
936
  # }
937
937
  #
938
938
  # @!attribute [rw] long_term_pricing_type
@@ -941,12 +941,14 @@ module Aws::Snowball
941
941
  # @return [String]
942
942
  #
943
943
  # @!attribute [rw] is_long_term_pricing_auto_renew
944
+ # snowballty
945
+ #
944
946
  # Specifies whether the current long-term pricing type for the device
945
947
  # should be renewed.
946
948
  # @return [Boolean]
947
949
  #
948
950
  # @!attribute [rw] snowball_type
949
- # The type of Snow Family Devices to use for the long-term pricing
951
+ # The type of Snow Family devices to use for the long-term pricing
950
952
  # job.
951
953
  # @return [String]
952
954
  #
@@ -2256,7 +2258,7 @@ module Aws::Snowball
2256
2258
  # @return [String]
2257
2259
  #
2258
2260
  # @!attribute [rw] snowball_type
2259
- # The type of Snow Family Devices associated with this long-term
2261
+ # The type of Snow Family devices associated with this long-term
2260
2262
  # pricing job.
2261
2263
  # @return [String]
2262
2264
  #
@@ -2849,7 +2851,7 @@ module Aws::Snowball
2849
2851
  # address_id: "AddressId",
2850
2852
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
2851
2853
  # description: "String",
2852
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference
2854
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, NoPreference, T32
2853
2855
  # forwarding_address_id: "AddressId",
2854
2856
  # }
2855
2857
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-snowball/customizations'
48
48
  # @!group service
49
49
  module Aws::Snowball
50
50
 
51
- GEM_VERSION = '1.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-snowball
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core