aws-sdk-timestreamwrite 1.23.0 → 1.24.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: 431d9b136b25446a88faf2e330654c45587e5a884ac6e70f4380e0beb10f6ab3
4
- data.tar.gz: f7c8f3b5bf2e5207e72af297c916403f82905f861afe38a2efd5b6bc742b88fe
3
+ metadata.gz: 8ddcb4dc6f8b70509c59a132629edb0f779e16dde87c3b704b4988735c932d83
4
+ data.tar.gz: 6abea39048cb6f2598b9ef03e7f4befb3855250c3c7cab2d7cd02f417e02adca
5
5
  SHA512:
6
- metadata.gz: f1bf73832f953c898970999f7b68fa9efad5120fd5137bd6e2eaf7e7610452a05c8cdf3e820c65e95af408245e8e9dfd3dbb4b693de78543fafcf806461bf4b2
7
- data.tar.gz: 3c792145239d6cdafb33456c4a315f08ef008fb0457079e21557e73747d88bf12bbeabc472ca83b4a53eb49b76c82337ea3c297762c9da10e6af39cafb27ccc3
6
+ metadata.gz: 8de6c493c726af5fe60a046dada3b16209437571559fa7eff74bced5bf775d2c5a31a782722337669681966e3e7d7beb60183b3caff1e6ef02765202ad0c3b56
7
+ data.tar.gz: 89a56b5a6df81884e2a5b0c2cc971ca324816b08ac166b4a110e7e06f3bac14e7ffe57552afece097f2c200db6d1f376a2788a2876746d24cca4c621da305a77
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.23.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.23.0
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.23.0'
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"
@@ -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.23.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.23.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-11 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