aws-sdk-timestreamwrite 1.45.0 → 1.46.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: f6dd3e1832caa3020b0b4054c0f96569b5c6305c689cf1cb158a38f863b98671
4
- data.tar.gz: 8bfea64f1f4066fa522e66259f3311742b9673e3026bbcbad57a77389c427623
3
+ metadata.gz: 79e214f9217b1db65ab3a613ab1070b00116bafce5ec4a9d2c5dc117a4c3154e
4
+ data.tar.gz: 8e204da2545f8727f601cf3595723257b157ed3d69a1835c20ef37ac33dae09c
5
5
  SHA512:
6
- metadata.gz: 709aa9ddd3ca46d9ca71fafbcc3c82f6572bda6485863ea9c467d1fc6c695c5a0cf7213444bbc99ff7f5ace681ba819491fbc5b2aef0aa76cc81566480959169
7
- data.tar.gz: b1cf39538c9f010eb5456aec3a3a6213cfabfa73c03e5d809b56d5e08ceb20253e964b9816946acdb15e6da3a040791fae5334b4f8563d7cdab42d3df118aba8
6
+ metadata.gz: 7ce32d35ce398e2ee157c35baa1a6e3fc2831eb8f7507d4b48550941120495ce5096ad33b7dcc30f9d08ce509ee41b5df950b5b734eb3b0eebd0f8287af533ed
7
+ data.tar.gz: 6edd4a4fcdd5dfb77f4ca9df74480d03fe70bf1683af00c4956d3a468849e4379f1f1eeb4bee0a5e8a988d82e1377839ba951789459d1895b23874f6e984de27
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.45.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.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.45.0'
1681
+ context[:gem_version] = '1.46.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)
@@ -54,7 +54,7 @@ module Aws::TimestreamWrite
54
54
  autoload :EndpointProvider, 'aws-sdk-timestreamwrite/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-timestreamwrite/endpoints'
56
56
 
57
- GEM_VERSION = '1.45.0'
57
+ GEM_VERSION = '1.46.0'
58
58
 
59
59
  end
60
60
 
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.45.0
4
+ version: 1.46.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: 2025-02-18 00:00:00.000000000 Z
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
@@ -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.4.10
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: []