aws-sdk-iotmanagedintegrations 1.10.0 → 1.11.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: 9e25d3bd802cea4b89715cc5441b9802d1e1e136546ca1180643bd4ca3eb183d
4
- data.tar.gz: 505a268ba11bbaf2d835ffac2fda3e7c2d44b5225106738cdff86fe67f642a5f
3
+ metadata.gz: 9be42f03863a0bf99ef79faf700bc86b0073b54a4490caedc9f56337d8cd1968
4
+ data.tar.gz: 99e1a51f1349dd44d8a527b0e081c9261029b1a25122817c40866386e4f17485
5
5
  SHA512:
6
- metadata.gz: 0e7f473050c1b323a088396768b08599b5b7903a8ba6e0b9213cd0e521618a65e99c7dba1e90b2da99a39344c6f459b5e5664ca2487a9439297e5904c13785af
7
- data.tar.gz: 85ee8f5cb1808461547a0d913345b173c57f41f68beb9ee2708f62a0ff5a51bf3cd449e6da5e2c82d21f2aa297167ac1bb38f4c4f676ce2119f738a261811ee1
6
+ metadata.gz: 30b306118cd4292f409c36d56bb1f8fea758cd49e53128207c79454a30e3fa8d33c58754844fed51cc2d198e6a2f0d2f5c4a53e47befa061ae1ae8cceaf81dd0
7
+ data.tar.gz: fe42071a11ce71d56ead05bab0a333a871830b14099cd208006ec82a939b315619a550bded41ec2be7a8b3585808e028e142042964cdc42cb799d6bd4a7bdf13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2025-10-24)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.10.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -4287,7 +4287,7 @@ module Aws::IoTManagedIntegrations
4287
4287
  tracer: tracer
4288
4288
  )
4289
4289
  context[:gem_name] = 'aws-sdk-iotmanagedintegrations'
4290
- context[:gem_version] = '1.10.0'
4290
+ context[:gem_version] = '1.11.0'
4291
4291
  Seahorse::Client::Request.new(handlers, context)
4292
4292
  end
4293
4293
 
@@ -13,17 +13,17 @@ module Aws::IoTManagedIntegrations
13
13
  # @!attribute use_fips
14
14
  # 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.
15
15
  #
16
- # @return [Boolean]
16
+ # @return [boolean]
17
17
  #
18
18
  # @!attribute endpoint
19
19
  # Override the endpoint used to send this request
20
20
  #
21
- # @return [String]
21
+ # @return [string]
22
22
  #
23
23
  # @!attribute region
24
24
  # The AWS region used to dispatch the request.
25
25
  #
26
- # @return [String]
26
+ # @return [string]
27
27
  #
28
28
  EndpointParameters = Struct.new(
29
29
  :use_fips,
@@ -54,7 +54,7 @@ module Aws::IoTManagedIntegrations
54
54
  autoload :EndpointProvider, 'aws-sdk-iotmanagedintegrations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-iotmanagedintegrations/endpoints'
56
56
 
57
- GEM_VERSION = '1.10.0'
57
+ GEM_VERSION = '1.11.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-iotmanagedintegrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services