aws-sdk-docdbelastic 1.1.0 → 1.3.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
  SHA256:
3
- metadata.gz: 4a958f0bced210118460cb539e837bc0428419dcb464d2c68bf462daad970877
4
- data.tar.gz: c7875813aa4057b5aa961b7367b2c27c5ff790a1b6dcffd6e22fe2110c1e835c
3
+ metadata.gz: 2de5811e70de173214638847ed84371470d62d77a30d15145072dc0c79f93979
4
+ data.tar.gz: cc4bdfda268736766539de3648601a0fe42c8a1b8c96482a23695e401f041e4e
5
5
  SHA512:
6
- metadata.gz: 6e25667abd643c5bd37798fd3833521d86f1cf43bdb0b09b6ff5456db0ad3d166d69c0d9227955f10311e4bf901bcf745e244bb6720e20200f6439f817065fce
7
- data.tar.gz: 7d69d7e4ebe861bfdc2d0d002d88fc296a3df74de85b2418b87215f3b149f5d466a9e7fd904114218926604e2f5d89d6e011cd47d7c7149ae059000d72ef3dc0
6
+ metadata.gz: ad30d2272bef9620592253be04a7f829b0f1af91324d241cef466d77108eb40c882d5e55f48f8dc41867cd05e0be5de8f3dfa64f22b3ec6e3c7364239b213e79
7
+ data.tar.gz: 4da045451eac040be03fce0365f192a48f51e8ba51f7ff0f4138dd25a634859e637811d0b24eb82641aa6d20db17d887f412b636bcdbb4f7f992691420124d81
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.2.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.1.0 (2023-01-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.3.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*\: `my-cluster`
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*\: `ddd:hh24:mi-ddd:hh24:mi`
441
+ # *Format*: `ddd:hh24:mi-ddd:hh24:mi`
437
442
  #
438
- # *Default*\: a 30-minute window selected at random from an 8-hour block
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*\: Mon, Tue, Wed, Thu, Fri, Sat, Sun
447
+ # *Valid days*: Mon, Tue, Wed, Thu, Fri, Sat, Sun
443
448
  #
444
- # *Constraints*\: Minimum 30-minute window.
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*\: Must contain from 8 to 100 characters.
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*\: `ddd:hh24:mi-ddd:hh24:mi`
1001
+ # *Format*: `ddd:hh24:mi-ddd:hh24:mi`
997
1002
  #
998
- # *Default*\: a 30-minute window selected at random from an 8-hour block
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*\: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1007
+ # *Valid days*: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1003
1008
  #
1004
- # *Constraints*\: Minimum 30-minute window.
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.1.0'
1082
+ context[:gem_version] = '1.3.0'
1078
1083
  Seahorse::Client::Request.new(handlers, context)
1079
1084
  end
1080
1085
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::DocDBElastic
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class CreateCluster
@@ -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*\: `ddd:hh24:mi-ddd:hh24:mi`
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*\: `my-cluster`
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*\: `ddd:hh24:mi-ddd:hh24:mi`
322
+ # *Format*: `ddd:hh24:mi-ddd:hh24:mi`
323
323
  #
324
- # *Default*\: a 30-minute window selected at random from an 8-hour
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*\: Mon, Tue, Wed, Thu, Fri, Sat, Sun
328
+ # *Valid days*: Mon, Tue, Wed, Thu, Fri, Sat, Sun
329
329
  #
330
- # *Constraints*\: Minimum 30-minute window.
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*\: Must contain from 8 to 100 characters.
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*\: `ddd:hh24:mi-ddd:hh24:mi`
825
+ # *Format*: `ddd:hh24:mi-ddd:hh24:mi`
826
826
  #
827
- # *Default*\: a 30-minute window selected at random from an 8-hour
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*\: Mon, Tue, Wed, Thu, Fri, Sat, Sun
831
+ # *Valid days*: Mon, Tue, Wed, Thu, Fri, Sat, Sun
832
832
  #
833
- # *Constraints*\: Minimum 30-minute window.
833
+ # *Constraints*: Minimum 30-minute window.
834
834
  # @return [String]
835
835
  #
836
836
  # @!attribute [rw] shard_capacity
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-docdbelastic/customizations'
52
52
  # @!group service
53
53
  module Aws::DocDBElastic
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.3.0'
56
56
 
57
57
  end
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.1.0
4
+ version: 1.3.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-01-18 00:00:00.000000000 Z
11
+ date: 2023-06-15 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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement