aws-sdk-appintegrationsservice 1.49.0 → 1.50.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: 596e634d6af735c6749246e4119b6bbcd45ac3c8de62d1610b46b90031dc1cb2
4
- data.tar.gz: 17125f4d535b98250dd974678aa35710c8490b83e49453a6c65368a252f86f40
3
+ metadata.gz: 640a76c9967be897f92953e748bfe7e3e4654b5ca3e603a95940ae3e697a030f
4
+ data.tar.gz: be902928a03b2038b1fa1d9ae820568e6dee9b2c91be1469c00f182eaba081ff
5
5
  SHA512:
6
- metadata.gz: 34d2d812c380d4b845511a1e5acc1cb5078996d5607694e3ed9f1824cec171c4a83dd378a6b406f2c8651f85e82066100934ca74d678b9e91435c285367e09f2
7
- data.tar.gz: cffefaa60727a184d68269c57a1265c6f3a2255abdc238209a6682e1c5f3d4d526a492659ea6c128723c3c975c8fa3c6cc136931977cc691432f362e263b29ac
6
+ metadata.gz: c55dc454035ddeac304abd3631071ad1f3af2119395b18d25f89d23d03e771d06967693ed9c5087dcac63cdf7de9a573dadff87318d4f5624a3a268f0531eb26
7
+ data.tar.gz: e77373cec9912736883fc28152fcad54fa179a247f1a421cce82418be3baad988c5399bcfe38722b6e733ea6f10ad503f78ae10c35554b45738441e99d72a966
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.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.49.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -200,8 +200,7 @@ module Aws::AppIntegrationsService
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
@@ -1779,7 +1778,7 @@ module Aws::AppIntegrationsService
1779
1778
  tracer: tracer
1780
1779
  )
1781
1780
  context[:gem_name] = 'aws-sdk-appintegrationsservice'
1782
- context[:gem_version] = '1.49.0'
1781
+ context[:gem_version] = '1.50.0'
1783
1782
  Seahorse::Client::Request.new(handlers, context)
1784
1783
  end
1785
1784
 
@@ -54,7 +54,7 @@ module Aws::AppIntegrationsService
54
54
  autoload :EndpointProvider, 'aws-sdk-appintegrationsservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appintegrationsservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.49.0'
57
+ GEM_VERSION = '1.50.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appintegrationsservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services