aws-sdk-snowball 1.59.0 → 1.60.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-snowball/client.rb +177 -35
- data/lib/aws-sdk-snowball/client_api.rb +49 -1
- data/lib/aws-sdk-snowball/endpoints.rb +14 -0
- data/lib/aws-sdk-snowball/plugins/endpoints.rb +2 -0
- data/lib/aws-sdk-snowball/types.rb +143 -10
- data/lib/aws-sdk-snowball.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b784d7fa2152c9331bd73f42fa75d1299070e07af3ef3ed72775ec194ec13a53
|
4
|
+
data.tar.gz: 49248974686e308c04f0e485069528a6a611a1a6df2e5fcd88ae3f90aed4384e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1caa65ba0e7de2b53d64c3e744b78c0c3b649e437bf8bb34411956423cb91fbc9f8b4268935b6b0c93c7682abb09582f682c1626b25806f033f4ae520ba4e2f
|
7
|
+
data.tar.gz: 9bc85b1bed6d92655513406191480a3c3d6939ca4f64f6cbb3e8766b48e90ca9f5ac3458aa98f92f0764ebaebe484c0ce171083bb21cb64435acc75e1318e49d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2023-07-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
|
8
|
+
|
4
9
|
1.59.0 (2023-07-11)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|
@@ -523,6 +523,7 @@ module Aws::Snowball
|
|
523
523
|
# postal_code: "String",
|
524
524
|
# phone_number: "String",
|
525
525
|
# is_restricted: false,
|
526
|
+
# type: "CUST_PICKUP", # accepts CUST_PICKUP, AWS_SHIP
|
526
527
|
# },
|
527
528
|
# })
|
528
529
|
#
|
@@ -781,12 +782,13 @@ module Aws::Snowball
|
|
781
782
|
# address_id: "AddressId", # required
|
782
783
|
# kms_key_arn: "KmsKeyARN",
|
783
784
|
# role_arn: "RoleARN",
|
784
|
-
# snowball_type: "STANDARD", # required, accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C, V3_5S
|
785
|
+
# snowball_type: "STANDARD", # required, accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C, V3_5S, RACK_5U_C
|
785
786
|
# shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
786
787
|
# notification: {
|
787
788
|
# sns_topic_arn: "SnsTopicARN",
|
788
789
|
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
789
790
|
# notify_all: false,
|
791
|
+
# device_pickup_sns_topic_arn: "SnsTopicARN",
|
790
792
|
# },
|
791
793
|
# forwarding_address_id: "AddressId",
|
792
794
|
# tax_documents: {
|
@@ -794,11 +796,11 @@ module Aws::Snowball
|
|
794
796
|
# gstin: "GSTIN",
|
795
797
|
# },
|
796
798
|
# },
|
797
|
-
# remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
|
799
|
+
# remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART, NOT_INSTALLED
|
798
800
|
# initial_cluster_size: 1,
|
799
801
|
# force_create_jobs: false,
|
800
802
|
# long_term_pricing_ids: ["LongTermPricingId"],
|
801
|
-
# snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, T32, NoPreference, T240
|
803
|
+
# snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, T32, NoPreference, T240, T13
|
802
804
|
# })
|
803
805
|
#
|
804
806
|
# @example Response structure
|
@@ -809,7 +811,7 @@ module Aws::Snowball
|
|
809
811
|
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
810
812
|
# resp.job_list_entries[0].is_master #=> Boolean
|
811
813
|
# resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
812
|
-
# resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S"
|
814
|
+
# resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C"
|
813
815
|
# resp.job_list_entries[0].creation_date #=> Time
|
814
816
|
# resp.job_list_entries[0].description #=> String
|
815
817
|
#
|
@@ -891,6 +893,10 @@ module Aws::Snowball
|
|
891
893
|
#
|
892
894
|
# * Description: Snowball Edge Storage Optimized with EC2 Compute
|
893
895
|
#
|
896
|
+
# <note markdown="1"> This device is replaced with T98.
|
897
|
+
#
|
898
|
+
# </note>
|
899
|
+
#
|
894
900
|
#
|
895
901
|
#
|
896
902
|
# * Device type: **STANDARD**
|
@@ -919,13 +925,11 @@ module Aws::Snowball
|
|
919
925
|
#
|
920
926
|
#
|
921
927
|
#
|
922
|
-
# *
|
923
|
-
#
|
924
|
-
# * Capacity: T32
|
925
|
-
#
|
926
|
-
# * Description: Snowball Edge Compute Optimized without GPU
|
928
|
+
# * Snow Family device type: **RACK\_5U\_C**
|
927
929
|
#
|
930
|
+
# * Capacity: T13
|
928
931
|
#
|
932
|
+
# * Description: Snowblade.
|
929
933
|
#
|
930
934
|
# * Device type: **V3\_5S**
|
931
935
|
#
|
@@ -1067,11 +1071,20 @@ module Aws::Snowball
|
|
1067
1071
|
# from outside of your internal network. When set to
|
1068
1072
|
# `INSTALLED_AUTOSTART`, remote management will automatically be
|
1069
1073
|
# available when the device arrives at your location. Otherwise, you
|
1070
|
-
# need to use the Snowball
|
1074
|
+
# need to use the Snowball Edge client to manage the device. When set to
|
1075
|
+
# `NOT_INSTALLED`, remote management will not be available on the
|
1076
|
+
# device.
|
1071
1077
|
#
|
1072
1078
|
# @option params [String] :long_term_pricing_id
|
1073
1079
|
# The ID of the long-term pricing type for the device.
|
1074
1080
|
#
|
1081
|
+
# @option params [String] :impact_level
|
1082
|
+
# The highest impact level of data that will be stored or processed on
|
1083
|
+
# the device, provided at job creation.
|
1084
|
+
#
|
1085
|
+
# @option params [Types::PickupDetails] :pickup_details
|
1086
|
+
# Information identifying the person picking up the device.
|
1087
|
+
#
|
1075
1088
|
# @return [Types::CreateJobResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1076
1089
|
#
|
1077
1090
|
# * {Types::CreateJobResult#job_id #job_id} => String
|
@@ -1174,15 +1187,16 @@ module Aws::Snowball
|
|
1174
1187
|
# address_id: "AddressId",
|
1175
1188
|
# kms_key_arn: "KmsKeyARN",
|
1176
1189
|
# role_arn: "RoleARN",
|
1177
|
-
# snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, T32, NoPreference, T240
|
1190
|
+
# snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, T32, NoPreference, T240, T13
|
1178
1191
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
1179
1192
|
# notification: {
|
1180
1193
|
# sns_topic_arn: "SnsTopicARN",
|
1181
1194
|
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
1182
1195
|
# notify_all: false,
|
1196
|
+
# device_pickup_sns_topic_arn: "SnsTopicARN",
|
1183
1197
|
# },
|
1184
1198
|
# cluster_id: "ClusterId",
|
1185
|
-
# snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C, V3_5S
|
1199
|
+
# snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C, V3_5S, RACK_5U_C
|
1186
1200
|
# forwarding_address_id: "AddressId",
|
1187
1201
|
# tax_documents: {
|
1188
1202
|
# ind: {
|
@@ -1196,8 +1210,18 @@ module Aws::Snowball
|
|
1196
1210
|
# },
|
1197
1211
|
# },
|
1198
1212
|
# },
|
1199
|
-
# remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
|
1213
|
+
# remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART, NOT_INSTALLED
|
1200
1214
|
# long_term_pricing_id: "LongTermPricingId",
|
1215
|
+
# impact_level: "IL2", # accepts IL2, IL4, IL5, IL6, IL99
|
1216
|
+
# pickup_details: {
|
1217
|
+
# name: "String",
|
1218
|
+
# phone_number: "PhoneNumber",
|
1219
|
+
# email: "Email",
|
1220
|
+
# identification_number: "String",
|
1221
|
+
# identification_expiration_date: Time.now,
|
1222
|
+
# identification_issuing_org: "String",
|
1223
|
+
# device_pickup_id: "DevicePickupId",
|
1224
|
+
# },
|
1201
1225
|
# })
|
1202
1226
|
#
|
1203
1227
|
# @example Response structure
|
@@ -1226,7 +1250,7 @@ module Aws::Snowball
|
|
1226
1250
|
# Specifies whether the current long-term pricing type for the device
|
1227
1251
|
# should be renewed.
|
1228
1252
|
#
|
1229
|
-
# @option params [String] :snowball_type
|
1253
|
+
# @option params [required, String] :snowball_type
|
1230
1254
|
# The type of Snow Family devices to use for the long-term pricing job.
|
1231
1255
|
#
|
1232
1256
|
# @return [Types::CreateLongTermPricingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1238,7 +1262,7 @@ module Aws::Snowball
|
|
1238
1262
|
# resp = client.create_long_term_pricing({
|
1239
1263
|
# long_term_pricing_type: "OneYear", # required, accepts OneYear, ThreeYear, OneMonth
|
1240
1264
|
# is_long_term_pricing_auto_renew: false,
|
1241
|
-
# snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C, V3_5S
|
1265
|
+
# snowball_type: "STANDARD", # required, accepts STANDARD, EDGE, EDGE_C, EDGE_CG, EDGE_S, SNC1_HDD, SNC1_SSD, V3_5C, V3_5S, RACK_5U_C
|
1242
1266
|
# })
|
1243
1267
|
#
|
1244
1268
|
# @example Response structure
|
@@ -1347,6 +1371,7 @@ module Aws::Snowball
|
|
1347
1371
|
# resp.address.postal_code #=> String
|
1348
1372
|
# resp.address.phone_number #=> String
|
1349
1373
|
# resp.address.is_restricted #=> Boolean
|
1374
|
+
# resp.address.type #=> String, one of "CUST_PICKUP", "AWS_SHIP"
|
1350
1375
|
#
|
1351
1376
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddress AWS API Documentation
|
1352
1377
|
#
|
@@ -1427,6 +1452,7 @@ module Aws::Snowball
|
|
1427
1452
|
# resp.addresses[0].postal_code #=> String
|
1428
1453
|
# resp.addresses[0].phone_number #=> String
|
1429
1454
|
# resp.addresses[0].is_restricted #=> Boolean
|
1455
|
+
# resp.addresses[0].type #=> String, one of "CUST_PICKUP", "AWS_SHIP"
|
1430
1456
|
# resp.next_token #=> String
|
1431
1457
|
#
|
1432
1458
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddresses AWS API Documentation
|
@@ -1501,7 +1527,7 @@ module Aws::Snowball
|
|
1501
1527
|
# resp.cluster_metadata.role_arn #=> String
|
1502
1528
|
# resp.cluster_metadata.cluster_state #=> String, one of "AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled"
|
1503
1529
|
# resp.cluster_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1504
|
-
# resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S"
|
1530
|
+
# resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C"
|
1505
1531
|
# resp.cluster_metadata.creation_date #=> Time
|
1506
1532
|
# resp.cluster_metadata.resources.s3_resources #=> Array
|
1507
1533
|
# resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
|
@@ -1523,6 +1549,7 @@ module Aws::Snowball
|
|
1523
1549
|
# resp.cluster_metadata.notification.job_states_to_notify #=> Array
|
1524
1550
|
# resp.cluster_metadata.notification.job_states_to_notify[0] #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
1525
1551
|
# resp.cluster_metadata.notification.notify_all #=> Boolean
|
1552
|
+
# resp.cluster_metadata.notification.device_pickup_sns_topic_arn #=> String
|
1526
1553
|
# resp.cluster_metadata.forwarding_address_id #=> String
|
1527
1554
|
# resp.cluster_metadata.tax_documents.ind.gstin #=> String
|
1528
1555
|
# resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
|
@@ -1610,7 +1637,7 @@ module Aws::Snowball
|
|
1610
1637
|
# resp.job_metadata.job_id #=> String
|
1611
1638
|
# resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
1612
1639
|
# resp.job_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1613
|
-
# resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S"
|
1640
|
+
# resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C"
|
1614
1641
|
# resp.job_metadata.creation_date #=> Time
|
1615
1642
|
# resp.job_metadata.resources.s3_resources #=> Array
|
1616
1643
|
# resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
|
@@ -1635,11 +1662,12 @@ module Aws::Snowball
|
|
1635
1662
|
# resp.job_metadata.shipping_details.inbound_shipment.tracking_number #=> String
|
1636
1663
|
# resp.job_metadata.shipping_details.outbound_shipment.status #=> String
|
1637
1664
|
# resp.job_metadata.shipping_details.outbound_shipment.tracking_number #=> String
|
1638
|
-
# resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "T14", "T32", "NoPreference", "T240"
|
1665
|
+
# resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "T14", "T32", "NoPreference", "T240", "T13"
|
1639
1666
|
# resp.job_metadata.notification.sns_topic_arn #=> String
|
1640
1667
|
# resp.job_metadata.notification.job_states_to_notify #=> Array
|
1641
1668
|
# 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"
|
1642
1669
|
# resp.job_metadata.notification.notify_all #=> Boolean
|
1670
|
+
# resp.job_metadata.notification.device_pickup_sns_topic_arn #=> String
|
1643
1671
|
# resp.job_metadata.data_transfer_progress.bytes_transferred #=> Integer
|
1644
1672
|
# resp.job_metadata.data_transfer_progress.objects_transferred #=> Integer
|
1645
1673
|
# resp.job_metadata.data_transfer_progress.total_bytes #=> Integer
|
@@ -1651,7 +1679,7 @@ module Aws::Snowball
|
|
1651
1679
|
# resp.job_metadata.forwarding_address_id #=> String
|
1652
1680
|
# resp.job_metadata.tax_documents.ind.gstin #=> String
|
1653
1681
|
# resp.job_metadata.device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
|
1654
|
-
# resp.job_metadata.remote_management #=> String, one of "INSTALLED_ONLY", "INSTALLED_AUTOSTART"
|
1682
|
+
# resp.job_metadata.remote_management #=> String, one of "INSTALLED_ONLY", "INSTALLED_AUTOSTART", "NOT_INSTALLED"
|
1655
1683
|
# resp.job_metadata.long_term_pricing_id #=> String
|
1656
1684
|
# resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
|
1657
1685
|
# resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
|
@@ -1663,11 +1691,20 @@ module Aws::Snowball
|
|
1663
1691
|
# resp.job_metadata.on_device_service_configuration.s3_on_device_service.storage_unit #=> String, one of "TB"
|
1664
1692
|
# resp.job_metadata.on_device_service_configuration.s3_on_device_service.service_size #=> Integer
|
1665
1693
|
# resp.job_metadata.on_device_service_configuration.s3_on_device_service.fault_tolerance #=> Integer
|
1694
|
+
# resp.job_metadata.impact_level #=> String, one of "IL2", "IL4", "IL5", "IL6", "IL99"
|
1695
|
+
# resp.job_metadata.pickup_details.name #=> String
|
1696
|
+
# resp.job_metadata.pickup_details.phone_number #=> String
|
1697
|
+
# resp.job_metadata.pickup_details.email #=> String
|
1698
|
+
# resp.job_metadata.pickup_details.identification_number #=> String
|
1699
|
+
# resp.job_metadata.pickup_details.identification_expiration_date #=> Time
|
1700
|
+
# resp.job_metadata.pickup_details.identification_issuing_org #=> String
|
1701
|
+
# resp.job_metadata.pickup_details.device_pickup_id #=> String
|
1702
|
+
# resp.job_metadata.snowball_id #=> String
|
1666
1703
|
# resp.sub_job_metadata #=> Array
|
1667
1704
|
# resp.sub_job_metadata[0].job_id #=> String
|
1668
1705
|
# resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
1669
1706
|
# resp.sub_job_metadata[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
1670
|
-
# resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S"
|
1707
|
+
# resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C"
|
1671
1708
|
# resp.sub_job_metadata[0].creation_date #=> Time
|
1672
1709
|
# resp.sub_job_metadata[0].resources.s3_resources #=> Array
|
1673
1710
|
# resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
|
@@ -1692,11 +1729,12 @@ module Aws::Snowball
|
|
1692
1729
|
# resp.sub_job_metadata[0].shipping_details.inbound_shipment.tracking_number #=> String
|
1693
1730
|
# resp.sub_job_metadata[0].shipping_details.outbound_shipment.status #=> String
|
1694
1731
|
# resp.sub_job_metadata[0].shipping_details.outbound_shipment.tracking_number #=> String
|
1695
|
-
# resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "T14", "T32", "NoPreference", "T240"
|
1732
|
+
# resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "T98", "T8", "T14", "T32", "NoPreference", "T240", "T13"
|
1696
1733
|
# resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
|
1697
1734
|
# resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
|
1698
1735
|
# 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"
|
1699
1736
|
# resp.sub_job_metadata[0].notification.notify_all #=> Boolean
|
1737
|
+
# resp.sub_job_metadata[0].notification.device_pickup_sns_topic_arn #=> String
|
1700
1738
|
# resp.sub_job_metadata[0].data_transfer_progress.bytes_transferred #=> Integer
|
1701
1739
|
# resp.sub_job_metadata[0].data_transfer_progress.objects_transferred #=> Integer
|
1702
1740
|
# resp.sub_job_metadata[0].data_transfer_progress.total_bytes #=> Integer
|
@@ -1708,7 +1746,7 @@ module Aws::Snowball
|
|
1708
1746
|
# resp.sub_job_metadata[0].forwarding_address_id #=> String
|
1709
1747
|
# resp.sub_job_metadata[0].tax_documents.ind.gstin #=> String
|
1710
1748
|
# resp.sub_job_metadata[0].device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
|
1711
|
-
# resp.sub_job_metadata[0].remote_management #=> String, one of "INSTALLED_ONLY", "INSTALLED_AUTOSTART"
|
1749
|
+
# resp.sub_job_metadata[0].remote_management #=> String, one of "INSTALLED_ONLY", "INSTALLED_AUTOSTART", "NOT_INSTALLED"
|
1712
1750
|
# resp.sub_job_metadata[0].long_term_pricing_id #=> String
|
1713
1751
|
# resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
|
1714
1752
|
# resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
|
@@ -1720,6 +1758,15 @@ module Aws::Snowball
|
|
1720
1758
|
# resp.sub_job_metadata[0].on_device_service_configuration.s3_on_device_service.storage_unit #=> String, one of "TB"
|
1721
1759
|
# resp.sub_job_metadata[0].on_device_service_configuration.s3_on_device_service.service_size #=> Integer
|
1722
1760
|
# resp.sub_job_metadata[0].on_device_service_configuration.s3_on_device_service.fault_tolerance #=> Integer
|
1761
|
+
# resp.sub_job_metadata[0].impact_level #=> String, one of "IL2", "IL4", "IL5", "IL6", "IL99"
|
1762
|
+
# resp.sub_job_metadata[0].pickup_details.name #=> String
|
1763
|
+
# resp.sub_job_metadata[0].pickup_details.phone_number #=> String
|
1764
|
+
# resp.sub_job_metadata[0].pickup_details.email #=> String
|
1765
|
+
# resp.sub_job_metadata[0].pickup_details.identification_number #=> String
|
1766
|
+
# resp.sub_job_metadata[0].pickup_details.identification_expiration_date #=> Time
|
1767
|
+
# resp.sub_job_metadata[0].pickup_details.identification_issuing_org #=> String
|
1768
|
+
# resp.sub_job_metadata[0].pickup_details.device_pickup_id #=> String
|
1769
|
+
# resp.sub_job_metadata[0].snowball_id #=> String
|
1723
1770
|
#
|
1724
1771
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
|
1725
1772
|
#
|
@@ -2073,7 +2120,7 @@ module Aws::Snowball
|
|
2073
2120
|
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
2074
2121
|
# resp.job_list_entries[0].is_master #=> Boolean
|
2075
2122
|
# resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
2076
|
-
# resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S"
|
2123
|
+
# resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C"
|
2077
2124
|
# resp.job_list_entries[0].creation_date #=> Time
|
2078
2125
|
# resp.job_list_entries[0].description #=> String
|
2079
2126
|
# resp.next_token #=> String
|
@@ -2152,14 +2199,15 @@ module Aws::Snowball
|
|
2152
2199
|
req.send_request(options)
|
2153
2200
|
end
|
2154
2201
|
|
2155
|
-
# This action returns a list of the different Amazon EC2
|
2156
|
-
# Images (AMIs) that are owned by your Amazon Web
|
2157
|
-
# would be supported for use on a Snow device.
|
2158
|
-
# are based on the Amazon Linux-2, Ubuntu
|
2159
|
-
# 22.04 LTS - Jammy images, available on
|
2160
|
-
# Marketplace. Ubuntu 16.04 LTS - Xenial (HVM)
|
2161
|
-
# supported in the Market, but still supported for
|
2162
|
-
# through Amazon EC2 VM Import/Export and running locally
|
2202
|
+
# This action returns a list of the different Amazon EC2-compatible
|
2203
|
+
# Amazon Machine Images (AMIs) that are owned by your Amazon Web
|
2204
|
+
# Services accountthat would be supported for use on a Snow device.
|
2205
|
+
# Currently, supported AMIs are based on the Amazon Linux-2, Ubuntu
|
2206
|
+
# 20.04 LTS - Focal, or Ubuntu 22.04 LTS - Jammy images, available on
|
2207
|
+
# the Amazon Web Services Marketplace. Ubuntu 16.04 LTS - Xenial (HVM)
|
2208
|
+
# images are no longer supported in the Market, but still supported for
|
2209
|
+
# use on devices through Amazon EC2 VM Import/Export and running locally
|
2210
|
+
# in AMIs.
|
2163
2211
|
#
|
2164
2212
|
# @option params [Integer] :max_results
|
2165
2213
|
# The maximum number of results for the list of compatible images.
|
@@ -2261,7 +2309,7 @@ module Aws::Snowball
|
|
2261
2309
|
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
2262
2310
|
# resp.job_list_entries[0].is_master #=> Boolean
|
2263
2311
|
# resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
2264
|
-
# resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S"
|
2312
|
+
# resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C"
|
2265
2313
|
# resp.job_list_entries[0].creation_date #=> Time
|
2266
2314
|
# resp.job_list_entries[0].description #=> String
|
2267
2315
|
# resp.next_token #=> String
|
@@ -2309,7 +2357,7 @@ module Aws::Snowball
|
|
2309
2357
|
# resp.long_term_pricing_entries[0].replacement_job #=> String
|
2310
2358
|
# resp.long_term_pricing_entries[0].is_long_term_pricing_auto_renew #=> Boolean
|
2311
2359
|
# resp.long_term_pricing_entries[0].long_term_pricing_status #=> String
|
2312
|
-
# 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", "V3_5S"
|
2360
|
+
# 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", "V3_5S", "RACK_5U_C"
|
2313
2361
|
# resp.long_term_pricing_entries[0].job_ids #=> Array
|
2314
2362
|
# resp.long_term_pricing_entries[0].job_ids[0] #=> String
|
2315
2363
|
# resp.next_token #=> String
|
@@ -2323,6 +2371,86 @@ module Aws::Snowball
|
|
2323
2371
|
req.send_request(options)
|
2324
2372
|
end
|
2325
2373
|
|
2374
|
+
# A list of locations from which the customer can choose to pickup a
|
2375
|
+
# device.
|
2376
|
+
#
|
2377
|
+
# @option params [Integer] :max_results
|
2378
|
+
# The maximum number of locations to list per page.
|
2379
|
+
#
|
2380
|
+
# @option params [String] :next_token
|
2381
|
+
# HTTP requests are stateless. To identify what object comes "next" in
|
2382
|
+
# the list of `ListPickupLocationsRequest` objects, you have the option
|
2383
|
+
# of specifying `NextToken` as the starting point for your returned
|
2384
|
+
# list.
|
2385
|
+
#
|
2386
|
+
# @return [Types::ListPickupLocationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2387
|
+
#
|
2388
|
+
# * {Types::ListPickupLocationsResult#addresses #addresses} => Array<Types::Address>
|
2389
|
+
# * {Types::ListPickupLocationsResult#next_token #next_token} => String
|
2390
|
+
#
|
2391
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2392
|
+
#
|
2393
|
+
#
|
2394
|
+
# @example Example: To get a list of locations from which the customer can choose to pickup a device.
|
2395
|
+
#
|
2396
|
+
# # Returns a specified number of Address objects. Each Address is a pickup location address for Snow Family devices.
|
2397
|
+
#
|
2398
|
+
# resp = client.list_pickup_locations({
|
2399
|
+
# })
|
2400
|
+
#
|
2401
|
+
# resp.to_h outputs the following:
|
2402
|
+
# {
|
2403
|
+
# addresses: [
|
2404
|
+
# {
|
2405
|
+
# address_id: "ADID1234ab12-3eec-4eb3-9be6-9374c10eb51b",
|
2406
|
+
# city: "Seattle",
|
2407
|
+
# company: "My Company",
|
2408
|
+
# country: "US",
|
2409
|
+
# name: "My Name",
|
2410
|
+
# phone_number: "425-555-5555",
|
2411
|
+
# postal_code: "98101",
|
2412
|
+
# state_or_province: "WA",
|
2413
|
+
# street_1: "123 Main Street",
|
2414
|
+
# },
|
2415
|
+
# ],
|
2416
|
+
# }
|
2417
|
+
#
|
2418
|
+
# @example Request syntax with placeholder values
|
2419
|
+
#
|
2420
|
+
# resp = client.list_pickup_locations({
|
2421
|
+
# max_results: 1,
|
2422
|
+
# next_token: "String",
|
2423
|
+
# })
|
2424
|
+
#
|
2425
|
+
# @example Response structure
|
2426
|
+
#
|
2427
|
+
# resp.addresses #=> Array
|
2428
|
+
# resp.addresses[0].address_id #=> String
|
2429
|
+
# resp.addresses[0].name #=> String
|
2430
|
+
# resp.addresses[0].company #=> String
|
2431
|
+
# resp.addresses[0].street_1 #=> String
|
2432
|
+
# resp.addresses[0].street_2 #=> String
|
2433
|
+
# resp.addresses[0].street_3 #=> String
|
2434
|
+
# resp.addresses[0].city #=> String
|
2435
|
+
# resp.addresses[0].state_or_province #=> String
|
2436
|
+
# resp.addresses[0].prefecture_or_district #=> String
|
2437
|
+
# resp.addresses[0].landmark #=> String
|
2438
|
+
# resp.addresses[0].country #=> String
|
2439
|
+
# resp.addresses[0].postal_code #=> String
|
2440
|
+
# resp.addresses[0].phone_number #=> String
|
2441
|
+
# resp.addresses[0].is_restricted #=> Boolean
|
2442
|
+
# resp.addresses[0].type #=> String, one of "CUST_PICKUP", "AWS_SHIP"
|
2443
|
+
# resp.next_token #=> String
|
2444
|
+
#
|
2445
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListPickupLocations AWS API Documentation
|
2446
|
+
#
|
2447
|
+
# @overload list_pickup_locations(params = {})
|
2448
|
+
# @param [Hash] params ({})
|
2449
|
+
def list_pickup_locations(params = {}, options = {})
|
2450
|
+
req = build_request(:list_pickup_locations, params)
|
2451
|
+
req.send_request(options)
|
2452
|
+
end
|
2453
|
+
|
2326
2454
|
# Lists all supported versions for Snow on-device services. Returns an
|
2327
2455
|
# array of `ServiceVersion` object containing the supported versions for
|
2328
2456
|
# a particular service.
|
@@ -2509,6 +2637,7 @@ module Aws::Snowball
|
|
2509
2637
|
# sns_topic_arn: "SnsTopicARN",
|
2510
2638
|
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
2511
2639
|
# notify_all: false,
|
2640
|
+
# device_pickup_sns_topic_arn: "SnsTopicARN",
|
2512
2641
|
# },
|
2513
2642
|
# forwarding_address_id: "AddressId",
|
2514
2643
|
# })
|
@@ -2576,6 +2705,9 @@ module Aws::Snowball
|
|
2576
2705
|
# The updated ID for the forwarding address for a job. This field is not
|
2577
2706
|
# supported in most regions.
|
2578
2707
|
#
|
2708
|
+
# @option params [Types::PickupDetails] :pickup_details
|
2709
|
+
# Information identifying the person picking up the device.
|
2710
|
+
#
|
2579
2711
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2580
2712
|
#
|
2581
2713
|
#
|
@@ -2601,6 +2733,7 @@ module Aws::Snowball
|
|
2601
2733
|
# sns_topic_arn: "SnsTopicARN",
|
2602
2734
|
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
2603
2735
|
# notify_all: false,
|
2736
|
+
# device_pickup_sns_topic_arn: "SnsTopicARN",
|
2604
2737
|
# },
|
2605
2738
|
# resources: {
|
2606
2739
|
# s3_resources: [
|
@@ -2658,8 +2791,17 @@ module Aws::Snowball
|
|
2658
2791
|
# address_id: "AddressId",
|
2659
2792
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
2660
2793
|
# description: "String",
|
2661
|
-
# snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, T32, NoPreference, T240
|
2794
|
+
# snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, T98, T8, T14, T32, NoPreference, T240, T13
|
2662
2795
|
# forwarding_address_id: "AddressId",
|
2796
|
+
# pickup_details: {
|
2797
|
+
# name: "String",
|
2798
|
+
# phone_number: "PhoneNumber",
|
2799
|
+
# email: "Email",
|
2800
|
+
# identification_number: "String",
|
2801
|
+
# identification_expiration_date: Time.now,
|
2802
|
+
# identification_issuing_org: "String",
|
2803
|
+
# device_pickup_id: "DevicePickupId",
|
2804
|
+
# },
|
2663
2805
|
# })
|
2664
2806
|
#
|
2665
2807
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJob AWS API Documentation
|
@@ -2749,7 +2891,7 @@ module Aws::Snowball
|
|
2749
2891
|
params: params,
|
2750
2892
|
config: config)
|
2751
2893
|
context[:gem_name] = 'aws-sdk-snowball'
|
2752
|
-
context[:gem_version] = '1.
|
2894
|
+
context[:gem_version] = '1.60.0'
|
2753
2895
|
Seahorse::Client::Request.new(handlers, context)
|
2754
2896
|
end
|
2755
2897
|
|
@@ -16,6 +16,7 @@ module Aws::Snowball
|
|
16
16
|
Address = Shapes::StructureShape.new(name: 'Address')
|
17
17
|
AddressId = Shapes::StringShape.new(name: 'AddressId')
|
18
18
|
AddressList = Shapes::ListShape.new(name: 'AddressList')
|
19
|
+
AddressType = Shapes::StringShape.new(name: 'AddressType')
|
19
20
|
AmiId = Shapes::StringShape.new(name: 'AmiId')
|
20
21
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
21
22
|
CancelClusterRequest = Shapes::StructureShape.new(name: 'CancelClusterRequest')
|
@@ -55,11 +56,13 @@ module Aws::Snowball
|
|
55
56
|
DescribeReturnShippingLabelRequest = Shapes::StructureShape.new(name: 'DescribeReturnShippingLabelRequest')
|
56
57
|
DescribeReturnShippingLabelResult = Shapes::StructureShape.new(name: 'DescribeReturnShippingLabelResult')
|
57
58
|
DeviceConfiguration = Shapes::StructureShape.new(name: 'DeviceConfiguration')
|
59
|
+
DevicePickupId = Shapes::StringShape.new(name: 'DevicePickupId')
|
58
60
|
DeviceServiceName = Shapes::StringShape.new(name: 'DeviceServiceName')
|
59
61
|
EKSOnDeviceServiceConfiguration = Shapes::StructureShape.new(name: 'EKSOnDeviceServiceConfiguration')
|
60
62
|
Ec2AmiResource = Shapes::StructureShape.new(name: 'Ec2AmiResource')
|
61
63
|
Ec2AmiResourceList = Shapes::ListShape.new(name: 'Ec2AmiResourceList')
|
62
64
|
Ec2RequestFailedException = Shapes::StructureShape.new(name: 'Ec2RequestFailedException')
|
65
|
+
Email = Shapes::StringShape.new(name: 'Email')
|
63
66
|
EventTriggerDefinition = Shapes::StructureShape.new(name: 'EventTriggerDefinition')
|
64
67
|
EventTriggerDefinitionList = Shapes::ListShape.new(name: 'EventTriggerDefinitionList')
|
65
68
|
GSTIN = Shapes::StringShape.new(name: 'GSTIN')
|
@@ -72,6 +75,7 @@ module Aws::Snowball
|
|
72
75
|
GetSoftwareUpdatesRequest = Shapes::StructureShape.new(name: 'GetSoftwareUpdatesRequest')
|
73
76
|
GetSoftwareUpdatesResult = Shapes::StructureShape.new(name: 'GetSoftwareUpdatesResult')
|
74
77
|
INDTaxDocuments = Shapes::StructureShape.new(name: 'INDTaxDocuments')
|
78
|
+
ImpactLevel = Shapes::StringShape.new(name: 'ImpactLevel')
|
75
79
|
InitialClusterSize = Shapes::IntegerShape.new(name: 'InitialClusterSize')
|
76
80
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
77
81
|
InvalidAddressException = Shapes::StructureShape.new(name: 'InvalidAddressException')
|
@@ -106,6 +110,8 @@ module Aws::Snowball
|
|
106
110
|
ListLimit = Shapes::IntegerShape.new(name: 'ListLimit')
|
107
111
|
ListLongTermPricingRequest = Shapes::StructureShape.new(name: 'ListLongTermPricingRequest')
|
108
112
|
ListLongTermPricingResult = Shapes::StructureShape.new(name: 'ListLongTermPricingResult')
|
113
|
+
ListPickupLocationsRequest = Shapes::StructureShape.new(name: 'ListPickupLocationsRequest')
|
114
|
+
ListPickupLocationsResult = Shapes::StructureShape.new(name: 'ListPickupLocationsResult')
|
109
115
|
ListServiceVersionsRequest = Shapes::StructureShape.new(name: 'ListServiceVersionsRequest')
|
110
116
|
ListServiceVersionsResult = Shapes::StructureShape.new(name: 'ListServiceVersionsResult')
|
111
117
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
@@ -119,6 +125,8 @@ module Aws::Snowball
|
|
119
125
|
NodeFaultTolerance = Shapes::IntegerShape.new(name: 'NodeFaultTolerance')
|
120
126
|
Notification = Shapes::StructureShape.new(name: 'Notification')
|
121
127
|
OnDeviceServiceConfiguration = Shapes::StructureShape.new(name: 'OnDeviceServiceConfiguration')
|
128
|
+
PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
|
129
|
+
PickupDetails = Shapes::StructureShape.new(name: 'PickupDetails')
|
122
130
|
RemoteManagement = Shapes::StringShape.new(name: 'RemoteManagement')
|
123
131
|
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
124
132
|
ReturnShippingLabelAlreadyExistsException = Shapes::StructureShape.new(name: 'ReturnShippingLabelAlreadyExistsException')
|
@@ -174,6 +182,7 @@ module Aws::Snowball
|
|
174
182
|
Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: String, location_name: "PostalCode"))
|
175
183
|
Address.add_member(:phone_number, Shapes::ShapeRef.new(shape: String, location_name: "PhoneNumber"))
|
176
184
|
Address.add_member(:is_restricted, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRestricted"))
|
185
|
+
Address.add_member(:type, Shapes::ShapeRef.new(shape: AddressType, location_name: "Type"))
|
177
186
|
Address.struct_class = Types::Address
|
178
187
|
|
179
188
|
AddressList.member = Shapes::ShapeRef.new(shape: Address)
|
@@ -272,6 +281,8 @@ module Aws::Snowball
|
|
272
281
|
CreateJobRequest.add_member(:device_configuration, Shapes::ShapeRef.new(shape: DeviceConfiguration, location_name: "DeviceConfiguration"))
|
273
282
|
CreateJobRequest.add_member(:remote_management, Shapes::ShapeRef.new(shape: RemoteManagement, location_name: "RemoteManagement"))
|
274
283
|
CreateJobRequest.add_member(:long_term_pricing_id, Shapes::ShapeRef.new(shape: LongTermPricingId, location_name: "LongTermPricingId"))
|
284
|
+
CreateJobRequest.add_member(:impact_level, Shapes::ShapeRef.new(shape: ImpactLevel, location_name: "ImpactLevel"))
|
285
|
+
CreateJobRequest.add_member(:pickup_details, Shapes::ShapeRef.new(shape: PickupDetails, location_name: "PickupDetails"))
|
275
286
|
CreateJobRequest.struct_class = Types::CreateJobRequest
|
276
287
|
|
277
288
|
CreateJobResult.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
|
@@ -279,7 +290,7 @@ module Aws::Snowball
|
|
279
290
|
|
280
291
|
CreateLongTermPricingRequest.add_member(:long_term_pricing_type, Shapes::ShapeRef.new(shape: LongTermPricingType, required: true, location_name: "LongTermPricingType"))
|
281
292
|
CreateLongTermPricingRequest.add_member(:is_long_term_pricing_auto_renew, Shapes::ShapeRef.new(shape: JavaBoolean, location_name: "IsLongTermPricingAutoRenew"))
|
282
|
-
CreateLongTermPricingRequest.add_member(:snowball_type, Shapes::ShapeRef.new(shape: SnowballType, location_name: "SnowballType"))
|
293
|
+
CreateLongTermPricingRequest.add_member(:snowball_type, Shapes::ShapeRef.new(shape: SnowballType, required: true, location_name: "SnowballType"))
|
283
294
|
CreateLongTermPricingRequest.struct_class = Types::CreateLongTermPricingRequest
|
284
295
|
|
285
296
|
CreateLongTermPricingResult.add_member(:long_term_pricing_id, Shapes::ShapeRef.new(shape: LongTermPricingId, location_name: "LongTermPricingId"))
|
@@ -441,6 +452,9 @@ module Aws::Snowball
|
|
441
452
|
JobMetadata.add_member(:remote_management, Shapes::ShapeRef.new(shape: RemoteManagement, location_name: "RemoteManagement"))
|
442
453
|
JobMetadata.add_member(:long_term_pricing_id, Shapes::ShapeRef.new(shape: LongTermPricingId, location_name: "LongTermPricingId"))
|
443
454
|
JobMetadata.add_member(:on_device_service_configuration, Shapes::ShapeRef.new(shape: OnDeviceServiceConfiguration, location_name: "OnDeviceServiceConfiguration"))
|
455
|
+
JobMetadata.add_member(:impact_level, Shapes::ShapeRef.new(shape: ImpactLevel, location_name: "ImpactLevel"))
|
456
|
+
JobMetadata.add_member(:pickup_details, Shapes::ShapeRef.new(shape: PickupDetails, location_name: "PickupDetails"))
|
457
|
+
JobMetadata.add_member(:snowball_id, Shapes::ShapeRef.new(shape: String, location_name: "SnowballId"))
|
444
458
|
JobMetadata.struct_class = Types::JobMetadata
|
445
459
|
|
446
460
|
JobMetadataList.member = Shapes::ShapeRef.new(shape: JobMetadata)
|
@@ -506,6 +520,14 @@ module Aws::Snowball
|
|
506
520
|
ListLongTermPricingResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
507
521
|
ListLongTermPricingResult.struct_class = Types::ListLongTermPricingResult
|
508
522
|
|
523
|
+
ListPickupLocationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListLimit, location_name: "MaxResults"))
|
524
|
+
ListPickupLocationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
525
|
+
ListPickupLocationsRequest.struct_class = Types::ListPickupLocationsRequest
|
526
|
+
|
527
|
+
ListPickupLocationsResult.add_member(:addresses, Shapes::ShapeRef.new(shape: AddressList, location_name: "Addresses"))
|
528
|
+
ListPickupLocationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
529
|
+
ListPickupLocationsResult.struct_class = Types::ListPickupLocationsResult
|
530
|
+
|
509
531
|
ListServiceVersionsRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "ServiceName"))
|
510
532
|
ListServiceVersionsRequest.add_member(:dependent_services, Shapes::ShapeRef.new(shape: DependentServiceList, location_name: "DependentServices"))
|
511
533
|
ListServiceVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListLimit, location_name: "MaxResults"))
|
@@ -543,6 +565,7 @@ module Aws::Snowball
|
|
543
565
|
Notification.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: SnsTopicARN, location_name: "SnsTopicARN"))
|
544
566
|
Notification.add_member(:job_states_to_notify, Shapes::ShapeRef.new(shape: JobStateList, location_name: "JobStatesToNotify"))
|
545
567
|
Notification.add_member(:notify_all, Shapes::ShapeRef.new(shape: Boolean, location_name: "NotifyAll"))
|
568
|
+
Notification.add_member(:device_pickup_sns_topic_arn, Shapes::ShapeRef.new(shape: SnsTopicARN, location_name: "DevicePickupSnsTopicARN"))
|
546
569
|
Notification.struct_class = Types::Notification
|
547
570
|
|
548
571
|
OnDeviceServiceConfiguration.add_member(:nfs_on_device_service, Shapes::ShapeRef.new(shape: NFSOnDeviceServiceConfiguration, location_name: "NFSOnDeviceService"))
|
@@ -551,6 +574,15 @@ module Aws::Snowball
|
|
551
574
|
OnDeviceServiceConfiguration.add_member(:s3_on_device_service, Shapes::ShapeRef.new(shape: S3OnDeviceServiceConfiguration, location_name: "S3OnDeviceService"))
|
552
575
|
OnDeviceServiceConfiguration.struct_class = Types::OnDeviceServiceConfiguration
|
553
576
|
|
577
|
+
PickupDetails.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
578
|
+
PickupDetails.add_member(:phone_number, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "PhoneNumber"))
|
579
|
+
PickupDetails.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
|
580
|
+
PickupDetails.add_member(:identification_number, Shapes::ShapeRef.new(shape: String, location_name: "IdentificationNumber"))
|
581
|
+
PickupDetails.add_member(:identification_expiration_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "IdentificationExpirationDate"))
|
582
|
+
PickupDetails.add_member(:identification_issuing_org, Shapes::ShapeRef.new(shape: String, location_name: "IdentificationIssuingOrg"))
|
583
|
+
PickupDetails.add_member(:device_pickup_id, Shapes::ShapeRef.new(shape: DevicePickupId, location_name: "DevicePickupId"))
|
584
|
+
PickupDetails.struct_class = Types::PickupDetails
|
585
|
+
|
554
586
|
ReturnShippingLabelAlreadyExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
555
587
|
ReturnShippingLabelAlreadyExistsException.struct_class = Types::ReturnShippingLabelAlreadyExistsException
|
556
588
|
|
@@ -623,6 +655,7 @@ module Aws::Snowball
|
|
623
655
|
UpdateJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
624
656
|
UpdateJobRequest.add_member(:snowball_capacity_preference, Shapes::ShapeRef.new(shape: SnowballCapacity, location_name: "SnowballCapacityPreference"))
|
625
657
|
UpdateJobRequest.add_member(:forwarding_address_id, Shapes::ShapeRef.new(shape: AddressId, location_name: "ForwardingAddressId"))
|
658
|
+
UpdateJobRequest.add_member(:pickup_details, Shapes::ShapeRef.new(shape: PickupDetails, location_name: "PickupDetails"))
|
626
659
|
UpdateJobRequest.struct_class = Types::UpdateJobRequest
|
627
660
|
|
628
661
|
UpdateJobResult.struct_class = Types::UpdateJobResult
|
@@ -911,6 +944,21 @@ module Aws::Snowball
|
|
911
944
|
)
|
912
945
|
end)
|
913
946
|
|
947
|
+
api.add_operation(:list_pickup_locations, Seahorse::Model::Operation.new.tap do |o|
|
948
|
+
o.name = "ListPickupLocations"
|
949
|
+
o.http_method = "POST"
|
950
|
+
o.http_request_uri = "/"
|
951
|
+
o.input = Shapes::ShapeRef.new(shape: ListPickupLocationsRequest)
|
952
|
+
o.output = Shapes::ShapeRef.new(shape: ListPickupLocationsResult)
|
953
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceException)
|
954
|
+
o[:pager] = Aws::Pager.new(
|
955
|
+
limit_key: "max_results",
|
956
|
+
tokens: {
|
957
|
+
"next_token" => "next_token"
|
958
|
+
}
|
959
|
+
)
|
960
|
+
end)
|
961
|
+
|
914
962
|
api.add_operation(:list_service_versions, Seahorse::Model::Operation.new.tap do |o|
|
915
963
|
o.name = "ListServiceVersions"
|
916
964
|
o.http_method = "POST"
|
@@ -306,6 +306,20 @@ module Aws::Snowball
|
|
306
306
|
end
|
307
307
|
end
|
308
308
|
|
309
|
+
class ListPickupLocations
|
310
|
+
def self.build(context)
|
311
|
+
unless context.config.regional_endpoint
|
312
|
+
endpoint = context.config.endpoint.to_s
|
313
|
+
end
|
314
|
+
Aws::Snowball::EndpointParameters.new(
|
315
|
+
region: context.config.region,
|
316
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
317
|
+
use_fips: context.config.use_fips_endpoint,
|
318
|
+
endpoint: endpoint,
|
319
|
+
)
|
320
|
+
end
|
321
|
+
end
|
322
|
+
|
309
323
|
class ListServiceVersions
|
310
324
|
def self.build(context)
|
311
325
|
unless context.config.regional_endpoint
|
@@ -98,6 +98,8 @@ module Aws::Snowball
|
|
98
98
|
Aws::Snowball::Endpoints::ListJobs.build(context)
|
99
99
|
when :list_long_term_pricing
|
100
100
|
Aws::Snowball::Endpoints::ListLongTermPricing.build(context)
|
101
|
+
when :list_pickup_locations
|
102
|
+
Aws::Snowball::Endpoints::ListPickupLocations.build(context)
|
101
103
|
when :list_service_versions
|
102
104
|
Aws::Snowball::Endpoints::ListServiceVersions.build(context)
|
103
105
|
when :update_cluster
|
@@ -80,6 +80,11 @@ module Aws::Snowball
|
|
80
80
|
# option to true. This field is not supported in most regions.
|
81
81
|
# @return [Boolean]
|
82
82
|
#
|
83
|
+
# @!attribute [rw] type
|
84
|
+
# Differentiates between delivery address and pickup address in the
|
85
|
+
# customer account. Provided at job creation.
|
86
|
+
# @return [String]
|
87
|
+
#
|
83
88
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Address AWS API Documentation
|
84
89
|
#
|
85
90
|
class Address < Struct.new(
|
@@ -96,7 +101,8 @@ module Aws::Snowball
|
|
96
101
|
:country,
|
97
102
|
:postal_code,
|
98
103
|
:phone_number,
|
99
|
-
:is_restricted
|
104
|
+
:is_restricted,
|
105
|
+
:type)
|
100
106
|
SENSITIVE = []
|
101
107
|
include Aws::Structure
|
102
108
|
end
|
@@ -565,7 +571,7 @@ module Aws::Snowball
|
|
565
571
|
#
|
566
572
|
#
|
567
573
|
#
|
568
|
-
# [1]:
|
574
|
+
# [1]: http://amazonaws.com/snowball/latest/api-reference/API_ListJobs.html#API_ListJobs_ResponseSyntax
|
569
575
|
# @return [Array<Types::JobListEntry>]
|
570
576
|
#
|
571
577
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateClusterResult AWS API Documentation
|
@@ -725,13 +731,24 @@ module Aws::Snowball
|
|
725
731
|
# from outside of your internal network. When set to
|
726
732
|
# `INSTALLED_AUTOSTART`, remote management will automatically be
|
727
733
|
# available when the device arrives at your location. Otherwise, you
|
728
|
-
# need to use the Snowball
|
734
|
+
# need to use the Snowball Edge client to manage the device. When set
|
735
|
+
# to `NOT_INSTALLED`, remote management will not be available on the
|
736
|
+
# device.
|
729
737
|
# @return [String]
|
730
738
|
#
|
731
739
|
# @!attribute [rw] long_term_pricing_id
|
732
740
|
# The ID of the long-term pricing type for the device.
|
733
741
|
# @return [String]
|
734
742
|
#
|
743
|
+
# @!attribute [rw] impact_level
|
744
|
+
# The highest impact level of data that will be stored or processed on
|
745
|
+
# the device, provided at job creation.
|
746
|
+
# @return [String]
|
747
|
+
#
|
748
|
+
# @!attribute [rw] pickup_details
|
749
|
+
# Information identifying the person picking up the device.
|
750
|
+
# @return [Types::PickupDetails]
|
751
|
+
#
|
735
752
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/CreateJobRequest AWS API Documentation
|
736
753
|
#
|
737
754
|
class CreateJobRequest < Struct.new(
|
@@ -751,7 +768,9 @@ module Aws::Snowball
|
|
751
768
|
:tax_documents,
|
752
769
|
:device_configuration,
|
753
770
|
:remote_management,
|
754
|
-
:long_term_pricing_id
|
771
|
+
:long_term_pricing_id,
|
772
|
+
:impact_level,
|
773
|
+
:pickup_details)
|
755
774
|
SENSITIVE = []
|
756
775
|
include Aws::Structure
|
757
776
|
end
|
@@ -1093,9 +1112,9 @@ module Aws::Snowball
|
|
1093
1112
|
end
|
1094
1113
|
|
1095
1114
|
# A JSON-formatted object that contains the IDs for an Amazon Machine
|
1096
|
-
# Image (AMI), including the Amazon EC2 AMI ID and the Snow
|
1097
|
-
# ID. Each AMI has these two IDs to simplify identifying the
|
1098
|
-
# the Amazon Web Services Cloud and on the device.
|
1115
|
+
# Image (AMI), including the Amazon EC2-compatible AMI ID and the Snow
|
1116
|
+
# device AMI ID. Each AMI has these two IDs to simplify identifying the
|
1117
|
+
# AMI in both the Amazon Web Services Cloud and on the device.
|
1099
1118
|
#
|
1100
1119
|
# @!attribute [rw] ami_id
|
1101
1120
|
# The ID of the AMI in Amazon EC2.
|
@@ -1578,6 +1597,19 @@ module Aws::Snowball
|
|
1578
1597
|
# Amazon Web Services Snow Family device.
|
1579
1598
|
# @return [Types::OnDeviceServiceConfiguration]
|
1580
1599
|
#
|
1600
|
+
# @!attribute [rw] impact_level
|
1601
|
+
# The highest impact level of data that will be stored or processed on
|
1602
|
+
# the device, provided at job creation.
|
1603
|
+
# @return [String]
|
1604
|
+
#
|
1605
|
+
# @!attribute [rw] pickup_details
|
1606
|
+
# Information identifying the person picking up the device.
|
1607
|
+
# @return [Types::PickupDetails]
|
1608
|
+
#
|
1609
|
+
# @!attribute [rw] snowball_id
|
1610
|
+
# Unique ID associated with a device.
|
1611
|
+
# @return [String]
|
1612
|
+
#
|
1581
1613
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/JobMetadata AWS API Documentation
|
1582
1614
|
#
|
1583
1615
|
class JobMetadata < Struct.new(
|
@@ -1602,7 +1634,10 @@ module Aws::Snowball
|
|
1602
1634
|
:device_configuration,
|
1603
1635
|
:remote_management,
|
1604
1636
|
:long_term_pricing_id,
|
1605
|
-
:on_device_service_configuration
|
1637
|
+
:on_device_service_configuration,
|
1638
|
+
:impact_level,
|
1639
|
+
:pickup_details,
|
1640
|
+
:snowball_id)
|
1606
1641
|
SENSITIVE = []
|
1607
1642
|
include Aws::Structure
|
1608
1643
|
end
|
@@ -1895,6 +1930,46 @@ module Aws::Snowball
|
|
1895
1930
|
include Aws::Structure
|
1896
1931
|
end
|
1897
1932
|
|
1933
|
+
# @!attribute [rw] max_results
|
1934
|
+
# The maximum number of locations to list per page.
|
1935
|
+
# @return [Integer]
|
1936
|
+
#
|
1937
|
+
# @!attribute [rw] next_token
|
1938
|
+
# HTTP requests are stateless. To identify what object comes "next"
|
1939
|
+
# in the list of `ListPickupLocationsRequest` objects, you have the
|
1940
|
+
# option of specifying `NextToken` as the starting point for your
|
1941
|
+
# returned list.
|
1942
|
+
# @return [String]
|
1943
|
+
#
|
1944
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListPickupLocationsRequest AWS API Documentation
|
1945
|
+
#
|
1946
|
+
class ListPickupLocationsRequest < Struct.new(
|
1947
|
+
:max_results,
|
1948
|
+
:next_token)
|
1949
|
+
SENSITIVE = []
|
1950
|
+
include Aws::Structure
|
1951
|
+
end
|
1952
|
+
|
1953
|
+
# @!attribute [rw] addresses
|
1954
|
+
# Information about the address of pickup locations.
|
1955
|
+
# @return [Array<Types::Address>]
|
1956
|
+
#
|
1957
|
+
# @!attribute [rw] next_token
|
1958
|
+
# HTTP requests are stateless. To identify what object comes "next"
|
1959
|
+
# in the list of `ListPickupLocationsResult` objects, you have the
|
1960
|
+
# option of specifying `NextToken` as the starting point for your
|
1961
|
+
# returned list.
|
1962
|
+
# @return [String]
|
1963
|
+
#
|
1964
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/ListPickupLocationsResult AWS API Documentation
|
1965
|
+
#
|
1966
|
+
class ListPickupLocationsResult < Struct.new(
|
1967
|
+
:addresses,
|
1968
|
+
:next_token)
|
1969
|
+
SENSITIVE = []
|
1970
|
+
include Aws::Structure
|
1971
|
+
end
|
1972
|
+
|
1898
1973
|
# @!attribute [rw] service_name
|
1899
1974
|
# The name of the service for which you're requesting supported
|
1900
1975
|
# versions.
|
@@ -2079,12 +2154,18 @@ module Aws::Snowball
|
|
2079
2154
|
# Any change in job state will trigger a notification for this job.
|
2080
2155
|
# @return [Boolean]
|
2081
2156
|
#
|
2157
|
+
# @!attribute [rw] device_pickup_sns_topic_arn
|
2158
|
+
# Used to send SNS notifications for the person picking up the device
|
2159
|
+
# (identified during job creation).
|
2160
|
+
# @return [String]
|
2161
|
+
#
|
2082
2162
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Notification AWS API Documentation
|
2083
2163
|
#
|
2084
2164
|
class Notification < Struct.new(
|
2085
2165
|
:sns_topic_arn,
|
2086
2166
|
:job_states_to_notify,
|
2087
|
-
:notify_all
|
2167
|
+
:notify_all,
|
2168
|
+
:device_pickup_sns_topic_arn)
|
2088
2169
|
SENSITIVE = []
|
2089
2170
|
include Aws::Structure
|
2090
2171
|
end
|
@@ -2122,6 +2203,53 @@ module Aws::Snowball
|
|
2122
2203
|
include Aws::Structure
|
2123
2204
|
end
|
2124
2205
|
|
2206
|
+
# Information identifying the person picking up the device.
|
2207
|
+
#
|
2208
|
+
# @!attribute [rw] name
|
2209
|
+
# The name of the person picking up the device.
|
2210
|
+
# @return [String]
|
2211
|
+
#
|
2212
|
+
# @!attribute [rw] phone_number
|
2213
|
+
# The phone number of the person picking up the device.
|
2214
|
+
# @return [String]
|
2215
|
+
#
|
2216
|
+
# @!attribute [rw] email
|
2217
|
+
# The email address of the person picking up the device.
|
2218
|
+
# @return [String]
|
2219
|
+
#
|
2220
|
+
# @!attribute [rw] identification_number
|
2221
|
+
# The number on the credential identifying the person picking up the
|
2222
|
+
# device.
|
2223
|
+
# @return [String]
|
2224
|
+
#
|
2225
|
+
# @!attribute [rw] identification_expiration_date
|
2226
|
+
# Expiration date of the credential identifying the person picking up
|
2227
|
+
# the device.
|
2228
|
+
# @return [Time]
|
2229
|
+
#
|
2230
|
+
# @!attribute [rw] identification_issuing_org
|
2231
|
+
# Organization that issued the credential identifying the person
|
2232
|
+
# picking up the device.
|
2233
|
+
# @return [String]
|
2234
|
+
#
|
2235
|
+
# @!attribute [rw] device_pickup_id
|
2236
|
+
# The unique ID for a device that will be picked up.
|
2237
|
+
# @return [String]
|
2238
|
+
#
|
2239
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/PickupDetails AWS API Documentation
|
2240
|
+
#
|
2241
|
+
class PickupDetails < Struct.new(
|
2242
|
+
:name,
|
2243
|
+
:phone_number,
|
2244
|
+
:email,
|
2245
|
+
:identification_number,
|
2246
|
+
:identification_expiration_date,
|
2247
|
+
:identification_issuing_org,
|
2248
|
+
:device_pickup_id)
|
2249
|
+
SENSITIVE = [:phone_number, :email]
|
2250
|
+
include Aws::Structure
|
2251
|
+
end
|
2252
|
+
|
2125
2253
|
# You get this exception if you call `CreateReturnShippingLabel` and a
|
2126
2254
|
# valid return shipping label already exists. In this case, use
|
2127
2255
|
# `DescribeReturnShippingLabel` to get the URL.
|
@@ -2514,6 +2642,10 @@ module Aws::Snowball
|
|
2514
2642
|
# not supported in most regions.
|
2515
2643
|
# @return [String]
|
2516
2644
|
#
|
2645
|
+
# @!attribute [rw] pickup_details
|
2646
|
+
# Information identifying the person picking up the device.
|
2647
|
+
# @return [Types::PickupDetails]
|
2648
|
+
#
|
2517
2649
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJobRequest AWS API Documentation
|
2518
2650
|
#
|
2519
2651
|
class UpdateJobRequest < Struct.new(
|
@@ -2526,7 +2658,8 @@ module Aws::Snowball
|
|
2526
2658
|
:shipping_option,
|
2527
2659
|
:description,
|
2528
2660
|
:snowball_capacity_preference,
|
2529
|
-
:forwarding_address_id
|
2661
|
+
:forwarding_address_id,
|
2662
|
+
:pickup_details)
|
2530
2663
|
SENSITIVE = []
|
2531
2664
|
include Aws::Structure
|
2532
2665
|
end
|
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.60.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: 2023-07-
|
11
|
+
date: 2023-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|