aws-sdk-snowball 1.58.0 → 1.60.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: 66dd3c8f3ab9c05cb71a750fa686b733192f0bac7c9f7ffb1abd277716fbb44a
4
- data.tar.gz: '052244922d4c335265f695dfdef822a29647a49a41ece1b01c351dc7ce6caebc'
3
+ metadata.gz: b784d7fa2152c9331bd73f42fa75d1299070e07af3ef3ed72775ec194ec13a53
4
+ data.tar.gz: 49248974686e308c04f0e485069528a6a611a1a6df2e5fcd88ae3f90aed4384e
5
5
  SHA512:
6
- metadata.gz: 52b293b5472be1056bf0c853cb4735279c50d5f4457e541c7a50d99b46b537efd069ea83fd6d97afda25f39a4c91c3b3772c489bfe842d31facb454560728f1e
7
- data.tar.gz: 48e2e779184840891173003f92bc5adce066d48657507d0c21fd18c6c3322e59dab28d680bc88ff6416fb8e7ce22edf0c84c791a5aed7fb9d66a0903fc85f0a6
6
+ metadata.gz: e1caa65ba0e7de2b53d64c3e744b78c0c3b649e437bf8bb34411956423cb91fbc9f8b4268935b6b0c93c7682abb09582f682c1626b25806f033f4ae520ba4e2f
7
+ data.tar.gz: 9bc85b1bed6d92655513406191480a3c3d6939ca4f64f6cbb3e8766b48e90ca9f5ac3458aa98f92f0764ebaebe484c0ce171083bb21cb64435acc75e1318e49d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.59.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.58.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.60.0
@@ -216,6 +216,10 @@ module Aws::Snowball
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -519,6 +523,7 @@ module Aws::Snowball
519
523
  # postal_code: "String",
520
524
  # phone_number: "String",
521
525
  # is_restricted: false,
526
+ # type: "CUST_PICKUP", # accepts CUST_PICKUP, AWS_SHIP
522
527
  # },
523
528
  # })
524
529
  #
@@ -777,12 +782,13 @@ module Aws::Snowball
777
782
  # address_id: "AddressId", # required
778
783
  # kms_key_arn: "KmsKeyARN",
779
784
  # role_arn: "RoleARN",
780
- # 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
781
786
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
782
787
  # notification: {
783
788
  # sns_topic_arn: "SnsTopicARN",
784
789
  # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
785
790
  # notify_all: false,
791
+ # device_pickup_sns_topic_arn: "SnsTopicARN",
786
792
  # },
787
793
  # forwarding_address_id: "AddressId",
788
794
  # tax_documents: {
@@ -790,11 +796,11 @@ module Aws::Snowball
790
796
  # gstin: "GSTIN",
791
797
  # },
792
798
  # },
793
- # remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
799
+ # remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART, NOT_INSTALLED
794
800
  # initial_cluster_size: 1,
795
801
  # force_create_jobs: false,
796
802
  # long_term_pricing_ids: ["LongTermPricingId"],
797
- # 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
798
804
  # })
799
805
  #
800
806
  # @example Response structure
@@ -805,7 +811,7 @@ module Aws::Snowball
805
811
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
806
812
  # resp.job_list_entries[0].is_master #=> Boolean
807
813
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
808
- # 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"
809
815
  # resp.job_list_entries[0].creation_date #=> Time
810
816
  # resp.job_list_entries[0].description #=> String
811
817
  #
@@ -887,6 +893,10 @@ module Aws::Snowball
887
893
  #
888
894
  # * Description: Snowball Edge Storage Optimized with EC2 Compute
889
895
  #
896
+ # <note markdown="1"> This device is replaced with T98.
897
+ #
898
+ # </note>
899
+ #
890
900
  #
891
901
  #
892
902
  # * Device type: **STANDARD**
@@ -915,13 +925,11 @@ module Aws::Snowball
915
925
  #
916
926
  #
917
927
  #
918
- # * Device type: **V3\_5C**
919
- #
920
- # * Capacity: T32
921
- #
922
- # * Description: Snowball Edge Compute Optimized without GPU
928
+ # * Snow Family device type: **RACK\_5U\_C**
923
929
  #
930
+ # * Capacity: T13
924
931
  #
932
+ # * Description: Snowblade.
925
933
  #
926
934
  # * Device type: **V3\_5S**
927
935
  #
@@ -1063,11 +1071,20 @@ module Aws::Snowball
1063
1071
  # from outside of your internal network. When set to
1064
1072
  # `INSTALLED_AUTOSTART`, remote management will automatically be
1065
1073
  # available when the device arrives at your location. Otherwise, you
1066
- # need to use the Snowball Client to manage the device.
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.
1067
1077
  #
1068
1078
  # @option params [String] :long_term_pricing_id
