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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9844c4adf949c2d802d611a7dbcad5a34a105158a431f699e5c9815d09bc97ce
4
- data.tar.gz: fd1c804b68837e355bb8e8c01ec129a98e5c378d35e17c404b87c523b5e4bef0
3
+ metadata.gz: cb5fdf1445ff17caeefdf3e1ebff18922d760b8b9a80e4dd9bac87bb0694f0f2
4
+ data.tar.gz: 33291c21d46c1ea751e094ba733518b38f0e6d53c1d724ba02084c6bb02dd264
5
5
  SHA512:
6
- metadata.gz: d966c3961ceb9c601f65213beade3207b6ed9e31b792e9b157ede73e63a9f71dcb6c7da04e77108c3e3bfa088471ff187959246851d4cc01ab316547f27624e1
7
- data.tar.gz: f978139602ed9f5f25226b746d6790966c27ba395402f43a52f57f2389ee3367b2376cb03b9f6a857d4ef1ad3532d1ff407c4a280297da17b726f47b83e72270
6
+ metadata.gz: 0efe4e9e8feddfb590d92ea369e157b57316eebdd86caf31f16e93492cfbf27af2b55279172c0ca13c3f9c342caf7d3ecb938a1f97a533120fe64c1e3a0bca34
7
+ data.tar.gz: 90c03366c96fb5c4db8526efe8d877b037dbf5abb13316a6f99870169489ff961b5cfb124f759ea427da2c7fc6f79bcbe60444179ece6a1b06c263ab128ac3b9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2024-08-23)
5
+ ------------------
6
+
7
+ * Feature - Update API documentation to clarify the event SLA as well as the data model expectations
8
+
4
9
  1.8.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
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 events with real-time data for analysis or
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.8.0'
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
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-supplychain/customizations'
52
52
  # @!group service
53
53
  module Aws::SupplyChain
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
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.8.0
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-07-02 00:00:00.000000000 Z
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.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.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: