aws-sdk-timestreamwrite 1.23.0 → 1.24.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreamwrite/client.rb +1 -1
- data/lib/aws-sdk-timestreamwrite/endpoint_provider.rb +3 -0
- data/lib/aws-sdk-timestreamwrite.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ddcb4dc6f8b70509c59a132629edb0f779e16dde87c3b704b4988735c932d83
|
4
|
+
data.tar.gz: 6abea39048cb6f2598b9ef03e7f4befb3855250c3c7cab2d7cd02f417e02adca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8de6c493c726af5fe60a046dada3b16209437571559fa7eff74bced5bf775d2c5a31a782722337669681966e3e7d7beb60183b3caff1e6ef02765202ad0c3b56
|
7
|
+
data.tar.gz: 89a56b5a6df81884e2a5b0c2cc971ca324816b08ac166b4a110e7e06f3bac14e7ffe57552afece097f2c200db6d1f376a2788a2876746d24cca4c621da305a77
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.24.0
|
@@ -1594,7 +1594,7 @@ module Aws::TimestreamWrite
|
|
1594
1594
|
params: params,
|
1595
1595
|
config: config)
|
1596
1596
|
context[:gem_name] = 'aws-sdk-timestreamwrite'
|
1597
|
-
context[:gem_version] = '1.
|
1597
|
+
context[:gem_version] = '1.24.0'
|
1598
1598
|
Seahorse::Client::Request.new(handlers, context)
|
1599
1599
|
end
|
1600
1600
|
|
@@ -33,6 +33,9 @@ module Aws::TimestreamWrite
|
|
33
33
|
end
|
34
34
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
35
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
36
|
+
if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
37
|
+
return Aws::Endpoints::Endpoint.new(url: "https://ingest.timestream.#{region}.amazonaws.com", headers: {}, properties: {})
|
38
|
+
end
|
36
39
|
return Aws::Endpoints::Endpoint.new(url: "https://ingest.timestream-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
40
|
end
|
38
41
|
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-timestreamwrite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.24.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|