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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9be42f03863a0bf99ef79faf700bc86b0073b54a4490caedc9f56337d8cd1968
|
|
4
|
+
data.tar.gz: 99e1a51f1349dd44d8a527b0e081c9261029b1a25122817c40866386e4f17485
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30b306118cd4292f409c36d56bb1f8fea758cd49e53128207c79454a30e3fa8d33c58754844fed51cc2d198e6a2f0d2f5c4a53e47befa061ae1ae8cceaf81dd0
|
|
7
|
+
data.tar.gz: fe42071a11ce71d56ead05bab0a333a871830b14099cd208006ec82a939b315619a550bded41ec2be7a8b3585808e028e142042964cdc42cb799d6bd4a7bdf13
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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 [
|
|
16
|
+
# @return [boolean]
|
|
17
17
|
#
|
|
18
18
|
# @!attribute endpoint
|
|
19
19
|
# Override the endpoint used to send this request
|
|
20
20
|
#
|
|
21
|
-
# @return [
|
|
21
|
+
# @return [string]
|
|
22
22
|
#
|
|
23
23
|
# @!attribute region
|
|
24
24
|
# The AWS region used to dispatch the request.
|
|
25
25
|
#
|
|
26
|
-
# @return [
|
|
26
|
+
# @return [string]
|
|
27
27
|
#
|
|
28
28
|
EndpointParameters = Struct.new(
|
|
29
29
|
:use_fips,
|