aws-sdk-snowball 1.10.0 → 1.11.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9076530dfa994afa44844e0ca36ed044050c707e
4
- data.tar.gz: 22b1cd4d680754c12e11b39ac01384752922a7f1
3
+ metadata.gz: f82e02ff31542db239f6326c63e046e26449ea29
4
+ data.tar.gz: 6ad66ddedb35ebd8bf7f4427a3bceff221f3ae52
5
5
  SHA512:
6
- metadata.gz: c36ce1374733dad7083054794adf471e2550fc98a9c8b3d635a28c9894daa12f341b0751c247af90489acd5d498921f39031816e2c7e1ecff507c5b7cc209c6b
7
- data.tar.gz: 27eaa17e46a4c0424c8f2d52482c69be9583fa44338b2d0bcf40c57367e6696aa825d574eb3d55452eb9853a40dd01756aa8ebe551652e7b4de62b6551347108
6
+ metadata.gz: 3614f7545a65b5ae4fa47fd5215f0182ec59a108ee0513e7a2f02daeca53664e675c0622a14c3d5bd4a0f6ce7a2b98d7f8ac219780b2ee5afd4556eddd87fc51
7
+ data.tar.gz: 9e8c368ea615b5e23f1e5e4f0887ed8c51a77e720deb23e4bc7010811e8744ca57db70b829758b1902fb6f00ee1ed94fdda161f141666fcb89724d1a17d6f85c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-snowball/customizations'
42
42
  # @service
43
43
  module Aws::Snowball
44
44
 
45
- GEM_VERSION = '1.10.0'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  end
@@ -395,8 +395,9 @@ module Aws::Snowball
395
395
  # [1]: http://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
396
396
  #
397
397
  # @option params [String] :snowball_type
398
- # The type of AWS Snowball device to use for this cluster. Currently,
399
- # the only supported device type for cluster jobs is `EDGE`.
398
+ # The type of AWS Snowball device to use for this cluster. The only
399
+ # supported device types for cluster jobs are `EDGE`, `EDGE_C`, and
400
+ # `EDGE_CG`.
400
401
  #
401
402
  # @option params [required, String] :shipping_option
402
403
  # The shipping speed for each node in this cluster. This speed doesn't
@@ -412,7 +413,7 @@ module Aws::Snowball
412
413
  # day. In addition, most countries in the EU have access to standard
413
414
  # shipping, which typically takes less than a week, one way.
414
415
  #
415
- # * In India, Snowball Edges are delivered in one to seven days.
416
+ # * In India, devices are delivered in one to seven days.
416
417
  #
417
418
  # * In the US, you have access to one-day shipping and two-day shipping.
418
419
  #
@@ -498,7 +499,7 @@ module Aws::Snowball
498
499
  # address_id: "AddressId", # required
499
500
  # kms_key_arn: "KmsKeyARN",
500
501
  # role_arn: "RoleARN", # required
501
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE
502
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG
502
503
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
503
504
  # notification: {
504
505
  # sns_topic_arn: "SnsTopicARN",
@@ -602,8 +603,9 @@ module Aws::Snowball
602
603
  # job attributes are inherited from the cluster.
603
604
  #
604
605
  # @option params [String] :snowball_type
605
- # The type of AWS Snowball device to use for this job. Currently, the
606
- # only supported device type for cluster jobs is `EDGE`.
606
+ # The type of AWS Snowball device to use for this job. The only
607
+ # supported device types for cluster jobs are `EDGE`, `EDGE_C`, and
608
+ # `EDGE_CG`.
607
609
  #
608
610
  # @option params [String] :forwarding_address_id
609
611
  # The forwarding address ID for a job. This field is not supported in
@@ -685,7 +687,7 @@ module Aws::Snowball
685
687
  # address_id: "AddressId",
686
688
  # kms_key_arn: "KmsKeyARN",
687
689
  # role_arn: "RoleARN",
688
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, NoPreference
690
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, NoPreference
689
691
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
690
692
  # notification: {
691
693
  # sns_topic_arn: "SnsTopicARN",
@@ -693,7 +695,7 @@ module Aws::Snowball
693
695
  # notify_all: false,
694
696
  # },
695
697
  # cluster_id: "ClusterId",
696
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE
698
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG
697
699
  # forwarding_address_id: "AddressId",
698
700
  # })
699
701
  #
@@ -918,7 +920,7 @@ module Aws::Snowball
918
920
  # resp.cluster_metadata.role_arn #=> String
919
921
  # resp.cluster_metadata.cluster_state #=> String, one of "AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled"
920
922
  # resp.cluster_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
921
- # resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE"
923
+ # resp.cluster_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG"
922
924
  # resp.cluster_metadata.creation_date #=> Time
