aws-sdk-supplychain 1.38.0 → 1.40.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-supplychain/client.rb +1 -1
- data/lib/aws-sdk-supplychain.rb +1 -1
- data/sig/client.rbs +7 -117
- data/sig/params.rbs +66 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fd51a5ceceade99c1d043914520360dfae07e3de37a0745e7f007b2b2b3e572
|
|
4
|
+
data.tar.gz: 77969c3cd3f78ea8e7432feb742aaa8db502448cbf311dd7b900600ce8f4e692
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 873f79b199112aeefa0e860a6589fc3bd32f10c6986b897abbd94051e823b28332228a879ab39cae8581977ccaf21b3c68763540324184acac6aded40c857f4a
|
|
7
|
+
data.tar.gz: bd7dcd25964f688d293a6e726b316aef8070753e0ce6b4121fec1ec721b680e656eb764046fefa50d14880dc01ff12dbbab7d59f7067cd6b035eee5086baf1f3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.40.0 (2026-05-19)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.39.0 (2026-05-13)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.38.0 (2026-03-18)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
data/lib/aws-sdk-supplychain.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -100,35 +100,7 @@ module Aws
|
|
|
100
100
|
instance_id: ::String,
|
|
101
101
|
name: ::String,
|
|
102
102
|
sources: Array[
|
|
103
|
-
|
|
104
|
-
source_type: ("S3" | "DATASET"),
|
|
105
|
-
source_name: ::String,
|
|
106
|
-
s3_source: {
|
|
107
|
-
bucket_name: ::String,
|
|
108
|
-
prefix: ::String,
|
|
109
|
-
options: {
|
|
110
|
-
file_type: ("CSV" | "PARQUET" | "JSON")?
|
|
111
|
-
}?
|
|
112
|
-
}?,
|
|
113
|
-
dataset_source: {
|
|
114
|
-
dataset_identifier: ::String,
|
|
115
|
-
options: {
|
|
116
|
-
load_type: ("INCREMENTAL" | "REPLACE")?,
|
|
117
|
-
dedupe_records: bool?,
|
|
118
|
-
dedupe_strategy: {
|
|
119
|
-
type: ("FIELD_PRIORITY"),
|
|
120
|
-
field_priority: {
|
|
121
|
-
fields: Array[
|
|
122
|
-
{
|
|
123
|
-
name: ::String,
|
|
124
|
-
sort_order: ("ASC" | "DESC")
|
|
125
|
-
},
|
|
126
|
-
]
|
|
127
|
-
}?
|
|
128
|
-
}?
|
|
129
|
-
}?
|
|
130
|
-
}?
|
|
131
|
-
},
|
|
103
|
+
Params::data_integration_flow_source
|
|
132
104
|
],
|
|
133
105
|
transformation: {
|
|
134
106
|
transformation_type: ("SQL" | "NONE"),
|
|
@@ -136,34 +108,7 @@ module Aws
|
|
|
136
108
|
query: ::String
|
|
137
109
|
}?
|
|
138
110
|
},
|
|
139
|
-
target:
|
|
140
|
-
target_type: ("S3" | "DATASET"),
|
|
141
|
-
s3_target: {
|
|
142
|
-
bucket_name: ::String,
|
|
143
|
-
prefix: ::String,
|
|
144
|
-
options: {
|
|
145
|
-
file_type: ("CSV" | "PARQUET" | "JSON")?
|
|
146
|
-
}?
|
|
147
|
-
}?,
|
|
148
|
-
dataset_target: {
|
|
149
|
-
dataset_identifier: ::String,
|
|
150
|
-
options: {
|
|
151
|
-
load_type: ("INCREMENTAL" | "REPLACE")?,
|
|
152
|
-
dedupe_records: bool?,
|
|
153
|
-
dedupe_strategy: {
|
|
154
|
-
type: ("FIELD_PRIORITY"),
|
|
155
|
-
field_priority: {
|
|
156
|
-
fields: Array[
|
|
157
|
-
{
|
|
158
|
-
name: ::String,
|
|
159
|
-
sort_order: ("ASC" | "DESC")
|
|
160
|
-
},
|
|
161
|
-
]
|
|
162
|
-
}?
|
|
163
|
-
}?
|
|
164
|
-
}?
|
|
165
|
-
}?
|
|
166
|
-
},
|
|
111
|
+
target: Params::data_integration_flow_target,
|
|
167
112
|
?tags: Hash[::String, ::String]
|
|
168
113
|
) -> _CreateDataIntegrationFlowResponseSuccess
|
|
169
114
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDataIntegrationFlowResponseSuccess
|
|
@@ -184,12 +129,12 @@ module Aws
|
|
|
184
129
|
name: ::String,
|
|
185
130
|
type: ("INT" | "DOUBLE" | "STRING" | "TIMESTAMP" | "LONG"),
|
|
186
131
|
is_required: bool
|
|
187
|
-
}
|
|
132
|
+
}
|
|
188
133
|
],
|
|
189
134
|
primary_keys: Array[
|
|
190
135
|
{
|
|
191
136
|
name: ::String
|
|
192
|
-
}
|
|
137
|
+
}
|
|
193
138
|
]?
|
|
194
139
|
},
|
|
195
140
|
?description: ::String,
|
|
@@ -200,7 +145,7 @@ module Aws
|
|
|
200
145
|
transform: {
|
|
201
146
|
type: ("YEAR" | "MONTH" | "DAY" | "HOUR" | "IDENTITY")
|
|
202
147
|
}
|
|
203
|
-
}
|
|
148
|
+
}
|
|
204
149
|
]
|
|
205
150
|
},
|
|
206
151
|
?tags: Hash[::String, ::String]
|
|
@@ -501,35 +446,7 @@ module Aws
|
|
|
501
446
|
instance_id: ::String,
|
|
502
447
|
name: ::String,
|
|
503
448
|
?sources: Array[
|
|
504
|
-
|
|
505
|
-
source_type: ("S3" | "DATASET"),
|
|
506
|
-
source_name: ::String,
|
|
507
|
-
s3_source: {
|
|
508
|
-
bucket_name: ::String,
|
|
509
|
-
prefix: ::String,
|
|
510
|
-
options: {
|
|
511
|
-
file_type: ("CSV" | "PARQUET" | "JSON")?
|
|
512
|
-
}?
|
|
513
|
-
}?,
|
|
514
|
-
dataset_source: {
|
|
515
|
-
dataset_identifier: ::String,
|
|
516
|
-
options: {
|
|
517
|
-
load_type: ("INCREMENTAL" | "REPLACE")?,
|
|
518
|
-
dedupe_records: bool?,
|
|
519
|
-
dedupe_strategy: {
|
|
520
|
-
type: ("FIELD_PRIORITY"),
|
|
521
|
-
field_priority: {
|
|
522
|
-
fields: Array[
|
|
523
|
-
{
|
|
524
|
-
name: ::String,
|
|
525
|
-
sort_order: ("ASC" | "DESC")
|
|
526
|
-
},
|
|
527
|
-
]
|
|
528
|
-
}?
|
|
529
|
-
}?
|
|
530
|
-
}?
|
|
531
|
-
}?
|
|
532
|
-
},
|
|
449
|
+
Params::data_integration_flow_source
|
|
533
450
|
],
|
|
534
451
|
?transformation: {
|
|
535
452
|
transformation_type: ("SQL" | "NONE"),
|
|
@@ -537,34 +454,7 @@ module Aws
|
|
|
537
454
|
query: ::String
|
|
538
455
|
}?
|
|
539
456
|
},
|
|
540
|
-
?target:
|
|
541
|
-
target_type: ("S3" | "DATASET"),
|
|
542
|
-
s3_target: {
|
|
543
|
-
bucket_name: ::String,
|
|
544
|
-
prefix: ::String,
|
|
545
|
-
options: {
|
|
546
|
-
file_type: ("CSV" | "PARQUET" | "JSON")?
|
|
547
|
-
}?
|
|
548
|
-
}?,
|
|
549
|
-
dataset_target: {
|
|
550
|
-
dataset_identifier: ::String,
|
|
551
|
-
options: {
|
|
552
|
-
load_type: ("INCREMENTAL" | "REPLACE")?,
|
|
553
|
-
dedupe_records: bool?,
|
|
554
|
-
dedupe_strategy: {
|
|
555
|
-
type: ("FIELD_PRIORITY"),
|
|
556
|
-
field_priority: {
|
|
557
|
-
fields: Array[
|
|
558
|
-
{
|
|
559
|
-
name: ::String,
|
|
560
|
-
sort_order: ("ASC" | "DESC")
|
|
561
|
-
},
|
|
562
|
-
]
|
|
563
|
-
}?
|
|
564
|
-
}?
|
|
565
|
-
}?
|
|
566
|
-
}?
|
|
567
|
-
}
|
|
457
|
+
?target: Params::data_integration_flow_target
|
|
568
458
|
) -> _UpdateDataIntegrationFlowResponseSuccess
|
|
569
459
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateDataIntegrationFlowResponseSuccess
|
|
570
460
|
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module SupplyChain
|
|
10
|
+
module Params
|
|
11
|
+
type data_integration_flow_dedupe_strategy = {
|
|
12
|
+
type: ("FIELD_PRIORITY"),
|
|
13
|
+
field_priority: {
|
|
14
|
+
fields: Array[
|
|
15
|
+
{
|
|
16
|
+
name: ::String,
|
|
17
|
+
sort_order: ("ASC" | "DESC")
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}?
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
type data_integration_flow_dataset_options = {
|
|
24
|
+
load_type: ("INCREMENTAL" | "REPLACE")?,
|
|
25
|
+
dedupe_records: bool?,
|
|
26
|
+
dedupe_strategy: Params::data_integration_flow_dedupe_strategy?
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
type data_integration_flow_dataset_source_configuration = {
|
|
30
|
+
dataset_identifier: ::String,
|
|
31
|
+
options: Params::data_integration_flow_dataset_options?
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
type data_integration_flow_source = {
|
|
35
|
+
source_type: ("S3" | "DATASET"),
|
|
36
|
+
source_name: ::String,
|
|
37
|
+
s3_source: {
|
|
38
|
+
bucket_name: ::String,
|
|
39
|
+
prefix: ::String,
|
|
40
|
+
options: {
|
|
41
|
+
file_type: ("CSV" | "PARQUET" | "JSON")?
|
|
42
|
+
}?
|
|
43
|
+
}?,
|
|
44
|
+
dataset_source: Params::data_integration_flow_dataset_source_configuration?
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
type data_integration_flow_dataset_target_configuration = {
|
|
48
|
+
dataset_identifier: ::String,
|
|
49
|
+
options: Params::data_integration_flow_dataset_options?
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
type data_integration_flow_target = {
|
|
53
|
+
target_type: ("S3" | "DATASET"),
|
|
54
|
+
s3_target: {
|
|
55
|
+
bucket_name: ::String,
|
|
56
|
+
prefix: ::String,
|
|
57
|
+
options: {
|
|
58
|
+
file_type: ("CSV" | "PARQUET" | "JSON")?
|
|
59
|
+
}?
|
|
60
|
+
}?,
|
|
61
|
+
dataset_target: Params::data_integration_flow_dataset_target_configuration?
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
end
|
|
65
|
+
end
|
|
66
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.40.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.247.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-supplychain/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|