aws-sdk-docdbelastic 1.29.0 → 1.30.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: 5d9c708251203eb9bf5c8e1942e3e75f533089006701e7a752d905385f658a52
4
- data.tar.gz: 464e5ac380a805607c8e79b0eb9da4918db109291159d677b8e5d871bd76513f
3
+ metadata.gz: e90602292aa53dbb715107a9e60af2073bcc4e92117eee1af3ab48f8bd7f0475
4
+ data.tar.gz: a5f7eb0272e2e1ffadebd1237c3d05af3385e6a6a237e63dbd4a8be18bee62c5
5
5
  SHA512:
6
- metadata.gz: fc0a6e78a86e6c56f231165a8ff7d501379d6b68034d26a45ce6ddc253193112ee8b0f12acaffa90f8b05d11ead7c895477b6ced6ee321375cd1dd9092a429b2
7
- data.tar.gz: 2670a13fa1cd0850181354c9e7e3a1eedecaf23b4b797738b2e55b79aa4f89546e4c832701523a9a994d1b4d7b76c380706aa6f8df4519030225541f9c79dd8d
6
+ metadata.gz: f343ce95ad36c39e5d7230418657fcac34e27c532edc04207c7d1365bb58bcb87e7381bb1a09c2e6cae5cf01f14c8052f81c48208ac425e55d80d90c3503e9eb
7
+ data.tar.gz: d22fba87c9709bf05f8d28bf0dbbc95808a5cef9e333acbd9d6b9b76e7b588c3651fc1cb75c8c8334faba9474d9947a89da1815765c1aabb6613d1d6b354b687
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.29.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.0
@@ -1632,7 +1632,7 @@ module Aws::DocDBElastic
1632
1632
  tracer: tracer
1633
1633
  )
1634
1634
  context[:gem_name] = 'aws-sdk-docdbelastic'
1635
- context[:gem_version] = '1.29.0'
1635
+ context[:gem_version] = '1.30.0'
1636
1636
  Seahorse::Client::Request.new(handlers, context)
1637
1637
  end
1638
1638
 
@@ -175,7 +175,7 @@ module Aws::DocDBElastic
175
175
  CreateClusterInput.add_member(:admin_user_password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "adminUserPassword"))
176
176
  CreateClusterInput.add_member(:auth_type, Shapes::ShapeRef.new(shape: Auth, required: true, location_name: "authType"))
177
177
  CreateClusterInput.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "backupRetentionPeriod"))
178
- CreateClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
178
+ CreateClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
179
179
  CreateClusterInput.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "clusterName"))
180
180
  CreateClusterInput.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "kmsKeyId"))
181
181
  CreateClusterInput.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "preferredBackupWindow"))
@@ -346,7 +346,7 @@ module Aws::DocDBElastic
346
346
  UpdateClusterInput.add_member(:admin_user_password, Shapes::ShapeRef.new(shape: Password, location_name: "adminUserPassword"))
347
347
  UpdateClusterInput.add_member(:auth_type, Shapes::ShapeRef.new(shape: Auth, location_name: "authType"))
348
348
  UpdateClusterInput.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "backupRetentionPeriod"))
349
- UpdateClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
349
+ UpdateClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
350
350
  UpdateClusterInput.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "clusterArn"))
351
351
  UpdateClusterInput.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "preferredBackupWindow"))
352
352
  UpdateClusterInput.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "preferredMaintenanceWindow"))
@@ -54,7 +54,7 @@ module Aws::DocDBElastic
54
54
  autoload :EndpointProvider, 'aws-sdk-docdbelastic/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-docdbelastic/endpoints'
56
56
 
57
- GEM_VERSION = '1.29.0'
57
+ GEM_VERSION = '1.30.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-docdbelastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.29.0
4
+ version: 1.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-02-18 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-docdbelastic
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-docdbelastic/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - DocDB Elastic
99
96
  test_files: []