923
925
  # resp.cluster_metadata.resources.s3_resources #=> Array
924
926
  # resp.cluster_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1013,7 +1015,7 @@ module Aws::Snowball
1013
1015
  # resp.job_metadata.job_id #=> String
1014
1016
  # resp.job_metadata.job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1015
1017
  # resp.job_metadata.job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1016
- # resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE"
1018
+ # resp.job_metadata.snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG"
1017
1019
  # resp.job_metadata.creation_date #=> Time
1018
1020
  # resp.job_metadata.resources.s3_resources #=> Array
1019
1021
  # resp.job_metadata.resources.s3_resources[0].bucket_arn #=> String
@@ -1035,7 +1037,7 @@ module Aws::Snowball
1035
1037
  # resp.job_metadata.shipping_details.inbound_shipment.tracking_number #=> String
1036
1038
  # resp.job_metadata.shipping_details.outbound_shipment.status #=> String
1037
1039
  # resp.job_metadata.shipping_details.outbound_shipment.tracking_number #=> String
1038
- # resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "NoPreference"
1040
+ # resp.job_metadata.snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "NoPreference"
1039
1041
  # resp.job_metadata.notification.sns_topic_arn #=> String
1040
1042
  # resp.job_metadata.notification.job_states_to_notify #=> Array
1041
1043
  # 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"
@@ -1053,7 +1055,7 @@ module Aws::Snowball
1053
1055
  # resp.sub_job_metadata[0].job_id #=> String
1054
1056
  # resp.sub_job_metadata[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1055
1057
  # resp.sub_job_metadata[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1056
- # resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE"
1058
+ # resp.sub_job_metadata[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG"
1057
1059
  # resp.sub_job_metadata[0].creation_date #=> Time
1058
1060
  # resp.sub_job_metadata[0].resources.s3_resources #=> Array
1059
1061
  # resp.sub_job_metadata[0].resources.s3_resources[0].bucket_arn #=> String
@@ -1075,7 +1077,7 @@ module Aws::Snowball
1075
1077
  # resp.sub_job_metadata[0].shipping_details.inbound_shipment.tracking_number #=> String
1076
1078
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.status #=> String
1077
1079
  # resp.sub_job_metadata[0].shipping_details.outbound_shipment.tracking_number #=> String
1078
- # resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "NoPreference"
1080
+ # resp.sub_job_metadata[0].snowball_capacity_preference #=> String, one of "T50", "T80", "T100", "T42", "NoPreference"
1079
1081
  # resp.sub_job_metadata[0].notification.sns_topic_arn #=> String
1080
1082
  # resp.sub_job_metadata[0].notification.job_states_to_notify #=> Array
1081
1083
  # 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"
@@ -1371,7 +1373,7 @@ module Aws::Snowball
1371
1373
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1372
1374
  # resp.job_list_entries[0].is_master #=> Boolean
1373
1375
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1374
- # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE"
1376
+ # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG"
1375
1377
  # resp.job_list_entries[0].creation_date #=> Time
1376
1378
  # resp.job_list_entries[0].description #=> String
1377
1379
  # resp.next_token #=> String
@@ -1450,14 +1452,17 @@ module Aws::Snowball
1450
1452
 
1451
1453
  # This action returns a list of the different Amazon EC2 Amazon Machine
1452
1454
  # Images (AMIs) that are owned by your AWS account that would be
1453
- # supported for use on a Snowball Edge device. Currently, supported AMIs
1454
- # are based on the CentOS 7 (x86\_64) - with Updates HVM, Ubuntu Server
1455
- # 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available
1456
- # on the AWS Marketplace.
1455
+ # supported for use on `EDGE`, `EDGE_C`, and `EDGE_CG` devices. For more
1456
+ # information on compatible AMIs, see [Using Amazon EC2 Compute
1457
+ # Instances][1] in the *AWS Snowball Developer Guide*.
1458
+ #
1459
+ #
1460
+ #
1461
+ # [1]: http://docs.aws.amazon.com/snowball/latest/developer-guide/using-ec2.html
1457
1462
  #
1458
1463
  # @option params [Integer] :max_results
1459
1464
  # The maximum number of results for the list of compatible images.
1460
- # Currently, a Snowball Edge device can store 10 AMIs.
1465
+ # Currently, each supported device can store 10 AMIs.
1461
1466
  #
1462
1467
  # @option params [String] :next_token
1463
1468
  # HTTP requests are stateless. To identify what object comes "next" in
