aws-sdk-iotsitewise 1.70.0 → 1.72.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +7 -1
- data/lib/aws-sdk-iotsitewise/endpoints.rb +84 -336
- data/lib/aws-sdk-iotsitewise/plugins/endpoints.rb +10 -1
- data/lib/aws-sdk-iotsitewise.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31d3af8e6ff4487668902d24477676789921b68850c1e3892bf479747d347080
|
4
|
+
data.tar.gz: dedff6e80fe6a3c2fe5612cfc735f96eed67fcd0445cd3dcf17881afc67d46c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aec69113e962dc5f37f9850a454e8914a9389414f975cc619e3959225ada172e84fc0ea588a55ab63e3c91c4a5b69ceef577676b6905df3e1fed872ab753a3b
|
7
|
+
data.tar.gz: bc29016733c6bb6572b146acdfeb38d75235d458e77799dab9dd9d4320524508be4397a95d682b598339a20ea07165ae5ff91d7f2b9960efa3d59b5959c795a3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.72.0 (2024-09-11)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.71.0 (2024-09-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.70.0 (2024-09-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.72.0
|
@@ -425,6 +425,12 @@ module Aws::IoTSiteWise
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
427
427
|
#
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
429
|
+
# Sets a client certificate when creating http connections.
|
430
|
+
#
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
432
|
+
# Sets a client key when creating http connections.
|
433
|
+
#
|
428
434
|
# @option options [Float] :ssl_timeout
|
429
435
|
# Sets the SSL timeout in seconds
|
430
436
|
#
|
@@ -6770,7 +6776,7 @@ module Aws::IoTSiteWise
|
|
6770
6776
|
tracer: tracer
|
6771
6777
|
)
|
6772
6778
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
6773
|
-
context[:gem_version] = '1.
|
6779
|
+
context[:gem_version] = '1.72.0'
|
6774
6780
|
Seahorse::Client::Request.new(handlers, context)
|
6775
6781
|
end
|
6776
6782
|
|