1069
1079
  # The ID of the long-term pricing type for the device.
1070
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
+ #
1071
1088
  # @return [Types::CreateJobResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1072
1089
  #
1073
1090
  # * {Types::CreateJobResult#job_id #job_id} => String
@@ -1170,15 +1187,16 @@ module Aws::Snowball
1170
1187
  # address_id: "AddressId",
1171
1188
  # kms_key_arn: "KmsKeyARN",
1172
1189
  # role_arn: "RoleARN",
1173
- # 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
1174
1191
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
1175
1192
  # notification: {
1176
1193
  # sns_topic_arn: "SnsTopicARN",
1177
1194
  # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
1178
1195
  # notify_all: false,
1196
+ # device_pickup_sns_topic_arn: "SnsTopicARN",
1179
1197
  # },
1180
1198
  # cluster_id: "ClusterId",
1181
- # 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
1182
1200
  # forwarding_address_id: "AddressId",
1183
1201
  # tax_documents: {
1184
1202
  # ind: {
@@ -1192,8 +1210,18 @@ module Aws::Snowball
1192
1210
  # },
1193
1211
  # },
1194
1212
  # },
1195
- # remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART
1213
+ # remote_management: "INSTALLED_ONLY", # accepts INSTALLED_ONLY, INSTALLED_AUTOSTART, NOT_INSTALLED
1196
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
+ # },
1197
1225
  # })
1198
1226
  #
1199
1227
  # @example Response structure
@@ -1222,7 +1250,7 @@ module Aws::Snowball
1222
1250
  # Specifies whether the current long-term pricing type for the device
1223
1251
  # should be renewed.
1224
1252
  #
1225
- # @option params [String] :snowball_type
1253
+ # @option params [required, String] :snowball_type
1226
1254
  # The type of Snow Family devices to use for the long-term pricing job.
1227
1255
  #
1228
1256
  # @return [Types::CreateLongTermPricingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1234,7 +1262,7 @@ module Aws::Snowball
1234
1262
  # resp = client.create_long_term_pricing({
1235
1263
  # long_term_pricing_type: "OneYear", # required, accepts OneYear, ThreeYear, OneMonth
1236
1264
  # is_long_term_pricing_auto_renew: false,
1237
- # 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
1238
1266
  # })
1239
1267
  #
1240
1268
  # @example Response structure
@@ -1343,6 +1371,7 @@ module Aws::Snowball
1343
1371
  # resp.address.postal_code #=> String
1344
1372
  # resp.address.phone_number #=> String
1345
1373
  # resp.address.is_restricted #=> Boolean
1374
+ # resp.address.type #=> String, one of "CUST_PICKUP", "AWS_SHIP"
1346
1375
  #
1347
1376
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddress AWS API Documentation
1348
1377
  #
@@ -1423,6 +1452,7 @@ module Aws::Snowball
1423
1452
  # resp.addresses[0].postal_code #=> String
1424
1453
  # resp.addresses[0].phone_number #=> String
1425
1454
  # resp.addresses[0].is_restricted #=> Boolean
1455
+ # resp.addresses[0].type #=> String, one of "CUST_PICKUP", "AWS_SHIP"
1426
1456
  # resp.next_token #=> String
1427
1457
  #
1428
1458
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeAddresses AWS API Documentation
@@ -1497,7 +1527,7 @@ module Aws::Snowball
1497
1527
  # resp.cluster_metadata.role_arn #=> String
1498
1528
  # resp.cluster_metadata.cluster_state #=> String, one of "AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled"
1499
1529
  # resp.cluster_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1500
- # 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"
1501
1531
  # resp.cluster_metadata.creation_date #=> Time
1502
1532
  # resp.cluster_metadata.resources.s3_resources #=> Array
1503
1533
  # resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1519,6 +1549,7 @@ module Aws::Snowball
1519
1549
  # resp.cluster_metadata.notification.job_states_to_notify #=> Array
1520
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"
1521
1551
  # resp.cluster_metadata.notification.notify_all #=> Boolean
1552
+ # resp.cluster_metadata.notification.device_pickup_sns_topic_arn #=> String
1522
1553
  # resp.cluster_metadata.forwarding_address_id #=> String
1523
1554
  # resp.cluster_metadata.tax_documents.ind.gstin #=> String
1524
1555
  # resp.cluster_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
@@ -1606,7 +1637,7 @@ module Aws::Snowball
1606
1637
  # resp.job_metadata.job_id #=> String
1607
1638
  # resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1608
1639
  # resp.job_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1609
- # 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"
1610
1641
  # resp.job_metadata.creation_date #=> Time
1611
1642
  # resp.job_metadata.resources.s3_resources #=> Array
1612
1643
  # resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1631,11 +1662,12 @@ module Aws::Snowball