@@ -1551,7 +1556,7 @@ module Aws::Snowball
1551
1556
  # resp.job_list_entries[0].job_state #=> String, one of "New", "PreparingAppliance", "PreparingShipment", "InTransitToCustomer", "WithCustomer", "InTransitToAWS", "WithAWSSortingFacility", "WithAWS", "InProgress", "Complete", "Cancelled", "Listing", "Pending"
1552
1557
  # resp.job_list_entries[0].is_master #=> Boolean
1553
1558
  # resp.job_list_entries[0].job_type #=> String, one of "IMPORT", "EXPORT", "LOCAL_USE"
1554
- # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE"
1559
+ # resp.job_list_entries[0].snowball_type #=> String, one of "STANDARD", "EDGE", "EDGE_C", "EDGE_CG"
1555
1560
  # resp.job_list_entries[0].creation_date #=> Time
1556
1561
  # resp.job_list_entries[0].description #=> String
1557
1562
  # resp.next_token #=> String
@@ -1769,7 +1774,7 @@ module Aws::Snowball
1769
1774
  # address_id: "AddressId",
1770
1775
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
1771
1776
  # description: "String",
1772
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, NoPreference
1777
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, NoPreference
1773
1778
  # forwarding_address_id: "AddressId",
1774
1779
  # })
1775
1780
  #
@@ -1795,7 +1800,7 @@ module Aws::Snowball
1795
1800
  params: params,
1796
1801
  config: config)
1797
1802
  context[:gem_name] = 'aws-sdk-snowball'
1798
- context[:gem_version] = '1.10.0'
1803
+ context[:gem_version] = '1.11.0'
1799
1804
  Seahorse::Client::Request.new(handlers, context)
1800
1805
  end
1801
1806
 
@@ -235,8 +235,9 @@ module Aws::Snowball
235
235
  # @return [String]
236
236
  #
237
237
  # @!attribute [rw] snowball_type
238
- # The type of AWS Snowball device to use for this cluster. Currently,
239
- # the only supported device type for cluster jobs is `EDGE`.
238
+ # The type of AWS Snowball device to use for this cluster. The only
239
+ # supported device types for cluster jobs are `EDGE`, `EDGE_C`, and
240
+ # `EDGE_CG`.
240
241
  # @return [String]
241
242
  #
242
243
  # @!attribute [rw] creation_date
@@ -254,20 +255,19 @@ module Aws::Snowball
254
255
  #
255
256
  # @!attribute [rw] shipping_option
256
257
  # The shipping speed for each node in this cluster. This speed
257
- # doesn't dictate how soon you'll get each Snowball Edge device,
258
- # rather it represents how quickly each device moves to its
259
- # destination while in transit. Regional shipping speeds are as
260
- # follows:
258
+ # doesn't dictate how soon you'll get each device, rather it
259
+ # represents how quickly each device moves to its destination while in
260
+ # transit. Regional shipping speeds are as follows:
261
261
  #
262
262
  # * In Australia, you have access to express shipping. Typically,
263
263
  # devices shipped express are delivered in about a day.
264
264
  #
265
265
  # * In the European Union (EU), you have access to express shipping.
266
- # Typically, Snowball Edges shipped express are delivered in about a
267
- # day. In addition, most countries in the EU have access to standard
266
+ # Typically, devices shipped express are delivered in about a day.
267
+ # In addition, most countries in the EU have access to standard
268
268
  # shipping, which typically takes less than a week, one way.
269
269
  #
270
- # * In India, Snowball Edges are delivered in one to seven days.
270
+ # * In India, devices are delivered in one to seven days.
271
271
  #
272
272
  # * In the US, you have access to one-day shipping and two-day
273
273
  # shipping.
@@ -304,9 +304,13 @@ module Aws::Snowball
304
304
  end
305
305
 
306
306
  # A JSON-formatted object that describes a compatible Amazon Machine
307
- # Image (AMI), including the ID and name for a Snowball Edge AMI. This
308
- # AMI is compatible with the device's physical hardware requirements,
309
- # and it should be able to be run in an SBE1 instance on the device.
307
+ # Image (AMI). For more information on compatible AMIs, see [Using
308
+ # Amazon EC2 Compute Instances][1] in the *AWS Snowball Developer
309
+ # Guide*.
310
+ #
311
+ #
312
+ #
313
+ # [1]: http://docs.aws.amazon.com/snowball/latest/developer-guide/using-ec2.html
310
314
  #
311
315
  # @!attribute [rw] ami_id
312
316
  # The unique identifier for an individual Snowball Edge AMI.
@@ -406,7 +410,7 @@ module Aws::Snowball
406
410
  # address_id: "AddressId", # required
407
411
  # kms_key_arn: "KmsKeyARN",
408
412
  # role_arn: "RoleARN", # required
409
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE
413
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG
410
414
  # shipping_option: "SECOND_DAY", # required, accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
