aws-sdk-docdbelastic 1.1.0 → 1.2.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-docdbelastic/client.rb +19 -14
- data/lib/aws-sdk-docdbelastic/types.rb +14 -14
- data/lib/aws-sdk-docdbelastic.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65319de367bf8fe2c8775790b8edc5fbb1a2ece2fc0e6c2483a8f8230ab7745e
|
|
4
|
+
data.tar.gz: 68b25dcb2262e86e9d61f5df439d1592ff80fea7bfdfe860c7ca56b5b16dd811
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 978605fda27cc8aa251e281dd567f3d044764f2e1d5efe1250bf782f95909d4e9fa1f81bfdfb5c1342d11f70ce54cee4e18170d4db137d33fa3723321a0b48cd
|
|
7
|
+
data.tar.gz: bdf5f968183848dbac794fa6e726e5b889151d8336fbbb1649314dfeabec1eb09189794604990a15937bd2530b00f58735718bdddef43abca4a321d29a963a82
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.2.0
|
|
@@ -275,6 +275,11 @@ module Aws::DocDBElastic
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -374,7 +379,7 @@ module Aws::DocDBElastic
|
|
|
374
379
|
# @option params [required, String] :admin_user_name
|
|
375
380
|
# The name of the Elastic DocumentDB cluster administrator.
|
|
376
381
|
#
|
|
377
|
-
# *Constraints
|
|
382
|
+
# *Constraints*:
|
|
378
383
|
#
|
|
379
384
|
# * Must be from 1 to 63 letters or numbers.
|
|
380
385
|
#
|
|
@@ -386,7 +391,7 @@ module Aws::DocDBElastic
|
|
|
386
391
|
# The password for the Elastic DocumentDB cluster administrator and can
|
|
387
392
|
# contain any printable ASCII characters.
|
|
388
393
|
#
|
|
389
|
-
# *Constraints
|
|
394
|
+
# *Constraints*:
|
|
390
395
|
#
|
|
391
396
|
# * Must contain from 8 to 100 characters.
|
|
392
397
|
#
|
|
@@ -406,7 +411,7 @@ module Aws::DocDBElastic
|
|
|
406
411
|
# The name of the new Elastic DocumentDB cluster. This parameter is
|
|
407
412
|
# stored as a lowercase string.
|
|
408
413
|
#
|
|
409
|
-
# *Constraints
|
|
414
|
+
# *Constraints*:
|
|
410
415
|
#
|
|
411
416
|
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
|
412
417
|
#
|
|
@@ -414,7 +419,7 @@ module Aws::DocDBElastic
|
|
|
414
419
|
#
|
|
415
420
|
# * Cannot end with a hyphen or contain two consecutive hyphens.
|
|
416
421
|
#
|
|
417
|
-
# *Example
|
|
422
|
+
# *Example*: `my-cluster`
|
|
418
423
|
#
|
|
419
424
|
# @option params [String] :kms_key_id
|
|
420
425
|
# The KMS key identifier to use to encrypt the new Elastic DocumentDB
|
|
@@ -433,15 +438,15 @@ module Aws::DocDBElastic
|
|
|
433
438
|
# The weekly time range during which system maintenance can occur, in
|
|
434
439
|
# Universal Coordinated Time (UTC).
|
|
435
440
|
#
|
|
436
|
-
# *Format
|
|
441
|
+
# *Format*: `ddd:hh24:mi-ddd:hh24:mi`
|
|
437
442
|
#
|
|
438
|
-
# *Default
|
|
443
|
+
# *Default*: a 30-minute window selected at random from an 8-hour block
|
|
439
444
|
# of time for each Amazon Web Services Region, occurring on a random day
|
|
440
445
|
# of the week.
|
|
441
446
|
#
|
|
442
|
-
# *Valid days
|
|
447
|
+
# *Valid days*: Mon, Tue, Wed, Thu, Fri, Sat, Sun
|
|
443
448
|
#
|
|
444
|
-
# *Constraints
|
|
449
|
+
# *Constraints*: Minimum 30-minute window.
|
|
445
450
|
#
|
|
446
451
|
# @option params [required, Integer] :shard_capacity
|
|
447
452
|
# The capacity of each shard in the new Elastic DocumentDB cluster.
|
|
@@ -975,7 +980,7 @@ module Aws::DocDBElastic
|
|
|
975
980
|
# password can contain any printable ASCII character except forward
|
|
976
981
|
# slash (/), double quote ("), or the "at" symbol (@).
|
|
977
982
|
#
|
|
978
|
-
# *Constraints
|
|
983
|
+
# *Constraints*: Must contain from 8 to 100 characters.
|
|
979
984
|
#
|
|
980
985
|
# @option params [String] :auth_type
|
|
981
986
|
# The authentication type for the Elastic DocumentDB cluster.
|
|
@@ -993,15 +998,15 @@ module Aws::DocDBElastic
|
|
|
993
998
|
# The weekly time range during which system maintenance can occur, in
|
|
994
999
|
# Universal Coordinated Time (UTC).
|
|
995
1000
|
#
|
|
996
|
-
# *Format
|
|
1001
|
+
# *Format*: `ddd:hh24:mi-ddd:hh24:mi`
|
|
997
1002
|
#
|
|
998
|
-
# *Default
|
|
1003
|
+
# *Default*: a 30-minute window selected at random from an 8-hour block
|
|
999
1004
|
# of time for each Amazon Web Services Region, occurring on a random day
|
|
1000
1005
|
# of the week.
|
|
1001
1006
|
#
|
|
1002
|
-
# *Valid days
|
|
1007
|
+
# *Valid days*: Mon, Tue, Wed, Thu, Fri, Sat, Sun
|
|
1003
1008
|
#
|
|
1004
|
-
# *Constraints
|
|
1009
|
+
# *Constraints*: Minimum 30-minute window.
|
|
1005
1010
|
#
|
|
1006
1011
|
# @option params [Integer] :shard_capacity
|
|
1007
1012
|
# The capacity of each shard in the Elastic DocumentDB cluster.
|
|
@@ -1074,7 +1079,7 @@ module Aws::DocDBElastic
|
|
|
1074
1079
|
params: params,
|
|
1075
1080
|
config: config)
|
|
1076
1081
|
context[:gem_name] = 'aws-sdk-docdbelastic'
|
|
1077
|
-
context[:gem_version] = '1.
|
|
1082
|
+
context[:gem_version] = '1.2.0'
|
|
1078
1083
|
Seahorse::Client::Request.new(handlers, context)
|
|
1079
1084
|
end
|
|
1080
1085
|
|
|
@@ -61,7 +61,7 @@ module Aws::DocDBElastic
|
|
|
61
61
|
# The weekly time range during which system maintenance can occur, in
|
|
62
62
|
# Universal Coordinated Time (UTC).
|
|
63
63
|
#
|
|
64
|
-
# *Format
|
|
64
|
+
# *Format*: `ddd:hh24:mi-ddd:hh24:mi`
|
|
65
65
|
# @return [String]
|
|
66
66
|
#
|
|
67
67
|
# @!attribute [rw] shard_capacity
|
|
@@ -253,7 +253,7 @@ module Aws::DocDBElastic
|
|
|
253
253
|
# @!attribute [rw] admin_user_name
|
|
254
254
|
# The name of the Elastic DocumentDB cluster administrator.
|
|
255
255
|
#
|
|
256
|
-
# *Constraints
|
|
256
|
+
# *Constraints*:
|
|
257
257
|
#
|
|
258
258
|
# * Must be from 1 to 63 letters or numbers.
|
|
259
259
|
#
|
|
@@ -266,7 +266,7 @@ module Aws::DocDBElastic
|
|
|
266
266
|
# The password for the Elastic DocumentDB cluster administrator and
|
|
267
267
|
# can contain any printable ASCII characters.
|
|
268
268
|
#
|
|
269
|
-
# *Constraints
|
|
269
|
+
# *Constraints*:
|
|
270
270
|
#
|
|
271
271
|
# * Must contain from 8 to 100 characters.
|
|
272
272
|
#
|
|
@@ -289,7 +289,7 @@ module Aws::DocDBElastic
|
|
|
289
289
|
# The name of the new Elastic DocumentDB cluster. This parameter is
|
|
290
290
|
# stored as a lowercase string.
|
|
291
291
|
#
|
|
292
|
-
# *Constraints
|
|
292
|
+
# *Constraints*:
|
|
293
293
|
#
|
|
294
294
|
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
|
295
295
|
#
|
|
@@ -297,7 +297,7 @@ module Aws::DocDBElastic
|
|
|
297
297
|
#
|
|
298
298
|
# * Cannot end with a hyphen or contain two consecutive hyphens.
|
|
299
299
|
#
|
|
300
|
-
# *Example
|
|
300
|
+
# *Example*: `my-cluster`
|
|
301
301
|
# @return [String]
|
|
302
302
|
#
|
|
303
303
|
# @!attribute [rw] kms_key_id
|
|
@@ -319,15 +319,15 @@ module Aws::DocDBElastic
|
|
|
319
319
|
# The weekly time range during which system maintenance can occur, in
|
|
320
320
|
# Universal Coordinated Time (UTC).
|
|
321
321
|
#
|
|
322
|
-
# *Format
|
|
322
|
+
# *Format*: `ddd:hh24:mi-ddd:hh24:mi`
|
|
323
323
|
#
|
|
324
|
-
# *Default
|
|
324
|
+
# *Default*: a 30-minute window selected at random from an 8-hour
|
|
325
325
|
# block of time for each Amazon Web Services Region, occurring on a
|
|
326
326
|
# random day of the week.
|
|
327
327
|
#
|
|
328
|
-
# *Valid days
|
|
328
|
+
# *Valid days*: Mon, Tue, Wed, Thu, Fri, Sat, Sun
|
|
329
329
|
#
|
|
330
|
-
# *Constraints
|
|
330
|
+
# *Constraints*: Minimum 30-minute window.
|
|
331
331
|
# @return [String]
|
|
332
332
|
#
|
|
333
333
|
# @!attribute [rw] shard_capacity
|
|
@@ -800,7 +800,7 @@ module Aws::DocDBElastic
|
|
|
800
800
|
# password can contain any printable ASCII character except forward
|
|
801
801
|
# slash (/), double quote ("), or the "at" symbol (@).
|
|
802
802
|
#
|
|
803
|
-
# *Constraints
|
|
803
|
+
# *Constraints*: Must contain from 8 to 100 characters.
|
|
804
804
|
# @return [String]
|
|
805
805
|
#
|
|
806
806
|
# @!attribute [rw] auth_type
|
|
@@ -822,15 +822,15 @@ module Aws::DocDBElastic
|
|
|
822
822
|
# The weekly time range during which system maintenance can occur, in
|
|
823
823
|
# Universal Coordinated Time (UTC).
|
|
824
824
|
#
|
|
825
|
-
# *Format
|
|
825
|
+
# *Format*: `ddd:hh24:mi-ddd:hh24:mi`
|
|
826
826
|
#
|
|
827
|
-
# *Default
|
|
827
|
+
# *Default*: a 30-minute window selected at random from an 8-hour
|
|
828
828
|
# block of time for each Amazon Web Services Region, occurring on a
|
|
829
829
|
# random day of the week.
|
|
830
830
|
#
|
|
831
|
-
# *Valid days
|
|
831
|
+
# *Valid days*: Mon, Tue, Wed, Thu, Fri, Sat, Sun
|
|
832
832
|
#
|
|
833
|
-
# *Constraints
|
|
833
|
+
# *Constraints*: Minimum 30-minute window.
|
|
834
834
|
# @return [String]
|
|
835
835
|
#
|
|
836
836
|
# @!attribute [rw] shard_capacity
|
data/lib/aws-sdk-docdbelastic.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-docdbelastic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.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-
|
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|