aws-sdk-supplychain 1.8.0 → 1.9.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-supplychain/client.rb +13 -4
- data/lib/aws-sdk-supplychain/client_api.rb +2 -1
- data/lib/aws-sdk-supplychain/types.rb +7 -1
- data/lib/aws-sdk-supplychain.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb5fdf1445ff17caeefdf3e1ebff18922d760b8b9a80e4dd9bac87bb0694f0f2
|
4
|
+
data.tar.gz: 33291c21d46c1ea751e094ba733518b38f0e6d53c1d724ba02084c6bb02dd264
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0efe4e9e8feddfb590d92ea369e157b57316eebdd86caf31f16e93492cfbf27af2b55279172c0ca13c3f9c342caf7d3ecb938a1f97a533120fe64c1e3a0bca34
|
7
|
+
data.tar.gz: 90c03366c96fb5c4db8526efe8d877b037dbf5abb13316a6f99870169489ff961b5cfb124f759ea427da2c7fc6f79bcbe60444179ece6a1b06c263ab128ac3b9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.9.0
|
@@ -557,8 +557,12 @@ module Aws::SupplyChain
|
|
557
557
|
req.send_request(options)
|
558
558
|
end
|
559
559
|
|
560
|
-
# Send transactional data
|
561
|
-
# monitoring.
|
560
|
+
# Send the transactional data payload for the event with real-time data
|
561
|
+
# for analysis or monitoring. The real-time data events are stored in an
|
562
|
+
# Amazon Web Services service before being processed and stored in data
|
563
|
+
# lake. New data events are synced with data lake at 5 PM GMT everyday.
|
564
|
+
# The updated transactional data is available in data lake after
|
565
|
+
# ingestion.
|
562
566
|
#
|
563
567
|
# @option params [required, String] :instance_id
|
564
568
|
# The AWS Supply Chain instance identifier.
|
@@ -567,7 +571,12 @@ module Aws::SupplyChain
|
|
567
571
|
# The data event type.
|
568
572
|
#
|
569
573
|
# @option params [required, String] :data
|
570
|
-
# The data payload of the event.
|
574
|
+
# The data payload of the event. For more information on the data schema
|
575
|
+
# to use, see [Data entities supported in AWS Supply Chain ][1].
|
576
|
+
#
|
577
|
+
#
|
578
|
+
#
|
579
|
+
# [1]: https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
|
571
580
|
#
|
572
581
|
# @option params [required, String] :event_group_id
|
573
582
|
# Event identifier (for example, orderId for InboundOrder) used for data
|
@@ -849,7 +858,7 @@ module Aws::SupplyChain
|
|
849
858
|
params: params,
|
850
859
|
config: config)
|
851
860
|
context[:gem_name] = 'aws-sdk-supplychain'
|
852
|
-
context[:gem_version] = '1.
|
861
|
+
context[:gem_version] = '1.9.0'
|
853
862
|
Seahorse::Client::Request.new(handlers, context)
|
854
863
|
end
|
855
864
|
|
@@ -99,9 +99,10 @@ module Aws::SupplyChain
|
|
99
99
|
|
100
100
|
api.metadata = {
|
101
101
|
"apiVersion" => "2024-01-01",
|
102
|
+
"auth" => ["aws.auth#sigv4"],
|
102
103
|
"endpointPrefix" => "scn",
|
103
|
-
"jsonVersion" => "1.1",
|
104
104
|
"protocol" => "rest-json",
|
105
|
+
"protocols" => ["rest-json"],
|
105
106
|
"serviceFullName" => "AWS Supply Chain",
|
106
107
|
"serviceId" => "SupplyChain",
|
107
108
|
"signatureVersion" => "v4",
|
@@ -183,7 +183,13 @@ module Aws::SupplyChain
|
|
183
183
|
# @return [String]
|
184
184
|
#
|
185
185
|
# @!attribute [rw] data
|
186
|
-
# The data payload of the event.
|
186
|
+
# The data payload of the event. For more information on the data
|
187
|
+
# schema to use, see [Data entities supported in AWS Supply Chain
|
188
|
+
# ][1].
|
189
|
+
#
|
190
|
+
#
|
191
|
+
#
|
192
|
+
# [1]: https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
|
187
193
|
# @return [String]
|
188
194
|
#
|
189
195
|
# @!attribute [rw] event_group_id
|
data/lib/aws-sdk-supplychain.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-supplychain
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.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: 2024-
|
11
|
+
date: 2024-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -36,14 +36,14 @@ dependencies:
|
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.5'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
46
|
+
version: '1.5'
|
47
47
|
description: Official AWS Ruby gem for AWS Supply Chain. This gem is part of the AWS
|
48
48
|
SDK for Ruby.
|
49
49
|
email:
|