411
415
  # notification: {
412
416
  # sns_topic_arn: "SnsTopicARN",
@@ -457,8 +461,9 @@ module Aws::Snowball
457
461
  # @return [String]
458
462
  #
459
463
  # @!attribute [rw] snowball_type
460
- # The type of AWS Snowball device to use for this cluster. Currently,
461
- # the only supported device type for cluster jobs is `EDGE`.
464
+ # The type of AWS Snowball device to use for this cluster. The only
465
+ # supported device types for cluster jobs are `EDGE`, `EDGE_C`, and
466
+ # `EDGE_CG`.
462
467
  # @return [String]
463
468
  #
464
469
  # @!attribute [rw] shipping_option
@@ -476,7 +481,7 @@ module Aws::Snowball
476
481
  # day. In addition, most countries in the EU have access to standard
477
482
  # shipping, which typically takes less than a week, one way.
478
483
  #
479
- # * In India, Snowball Edges are delivered in one to seven days.
484
+ # * In India, devices are delivered in one to seven days.
480
485
  #
481
486
  # * In the US, you have access to one-day shipping and two-day
482
487
  # shipping.
@@ -555,7 +560,7 @@ module Aws::Snowball
555
560
  # address_id: "AddressId",
556
561
  # kms_key_arn: "KmsKeyARN",
557
562
  # role_arn: "RoleARN",
558
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, NoPreference
563
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, NoPreference
559
564
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
560
565
  # notification: {
561
566
  # sns_topic_arn: "SnsTopicARN",
@@ -563,7 +568,7 @@ module Aws::Snowball
563
568
  # notify_all: false,
564
569
  # },
565
570
  # cluster_id: "ClusterId",
566
- # snowball_type: "STANDARD", # accepts STANDARD, EDGE
571
+ # snowball_type: "STANDARD", # accepts STANDARD, EDGE, EDGE_C, EDGE_CG
567
572
  # forwarding_address_id: "AddressId",
568
573
  # }
569
574
  #
@@ -652,8 +657,9 @@ module Aws::Snowball
652
657
  # @return [String]
653
658
  #
654
659
  # @!attribute [rw] snowball_type
655
- # The type of AWS Snowball device to use for this job. Currently, the
656
- # only supported device type for cluster jobs is `EDGE`.
660
+ # The type of AWS Snowball device to use for this job. The only
661
+ # supported device types for cluster jobs are `EDGE`, `EDGE_C`, and
662
+ # `EDGE_CG`.
657
663
  # @return [String]
658
664
  #
659
665
  # @!attribute [rw] forwarding_address_id
@@ -886,7 +892,7 @@ module Aws::Snowball
886
892
  # @return [String]
887
893
  #
888
894
  # @!attribute [rw] snowball_ami_id
889
- # The ID of the AMI on the Snowball Edge device.
895
+ # The ID of the AMI on the supported device.
890
896
  # @return [String]
891
897
  #
892
898
  # @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Ec2AmiResource AWS API Documentation
@@ -1458,7 +1464,7 @@ module Aws::Snowball
1458
1464
  #
1459
1465
  # @!attribute [rw] max_results
1460
1466
  # The maximum number of results for the list of compatible images.
1461
- # Currently, a Snowball Edge device can store 10 AMIs.
1467
+ # Currently, each supported device can store 10 AMIs.
1462
1468
  # @return [Integer]
1463
1469
  #
1464
1470
  # @!attribute [rw] next_token
@@ -1476,8 +1482,7 @@ module Aws::Snowball
1476
1482
  end
1477
1483
 
1478
1484
  # @!attribute [rw] compatible_images
1479
- # A JSON-formatted object that describes a compatible AMI, including
1480
- # the ID and name for a Snowball Edge AMI.
1485
+ # A JSON-formatted object that describes a compatible AMI.
1481
1486
  # @return [Array<Types::CompatibleImage>]
1482
1487
  #
1483
1488
  # @!attribute [rw] next_token
@@ -1840,7 +1845,7 @@ module Aws::Snowball
1840
1845
  # address_id: "AddressId",
1841
1846
  # shipping_option: "SECOND_DAY", # accepts SECOND_DAY, NEXT_DAY, EXPRESS, STANDARD
1842
1847
  # description: "String",
1843
- # snowball_capacity_preference: "T50", # accepts T50, T80, T100, NoPreference
1848
+ # snowball_capacity_preference: "T50", # accepts T50, T80, T100, T42, NoPreference
1844
1849
  # forwarding_address_id: "AddressId",
1845
1850
  # }
1846
1851
  #
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.10.0
4
+ version: 1.11.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-20 00:00:00.000000000 Z
11
+ date: 2018-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core