aws-sdk-cloudsearchdomain 1.45.0 → 1.46.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: dcef857f61e9b9012477cd43a316ad212430b986998fbfb3ea28e233cc878bf8
4
- data.tar.gz: 182820e2767cf739201e0d5a312a4f954023c55f8670978e5e5700c6a61bf506
3
+ metadata.gz: 78fd58579dd69769a18330d7d459104aab9a7aacb27f302f1c3d485d5f655b84
4
+ data.tar.gz: bf1dc8b8b154481dd23066fa763259653c7ca0d451aa07b2fb44522692a4470a
5
5
  SHA512:
6
- metadata.gz: cf2b954847b6126b2eaed540cfe9a5d0c60113905f05f852a97028f801e7bf98bb56fd79f3ed9e9940869d045931bc7ca5679eeab029f59ade6a1312cd30197f
7
- data.tar.gz: 6834bf0a8e0575ee37299242d98080cb3d41ab629d7a667bc1dcca4b7a5ab660dbefedc7489adbd05d2626c55afe091e34d2e722320b6d97c2e8143128c896eb
6
+ metadata.gz: a8650841df1b072d2290263973a49ea49342282979b50b639713892821a7e5d3e375e65012759d322351e941f8d13dd3ae1fe1df98d0fa89835df702debb4eef
7
+ data.tar.gz: 872e1a85d6ef8249f10a4aec2cc75e36cd03b37105c7db725a0c9e9e87f7caa1475ec3f76b4366b5dbc1eaaf49976365983fdb51a87fe6f9606a6e8be26f350a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.45.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -965,7 +965,7 @@ module Aws::CloudSearchDomain
965
965
  params: params,
966
966
  config: config)
967
967
  context[:gem_name] = 'aws-sdk-cloudsearchdomain'
968
- context[:gem_version] = '1.45.0'
968
+ context[:gem_version] = '1.46.0'
969
969
  Seahorse::Client::Request.new(handlers, context)
970
970
  end
971
971
 
@@ -198,10 +198,13 @@ module Aws::CloudSearchDomain
198
198
 
199
199
  api.metadata = {
200
200
  "apiVersion" => "2013-01-01",
201
+ "auth" => ["aws.auth#sigv4"],
201
202
  "endpointPrefix" => "cloudsearchdomain",
202
203
  "jsonVersion" => "1.1",
203
204
  "protocol" => "rest-json",
205
+ "protocols" => ["rest-json"],
204
206
  "serviceFullName" => "Amazon CloudSearch Domain",
207
+ "serviceId" => "CloudSearch Domain",
205
208
  "signatureVersion" => "v4",
206
209
  "signingName" => "cloudsearch",
207
210
  "uid" => "cloudsearchdomain-2013-01-01",
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudsearchdomain/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudSearchDomain
50
50
 
51
- GEM_VERSION = '1.45.0'
51
+ GEM_VERSION = '1.46.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudsearchdomain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core