1631
1662
  # resp.job_metadata.shipping_details.inbound_shipment.tracking_number #=> String
1632
1663
  # resp.job_metadata.shipping_details.outbound_shipment.status #=> String
1633
1664
  # resp.job_metadata.shipping_details.outbound_shipment.tracking_number #=> String
1634
- # 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"
1635
1666
  # resp.job_metadata.notification.sns_topic_arn #=> String
1636
1667
  # resp.job_metadata.notification.job_states_to_notify #=> Array
1637
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"
1638
1669
  # resp.job_metadata.notification.notify_all #=> Boolean
1670
+ # resp.job_metadata.notification.device_pickup_sns_topic_arn #=> String
1639
1671
  # resp.job_metadata.data_transfer_progress.bytes_transferred #=> Integer
1640
1672
  # resp.job_metadata.data_transfer_progress.objects_transferred #=> Integer
1641
1673
  # resp.job_metadata.data_transfer_progress.total_bytes #=> Integer
@@ -1647,7 +1679,7 @@ module Aws::Snowball
1647
1679
  # resp.job_metadata.forwarding_address_id #=> String
1648
1680
  # resp.job_metadata.tax_documents.ind.gstin #=> String
1649
1681
  # resp.job_metadata.device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
1650
- # 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"
1651
1683
  # resp.job_metadata.long_term_pricing_id #=> String
1652
1684
  # resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1653
1685
  # resp.job_metadata.on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
@@ -1659,11 +1691,20 @@ module Aws::Snowball
1659
1691
  # resp.job_metadata.on_device_service_configuration.s3_on_device_service.storage_unit #=> String, one of "TB"
1660
1692
  # resp.job_metadata.on_device_service_configuration.s3_on_device_service.service_size #=> Integer
1661
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
1662
1703
  # resp.sub_job_metadata #=> Array
1663
1704
  # resp.sub_job_metadata[0].job_id #=> String
1664
1705
  # resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1665
1706
  # resp.sub_job_metadata[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1666
- # 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"
1667
1708
  # resp.sub_job_metadata[0].creation_date #=> Time
1668
1709
  # resp.sub_job_metadata[0].resources.s3_resources #=> Array
1669
1710
  # resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
@@ -1688,11 +1729,12 @@ module Aws::Snowball
1688
1729
  # resp.sub_job_metadata[0].shipping_details.inbound_shipment.tracking_number #=> String
1689
1730
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.status #=> String
1690
1731
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.tracking_number #=> String
1691
- # 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"
1692
1733
  # resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
1693
1734
  # resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
1694
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"
1695
1736
  # resp.sub_job_metadata[0].notification.notify_all #=> Boolean
1737
+ # resp.sub_job_metadata[0].notification.device_pickup_sns_topic_arn #=> String
1696
1738
  # resp.sub_job_metadata[0].data_transfer_progress.bytes_transferred #=> Integer
1697
1739
  # resp.sub_job_metadata[0].data_transfer_progress.objects_transferred #=> Integer
1698
1740
  # resp.sub_job_metadata[0].data_transfer_progress.total_bytes #=> Integer
@@ -1704,7 +1746,7 @@ module Aws::Snowball
1704
1746
  # resp.sub_job_metadata[0].forwarding_address_id #=> String
1705
1747
  # resp.sub_job_metadata[0].tax_documents.ind.gstin #=> String
1706
1748
  # resp.sub_job_metadata[0].device_configuration.snowcone_device_configuration.wireless_connection.is_wifi_enabled #=> Boolean
1707
- # 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"
1708
1750
  # resp.sub_job_metadata[0].long_term_pricing_id #=> String
1709
1751
  # resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_limit #=> Integer
1710
1752
  # resp.sub_job_metadata[0].on_device_service_configuration.nfs_on_device_service.storage_unit #=> String, one of "TB"
@@ -1716,6 +1758,15 @@ module Aws::Snowball
1716
1758
  # resp.sub_job_metadata[0].on_device_service_configuration.s3_on_device_service.storage_unit #=> String, one of "TB"
1717
1759
  # resp.sub_job_metadata[0].on_device_service_configuration.s3_on_device_service.service_size #=> Integer
1718
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
1719
1770
  #
1720
1771
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/DescribeJob AWS API Documentation
1721
1772
  #
@@ -2069,7 +2120,7 @@ module Aws::Snowball
2069
2120
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
2070
2121
  # resp.job_list_entries[0].is_master #=> Boolean
2071
2122
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
2072
- # 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"
2073
2124
  # resp.job_list_entries[0].creation_date #=> Time
2074
2125
  # resp.job_list_entries[0].description #=> String
2075
2126
  # resp.next_token #=> String
@@ -2148,14 +2199,15 @@ module Aws::Snowball
2148
2199
  req.send_request(options)
