aws-sdk-elementalinference 1.2.0 → 1.3.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elementalinference/client.rb +1 -1
- data/lib/aws-sdk-elementalinference.rb +1 -1
- data/sig/client.rbs +3 -25
- data/sig/params.rbs +26 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a9b694544fe9bc0e04bbb494c1bb29ef4a8a301d836b3b7b087f4221f940e9c
|
|
4
|
+
data.tar.gz: 993af8f29864527c9f8e65ac612e68f14b2aa2af547d839cb548a76ece4e30e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3dab646bd52b3faf35ee48adcb8bcea4598486a37257563e6aa65cde3e38e6df560d845fa5317ba6dd72229e48f06f15a0dc497bb1953aad52a901c3c5a963b
|
|
7
|
+
data.tar.gz: 7a899d1d80d6204f0c9c898b6fb26ca434980d0d150fad2c32ba06208203547e29b0d6faac1fa0be8f3c34a19a7ff39964bad5dee27db964ea112031100476a5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
data/sig/client.rbs
CHANGED
|
@@ -88,18 +88,7 @@ module Aws
|
|
|
88
88
|
id: ::String,
|
|
89
89
|
associated_resource_name: ::String,
|
|
90
90
|
outputs: Array[
|
|
91
|
-
|
|
92
|
-
name: ::String,
|
|
93
|
-
output_config: {
|
|
94
|
-
cropping: {
|
|
95
|
-
}?,
|
|
96
|
-
clipping: {
|
|
97
|
-
callback_metadata: ::String?
|
|
98
|
-
}?
|
|
99
|
-
},
|
|
100
|
-
status: ("ENABLED" | "DISABLED"),
|
|
101
|
-
description: ::String?
|
|
102
|
-
},
|
|
91
|
+
Params::create_output
|
|
103
92
|
],
|
|
104
93
|
?dry_run: bool
|
|
105
94
|
) -> _AssociateFeedResponseSuccess
|
|
@@ -120,18 +109,7 @@ module Aws
|
|
|
120
109
|
def create_feed: (
|
|
121
110
|
name: ::String,
|
|
122
111
|
outputs: Array[
|
|
123
|
-
|
|
124
|
-
name: ::String,
|
|
125
|
-
output_config: {
|
|
126
|
-
cropping: {
|
|
127
|
-
}?,
|
|
128
|
-
clipping: {
|
|
129
|
-
callback_metadata: ::String?
|
|
130
|
-
}?
|
|
131
|
-
},
|
|
132
|
-
status: ("ENABLED" | "DISABLED"),
|
|
133
|
-
description: ::String?
|
|
134
|
-
},
|
|
112
|
+
Params::create_output
|
|
135
113
|
],
|
|
136
114
|
?tags: Hash[::String, ::String]
|
|
137
115
|
) -> _CreateFeedResponseSuccess
|
|
@@ -243,7 +221,7 @@ module Aws
|
|
|
243
221
|
status: ("ENABLED" | "DISABLED"),
|
|
244
222
|
description: ::String?,
|
|
245
223
|
from_association: bool?
|
|
246
|
-
}
|
|
224
|
+
}
|
|
247
225
|
]
|
|
248
226
|
) -> _UpdateFeedResponseSuccess
|
|
249
227
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFeedResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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 ElementalInference
|
|
10
|
+
module Params
|
|
11
|
+
type create_output = {
|
|
12
|
+
name: ::String,
|
|
13
|
+
output_config: {
|
|
14
|
+
cropping: {
|
|
15
|
+
}?,
|
|
16
|
+
clipping: {
|
|
17
|
+
callback_metadata: ::String?
|
|
18
|
+
}?
|
|
19
|
+
},
|
|
20
|
+
status: ("ENABLED" | "DISABLED"),
|
|
21
|
+
description: ::String?
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-elementalinference
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-elementalinference/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|