aws-sdk-ssmincidents 1.50.0 → 1.51.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: b6f008032ff22b45341015981391a5d9765194d3b6b8a7450efeb848a7c94f95
4
- data.tar.gz: 969444402283dea5cb5e88c9b0f927f63062749e9c43270c9394a36c505ef773
3
+ metadata.gz: a1716cb2768a7062788913328f20cf8916ba31fb64a87e68a945a2db4f05f006
4
+ data.tar.gz: 5ba0f07a5703dced8d274205fad4da01785e6e363cab2cf33b8e38518a8ad480
5
5
  SHA512:
6
- metadata.gz: 1459bf0737afef9431ceb9f679810ca833ed9e9fd5ef166b57b237a01ecba0a89b2343360f7dff23702db90d8e6b084c16095300c824595a174ea68fb8f2c5a7
7
- data.tar.gz: ab1064ed6160f59c6d3b02d9f8af9ec57c59939b5ec082bb3d4fa2daac1599a4554baabf9a645f040dacb516472f6ce6c699911724c2f6b13f5676121d7bfe0d
6
+ metadata.gz: 951a64cc1d0b65e8084fbf01787993379889cc8da78ff333049ebf341cc6ac46a8b2e71ea840f2ab13c1a9fac8bba6c2e473cf182dd072cb9e13d6a7c9e00e55
7
+ data.tar.gz: 597b5e41d05bc3573da65179831e82b7d0f184d38b4e988c332e0299f3aa8c22376f203ab7072ce0d84d9e9aa8c4c2dcc028dc3e842c3b273d06a2959ae0db77
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.50.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -200,8 +200,7 @@ module Aws::SSMIncidents
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
@@ -2171,7 +2170,7 @@ module Aws::SSMIncidents
2171
2170
  tracer: tracer
2172
2171
  )
2173
2172
  context[:gem_name] = 'aws-sdk-ssmincidents'
2174
- context[:gem_version] = '1.50.0'
2173
+ context[:gem_version] = '1.51.0'
2175
2174
  Seahorse::Client::Request.new(handlers, context)
2176
2175
  end
2177
2176
 
@@ -55,7 +55,7 @@ module Aws::SSMIncidents
55
55
  autoload :EndpointProvider, 'aws-sdk-ssmincidents/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssmincidents/endpoints'
57
57
 
58
- GEM_VERSION = '1.50.0'
58
+ GEM_VERSION = '1.51.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmincidents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services