aws-sdk-iotmanagedintegrations 1.1.0 → 1.2.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: 86eb3e62446ba98d545dac9434060dd0c184449fcab6e416a173eabce4db9c26
4
- data.tar.gz: 3174553c6d99aab704b5f8872e4ef53fd79f6c4d6b3086f9446d7ce08fa8ec03
3
+ metadata.gz: fdb1502955224d019e7823b26aa2208d882a1d8eeff9f862113e22c839f49fe0
4
+ data.tar.gz: b583264b3d149a2c2802a84b763f3988ad12eb132387d7617b2cdb08df2edb48
5
5
  SHA512:
6
- metadata.gz: ee1cc9ae62769b7eac2e6c5bb853e2bc0ea74fc36491c285926c08b288eefe0b128a97d0391ea6116269554a2955e09f3af9d415bd4c5a83472277e59a7bfa46
7
- data.tar.gz: b0322ae46c0f9001fc7bb7c9a53e1525ea382bb9b7230f13b5a7ceb2c521520ee98a7e0883ed3d2eafe62351ff6b33d6789bb5a0374afe116531b63d4a3b239e
6
+ metadata.gz: ba6e1aed30bffa4e7e0faeae980c2c500b77c3966e6021606d7b1d8bce366cc2154505efd25e7aca79793d07220cceaa7207d3882c9ff97563a98d34e1de09d2
7
+ data.tar.gz: 336116dbc41842adb6a97f62e21a97483307d8cbbf016c53ae1aec313ab749ba17c36db416cb188d5d72a006b304ee351b8af56164d0ef0b1c39d0d6c6ccb94d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -200,8 +200,7 @@ module Aws::IoTManagedIntegrations
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
@@ -2939,7 +2938,7 @@ module Aws::IoTManagedIntegrations
2939
2938
  tracer: tracer
2940
2939
  )
2941
2940
  context[:gem_name] = 'aws-sdk-iotmanagedintegrations'
2942
- context[:gem_version] = '1.1.0'
2941
+ context[:gem_version] = '1.2.0'
2943
2942
  Seahorse::Client::Request.new(handlers, context)
2944
2943
  end
2945
2944
 
@@ -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.1.0'
57
+ GEM_VERSION = '1.2.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.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services