aws-sdk-dsql 1.5.0 → 1.6.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: 3e62c9cf0cf50fc664ec0a3640d264e7b86d95d065099983cf08ee6684958319
4
- data.tar.gz: c46d5ac0100ae56291cc2b32b7db29394cb978950bb930b5a2545a11fb1be3d2
3
+ metadata.gz: '0496dfa8ee1d0cc739ed2f0e287c49c611f5f992129fa4126e2b1abf82280b98'
4
+ data.tar.gz: 163cfb661f5d65c2c842bc011bad96c44c6572618b5b3c9092400511da2be612
5
5
  SHA512:
6
- metadata.gz: a08168f0806e8ffff25f1d91ad557461f755b46695d280f8ed62edd64d615b94dd5c6064615c9152324ab6392ab08e06170f61d62d5327d011f96834e70744cf
7
- data.tar.gz: 2bea120bbea46d66d2941f856a99b822edc6bb852ed600f0ea484d39ef4559dd11cb12033a054d4f2dc5fda0fda89dddcc0d860337be24614635f7d23f3dad28
6
+ metadata.gz: 52148457ff23f856d153ec2071d57894746c660ec9421f84629dbeed99068352bce9fbe90aa9d81ef79eac481736cfab7944e3fed222b208cedec8bedb36399c
7
+ data.tar.gz: 21e5382471b50c3f64f01fd0a2901d8001183bb681d867f107d2aaaf7581889769f83abef8bb0c62844f6192bb6438ce7b8c68495e9fa550f6ac33653ebcd183
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.6.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.5.0 (2025-04-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.6.0
@@ -1061,7 +1061,7 @@ module Aws::DSQL
1061
1061
  tracer: tracer
1062
1062
  )
1063
1063
  context[:gem_name] = 'aws-sdk-dsql'
1064
- context[:gem_version] = '1.5.0'
1064
+ context[:gem_version] = '1.6.0'
1065
1065
  Seahorse::Client::Request.new(handlers, context)
1066
1066
  end
1067
1067
 
@@ -88,7 +88,7 @@ module Aws::DSQL
88
88
 
89
89
  CreateClusterInput.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: DeletionProtectionEnabled, location_name: "deletionProtectionEnabled"))
90
90
  CreateClusterInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
91
- CreateClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
91
+ CreateClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
92
92
  CreateClusterInput.struct_class = Types::CreateClusterInput
93
93
 
94
94
  CreateClusterOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: ClusterId, required: true, location_name: "identifier"))
@@ -101,14 +101,14 @@ module Aws::DSQL
101
101
  CreateMultiRegionClustersInput.add_member(:linked_region_list, Shapes::ShapeRef.new(shape: RegionList, required: true, location_name: "linkedRegionList"))
102
102
  CreateMultiRegionClustersInput.add_member(:cluster_properties, Shapes::ShapeRef.new(shape: ClusterPropertyMap, location_name: "clusterProperties"))
103
103
  CreateMultiRegionClustersInput.add_member(:witness_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "witnessRegion"))
104
- CreateMultiRegionClustersInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
104
+ CreateMultiRegionClustersInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
105
105
  CreateMultiRegionClustersInput.struct_class = Types::CreateMultiRegionClustersInput
106
106
 
107
107
  CreateMultiRegionClustersOutput.add_member(:linked_cluster_arns, Shapes::ShapeRef.new(shape: ClusterArnList, required: true, location_name: "linkedClusterArns"))
108
108
  CreateMultiRegionClustersOutput.struct_class = Types::CreateMultiRegionClustersOutput
109
109
 
110
110
  DeleteClusterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ClusterId, required: true, location: "uri", location_name: "identifier"))
111
- DeleteClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "client-token", metadata: {"idempotencyToken"=>true}))
111
+ DeleteClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "client-token", metadata: {"idempotencyToken" => true}))
112
112
  DeleteClusterInput.struct_class = Types::DeleteClusterInput
113
113
 
114
114
  DeleteClusterOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: ClusterId, required: true, location_name: "identifier"))
@@ -119,7 +119,7 @@ module Aws::DSQL
119
119
  DeleteClusterOutput.struct_class = Types::DeleteClusterOutput
120
120
 
121
121
  DeleteMultiRegionClustersInput.add_member(:linked_cluster_arns, Shapes::ShapeRef.new(shape: ClusterArnList, required: true, location: "querystring", location_name: "linked-cluster-arns"))
122
- DeleteMultiRegionClustersInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "client-token", metadata: {"idempotencyToken"=>true}))
122
+ DeleteMultiRegionClustersInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "client-token", metadata: {"idempotencyToken" => true}))
123
123
  DeleteMultiRegionClustersInput.struct_class = Types::DeleteMultiRegionClustersInput
124
124
 
125
125
  GetClusterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ClusterId, required: true, location: "uri", location_name: "identifier"))
@@ -197,7 +197,7 @@ module Aws::DSQL
197
197
 
198
198
  UpdateClusterInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ClusterId, required: true, location: "uri", location_name: "identifier"))
199
199
  UpdateClusterInput.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: DeletionProtectionEnabled, location_name: "deletionProtectionEnabled"))
200
- UpdateClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
200
+ UpdateClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
201
201
  UpdateClusterInput.struct_class = Types::UpdateClusterInput
202
202
 
203
203
  UpdateClusterOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: ClusterId, required: true, location_name: "identifier"))
data/lib/aws-sdk-dsql.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::DSQL
55
55
  autoload :EndpointProvider, 'aws-sdk-dsql/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-dsql/endpoints'
57
57
 
58
- GEM_VERSION = '1.5.0'
58
+ GEM_VERSION = '1.6.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dsql
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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-04-16 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
@@ -79,7 +78,6 @@ licenses:
79
78
  metadata:
80
79
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dsql
81
80
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dsql/CHANGELOG.md
82
- post_install_message:
83
81
  rdoc_options: []
84
82
  require_paths:
85
83
  - lib
@@ -94,8 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
92
  - !ruby/object:Gem::Version
95
93
  version: '0'
96
94
  requirements: []
97
- rubygems_version: 3.4.10
98
- signing_key:
95
+ rubygems_version: 3.6.7
99
96
  specification_version: 4
100
97
  summary: AWS SDK for Ruby - Amazon Aurora DSQL
101
98
  test_files: []