aws-sdk-supplychain 1.7.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: 6e3a269b71c03644679d9a887bdedea91d59817f5ca46459c6f2afbfabeab381
4
- data.tar.gz: 53db49878bca498c3832ee494e35da749dd471354dfaa01fc97fec21ef348de9
3
+ metadata.gz: cb5fdf1445ff17caeefdf3e1ebff18922d760b8b9a80e4dd9bac87bb0694f0f2
4
+ data.tar.gz: 33291c21d46c1ea751e094ba733518b38f0e6d53c1d724ba02084c6bb02dd264
5
5
  SHA512:
6
- metadata.gz: ea7eba7c5dca46631bc107adffb6b49948e29ed88d911107a8b5cb9d40fe83ccec025208500dae569769c90e4e0d9447511c895266a1e68540f5d4e1840f82cb
7
- data.tar.gz: 28a7798922fb235286faf7015dd69518f6ed4d19f3c04351565c8502a0139cd69df5436208e4ddce248c74da563b220cc66adf390e10ba96c140f7a4422d713d
6
+ metadata.gz: 0efe4e9e8feddfb590d92ea369e157b57316eebdd86caf31f16e93492cfbf27af2b55279172c0ca13c3f9c342caf7d3ecb938a1f97a533120fe64c1e3a0bca34
7
+ data.tar.gz: 90c03366c96fb5c4db8526efe8d877b037dbf5abb13316a6f99870169489ff961b5cfb124f759ea427da2c7fc6f79bcbe60444179ece6a1b06c263ab128ac3b9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.8.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.7.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.9.0
@@ -312,6 +312,15 @@ module Aws::SupplyChain
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -548,8 +557,12 @@ module Aws::SupplyChain
548
557
  req.send_request(options)
549
558
  end
550
559
 
551
- # Send transactional data events with real-time data for analysis or
552
- # 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.
553
566
  #
554
567
  # @option params [required, String] :instance_id
555
568
  # The AWS Supply Chain instance identifier.
@@ -558,7 +571,12 @@ module Aws::SupplyChain
558
571
  # The data event type.
559
572
  #
560
573
  # @option params [required, String] :data
561
- # 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
562
580
  #
563
581
  # @option params [required, String] :event_group_id
564
582
  # Event identifier (for example, orderId for InboundOrder) used for data
@@ -840,7 +858,7 @@ module Aws::SupplyChain
840
858
  params: params,
841
859
  config: config)
842
860
  context[:gem_name] = 'aws-sdk-supplychain'
843
- context[:gem_version] = '1.7.0'
861
+ context[:gem_version] = '1.9.0'
844
862
  Seahorse::Client::Request.new(handlers, context)
845
863
  end
846
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.7.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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.7.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-06-25 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
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: