aws-sdk-efs 1.16.0 → 1.17.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
  SHA1:
3
- metadata.gz: 33218b0611722480f3789fa5600284867209b16e
4
- data.tar.gz: d6639557eca9459a9c330bb3cb55e69a53694968
3
+ metadata.gz: 4ffaed5b265604a40a81063981b2feadfcbf1a99
4
+ data.tar.gz: 766d70e72e5e9e806a8d627690e336bd00da3420
5
5
  SHA512:
6
- metadata.gz: dafcfde4a35208d61b2602709d2c0cc3380850732e6c640046a83630e2a7cbff733354e801ddbd66165f0f4e4d0afd548eb75b70f7aa7f2763cb442f654c6bec
7
- data.tar.gz: 707f21048ef2d30db0e56a5cf6aad3f59ce232b9c3d76b8109498f8f3e3f792abacec8024aad66aafb8948854ac6fcbb36d19ca39b4a43fab15a03874edcb4b6
6
+ metadata.gz: f920d501c7b943f4ae4d702ba213e901c75e0ad30a0d89ebe7faa2d0472c020b91e99fcd9e49d111e531ea61200f49237ba59471e460330008fdf9221abc1912
7
+ data.tar.gz: 76046098fad81c09b315f0ddd7a8aa87943da8a47c2d39e147be1da9e9133bdb29a9fc1ce49edcc821c9aecabdd09681adc9a1ffba680a56b68d6e1f17a7dbc1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-efs/customizations'
42
42
  # @service
43
43
  module Aws::EFS
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -354,18 +354,26 @@ module Aws::EFS
354
354
  #
355
355
  # @option params [String] :throughput_mode
356
356
  # The throughput mode for the file system to be created. There are two
357
- # throughput modes to choose from for your file system: bursting and
358
- # provisioned. You can decrease your file system's throughput in
359
- # Provisioned Throughput mode or change between the throughput modes as
360
- # long as it’s been more than 24 hours since the last decrease or
361
- # throughput mode change.
357
+ # throughput modes to choose from for your file system: `bursting` and
358
+ # `provisioned`. If you set `ThroughputMode` to `provisioned`, you must
359
+ # also set a value for `ProvisionedThroughPutInMibps`. You can decrease
360
+ # your file system's throughput in Provisioned Throughput mode or
361
+ # change between the throughput modes as long as it’s been more than 24
362
+ # hours since the last decrease or throughput mode change. For more, see
363
+ # [Specifying Throughput with Provisioned Mode][1] in the *Amazon EFS
364
+ # User Guide.*
365
+ #
366
+ #
367
+ #
368
+ # [1]: https://docs.aws.amazon.com/efs/latest/ug/performance.html#provisioned-throughput
362
369
  #
363
370
  # @option params [Float] :provisioned_throughput_in_mibps
364
371
  # The throughput, measured in MiB/s, that you want to provision for a
365
- # file system that you're creating. The limit on throughput is 1024
366
- # MiB/s. You can get these limits increased by contacting AWS Support.
367
- # For more information, see [Amazon EFS Limits That You Can Increase][1]
368
- # in the *Amazon EFS User Guide.*
372
+ # file system that you're creating. Valid values are 1-1024. Required
373
+ # if `ThroughputMode` is set to `provisioned`. The upper limit for
374
+ # throughput is 1024 MiB/s. You can get this limit increased by
375
+ # contacting AWS Support. For more information, see [Amazon EFS Limits
376
+ # That You Can Increase][1] in the *Amazon EFS User Guide.*
369
377
  #
370
378
  #
371
379
  #
@@ -911,7 +919,8 @@ module Aws::EFS
911
919
  # @option params [Integer] :max_items
912
920
  # (Optional) Specifies the maximum number of file systems to return in
913
921
  # the response (integer). Currently, this number is automatically set to
914
- # 10.
922
+ # 10, and other values are ignored. The response is paginated at 10 per
923
+ # page if you have more than 10 file systems.
915
924
  #
916
925
  # @option params [String] :marker
917
926
  # (Optional) Opaque pagination token returned from a previous
@@ -1134,7 +1143,9 @@ module Aws::EFS
1134
1143
  #
1135
1144
  # @option params [Integer] :max_items
1136
1145
  # (Optional) Maximum number of mount targets to return in the response.
1137
- # Currently, this number is automatically set to 10.
1146
+ # Currently, this number is automatically set to 10, and other values
1147
+ # are ignored. The response is paginated at 10 per page if you have more
1148
+ # than 10 mount targets.
1138
1149
  #
1139
1150
  # @option params [String] :marker
1140
1151
  # (Optional) Opaque pagination token returned from a previous
@@ -1222,7 +1233,9 @@ module Aws::EFS
1222
1233
  #
1223
1234
  # @option params [Integer] :max_items
1224
1235
  # (Optional) The maximum number of file system tags to return in the
1225
- # response. Currently, this number is automatically set to 10.
1236
+ # response. Currently, this number is automatically set to 10, and other
1237
+ # values are ignored. The response is paginated at 10 per page if you
1238
+ # have more than 10 tags.
1226
1239
  #
1227
1240
  # @option params [String] :marker
1228
1241
  # (Optional) An opaque pagination token returned from a previous
@@ -1445,13 +1458,16 @@ module Aws::EFS
1445
1458
  # @option params [String] :throughput_mode
1446
1459
  # (Optional) The throughput mode that you want your file system to use.
1447
1460
  # If you're not updating your throughput mode, you don't need to
1448
- # provide this value in your request.
1461
+ # provide this value in your request. If you are changing the
1462
+ # `ThroughputMode` to `provisioned`, you must also set a value for
1463
+ # `ProvisionedThroughputInMibps`.
1449
1464
  #
1450
1465
  # @option params [Float] :provisioned_throughput_in_mibps
1451
1466
  # (Optional) The amount of throughput, in MiB/s, that you want to
1452
- # provision for your file system. If you're not updating the amount of
1453
- # provisioned throughput for your file system, you don't need to
1454
- # provide this value in your request.
1467
+ # provision for your file system. Valid values are 1-1024. Required if
1468
+ # `ThroughputMode` is changed to `provisioned` on update. If you're not
1469
+ # updating the amount of provisioned throughput for your file system,
1470
+ # you don't need to provide this value in your request.
1455
1471
  #
1456
1472
  # @return [Types::FileSystemDescription] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1457
1473
  #
@@ -1522,7 +1538,7 @@ module Aws::EFS
1522
1538
  params: params,
1523
1539
  config: config)
1524
1540
  context[:gem_name] = 'aws-sdk-efs'
1525
- context[:gem_version] = '1.16.0'
1541
+ context[:gem_version] = '1.17.0'
1526
1542
  Seahorse::Client::Request.new(handlers, context)
1527
1543
  end
1528
1544
 
@@ -93,19 +93,27 @@ module Aws::EFS
93
93
  #
94
94
  # @!attribute [rw] throughput_mode
95
95
  # The throughput mode for the file system to be created. There are two
96
- # throughput modes to choose from for your file system: bursting and
97
- # provisioned. You can decrease your file system's throughput in
98
- # Provisioned Throughput mode or change between the throughput modes
99
- # as long as it’s been more than 24 hours since the last decrease or
100
- # throughput mode change.
96
+ # throughput modes to choose from for your file system: `bursting` and
97
+ # `provisioned`. If you set `ThroughputMode` to `provisioned`, you
98
+ # must also set a value for `ProvisionedThroughPutInMibps`. You can
99
+ # decrease your file system's throughput in Provisioned Throughput
100
+ # mode or change between the throughput modes as long as it’s been
101
+ # more than 24 hours since the last decrease or throughput mode
102
+ # change. For more, see [Specifying Throughput with Provisioned
103
+ # Mode][1] in the *Amazon EFS User Guide.*
104
+ #
105
+ #
106
+ #
107
+ # [1]: https://docs.aws.amazon.com/efs/latest/ug/performance.html#provisioned-throughput
101
108
  # @return [String]
102
109
  #
103
110
  # @!attribute [rw] provisioned_throughput_in_mibps
104
111
  # The throughput, measured in MiB/s, that you want to provision for a
105
- # file system that you're creating. The limit on throughput is 1024
106
- # MiB/s. You can get these limits increased by contacting AWS Support.
107
- # For more information, see [Amazon EFS Limits That You Can
108
- # Increase][1] in the *Amazon EFS User Guide.*
112
+ # file system that you're creating. Valid values are 1-1024. Required
113
+ # if `ThroughputMode` is set to `provisioned`. The upper limit for
114
+ # throughput is 1024 MiB/s. You can get this limit increased by
115
+ # contacting AWS Support. For more information, see [Amazon EFS Limits
116
+ # That You Can Increase][1] in the *Amazon EFS User Guide.*
109
117
  #
110
118
  #
111
119
  #
