aws-sdk-docdb 1.23.0 → 1.24.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
  SHA256:
3
- metadata.gz: f5d719dc4f523dd9c3850caab8ed97b6e3de356ef465ce35612f726047acaa05
4
- data.tar.gz: 6418facbb94cac8c92abe036eca0cde87c98ba4df87f21dc957a39f889f611f7
3
+ metadata.gz: b848eaf8bc2e8551685d823e6a5ef1a95777bd2304577a55756efdb8f983f31a
4
+ data.tar.gz: e0cdf94dcbd0574956f48a21949cb4bc975148ef5c123a72e400eaeab42a95ca
5
5
  SHA512:
6
- metadata.gz: 933da4fbd2af467fcbdef33f236019b1ec9f894f01cdc8155aa1342cb8560712fbbab51d7da9380f6890ed00a4ee1f39319f70e333db72c888d7d6ea7e064340
7
- data.tar.gz: bdd324b733838060d9e48d8e6be006c7d48cc43f24296869eabe6d5920f26bd77c817662e0dadaf1dda3a0483b79a7e3069cc1612400abf79cf8049f25e09c8c
6
+ metadata.gz: f7c940aac6e6cc9f19e9d72bba9060483ed0c665ad5dda9d5a8d664178ee2f9b9ef9f115f081b6b8ebd7141a5bd11fe22bb5eb449bac83e86847dcbe1ef44281
7
+ data.tar.gz: 7bf82966ec1b612d060e3e57d0830593ed5b6c883394814840b5af0d80552b6693d52a5b8dfdc30653717b93ad88e1c6070b95879925ace3b5f425f16ea313d5
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-docdb/customizations'
49
49
  # @!group service
50
50
  module Aws::DocDB
51
51
 
52
- GEM_VERSION = '1.23.0'
52
+ GEM_VERSION = '1.24.0'
53
53
 
54
54
  end
@@ -702,7 +702,10 @@ module Aws::DocDB
702
702
  # Valid values: `docdb`
703
703
  #
704
704
  # @option params [String] :engine_version
705
- # The version number of the database engine to use.
705
+ # The version number of the database engine to use. The --engine-version
706
+ # will default to the latest major engine version. For production
707
+ # workloads, we recommend explicitly declaring this parameter with the
708
+ # intended major engine version.
706
709
  #
707
710
  # @option params [Integer] :port
708
711
  # The port number on which the instances in the cluster accept
@@ -4276,7 +4279,7 @@ module Aws::DocDB
4276
4279
  params: params,
4277
4280
  config: config)
4278
4281
  context[:gem_name] = 'aws-sdk-docdb'
4279
- context[:gem_version] = '1.23.0'
4282
+ context[:gem_version] = '1.24.0'
4280
4283
  Seahorse::Client::Request.new(handlers, context)
4281
4284
  end
4282
4285
 
@@ -553,7 +553,10 @@ module Aws::DocDB
553
553
  # @return [String]
554
554
  #
555
555
  # @!attribute [rw] engine_version
556
- # The version number of the database engine to use.
556
+ # The version number of the database engine to use. The
557
+ # --engine-version will default to the latest major engine version.
558
+ # For production workloads, we recommend explicitly declaring this
559
+ # parameter with the intended major engine version.
557
560
  # @return [String]
558
561
  #
559
562
  # @!attribute [rw] port
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.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: 2020-09-15 00:00:00.000000000 Z
11
+ date: 2020-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core