aws-sdk-snowball 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-snowball.rb +1 -1
- data/lib/aws-sdk-snowball/client.rb +12 -12
- data/lib/aws-sdk-snowball/types.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf9f09411d8ba8650650ba2ed2259cbf2b5ca676
|
|
4
|
+
data.tar.gz: 47a17993645034d9d0c61fc66649df0c0b1ed590
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b40479998b10f0747cb446cdaa2a4a2f9ff4db8a8754dbfbe7cb5f68b99fba9ca1cb5a0c2e9f5d0fceb79a7c910d892fb9a44fd36d49a2f2400e74e83b58282
|
|
7
|
+
data.tar.gz: 15c5774edf7074b2ecf27eb7f5d35c6c5e41745caba548d9022f521d00a3dbafd0b0264c878ef7963c6ec48437024fdde8c6a868ce553782b436ca33d1017bd8
|
data/lib/aws-sdk-snowball.rb
CHANGED
|
@@ -453,7 +453,7 @@ module Aws::Snowball
|
|
|
453
453
|
# shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
|
454
454
|
# notification: {
|
|
455
455
|
# sns_topic_arn: "SnsTopicARN",
|
|
456
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
456
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
457
457
|
# notify_all: false,
|
|
458
458
|
# },
|
|
459
459
|
# forwarding_address_id: "AddressId",
|
|
@@ -640,7 +640,7 @@ module Aws::Snowball
|
|
|
640
640
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
|
641
641
|
# notification: {
|
|
642
642
|
# sns_topic_arn: "SnsTopicARN",
|
|
643
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
643
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
644
644
|
# notify_all: false,
|
|
645
645
|
# },
|
|
646
646
|
# cluster_id: "ClusterId",
|
|
@@ -886,7 +886,7 @@ module Aws::Snowball
|
|
|
886
886
|
# resp.cluster_metadata.shipping_option #=> String, one of "SECOND_DAY", "NEXT_DAY", "EXPRESS", "STANDARD"
|
|
887
887
|
# resp.cluster_metadata.notification.sns_topic_arn #=> String
|
|
888
888
|
# resp.cluster_metadata.notification.job_states_to_notify #=> Array
|
|
889
|
-
# resp.cluster_metadata.notification.job_states_to_notify[0] #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
889
|
+
# 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"
|
|
890
890
|
# resp.cluster_metadata.notification.notify_all #=> Boolean
|
|
891
891
|
# resp.cluster_metadata.forwarding_address_id #=> String
|
|
892
892
|
#
|
|
@@ -962,7 +962,7 @@ module Aws::Snowball
|
|
|
962
962
|
# @example Response structure
|
|
963
963
|
#
|
|
964
964
|
# resp.job_metadata.job_id #=> String
|
|
965
|
-
# resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
965
|
+
# resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
966
966
|
# resp.job_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
|
967
967
|
# resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE"
|
|
968
968
|
# resp.job_metadata.creation_date #=> Time
|
|
@@ -989,7 +989,7 @@ module Aws::Snowball
|
|
|
989
989
|
# resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "NoPreference"
|
|
990
990
|
# resp.job_metadata.notification.sns_topic_arn #=> String
|
|
991
991
|
# resp.job_metadata.notification.job_states_to_notify #=> Array
|
|
992
|
-
# resp.job_metadata.notification.job_states_to_notify[0] #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
992
|
+
# 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"
|
|
993
993
|
# resp.job_metadata.notification.notify_all #=> Boolean
|
|
994
994
|
# resp.job_metadata.data_transfer_progress.bytes_transferred #=> Integer
|
|
995
995
|
# resp.job_metadata.data_transfer_progress.objects_transferred #=> Integer
|
|
@@ -1002,7 +1002,7 @@ module Aws::Snowball
|
|
|
1002
1002
|
# resp.job_metadata.forwarding_address_id #=> String
|
|
1003
1003
|
# resp.sub_job_metadata #=> Array
|
|
1004
1004
|
# resp.sub_job_metadata[0].job_id #=> String
|
|
1005
|
-
# resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
1005
|
+
# resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
1006
1006
|
# resp.sub_job_metadata[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
|
1007
1007
|
# resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE"
|
|
1008
1008
|
# resp.sub_job_metadata[0].creation_date #=> Time
|
|
@@ -1029,7 +1029,7 @@ module Aws::Snowball
|
|
|
1029
1029
|
# resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "NoPreference"
|
|
1030
1030
|
# resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
|
|
1031
1031
|
# resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
|
|
1032
|
-
# resp.sub_job_metadata[0].notification.job_states_to_notify[0] #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
1032
|
+
# 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"
|
|
1033
1033
|
# resp.sub_job_metadata[0].notification.notify_all #=> Boolean
|
|
1034
1034
|
# resp.sub_job_metadata[0].data_transfer_progress.bytes_transferred #=> Integer
|
|
1035
1035
|
# resp.sub_job_metadata[0].data_transfer_progress.objects_transferred #=> Integer
|
|
@@ -1319,7 +1319,7 @@ module Aws::Snowball
|
|
|
1319
1319
|
#
|
|
1320
1320
|
# resp.job_list_entries #=> Array
|
|
1321
1321
|
# resp.job_list_entries[0].job_id #=> String
|
|
1322
|
-
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
1322
|
+
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
1323
1323
|
# resp.job_list_entries[0].is_master #=> Boolean
|
|
1324
1324
|
# resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
|
1325
1325
|
# resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE"
|
|
@@ -1499,7 +1499,7 @@ module Aws::Snowball
|
|
|
1499
1499
|
#
|
|
1500
1500
|
# resp.job_list_entries #=> Array
|
|
1501
1501
|
# resp.job_list_entries[0].job_id #=> String
|
|
1502
|
-
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
1502
|
+
# resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
|
|
1503
1503
|
# resp.job_list_entries[0].is_master #=> Boolean
|
|
1504
1504
|
# resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
|
|
1505
1505
|
# resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE"
|
|
@@ -1607,7 +1607,7 @@ module Aws::Snowball
|
|
|
1607
1607
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
|
1608
1608
|
# notification: {
|
|
1609
1609
|
# sns_topic_arn: "SnsTopicARN",
|
|
1610
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1610
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1611
1611
|
# notify_all: false,
|
|
1612
1612
|
# },
|
|
1613
1613
|
# forwarding_address_id: "AddressId",
|
|
@@ -1687,7 +1687,7 @@ module Aws::Snowball
|
|
|
1687
1687
|
# role_arn: "RoleARN",
|
|
1688
1688
|
# notification: {
|
|
1689
1689
|
# sns_topic_arn: "SnsTopicARN",
|
|
1690
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1690
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1691
1691
|
# notify_all: false,
|
|
1692
1692
|
# },
|
|
1693
1693
|
# resources: {
|
|
@@ -1746,7 +1746,7 @@ module Aws::Snowball
|
|
|
1746
1746
|
params: params,
|
|
1747
1747
|
config: config)
|
|
1748
1748
|
context[:gem_name] = 'aws-sdk-snowball'
|
|
1749
|
-
context[:gem_version] = '1.
|
|
1749
|
+
context[:gem_version] = '1.5.0'
|
|
1750
1750
|
Seahorse::Client::Request.new(handlers, context)
|
|
1751
1751
|
end
|
|
1752
1752
|
|
|
@@ -410,7 +410,7 @@ module Aws::Snowball
|
|
|
410
410
|
# shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
|
411
411
|
# notification: {
|
|
412
412
|
# sns_topic_arn: "SnsTopicARN",
|
|
413
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
413
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
414
414
|
# notify_all: false,
|
|
415
415
|
# },
|
|
416
416
|
# forwarding_address_id: "AddressId",
|
|
@@ -559,7 +559,7 @@ module Aws::Snowball
|
|
|
559
559
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
|
560
560
|
# notification: {
|
|
561
561
|
# sns_topic_arn: "SnsTopicARN",
|
|
562
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
562
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
563
563
|
# notify_all: false,
|
|
564
564
|
# },
|
|
565
565
|
# cluster_id: "ClusterId",
|
|
@@ -1555,7 +1555,7 @@ module Aws::Snowball
|
|
|
1555
1555
|
#
|
|
1556
1556
|
# {
|
|
1557
1557
|
# sns_topic_arn: "SnsTopicARN",
|
|
1558
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1558
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1559
1559
|
# notify_all: false,
|
|
1560
1560
|
# }
|
|
1561
1561
|
#
|
|
@@ -1733,7 +1733,7 @@ module Aws::Snowball
|
|
|
1733
1733
|
# shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
|
|
1734
1734
|
# notification: {
|
|
1735
1735
|
# sns_topic_arn: "SnsTopicARN",
|
|
1736
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1736
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1737
1737
|
# notify_all: false,
|
|
1738
1738
|
# },
|
|
1739
1739
|
# forwarding_address_id: "AddressId",
|
|
@@ -1807,7 +1807,7 @@ module Aws::Snowball
|
|
|
1807
1807
|
# role_arn: "RoleARN",
|
|
1808
1808
|
# notification: {
|
|
1809
1809
|
# sns_topic_arn: "SnsTopicARN",
|
|
1810
|
-
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1810
|
+
# job_states_to_notify: ["New"], # accepts New, PreparingAppliance, PreparingShipment, InTransitToCustomer, WithCustomer, InTransitToAWS, WithAWSSortingFacility, WithAWS, InProgress, Complete, Cancelled, Listing, Pending
|
|
1811
1811
|
# notify_all: false,
|
|
1812
1812
|
# },
|
|
1813
1813
|
# resources: {
|
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.5.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: 2018-
|
|
11
|
+
date: 2018-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|