aws-sdk-snowball 1.20.0 → 1.21.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 +47 -22
- data/lib/aws-sdk-snowball/client_api.rb +18 -0
- data/lib/aws-sdk-snowball/types.rb +67 -38
- 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: 84ad249d4125f4fafcabb4a85b77ee810ba7ae56
|
4
|
+
data.tar.gz: c3f5dd1d1861393f2a3181e57d7f128d0f45d756
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 971185fdd062ccaa2817c0738f178f327079818244b0b7c5d74f831b3f6a1161fbf7d44a9d2d7a2863ec79c3b0d00b846c04345d434ebeb9cecbdc16d46eabb3
|
7
|
+
data.tar.gz: b7eb7836fc6e5916958a2445ab2a87a62b8398aaaef5b769deb10ed55ddbd5a8985e741beb2b19821dc7a28b28d7cb965f0bdd9d0c61ce9e68890177fde67f24
|
data/lib/aws-sdk-snowball.rb
CHANGED
@@ -432,7 +432,7 @@ module Aws::Snowball
|
|
432
432
|
#
|
433
433
|
#
|
434
434
|
#
|
435
|
-
# [1]:
|
435
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html
|
436
436
|
#
|
437
437
|
# @option params [required, String] :role_arn
|
438
438
|
# The `RoleARN` that you want to associate with this cluster. `RoleArn`
|
@@ -441,12 +441,11 @@ module Aws::Snowball
|
|
441
441
|
#
|
442
442
|
#
|
443
443
|
#
|
444
|
-
# [1]:
|
444
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
445
445
|
#
|
446
446
|
# @option params [String] :snowball_type
|
447
|
-
# The type of AWS Snowball device to use for this cluster.
|
448
|
-
# supported device
|
449
|
-
# `EDGE_CG`.
|
447
|
+
# The type of AWS Snowball device to use for this cluster. Currently,
|
448
|
+
# the only supported device type for cluster jobs is `EDGE`.
|
450
449
|
#
|
451
450
|
# @option params [required, String] :shipping_option
|
452
451
|
# The shipping speed for each node in this cluster. This speed doesn't
|
@@ -462,7 +461,7 @@ module Aws::Snowball
|
|
462
461
|
# day. In addition, most countries in the EU have access to standard
|
463
462
|
# shipping, which typically takes less than a week, one way.
|
464
463
|
#
|
465
|
-
# * In India,
|
464
|
+
# * In India, Snowball Edges are delivered in one to seven days.
|
466
465
|
#
|
467
466
|
# * In the US, you have access to one-day shipping and two-day shipping.
|
468
467
|
#
|
@@ -608,7 +607,7 @@ module Aws::Snowball
|
|
608
607
|
#
|
609
608
|
#
|
610
609
|
#
|
611
|
-
# [1]:
|
610
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html
|
612
611
|
#
|
613
612
|
# @option params [String] :role_arn
|
614
613
|
# The `RoleARN` that you want to associate with this job. `RoleArn`s are
|
@@ -617,7 +616,7 @@ module Aws::Snowball
|
|
617
616
|
#
|
618
617
|
#
|
619
618
|
#
|
620
|
-
# [1]:
|
619
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
621
620
|
#
|
622
621
|
# @option params [String] :snowball_capacity_preference
|
623
622
|
# If your job is being created in one of the US regions, you have the
|
@@ -652,9 +651,8 @@ module Aws::Snowball
|
|
652
651
|
# job attributes are inherited from the cluster.
|
653
652
|
#
|
654
653
|
# @option params [String] :snowball_type
|
655
|
-
# The type of AWS Snowball device to use for this job.
|
656
|
-
# supported device
|
657
|
-
# `EDGE_CG`.
|
654
|
+
# The type of AWS Snowball device to use for this job. Currently, the
|
655
|
+
# only supported device type for cluster jobs is `EDGE`.
|
658
656
|
#
|
659
657
|
# @option params [String] :forwarding_address_id
|
660
658
|
# The forwarding address ID for a job. This field is not supported in
|
@@ -1325,6 +1323,36 @@ module Aws::Snowball
|
|
1325
1323
|
req.send_request(options)
|
1326
1324
|
end
|
1327
1325
|
|
1326
|
+
# Returns an Amazon S3 presigned URL for an update file associated with
|
1327
|
+
# a specified `JobId`.
|
1328
|
+
#
|
1329
|
+
# @option params [required, String] :job_id
|
1330
|
+
# The ID for a job that you want to get the software update file for,
|
1331
|
+
# for example `JID123e4567-e89b-12d3-a456-426655440000`.
|
1332
|
+
#
|
1333
|
+
# @return [Types::GetSoftwareUpdatesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1334
|
+
#
|
1335
|
+
# * {Types::GetSoftwareUpdatesResult#updates_uri #updates_uri} => String
|
1336
|
+
#
|
1337
|
+
# @example Request syntax with placeholder values
|
1338
|
+
#
|
1339
|
+
# resp = client.get_software_updates({
|
1340
|
+
# job_id: "JobId", # required
|
1341
|
+
# })
|
1342
|
+
#
|
1343
|
+
# @example Response structure
|
1344
|
+
#
|
1345
|
+
# resp.updates_uri #=> String
|
1346
|
+
#
|
1347
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSoftwareUpdates AWS API Documentation
|
1348
|
+
#
|
1349
|
+
# @overload get_software_updates(params = {})
|
1350
|
+
# @param [Hash] params ({})
|
1351
|
+
def get_software_updates(params = {}, options = {})
|
1352
|
+
req = build_request(:get_software_updates, params)
|
1353
|
+
req.send_request(options)
|
1354
|
+
end
|
1355
|
+
|
1328
1356
|
# Returns an array of `JobListEntry` objects of the specified length.
|
1329
1357
|
# Each `JobListEntry` object is for a job in the specified cluster and
|
1330
1358
|
# contains a job's state, a job's ID, and other information.
|
@@ -1501,17 +1529,14 @@ module Aws::Snowball
|
|
1501
1529
|
|
1502
1530
|
# This action returns a list of the different Amazon EC2 Amazon Machine
|
1503
1531
|
# Images (AMIs) that are owned by your AWS account that would be
|
1504
|
-
# supported for use on
|
1505
|
-
#
|
1506
|
-
#
|
1507
|
-
#
|
1508
|
-
#
|
1509
|
-
#
|
1510
|
-
# [1]: http://docs.aws.amazon.com/snowball/latest/developer-guide/using-ec2.html
|
1532
|
+
# supported for use on a Snowball Edge device. Currently, supported AMIs
|
1533
|
+
# are based on the CentOS 7 (x86\_64) - with Updates HVM, Ubuntu Server
|
1534
|
+
# 14.04 LTS (HVM), and Ubuntu 16.04 LTS - Xenial (HVM) images, available
|
1535
|
+
# on the AWS Marketplace.
|
1511
1536
|
#
|
1512
1537
|
# @option params [Integer] :max_results
|
1513
1538
|
# The maximum number of results for the list of compatible images.
|
1514
|
-
# Currently,
|
1539
|
+
# Currently, a Snowball Edge device can store 10 AMIs.
|
1515
1540
|
#
|
1516
1541
|
# @option params [String] :next_token
|
1517
1542
|
# HTTP requests are stateless. To identify what object comes "next" in
|
@@ -1636,7 +1661,7 @@ module Aws::Snowball
|
|
1636
1661
|
#
|
1637
1662
|
#
|
1638
1663
|
#
|
1639
|
-
# [1]:
|
1664
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
1640
1665
|
#
|
1641
1666
|
# @option params [String] :description
|
1642
1667
|
# The updated description of this cluster.
|
@@ -1741,7 +1766,7 @@ module Aws::Snowball
|
|
1741
1766
|
#
|
1742
1767
|
#
|
1743
1768
|
#
|
1744
|
-
# [1]:
|
1769
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
1745
1770
|
#
|
1746
1771
|
# @option params [Types::Notification] :notification
|
1747
1772
|
# The new or updated Notification object.
|
@@ -1849,7 +1874,7 @@ module Aws::Snowball
|
|
1849
1874
|
params: params,
|
1850
1875
|
config: config)
|
1851
1876
|
context[:gem_name] = 'aws-sdk-snowball'
|
1852
|
-
context[:gem_version] = '1.
|
1877
|
+
context[:gem_version] = '1.21.0'
|
1853
1878
|
Seahorse::Client::Request.new(handlers, context)
|
1854
1879
|
end
|
1855
1880
|
|
@@ -54,6 +54,8 @@ module Aws::Snowball
|
|
54
54
|
GetJobUnlockCodeResult = Shapes::StructureShape.new(name: 'GetJobUnlockCodeResult')
|
55
55
|
GetSnowballUsageRequest = Shapes::StructureShape.new(name: 'GetSnowballUsageRequest')
|
56
56
|
GetSnowballUsageResult = Shapes::StructureShape.new(name: 'GetSnowballUsageResult')
|
57
|
+
GetSoftwareUpdatesRequest = Shapes::StructureShape.new(name: 'GetSoftwareUpdatesRequest')
|
58
|
+
GetSoftwareUpdatesResult = Shapes::StructureShape.new(name: 'GetSoftwareUpdatesResult')
|
57
59
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
58
60
|
InvalidAddressException = Shapes::StructureShape.new(name: 'InvalidAddressException')
|
59
61
|
InvalidInputCombinationException = Shapes::StructureShape.new(name: 'InvalidInputCombinationException')
|
@@ -267,6 +269,12 @@ module Aws::Snowball
|
|
267
269
|
GetSnowballUsageResult.add_member(:snowballs_in_use, Shapes::ShapeRef.new(shape: Integer, location_name: "SnowballsInUse"))
|
268
270
|
GetSnowballUsageResult.struct_class = Types::GetSnowballUsageResult
|
269
271
|
|
272
|
+
GetSoftwareUpdatesRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
|
273
|
+
GetSoftwareUpdatesRequest.struct_class = Types::GetSoftwareUpdatesRequest
|
274
|
+
|
275
|
+
GetSoftwareUpdatesResult.add_member(:updates_uri, Shapes::ShapeRef.new(shape: String, location_name: "UpdatesURI"))
|
276
|
+
GetSoftwareUpdatesResult.struct_class = Types::GetSoftwareUpdatesResult
|
277
|
+
|
270
278
|
InvalidAddressException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
271
279
|
InvalidAddressException.struct_class = Types::InvalidAddressException
|
272
280
|
|
@@ -568,6 +576,16 @@ module Aws::Snowball
|
|
568
576
|
o.output = Shapes::ShapeRef.new(shape: GetSnowballUsageResult)
|
569
577
|
end)
|
570
578
|
|
579
|
+
api.add_operation(:get_software_updates, Seahorse::Model::Operation.new.tap do |o|
|
580
|
+
o.name = "GetSoftwareUpdates"
|
581
|
+
o.http_method = "POST"
|
582
|
+
o.http_request_uri = "/"
|
583
|
+
o.input = Shapes::ShapeRef.new(shape: GetSoftwareUpdatesRequest)
|
584
|
+
o.output = Shapes::ShapeRef.new(shape: GetSoftwareUpdatesResult)
|
585
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceException)
|
586
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidJobStateException)
|
587
|
+
end)
|
588
|
+
|
571
589
|
api.add_operation(:list_cluster_jobs, Seahorse::Model::Operation.new.tap do |o|
|
572
590
|
o.name = "ListClusterJobs"
|
573
591
|
o.http_method = "POST"
|
@@ -227,7 +227,7 @@ module Aws::Snowball
|
|
227
227
|
#
|
228
228
|
#
|
229
229
|
#
|
230
|
-
# [1]:
|
230
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html
|
231
231
|
# @return [String]
|
232
232
|
#
|
233
233
|
# @!attribute [rw] role_arn
|
@@ -237,7 +237,7 @@ module Aws::Snowball
|
|
237
237
|
#
|
238
238
|
#
|
239
239
|
#
|
240
|
-
# [1]:
|
240
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
241
241
|
# @return [String]
|
242
242
|
#
|
243
243
|
# @!attribute [rw] cluster_state
|
@@ -250,9 +250,8 @@ module Aws::Snowball
|
|
250
250
|
# @return [String]
|
251
251
|
#
|
252
252
|
# @!attribute [rw] snowball_type
|
253
|
-
# The type of AWS Snowball device to use for this cluster.
|
254
|
-
# supported device
|
255
|
-
# `EDGE_CG`.
|
253
|
+
# The type of AWS Snowball device to use for this cluster. Currently,
|
254
|
+
# the only supported device type for cluster jobs is `EDGE`.
|
256
255
|
# @return [String]
|
257
256
|
#
|
258
257
|
# @!attribute [rw] creation_date
|
@@ -270,19 +269,20 @@ module Aws::Snowball
|
|
270
269
|
#
|
271
270
|
# @!attribute [rw] shipping_option
|
272
271
|
# The shipping speed for each node in this cluster. This speed
|
273
|
-
# doesn't dictate how soon you'll get each device,
|
274
|
-
# represents how quickly each device moves to its
|
275
|
-
# transit. Regional shipping speeds are as
|
272
|
+
# doesn't dictate how soon you'll get each Snowball Edge device,
|
273
|
+
# rather it represents how quickly each device moves to its
|
274
|
+
# destination while in transit. Regional shipping speeds are as
|
275
|
+
# follows:
|
276
276
|
#
|
277
277
|
# * In Australia, you have access to express shipping. Typically,
|
278
278
|
# devices shipped express are delivered in about a day.
|
279
279
|
#
|
280
280
|
# * In the European Union (EU), you have access to express shipping.
|
281
|
-
# Typically,
|
282
|
-
# In addition, most countries in the EU have access to standard
|
281
|
+
# Typically, Snowball Edges shipped express are delivered in about a
|
282
|
+
# day. In addition, most countries in the EU have access to standard
|
283
283
|
# shipping, which typically takes less than a week, one way.
|
284
284
|
#
|
285
|
-
# * In India,
|
285
|
+
# * In India, Snowball Edges are delivered in one to seven days.
|
286
286
|
#
|
287
287
|
# * In the US, you have access to one-day shipping and two-day
|
288
288
|
# shipping.
|
@@ -319,13 +319,9 @@ module Aws::Snowball
|
|
319
319
|
end
|
320
320
|
|
321
321
|
# A JSON-formatted object that describes a compatible Amazon Machine
|
322
|
-
# Image (AMI)
|
323
|
-
#
|
324
|
-
#
|
325
|
-
#
|
326
|
-
#
|
327
|
-
#
|
328
|
-
# [1]: http://docs.aws.amazon.com/snowball/latest/developer-guide/using-ec2.html
|
322
|
+
# Image (AMI), including the ID and name for a Snowball Edge AMI. This
|
323
|
+
# AMI is compatible with the device's physical hardware requirements,
|
324
|
+
# and it should be able to be run in an SBE1 instance on the device.
|
329
325
|
#
|
330
326
|
# @!attribute [rw] ami_id
|
331
327
|
# The unique identifier for an individual Snowball Edge AMI.
|
@@ -462,7 +458,7 @@ module Aws::Snowball
|
|
462
458
|
#
|
463
459
|
#
|
464
460
|
#
|
465
|
-
# [1]:
|
461
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html
|
466
462
|
# @return [String]
|
467
463
|
#
|
468
464
|
# @!attribute [rw] role_arn
|
@@ -472,13 +468,12 @@ module Aws::Snowball
|
|
472
468
|
#
|
473
469
|
#
|
474
470
|
#
|
475
|
-
# [1]:
|
471
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
476
472
|
# @return [String]
|
477
473
|
#
|
478
474
|
# @!attribute [rw] snowball_type
|
479
|
-
# The type of AWS Snowball device to use for this cluster.
|
480
|
-
# supported device
|
481
|
-
# `EDGE_CG`.
|
475
|
+
# The type of AWS Snowball device to use for this cluster. Currently,
|
476
|
+
# the only supported device type for cluster jobs is `EDGE`.
|
482
477
|
# @return [String]
|
483
478
|
#
|
484
479
|
# @!attribute [rw] shipping_option
|
@@ -496,7 +491,7 @@ module Aws::Snowball
|
|
496
491
|
# day. In addition, most countries in the EU have access to standard
|
497
492
|
# shipping, which typically takes less than a week, one way.
|
498
493
|
#
|
499
|
-
# * In India,
|
494
|
+
# * In India, Snowball Edges are delivered in one to seven days.
|
500
495
|
#
|
501
496
|
# * In the US, you have access to one-day shipping and two-day
|
502
497
|
# shipping.
|
@@ -621,7 +616,7 @@ module Aws::Snowball
|
|
621
616
|
#
|
622
617
|
#
|
623
618
|
#
|
624
|
-
# [1]:
|
619
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html
|
625
620
|
# @return [String]
|
626
621
|
#
|
627
622
|
# @!attribute [rw] role_arn
|
@@ -631,7 +626,7 @@ module Aws::Snowball
|
|
631
626
|
#
|
632
627
|
#
|
633
628
|
#
|
634
|
-
# [1]:
|
629
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
635
630
|
# @return [String]
|
636
631
|
#
|
637
632
|
# @!attribute [rw] snowball_capacity_preference
|
@@ -672,9 +667,8 @@ module Aws::Snowball
|
|
672
667
|
# @return [String]
|
673
668
|
#
|
674
669
|
# @!attribute [rw] snowball_type
|
675
|
-
# The type of AWS Snowball device to use for this job.
|
676
|
-
# supported device
|
677
|
-
# `EDGE_CG`.
|
670
|
+
# The type of AWS Snowball device to use for this job. Currently, the
|
671
|
+
# only supported device type for cluster jobs is `EDGE`.
|
678
672
|
# @return [String]
|
679
673
|
#
|
680
674
|
# @!attribute [rw] forwarding_address_id
|
@@ -907,7 +901,7 @@ module Aws::Snowball
|
|
907
901
|
# @return [String]
|
908
902
|
#
|
909
903
|
# @!attribute [rw] snowball_ami_id
|
910
|
-
# The ID of the AMI on the
|
904
|
+
# The ID of the AMI on the Snowball Edge device.
|
911
905
|
# @return [String]
|
912
906
|
#
|
913
907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/Ec2AmiResource AWS API Documentation
|
@@ -1037,6 +1031,40 @@ module Aws::Snowball
|
|
1037
1031
|
include Aws::Structure
|
1038
1032
|
end
|
1039
1033
|
|
1034
|
+
# @note When making an API call, you may pass GetSoftwareUpdatesRequest
|
1035
|
+
# data as a hash:
|
1036
|
+
#
|
1037
|
+
# {
|
1038
|
+
# job_id: "JobId", # required
|
1039
|
+
# }
|
1040
|
+
#
|
1041
|
+
# @!attribute [rw] job_id
|
1042
|
+
# The ID for a job that you want to get the software update file for,
|
1043
|
+
# for example `JID123e4567-e89b-12d3-a456-426655440000`.
|
1044
|
+
# @return [String]
|
1045
|
+
#
|
1046
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSoftwareUpdatesRequest AWS API Documentation
|
1047
|
+
#
|
1048
|
+
class GetSoftwareUpdatesRequest < Struct.new(
|
1049
|
+
:job_id)
|
1050
|
+
include Aws::Structure
|
1051
|
+
end
|
1052
|
+
|
1053
|
+
# @!attribute [rw] updates_uri
|
1054
|
+
# The Amazon S3 presigned URL for the update file associated with the
|
1055
|
+
# specified `JobId` value. The software update will be available for 2
|
1056
|
+
# days after this request is made. To access an update after the 2
|
1057
|
+
# days have passed, you'll have to make another call to
|
1058
|
+
# `GetSoftwareUpdates`.
|
1059
|
+
# @return [String]
|
1060
|
+
#
|
1061
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSoftwareUpdatesResult AWS API Documentation
|
1062
|
+
#
|
1063
|
+
class GetSoftwareUpdatesResult < Struct.new(
|
1064
|
+
:updates_uri)
|
1065
|
+
include Aws::Structure
|
1066
|
+
end
|
1067
|
+
|
1040
1068
|
# The address provided was invalid. Check the address with your
|
1041
1069
|
# region's carrier, and try again.
|
1042
1070
|
#
|
@@ -1252,7 +1280,7 @@ module Aws::Snowball
|
|
1252
1280
|
#
|
1253
1281
|
#
|
1254
1282
|
#
|
1255
|
-
# [1]:
|
1283
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html
|
1256
1284
|
# @return [String]
|
1257
1285
|
#
|
1258
1286
|
# @!attribute [rw] role_arn
|
@@ -1262,7 +1290,7 @@ module Aws::Snowball
|
|
1262
1290
|
#
|
1263
1291
|
#
|
1264
1292
|
#
|
1265
|
-
# [1]:
|
1293
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
1266
1294
|
# @return [String]
|
1267
1295
|
#
|
1268
1296
|
# @!attribute [rw] address_id
|
@@ -1577,7 +1605,7 @@ module Aws::Snowball
|
|
1577
1605
|
#
|
1578
1606
|
# @!attribute [rw] max_results
|
1579
1607
|
# The maximum number of results for the list of compatible images.
|
1580
|
-
# Currently,
|
1608
|
+
# Currently, a Snowball Edge device can store 10 AMIs.
|
1581
1609
|
# @return [Integer]
|
1582
1610
|
#
|
1583
1611
|
# @!attribute [rw] next_token
|
@@ -1595,7 +1623,8 @@ module Aws::Snowball
|
|
1595
1623
|
end
|
1596
1624
|
|
1597
1625
|
# @!attribute [rw] compatible_images
|
1598
|
-
# A JSON-formatted object that describes a compatible AMI
|
1626
|
+
# A JSON-formatted object that describes a compatible AMI, including
|
1627
|
+
# the ID and name for a Snowball Edge AMI.
|
1599
1628
|
# @return [Array<Types::CompatibleImage>]
|
1600
1629
|
#
|
1601
1630
|
# @!attribute [rw] next_token
|
@@ -1688,8 +1717,8 @@ module Aws::Snowball
|
|
1688
1717
|
#
|
1689
1718
|
#
|
1690
1719
|
#
|
1691
|
-
# [1]:
|
1692
|
-
# [2]:
|
1720
|
+
# [1]: https://docs.aws.amazon.com/sns/latest/api/API_CreateTopic.html
|
1721
|
+
# [2]: https://docs.aws.amazon.com/sns/latest/api/API_Subscribe.html
|
1693
1722
|
# @return [String]
|
1694
1723
|
#
|
1695
1724
|
# @!attribute [rw] job_states_to_notify
|
@@ -1883,7 +1912,7 @@ module Aws::Snowball
|
|
1883
1912
|
#
|
1884
1913
|
#
|
1885
1914
|
#
|
1886
|
-
# [1]:
|
1915
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
1887
1916
|
# @return [String]
|
1888
1917
|
#
|
1889
1918
|
# @!attribute [rw] description
|
@@ -1988,7 +2017,7 @@ module Aws::Snowball
|
|
1988
2017
|
#
|
1989
2018
|
#
|
1990
2019
|
#
|
1991
|
-
# [1]:
|
2020
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html
|
1992
2021
|
# @return [String]
|
1993
2022
|
#
|
1994
2023
|
# @!attribute [rw] notification
|
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.21.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: 2019-07
|
11
|
+
date: 2019-10-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|