aws-sdk-devopsguru 1.57.0 → 1.59.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: e2f900e430d02f840925a34ab83b6e8038f4622b31a6cdbfc8788d075b8a9ab5
4
- data.tar.gz: 0dda35282ba7ae56c4c1e1aeb6c4cbc9517b08a1175789c986b637776d6609d0
3
+ metadata.gz: 637423bef01185de363c865b9996bb5758fdceeab37aa5c75944ad57c2e001ff
4
+ data.tar.gz: f598bf415cb41424c4b9a1a7b63d6509f2f5bdf56ef9233ddd9b57f4b8b191ee
5
5
  SHA512:
6
- metadata.gz: 6ba3bffb2cc5f15b16c6f32807df09f6a48774aadc3441fbf2538f7727ea9571c9efece5a631de54eab87c988d50c55c528d31854a8e22809db8921150d65dfa
7
- data.tar.gz: 34b0c47319f5476cc9af3460294474d854a53ae0ffb30c096e2959945a0386266ab90c7485ffa2dd556e949cb8fef764a95c3f55c88cb9498bbd548de879b673
6
+ metadata.gz: ffac82d1bf2bfa3d46dc9edd7f96d5c69944990804c919bb188d50873919e6f686393389c5e211dbbb9ae7e349d8a4ef4690f839c2042b4fcf7e4ae3028b59d1
7
+ data.tar.gz: f4f9de03e642bbbd0b5828b448baf361ff93156710503077609af902115fea591de47a6c1cbb868462fdd47bcc88ea47a5082b0e06659f658faa462fb6058ad4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.58.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.57.0 (2025-02-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.59.0
@@ -200,8 +200,7 @@ module Aws::DevOpsGuru
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2443,7 +2442,7 @@ module Aws::DevOpsGuru
2443
2442
  tracer: tracer
2444
2443
  )
2445
2444
  context[:gem_name] = 'aws-sdk-devopsguru'
2446
- context[:gem_version] = '1.57.0'
2445
+ context[:gem_version] = '1.59.0'
2447
2446
  Seahorse::Client::Request.new(handlers, context)
2448
2447
  end
2449
2448
 
@@ -1152,7 +1152,7 @@ module Aws::DevOpsGuru
1152
1152
  StackNames.member = Shapes::ShapeRef.new(shape: StackName)
1153
1153
 
1154
1154
  StartCostEstimationRequest.add_member(:resource_collection, Shapes::ShapeRef.new(shape: CostEstimationResourceCollectionFilter, required: true, location_name: "ResourceCollection"))
1155
- StartCostEstimationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
1155
+ StartCostEstimationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
1156
1156
  StartCostEstimationRequest.struct_class = Types::StartCostEstimationRequest
1157
1157
 
1158
1158
  StartCostEstimationResponse.struct_class = Types::StartCostEstimationResponse
@@ -54,7 +54,7 @@ module Aws::DevOpsGuru
54
54
  autoload :EndpointProvider, 'aws-sdk-devopsguru/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-devopsguru/endpoints'
56
56
 
57
- GEM_VERSION = '1.57.0'
57
+ GEM_VERSION = '1.59.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-devopsguru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.59.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-devopsguru
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-devopsguru/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 - Amazon DevOps Guru
99
96
  test_files: []