aws-sdk-appintegrationsservice 1.57.0 → 1.58.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: 877f3c291d18b610d0785718114cce072ff85a27439b8b18103610df2ca0e3e2
4
- data.tar.gz: 7ce8f9e60dd417ce655648482483ef0d0c883074657e86e5b10187d0e1e8e0a0
3
+ metadata.gz: 4248cb6a4dd3824a5c5579c23fc0a30d863b7f3461a8d4de2360afd6e4e01c41
4
+ data.tar.gz: 5be40c55d696ccfb102957dc1147b942af39a6cd94dec66dd60157c085917d91
5
5
  SHA512:
6
- metadata.gz: 1dca4882dc033b62780592cf2e73bed13f688f1d41a18be28f9881821a4dd0631c480cb1770c636910294b83ac143e10ef1d7c9b9ecf3f836123a278f80a91cf
7
- data.tar.gz: ed6b504cfd154d6506185b4525a54ce932ad0eac617e1e5b2b9908b8cb475529bbe128302ed36e84d1cbf05ad5ffa72d80b2f41b752970500322501c2c6543b9
6
+ metadata.gz: db3e6baa8c02019b5ef4244c5d431e662ee44279204e791910f9ef4c478009ba46cdedceeaff32f97ce53c1f9d72f35923565b6e8bfbd426a009913b91acad30
7
+ data.tar.gz: 6b789d57fc3b1a6893e84fd42f9dd66b65393f3b0ed1a4b2f37e83f902ce6596a3d92b46619ca0e3fbc80853137643dfe9a03dd9367c232a4364e503a085d6c1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.57.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -1845,7 +1845,7 @@ module Aws::AppIntegrationsService
1845
1845
  tracer: tracer
1846
1846
  )
1847
1847
  context[:gem_name] = 'aws-sdk-appintegrationsservice'
1848
- context[:gem_version] = '1.57.0'
1848
+ context[:gem_version] = '1.58.0'
1849
1849
  Seahorse::Client::Request.new(handlers, context)
1850
1850
  end
1851
1851
 
@@ -13,22 +13,22 @@ module Aws::AppIntegrationsService
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.57.0'
57
+ GEM_VERSION = '1.58.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.57.0
4
+ version: 1.58.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services