aws-sdk-appflow 1.82.0 → 1.83.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: 9c3c683002b9c91c6e3f9e6627e6a716e2e352d92c75cf74d78a11c0aca34e87
4
- data.tar.gz: c523ddcb9b8a23fc8410e96ee54db0b2852fd9f3171d808c26dd5ddbf0d28903
3
+ metadata.gz: 6ad236443ac28fb05c77fa2f535d2a27021f4c2dee639e246fe1090379c8e549
4
+ data.tar.gz: f342f7f735354eab919879e2cf917a5d572f4e7a86263dcfd008c34dbb5aec21
5
5
  SHA512:
6
- metadata.gz: 9d52291d26f213bfd0e4b69f841e00a84213fb0d640c36892613b9f9bd934166b56e44c86756b0245f12a4846051a43cbe120375256af855b8fd035f30bd8fff
7
- data.tar.gz: 54a9b296c6e9122306b7a9718812cec12f2c2af9188c066fec6e31187b1b31c0fcc74d056feb13541f32e177f5c007e387ca2b61be95a0b6d88b65bba0be4910
6
+ metadata.gz: 243034bbb613e0b8fb1e83eabb21390e8cf57c7f7347d0ce40b576302b15b365b35dc1f8f6bfeb1e6912be8e1fc5b37e1cd029d2abb4241d8bb9c2ebc28a33f1
7
+ data.tar.gz: 37577af67b86088abf99b65c46f89bea95a902e5f92b59c1059bd1279c2425f0303728f0f84a4f569402aeefd811575e0ad6b0646c6aa62101be881e968926d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2025-10-30)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.82.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -3361,7 +3361,7 @@ module Aws::Appflow
3361
3361
  tracer: tracer
3362
3362
  )
3363
3363
  context[:gem_name] = 'aws-sdk-appflow'
3364
- context[:gem_version] = '1.82.0'
3364
+ context[:gem_version] = '1.83.0'
3365
3365
  Seahorse::Client::Request.new(handlers, context)
3366
3366
  end
3367
3367
 
@@ -13,22 +13,22 @@ module Aws::Appflow
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::Appflow
54
54
  autoload :EndpointProvider, 'aws-sdk-appflow/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-appflow/endpoints'
56
56
 
57
- GEM_VERSION = '1.82.0'
57
+ GEM_VERSION = '1.83.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-appflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.82.0
4
+ version: 1.83.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services