aws-sdk-timestreamwrite 1.45.0 → 1.47.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-timestreamwrite/client.rb +1 -1
- data/lib/aws-sdk-timestreamwrite/client_api.rb +6 -4
- data/lib/aws-sdk-timestreamwrite/endpoint_provider.rb +14 -2
- data/lib/aws-sdk-timestreamwrite.rb +1 -1
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 564ee6e4ff29cc17c6e18753e34b28477f29dede56784fda660e1aafc9f32029
|
4
|
+
data.tar.gz: 1749a348759228812ec744f6a3c169b0353b1bb4a61afafbef6dca9a15f04f1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9333ab943413171463ebccb5ab2344fdc08aa402233a6c544aa2bd5b58223802399322c116f3e58eef1f23ff5aa01885243c6f9166317f78743258bcec8f69bd
|
7
|
+
data.tar.gz: 36d1a56d8b8811cc979df3a3894eb98365e2a9764d4235cd1b351d6e7849b36b3c9598e9bb429909ba7d43811530e4ffc0e13953bdca0898615578b2bfef85ea
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.47.0 (2025-05-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add dualstack endpoints support.
|
8
|
+
|
9
|
+
1.46.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.45.0 (2025-02-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.47.0
|
@@ -1678,7 +1678,7 @@ module Aws::TimestreamWrite
|
|
1678
1678
|
tracer: tracer
|
1679
1679
|
)
|
1680
1680
|
context[:gem_name] = 'aws-sdk-timestreamwrite'
|
1681
|
-
context[:gem_version] = '1.
|
1681
|
+
context[:gem_version] = '1.47.0'
|
1682
1682
|
Seahorse::Client::Request.new(handlers, context)
|
1683
1683
|
end
|
1684
1684
|
|
@@ -181,13 +181,13 @@ module Aws::TimestreamWrite
|
|
181
181
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "Message"))
|
182
182
|
ConflictException.struct_class = Types::ConflictException
|
183
183
|
|
184
|
-
CreateBatchLoadTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
184
|
+
CreateBatchLoadTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
185
185
|
CreateBatchLoadTaskRequest.add_member(:data_model_configuration, Shapes::ShapeRef.new(shape: DataModelConfiguration, location_name: "DataModelConfiguration"))
|
186
186
|
CreateBatchLoadTaskRequest.add_member(:data_source_configuration, Shapes::ShapeRef.new(shape: DataSourceConfiguration, required: true, location_name: "DataSourceConfiguration"))
|
187
187
|
CreateBatchLoadTaskRequest.add_member(:report_configuration, Shapes::ShapeRef.new(shape: ReportConfiguration, required: true, location_name: "ReportConfiguration"))
|
188
188
|
CreateBatchLoadTaskRequest.add_member(:target_database_name, Shapes::ShapeRef.new(shape: ResourceCreateAPIName, required: true, location_name: "TargetDatabaseName"))
|
189
189
|
CreateBatchLoadTaskRequest.add_member(:target_table_name, Shapes::ShapeRef.new(shape: ResourceCreateAPIName, required: true, location_name: "TargetTableName"))
|
190
|
-
CreateBatchLoadTaskRequest.add_member(:record_version, Shapes::ShapeRef.new(shape: RecordVersion, location_name: "RecordVersion", metadata: {"box"=>true}))
|
190
|
+
CreateBatchLoadTaskRequest.add_member(:record_version, Shapes::ShapeRef.new(shape: RecordVersion, location_name: "RecordVersion", metadata: {"box" => true}))
|
191
191
|
CreateBatchLoadTaskRequest.struct_class = Types::CreateBatchLoadTaskRequest
|
192
192
|
|
193
193
|
CreateBatchLoadTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: BatchLoadTaskId, required: true, location_name: "TaskId"))
|
@@ -389,7 +389,7 @@ module Aws::TimestreamWrite
|
|
389
389
|
Record.add_member(:measure_value_type, Shapes::ShapeRef.new(shape: MeasureValueType, location_name: "MeasureValueType"))
|
390
390
|
Record.add_member(:time, Shapes::ShapeRef.new(shape: StringValue256, location_name: "Time"))
|
391
391
|
Record.add_member(:time_unit, Shapes::ShapeRef.new(shape: TimeUnit, location_name: "TimeUnit"))
|
392
|
-
Record.add_member(:version, Shapes::ShapeRef.new(shape: RecordVersion, location_name: "Version", metadata: {"box"=>true}))
|
392
|
+
Record.add_member(:version, Shapes::ShapeRef.new(shape: RecordVersion, location_name: "Version", metadata: {"box" => true}))
|
393
393
|
Record.add_member(:measure_values, Shapes::ShapeRef.new(shape: MeasureValues, location_name: "MeasureValues"))
|
394
394
|
Record.struct_class = Types::Record
|
395
395
|
|
@@ -402,7 +402,7 @@ module Aws::TimestreamWrite
|
|
402
402
|
|
403
403
|
RejectedRecord.add_member(:record_index, Shapes::ShapeRef.new(shape: RecordIndex, location_name: "RecordIndex"))
|
404
404
|
RejectedRecord.add_member(:reason, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Reason"))
|
405
|
-
RejectedRecord.add_member(:existing_version, Shapes::ShapeRef.new(shape: RecordVersion, location_name: "ExistingVersion", metadata: {"box"=>true}))
|
405
|
+
RejectedRecord.add_member(:existing_version, Shapes::ShapeRef.new(shape: RecordVersion, location_name: "ExistingVersion", metadata: {"box" => true}))
|
406
406
|
RejectedRecord.struct_class = Types::RejectedRecord
|
407
407
|
|
408
408
|
RejectedRecords.member = Shapes::ShapeRef.new(shape: RejectedRecord)
|
@@ -517,9 +517,11 @@ module Aws::TimestreamWrite
|
|
517
517
|
|
518
518
|
api.metadata = {
|
519
519
|
"apiVersion" => "2018-11-01",
|
520
|
+
"auth" => ["aws.auth#sigv4"],
|
520
521
|
"endpointPrefix" => "ingest.timestream",
|
521
522
|
"jsonVersion" => "1.0",
|
522
523
|
"protocol" => "json",
|
524
|
+
"protocols" => ["json"],
|
523
525
|
"serviceAbbreviation" => "Timestream Write",
|
524
526
|
"serviceFullName" => "Amazon Timestream Write",
|
525
527
|
"serviceId" => "Timestream Write",
|
@@ -23,13 +23,19 @@ module Aws::TimestreamWrite
|
|
23
23
|
if (partition_result = Aws::Endpoints::Matchers.aws_partition(parameters.region))
|
24
24
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
25
25
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
26
|
+
if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
27
|
+
return Aws::Endpoints::Endpoint.new(url: "https://timestream-ingest-fips.#{parameters.region}.api.aws", headers: {}, properties: {})
|
28
|
+
end
|
29
|
+
if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://timestream-ingest.#{parameters.region}.api.aws", headers: {}, properties: {})
|
31
|
+
end
|
26
32
|
return Aws::Endpoints::Endpoint.new(url: "https://ingest.timestream-fips.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
27
33
|
end
|
28
34
|
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
29
35
|
end
|
30
36
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
|
31
|
-
if Aws::Endpoints::Matchers.boolean_equals?(
|
32
|
-
if Aws::Endpoints::Matchers.string_equals?(
|
37
|
+
if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
|
38
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
|
33
39
|
return Aws::Endpoints::Endpoint.new(url: "https://ingest.timestream.#{parameters.region}.amazonaws.com", headers: {}, properties: {})
|
34
40
|
end
|
35
41
|
return Aws::Endpoints::Endpoint.new(url: "https://ingest.timestream-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
@@ -38,6 +44,12 @@ module Aws::TimestreamWrite
|
|
38
44
|
end
|
39
45
|
if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_dual_stack, true)
|
40
46
|
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
47
|
+
if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
48
|
+
return Aws::Endpoints::Endpoint.new(url: "https://timestream-ingest.#{parameters.region}.api.aws", headers: {}, properties: {})
|
49
|
+
end
|
50
|
+
if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
|
51
|
+
return Aws::Endpoints::Endpoint.new(url: "https://timestream-ingest.#{parameters.region}.api.aws", headers: {}, properties: {})
|
52
|
+
end
|
41
53
|
return Aws::Endpoints::Endpoint.new(url: "https://ingest.timestream.#{parameters.region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
42
54
|
end
|
43
55
|
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.47.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -36,14 +35,14 @@ dependencies:
|
|
36
35
|
requirements:
|
37
36
|
- - "~>"
|
38
37
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
38
|
+
version: '1.5'
|
40
39
|
type: :runtime
|
41
40
|
prerelease: false
|
42
41
|
version_requirements: !ruby/object:Gem::Requirement
|
43
42
|
requirements:
|
44
43
|
- - "~>"
|
45
44
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
45
|
+
version: '1.5'
|
47
46
|
description: Official AWS Ruby gem for Amazon Timestream Write (Timestream Write).
|
48
47
|
This gem is part of the AWS SDK for Ruby.
|
49
48
|
email:
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-timestreamwrite
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-timestreamwrite/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - Timestream Write
|
99
96
|
test_files: []
|