aws-sdk-snowball 1.48.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-snowball/client.rb +47 -23
- data/lib/aws-sdk-snowball/client_api.rb +24 -0
- data/lib/aws-sdk-snowball/types.rb +11 -9
- data/lib/aws-sdk-snowball.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 981cf06ab8c3345d9533d3bfdebef0937c1babc6ad6f779419691dbe07180e9a
|
4
|
+
data.tar.gz: 16da0cd630d64984e33fb5a64c92976aa9cd951ff4c9d35211882386f53e85c3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acd7c32519c200307edac5dba03698302ba53d48524c06a77d701567da02f222506397c4468e4ddd1cacb290429ca574ffa2fe4a331172858aa3d560a5138dd3
|
7
|
+
data.tar.gz: 260b00ee01d555b3934ee5b0fe1f22c76f3eb19dca1b49bd5c088a5fdc62512aa8d1274aacbea3630960a851c3d654307af859bcceb9787c0bff9d20a8c8d631
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.49.0 (2022-02-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.48.0 (2022-02-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.50.0
|
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
31
32
|
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
32
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
@@ -75,6 +76,7 @@ module Aws::Snowball
|
|
75
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
76
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
77
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
78
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
79
81
|
add_plugin(Aws::Plugins::RecursionDetection)
|
80
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
@@ -552,7 +554,7 @@ module Aws::Snowball
|
|
552
554
|
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
553
555
|
#
|
554
556
|
# @option params [required, String] :snowball_type
|
555
|
-
# The type of Snow Family
|
557
|
+
# The type of Snow Family devices to use for this cluster.
|
556
558
|
#
|
557
559
|
# <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
|
558
560
|
# only the `EDGE` device type.
|
@@ -705,7 +707,7 @@ module Aws::Snowball
|
|
705
707
|
# address_id: "AddressId", # required
|
706
708
|
# kms_key_arn: "KmsKeyARN",
|
707
709
|
# role_arn: "RoleARN", # required
|
708
|
-
# 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
|
709
711
|
# shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
710
712
|
# notification: {
|
711
713
|
# sns_topic_arn: "SnsTopicARN",
|
@@ -754,7 +756,7 @@ module Aws::Snowball
|
|
754
756
|
#
|
755
757
|
#
|
756
758
|
#
|
757
|
-
# **Snow Family
|
759
|
+
# **Snow Family devices and their capacities.**
|
758
760
|
#
|
759
761
|
# * Snow Family device type: **SNC1\_SSD**
|
760
762
|
#
|
@@ -805,6 +807,14 @@ module Aws::Snowball
|
|
805
807
|
#
|
806
808
|
#
|
807
809
|
#
|
810
|
+
# * Device type: **V3\_5C**
|
811
|
+
#
|
812
|
+
# * Capacity: T32
|
813
|
+
#
|
814
|
+
# * Description: Snowball Edge Compute Optimized without GPU
|
815
|
+
#
|
816
|
+
#
|
817
|
+
#
|
808
818
|
# * Device type: **STANDARD**
|
809
819
|
#
|
810
820
|
# * Capacity: T50
|
@@ -919,7 +929,7 @@ module Aws::Snowball
|
|
919
929
|
# job attributes are inherited from the cluster.
|
920
930
|
#
|
921
931
|
# @option params [String] :snowball_type
|
922
|
-
# The type of Snow Family
|
932
|
+
# The type of Snow Family devices to use for this job.
|
923
933
|
#
|
924
934
|
# <note markdown="1"> For cluster jobs, Amazon Web Services Snow Family currently supports
|
925
935
|
# only the `EDGE` device type.
|
@@ -1060,7 +1070,7 @@ module Aws::Snowball
|
|
1060
1070
|
# address_id: "AddressId",
|
1061
1071
|
# kms_key_arn: "KmsKeyARN",
|
1062
1072
|
# role_arn: "RoleARN",
|
1063
|
-
# 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
|
1064
1074
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
1065
1075
|
# notification: {
|
1066
1076
|
# sns_topic_arn: "SnsTopicARN",
|
@@ -1068,7 +1078,7 @@ module Aws::Snowball
|
|
1068
1078
|
# notify_all: false,
|
1069
1079
|
# },
|
1070
1080
|
# cluster_id: "ClusterId",
|
1071
|
-
# 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
|
1072
1082
|
# forwarding_address_id: "AddressId",
|
1073
1083
|
# tax_documents: {
|
1074
1084
|
# ind: {
|
@@ -1109,11 +1119,13 @@ module Aws::Snowball
|
|
1109
1119
|
# 1-year or 3-year long-term pricing.
|
1110
1120
|
#
|
1111
1121
|
# @option params [Boolean] :is_long_term_pricing_auto_renew
|
1122
|
+
# snowballty
|
1123
|
+
#
|
1112
1124
|
# Specifies whether the current long-term pricing type for the device
|
1113
1125
|
# should be renewed.
|
1114
1126
|
#
|
1115
1127
|
# @option params [String] :snowball_type
|
1116
|
-
# The type of Snow Family
|
1128
|
+
# The type of Snow Family devices to use for the long-term pricing job.
|
1117
1129
|
#
|
1118
1130
|
# @return [Types::CreateLongTermPricingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1119
1131
|
#
|
@@ -1124,7 +1136,7 @@ module Aws::Snowball
|
|
1124
1136
|
# resp = client.create_long_term_pricing({
|
1125
1137
|
# long_term_pricing_type: "OneYear", # required, accepts OneYear, ThreeYear
|
1126
1138
|
# is_long_term_pricing_auto_renew: false,
|
1127
|
-
# 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
|
1128
1140
|
# })
|
1129
1141
|
#
|
1130
1142
|
# @example Response structure
|
@@ -1387,7 +1399,7 @@ module Aws::Snowball
|
|
1387
1399
|
# resp.cluster_metadata.role_arn #=> String
|
1388
1400
|
# resp.cluster_metadata.cluster_state #=> String, one of "AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled"
|
1389
1401
|
# resp.cluster_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1390
|
-
# 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"
|
1391
1403
|
# resp.cluster_metadata.creation_date #=> Time
|
1392
1404
|
# resp.cluster_metadata.resources.s3_resources #=> Array
|
1393
1405
|
# resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
|
@@ -1490,7 +1502,7 @@ module Aws::Snowball
|
|
1490
1502
|
# resp.job_metadata.job_id #=> String
|
1491
1503
|
# resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
1492
1504
|
# resp.job_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1493
|
-
# 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"
|
1494
1506
|
# resp.job_metadata.creation_date #=> Time
|
1495
1507
|
# resp.job_metadata.resources.s3_resources #=> Array
|
1496
1508
|
# resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
|
@@ -1515,7 +1527,7 @@ module Aws::Snowball
|
|
1515
1527
|
# resp.job_metadata.shipping_details.inbound_shipment.tracking_number #=> String
|
1516
1528
|
# resp.job_metadata.shipping_details.outbound_shipment.status #=> String
|
1517
1529
|
# resp.job_metadata.shipping_details.outbound_shipment.tracking_number #=> String
|
1518
|
-
# 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"
|
1519
1531
|
# resp.job_metadata.notification.sns_topic_arn #=> String
|
1520
1532
|
# resp.job_metadata.notification.job_states_to_notify #=> Array
|
1521
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"
|
@@ -1541,7 +1553,7 @@ module Aws::Snowball
|
|
1541
1553
|
# resp.sub_job_metadata[0].job_id #=> String
|
1542
1554
|
# resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
1543
1555
|
# resp.sub_job_metadata[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1544
|
-
# 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"
|
1545
1557
|
# resp.sub_job_metadata[0].creation_date #=> Time
|
1546
1558
|
# resp.sub_job_metadata[0].resources.s3_resources #=> Array
|
1547
1559
|
# resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
|
@@ -1566,7 +1578,7 @@ module Aws::Snowball
|
|
1566
1578
|
# resp.sub_job_metadata[0].shipping_details.inbound_shipment.tracking_number #=> String
|
1567
1579
|
# resp.sub_job_metadata[0].shipping_details.outbound_shipment.status #=> String
|
1568
1580
|
# resp.sub_job_metadata[0].shipping_details.outbound_shipment.tracking_number #=> String
|
1569
|
-
# 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"
|
1570
1582
|
# resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
|
1571
1583
|
# resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
|
1572
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"
|
@@ -1639,10 +1651,12 @@ module Aws::Snowball
|
|
1639
1651
|
# to make another call to the `GetJobManifest` action.
|
1640
1652
|
#
|
1641
1653
|
# The manifest is an encrypted file that you can download after your job
|
1642
|
-
# enters the `WithCustomer` status.
|
1643
|
-
# the `UnlockCode` code value
|
1644
|
-
#
|
1645
|
-
#
|
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.
|
1646
1660
|
#
|
1647
1661
|
# As a best practice, we recommend that you don't save a copy of an
|
1648
1662
|
# `UnlockCode` value in the same location as the manifest file for that
|
@@ -1710,7 +1724,9 @@ module Aws::Snowball
|
|
1710
1724
|
# characters and 4 hyphens. This code is used to decrypt the manifest
|
1711
1725
|
# file when it is passed along with the manifest to the Snow device
|
1712
1726
|
# through the Snowball client when the client is started for the first
|
1713
|
-
# 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.
|
1714
1730
|
#
|
1715
1731
|
# As a best practice, we recommend that you don't save a copy of the
|
1716
1732
|
# `UnlockCode` in the same location as the manifest file for that job.
|
@@ -1859,6 +1875,8 @@ module Aws::Snowball
|
|
1859
1875
|
# * {Types::ListClusterJobsResult#job_list_entries #job_list_entries} => Array<Types::JobListEntry>
|
1860
1876
|
# * {Types::ListClusterJobsResult#next_token #next_token} => String
|
1861
1877
|
#
|
1878
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1879
|
+
#
|
1862
1880
|
#
|
1863
1881
|
# @example Example: To get a list of jobs in a cluster that you've created for AWS Snowball
|
1864
1882
|
#
|
@@ -1935,7 +1953,7 @@ module Aws::Snowball
|
|
1935
1953
|
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
1936
1954
|
# resp.job_list_entries[0].is_master #=> Boolean
|
1937
1955
|
# resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1938
|
-
# 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"
|
1939
1957
|
# resp.job_list_entries[0].creation_date #=> Time
|
1940
1958
|
# resp.job_list_entries[0].description #=> String
|
1941
1959
|
# resp.next_token #=> String
|
@@ -1966,6 +1984,8 @@ module Aws::Snowball
|
|
1966
1984
|
# * {Types::ListClustersResult#cluster_list_entries #cluster_list_entries} => Array<Types::ClusterListEntry>
|
1967
1985
|
# * {Types::ListClustersResult#next_token #next_token} => String
|
1968
1986
|
#
|
1987
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1988
|
+
#
|
1969
1989
|
#
|
1970
1990
|
# @example Example: To get a list of clusters that you've created for AWS Snowball
|
1971
1991
|
#
|
@@ -2033,6 +2053,8 @@ module Aws::Snowball
|
|
2033
2053
|
# * {Types::ListCompatibleImagesResult#compatible_images #compatible_images} => Array<Types::CompatibleImage>
|
2034
2054
|
# * {Types::ListCompatibleImagesResult#next_token #next_token} => String
|
2035
2055
|
#
|
2056
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2057
|
+
#
|
2036
2058
|
# @example Request syntax with placeholder values
|
2037
2059
|
#
|
2038
2060
|
# resp = client.list_compatible_images({
|
@@ -2117,7 +2139,7 @@ module Aws::Snowball
|
|
2117
2139
|
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
2118
2140
|
# resp.job_list_entries[0].is_master #=> Boolean
|
2119
2141
|
# resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
2120
|
-
# 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"
|
2121
2143
|
# resp.job_list_entries[0].creation_date #=> Time
|
2122
2144
|
# resp.job_list_entries[0].description #=> String
|
2123
2145
|
# resp.next_token #=> String
|
@@ -2145,6 +2167,8 @@ module Aws::Snowball
|
|
2145
2167
|
# * {Types::ListLongTermPricingResult#long_term_pricing_entries #long_term_pricing_entries} => Array<Types::LongTermPricingListEntry>
|
2146
2168
|
# * {Types::ListLongTermPricingResult#next_token #next_token} => String
|
2147
2169
|
#
|
2170
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2171
|
+
#
|
2148
2172
|
# @example Request syntax with placeholder values
|
2149
2173
|
#
|
2150
2174
|
# resp = client.list_long_term_pricing({
|
@@ -2163,7 +2187,7 @@ module Aws::Snowball
|
|
2163
2187
|
# resp.long_term_pricing_entries[0].replacement_job #=> String
|
2164
2188
|
# resp.long_term_pricing_entries[0].is_long_term_pricing_auto_renew #=> Boolean
|
2165
2189
|
# resp.long_term_pricing_entries[0].long_term_pricing_status #=> String
|
2166
|
-
# 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"
|
2167
2191
|
# resp.long_term_pricing_entries[0].job_ids #=> Array
|
2168
2192
|
# resp.long_term_pricing_entries[0].job_ids[0] #=> String
|
2169
2193
|
# resp.next_token #=> String
|
@@ -2431,7 +2455,7 @@ module Aws::Snowball
|
|
2431
2455
|
# address_id: "AddressId",
|
2432
2456
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
2433
2457
|
# description: "String",
|
2434
|
-
# 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
|
2435
2459
|
# forwarding_address_id: "AddressId",
|
2436
2460
|
# })
|
2437
2461
|
#
|
@@ -2522,7 +2546,7 @@ module Aws::Snowball
|
|
2522
2546
|
params: params,
|
2523
2547
|
config: config)
|
2524
2548
|
context[:gem_name] = 'aws-sdk-snowball'
|
2525
|
-
context[:gem_version] = '1.
|
2549
|
+
context[:gem_version] = '1.50.0'
|
2526
2550
|
Seahorse::Client::Request.new(handlers, context)
|
2527
2551
|
end
|
2528
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
|
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
|
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
|
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
|
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
|
#
|
data/lib/aws-sdk-snowball.rb
CHANGED
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.
|
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-
|
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
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.127.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|