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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c6d186044f8f8d70c1b6f2cd0943b3392d711705e0c3e5895a4caea27427a18
4
- data.tar.gz: d02f1468624765808c3a50586590b09c3cf938f45208bddf2da42779cec25d99
3
+ metadata.gz: 9a9b694544fe9bc0e04bbb494c1bb29ef4a8a301d836b3b7b087f4221f940e9c
4
+ data.tar.gz: 993af8f29864527c9f8e65ac612e68f14b2aa2af547d839cb548a76ece4e30e6
5
5
  SHA512:
6
- metadata.gz: c6267f77f3fa257167603e20580e0dc727bef5263bbd03ca5c3516f47b8444773afee84fa700ac452c558e6e60108a995ee5c7c2bdded7439fefc26b653d358b
7
- data.tar.gz: 7b56a4f901d6719a9d71c443296831a9eaef646d344636c17994ad7f9a92965110f5023968c9b55110c3cbda5b5d58d27309f4e72cf0f360b88070d55574d426
6
+ metadata.gz: a3dab646bd52b3faf35ee48adcb8bcea4598486a37257563e6aa65cde3e38e6df560d845fa5317ba6dd72229e48f06f15a0dc497bb1953aad52a901c3c5a963b
7
+ data.tar.gz: 7a899d1d80d6204f0c9c898b6fb26ca434980d0d150fad2c32ba06208203547e29b0d6faac1fa0be8f3c34a19a7ff39964bad5dee27db964ea112031100476a5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.3.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.2.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.3.0
@@ -986,7 +986,7 @@ module Aws::ElementalInference
986
986
  tracer: tracer
987
987
  )
988
988
  context[:gem_name] = 'aws-sdk-elementalinference'
989
- context[:gem_version] = '1.2.0'
989
+ context[:gem_version] = '1.3.0'
990
990
  Seahorse::Client::Request.new(handlers, context)
991
991
  end
992
992
 
@@ -55,7 +55,7 @@ module Aws::ElementalInference
55
55
  autoload :EndpointProvider, 'aws-sdk-elementalinference/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elementalinference/endpoints'
57
57
 
58
- GEM_VERSION = '1.2.0'
58
+ GEM_VERSION = '1.3.0'
59
59
 
60
60
  end
61
61
 
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.2.0
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