@@ -290,7 +298,8 @@ module Aws::EFS
290
298
  # @!attribute [rw] max_items
291
299
  # (Optional) Specifies the maximum number of file systems to return in
292
300
  # the response (integer). Currently, this number is automatically set
293
- # to 10.
301
+ # to 10, and other values are ignored. The response is paginated at 10
302
+ # per page if you have more than 10 file systems.
294
303
  # @return [Integer]
295
304
  #
296
305
  # @!attribute [rw] marker
@@ -404,7 +413,9 @@ module Aws::EFS
404
413
  #
405
414
  # @!attribute [rw] max_items
406
415
  # (Optional) Maximum number of mount targets to return in the
407
- # response. Currently, this number is automatically set to 10.
416
+ # response. Currently, this number is automatically set to 10, and
417
+ # other values are ignored. The response is paginated at 10 per page
418
+ # if you have more than 10 mount targets.
408
419
  # @return [Integer]
409
420
  #
410
421
  # @!attribute [rw] marker
@@ -472,7 +483,9 @@ module Aws::EFS
472
483
  #
473
484
  # @!attribute [rw] max_items
474
485
  # (Optional) The maximum number of file system tags to return in the
475
- # response. Currently, this number is automatically set to 10.
486
+ # response. Currently, this number is automatically set to 10, and
487
+ # other values are ignored. The response is paginated at 10 per page
488
+ # if you have more than 10 tags.
476
489
  # @return [Integer]
477
490
  #
478
491
  # @!attribute [rw] marker
@@ -606,17 +619,20 @@ module Aws::EFS
606
619
  #
607
620
  # @!attribute [rw] throughput_mode
608
621
  # The throughput mode for a file system. There are two throughput
609
- # modes to choose from for your file system: bursting and provisioned.
610
- # You can decrease your file system's throughput in Provisioned
611
- # Throughput mode or change between the throughput modes as long as
612
- # it’s been more than 24 hours since the last decrease or throughput
613
- # mode change.
622
+ # modes to choose from for your file system: `bursting` and
623
+ # `provisioned`. If you set `ThroughputMode` to `provisioned`, you
624
+ # must also set a value for `ProvisionedThroughPutInMibps`. You can
625
+ # decrease your file system's throughput in Provisioned Throughput
626
+ # mode or change between the throughput modes as long as it’s been
627
+ # more than 24 hours since the last decrease or throughput mode
628
+ # change.
614
629
  # @return [String]
615
630
  #
616
631
  # @!attribute [rw] provisioned_throughput_in_mibps
617
632
  # The throughput, measured in MiB/s, that you want to provision for a
618
- # file system. The limit on throughput is 1024 MiB/s. You can get
619
- # these limits increased by contacting AWS Support. For more
633
+ # file system. Valid values are 1-1024. Required if `ThroughputMode`
634
+ # is set to `provisioned`. The limit on throughput is 1024 MiB/s. You
635
+ # can get these limits increased by contacting AWS Support. For more
620
636
  # information, see [Amazon EFS Limits That You Can Increase][1] in the
621
637
  # *Amazon EFS User Guide.*
622
638
  #
@@ -1189,14 +1205,17 @@ module Aws::EFS
1189
1205
  # @!attribute [rw] throughput_mode
1190
1206
  # (Optional) The throughput mode that you want your file system to
1191
1207
  # use. If you're not updating your throughput mode, you don't need
1192
- # to provide this value in your request.
1208
+ # to provide this value in your request. If you are changing the
1209
+ # `ThroughputMode` to `provisioned`, you must also set a value for
1210
+ # `ProvisionedThroughputInMibps`.
1193
1211
  # @return [String]
1194
1212
  #
1195
1213
  # @!attribute [rw] provisioned_throughput_in_mibps
1196
1214
  # (Optional) The amount of throughput, in MiB/s, that you want to
1197
- # provision for your file system. If you're not updating the amount
1198
- # of provisioned throughput for your file system, you don't need to
1199
- # provide this value in your request.
1215
+ # provision for your file system. Valid values are 1-1024. Required if
1216
+ # `ThroughputMode` is changed to `provisioned` on update. If you're
1217
+ # not updating the amount of provisioned throughput for your file
1218
+ # system, you don't need to provide this value in your request.
1200
1219
  # @return [Float]
1201
1220
  #
1202
1221
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/UpdateFileSystemRequest AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-efs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.16.0
4
+ version: 1.17.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-05-21 00:00:00.000000000 Z
11
+ date: 2019-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core