aws-sdk-timestreamwrite 1.22.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9edf0e99f0f5ce48b5f1b2c85d8e0fab19558d94619db2de8334eb37c8a2f18c
4
- data.tar.gz: 0bac00e694d9271cecf85ee1261fcf7700a88039cab26e75d110f0a9c429d5d8
3
+ metadata.gz: 8ddcb4dc6f8b70509c59a132629edb0f779e16dde87c3b704b4988735c932d83
4
+ data.tar.gz: 6abea39048cb6f2598b9ef03e7f4befb3855250c3c7cab2d7cd02f417e02adca
5
5
  SHA512:
6
- metadata.gz: f1ac09a4f391d615fd41118724b3190007f267c445c92177ffe4aa23cda830c26fb42483333f7b071ef65d8d0648a52eadf9427a4095d1e57b070e1953be5d75
7
- data.tar.gz: 14fc08cff584fd8ae3feca0d2946b121c7f776c9f03804550373d11d0b5b19aa1ffe21dfbdca7b24ebb2c746d24a542e02a7268e0a7bd5b6885dffaf065dc8d7
6
+ metadata.gz: 8de6c493c726af5fe60a046dada3b16209437571559fa7eff74bced5bf775d2c5a31a782722337669681966e3e7d7beb60183b3caff1e6ef02765202ad0c3b56
7
+ data.tar.gz: 89a56b5a6df81884e2a5b0c2cc971ca324816b08ac166b4a110e7e06f3bac14e7ffe57552afece097f2c200db6d1f376a2788a2876746d24cca4c621da305a77
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.24.0 (2023-09-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.23.0 (2023-07-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.22.0 (2023-07-06)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.22.0
1
+ 1.24.0
@@ -216,6 +216,10 @@ module Aws::TimestreamWrite
216
216
  # @option options [Boolean] :endpoint_discovery (true)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -1590,7 +1594,7 @@ module Aws::TimestreamWrite
1590
1594
  params: params,
1591
1595
  config: config)
1592
1596
  context[:gem_name] = 'aws-sdk-timestreamwrite'
1593
- context[:gem_version] = '1.22.0'
1597
+ context[:gem_version] = '1.24.0'
1594
1598
  Seahorse::Client::Request.new(handlers, context)
1595
1599
  end
1596
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"
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-timestreamwrite/customizations'
52
52
  # @!group service
53
53
  module Aws::TimestreamWrite
54
54
 
55
- GEM_VERSION = '1.22.0'
55
+ GEM_VERSION = '1.24.0'
56
56
 
57
57
  end
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.22.0
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-07-06 00:00:00.000000000 Z
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