aws-sdk-appintegrationsservice 1.49.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: 596e634d6af735c6749246e4119b6bbcd45ac3c8de62d1610b46b90031dc1cb2
4
- data.tar.gz: 17125f4d535b98250dd974678aa35710c8490b83e49453a6c65368a252f86f40
3
+ metadata.gz: 4dd9552db81ac5374589eb181597f66080cffa103323e5b1469b64e58e9c1ba9
4
+ data.tar.gz: b81c4354a0261e981835f7aa90681e1315c6e509c4b761b23e1be8ef769a9a96
5
5
  SHA512:
6
- metadata.gz: 34d2d812c380d4b845511a1e5acc1cb5078996d5607694e3ed9f1824cec171c4a83dd378a6b406f2c8651f85e82066100934ca74d678b9e91435c285367e09f2
7
- data.tar.gz: cffefaa60727a184d68269c57a1265c6f3a2255abdc238209a6682e1c5f3d4d526a492659ea6c128723c3c975c8fa3c6cc136931977cc691432f362e263b29ac
6
+ metadata.gz: 47d61823b324a86330e918b70482616ebe597bdfd1456c072c3d5aaa334fbe1462d089964f9e8fd6d9c931a4b47b08782bf1b507687f8fd06d678a83c3d33544
7
+ data.tar.gz: c87945eb43296ec7df1cba4a03bcf1fc4575ae1ed917c4b9986733f34b634de5c0059ab1538a6f3982b216c5026936eefe5531f433d564d621ab36705e2137c8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.50.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.49.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.51.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.51.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.51.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.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="