aws-sdk-backupsearch 1.3.0 → 1.4.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: cbd5f01badf14d6a49389d24b200ef04014ef7c746a280ed9af26b566e009273
4
- data.tar.gz: bc3202e068e9c74944f862f701e0b240ab53ef57304827ca4987defb88fbb29e
3
+ metadata.gz: 13b546dd3707aa61dbb631e86057d3ff19a23f8d0f7eb06b7a9fdde47d455bab
4
+ data.tar.gz: 9ee529ec5af33b4e8f48dd4ba2e340606e401ef06a24efc3997a71ebec513853
5
5
  SHA512:
6
- metadata.gz: f9669862c10da1da61407fe87fa24515e49fe0dd7aac10ace60bae890317799457800cfb356d9d052869194406c494dafbdb5bbfcf7e70692389d67750569b7e
7
- data.tar.gz: 99ccdff138cb866eee22e63a20018db5c82439dcdaf0ff49736eae389dde8d895e79f9fcba5011118a68bb699595f57ea3a43e200eee025fbe50eab06d4dd525
6
+ metadata.gz: 5232b449cb1c1399d91073706828b0fb0f9d7d51bdb161c1047d942839ac95195aa87296fb306fe5337ff857832179ef2ecc8735caf57df4477475138e983711
7
+ data.tar.gz: b88798cdd39ee5b65d1aa33875ba3ab19c2d2e9c503e1287be841637c07b1e0cfb75797c317901cd3139408c6dd769dfd94386adeb23674e3987a7a699789d07
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.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.3.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -1185,7 +1185,7 @@ module Aws::BackupSearch
1185
1185
  tracer: tracer
1186
1186
  )
1187
1187
  context[:gem_name] = 'aws-sdk-backupsearch'
1188
- context[:gem_version] = '1.3.0'
1188
+ context[:gem_version] = '1.4.0'
1189
1189
  Seahorse::Client::Request.new(handlers, context)
1190
1190
  end
1191
1191
 
@@ -19,9 +19,9 @@ module Aws::BackupSearch
19
19
  if Aws::Endpoints::Matchers.set?(parameters.region)
20
20
  if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
21
21
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
22
- return Aws::Endpoints::Endpoint.new(url: "https://backup-search-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
22
+ return Aws::Endpoints::Endpoint.new(url: "https://backup-search-fips.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
23
23
  end
24
- return Aws::Endpoints::Endpoint.new(url: "https://backup-search.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingRegion"=>"#{partition_result['implicitGlobalRegion']}"}]})
24
+ return Aws::Endpoints::Endpoint.new(url: "https://backup-search.#{partition_result['implicitGlobalRegion']}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes" => [{"name" => "sigv4", "signingRegion" => "#{partition_result['implicitGlobalRegion']}"}]})
25
25
  end
26
26
  end
27
27
  raise ArgumentError, "Invalid Configuration: Missing Region"
@@ -55,7 +55,7 @@ module Aws::BackupSearch
55
55
  autoload :EndpointProvider, 'aws-sdk-backupsearch/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-backupsearch/endpoints'
57
57
 
58
- GEM_VERSION = '1.3.0'
58
+ GEM_VERSION = '1.4.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-backupsearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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
@@ -78,7 +77,6 @@ licenses:
78
77
  metadata:
79
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-backupsearch
80
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-backupsearch/CHANGELOG.md
81
- post_install_message:
82
80
  rdoc_options: []
83
81
  require_paths:
84
82
  - lib
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
91
  - !ruby/object:Gem::Version
94
92
  version: '0'
95
93
  requirements: []
96
- rubygems_version: 3.4.10
97
- signing_key:
94
+ rubygems_version: 3.6.7
98
95
  specification_version: 4
99
96
  summary: AWS SDK for Ruby - AWS Backup Search
100
97
  test_files: []