2149
2200
  end
2150
2201
 
2151
- # This action returns a list of the different Amazon EC2 Amazon Machine
2152
- # Images (AMIs) that are owned by your Amazon Web Services accountthat
2153
- # would be supported for use on a Snow device. Currently, supported AMIs
2154
- # are based on the Amazon Linux-2, Ubuntu 20.04 LTS - Focal, or Ubuntu
2155
- # 22.04 LTS - Jammy images, available on the Amazon Web Services
2156
- # Marketplace. Ubuntu 16.04 LTS - Xenial (HVM) images are no longer
2157
- # supported in the Market, but still supported for use on devices
2158
- # through Amazon EC2 VM Import/Export and running locally in AMIs.
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.
2159
2211
  #
2160
2212
  # @option params [Integer] :max_results
2161
2213
  # The maximum number of results for the list of compatible images.
@@ -2257,7 +2309,7 @@ module Aws::Snowball
2257
2309
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
2258
2310
  # resp.job_list_entries[0].is_master #=> Boolean
2259
2311
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
2260
- # 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"
2261
2313
  # resp.job_list_entries[0].creation_date #=> Time
2262
2314
  # resp.job_list_entries[0].description #=> String
2263
2315
  # resp.next_token #=> String
@@ -2305,7 +2357,7 @@ module Aws::Snowball
2305
2357
  # resp.long_term_pricing_entries[0].replacement_job #=> String
2306
2358
  # resp.long_term_pricing_entries[0].is_long_term_pricing_auto_renew #=> Boolean
2307
2359
  # resp.long_term_pricing_entries[0].long_term_pricing_status #=> String
2308
- # 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"
2309
2361
  # resp.long_term_pricing_entries[0].job_ids #=> Array
2310
2362
  # resp.long_term_pricing_entries[0].job_ids[0] #=> String
2311
2363
  # resp.next_token #=> String
@@ -2319,6 +2371,86 @@ module Aws::Snowball
2319
2371
  req.send_request(options)
2320
2372
  end
2321
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&lt;Types::Address&gt;
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
+
2322
2454
  # Lists all supported versions for Snow on-device services. Returns an
2323
2455
  # array of `ServiceVersion` object containing the supported versions for
2324
2456
  # a particular service.
@@ -2505,6 +2637,7 @@ module Aws::Snowball
2505
2637
  # sns_topic_arn: "SnsTopicARN",
2506
2638
  # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
2507
2639
  # notify_all: false,
2640
+ # device_pickup_sns_topic_arn: "SnsTopicARN",
2508
2641
  # },
2509
2642
  # forwarding_address_id: "AddressId",
2510
2643
  # })
@@ -2572,6 +2705,9 @@ module Aws::Snowball
2572
2705
  # The updated ID for the forwarding address for a job. This field is not
2573
2706
  # supported in most regions.
2574
2707
  #
2708
+ # @option params [Types::PickupDetails] :pickup_details
2709
+ # Information identifying the person picking up the device.
2710
+ #
2575
2711
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2576
2712
  #
2577
2713
  #
@@ -2597,6 +2733,7 @@ module Aws::Snowball
2597
2733
  # sns_topic_arn: "SnsTopicARN",
2598
2734
  # job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
2599
2735
  # notify_all: false,
2736
+ # device_pickup_sns_topic_arn: "SnsTopicARN",
2600
2737
  # },
2601
2738
  # resources: {
2602
2739
  # s3_resources: [
@@ -2654,8 +2791,17 @@ module Aws::Snowball
2654
2791
  # address_id: "AddressId",
2655
2792
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
2656
2793
  # description: "String",
2657
- # 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
2658
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
+ # },
2659
2805
  # })
2660
2806
  #
2661
2807
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/UpdateJob AWS API Documentation
@@ -2745,7 +2891,7 @@ module Aws::Snowball
2745
2891
  params: params,
2746
2892
  config: config)
2747
2893
  context[:gem_name] = 'aws-sdk-snowball'
2748
- context[:gem_version] = '1.58.0'
2894
+ context[:gem_version] = '1.60.0'
2749
2895
  Seahorse::Client::Request.new(handlers, context)
2750
2896
  end
2751
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]: https://docs.aws.amazon.com/snowball/latest/api-reference/API_ListJobs.html#API_ListJobs_ResponseSyntax
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 Client to manage the device.
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 device AMI
1097
- # ID. Each AMI has these two IDs to simplify identifying the AMI in both
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-snowball/customizations'
52
52
  # @!group service
53
53
  module Aws::Snowball
54
54
 
55
- GEM_VERSION = '1.58.0'
55
+ GEM_VERSION = '1.60.0'
56
56
 
57
57
  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.58.0
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-06 00:00:00.000000000 Z
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