aws-sdk-docdb 1.76.0 → 1.77.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: 8b99f7a1da80d0b82fa285d47e605c40359177e3e5b649e929f1ab06f72a8e0a
4
- data.tar.gz: 763f41d6699a3d4156d52dd00f085e5aee005d6cdc470f3b375c7d3287669bf8
3
+ metadata.gz: caad243e7a81eacb2d73821c2d309e14fb31438db1de0bfd40a281e096e4e9c4
4
+ data.tar.gz: e2af746f9a3d470229cb729a85458e5c8454fb5750f8c1b9d0f6029ae54e67a7
5
5
  SHA512:
6
- metadata.gz: 180a76fa56c1728ed28e52621e15102d8af500a01799b18747127c00afa61c9a9e3e536fb140b37576fa4f8d4743041c3e6350e1eaf4b7d5be40d95e37f34aa6
7
- data.tar.gz: b0cde432316ac84b7034b8cff613c0a88b48abbd595efb82a14ac391e6654b24658606137a948b050f6c631f821b83bb27f511cfc06579a7ac4bee6ec4478165
6
+ metadata.gz: b8b73afc69b3814f2ae6db4903fc31fc221aebc5bdd41727228b5704abf1185ea31598b0a6d6c7fb8297b3cf06b718de864b0f2244dd5f3f720909ba429d02d0
7
+ data.tar.gz: 4650a4789b034f625ab65bcb4c83564f7fd8387e094408eab08ea615b0de7cd61e44d6fb6e076bb242bc05afd2a4f734af58443c06ecbf92ba19f493b27937bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.76.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/query.rb'
38
38
  require 'aws-sdk-docdb/plugins/cross_region_copying.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:docdb)
41
-
42
40
  module Aws::DocDB
43
41
  # An API client for DocDB. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -5607,7 +5605,7 @@ module Aws::DocDB
5607
5605
  tracer: tracer
5608
5606
  )
5609
5607
  context[:gem_name] = 'aws-sdk-docdb'
5610
- context[:gem_version] = '1.76.0'
5608
+ context[:gem_version] = '1.77.0'
5611
5609
  Seahorse::Client::Request.new(handlers, context)
5612
5610
  end
5613
5611
 
data/lib/aws-sdk-docdb.rb CHANGED
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:docdb)
15
+
14
16
  # This module provides support for Amazon DocumentDB with MongoDB compatibility. This module is available in the
15
17
  # `aws-sdk-docdb` gem.
16
18
  #
@@ -53,7 +55,7 @@ module Aws::DocDB
53
55
  autoload :EndpointProvider, 'aws-sdk-docdb/endpoint_provider'
54
56
  autoload :Endpoints, 'aws-sdk-docdb/endpoints'
55
57
 
56
- GEM_VERSION = '1.76.0'
58
+ GEM_VERSION = '1.77.0'
57
59
 
58
60
  end
59
61
 
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.76.0
4
+ version: 1.77.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core