aws-sdk-elementalinference 1.2.0 → 1.4.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: c9a06b6e170eb739be9e0d38c072c7bc43da49a4af09b87a13322f9274d454fe
4
+ data.tar.gz: c58a6e5ad6de26255e818e6f07417c43bbe58d6e436c32bb0c73ed8142d6b4d8
5
5
  SHA512:
6
- metadata.gz: c6267f77f3fa257167603e20580e0dc727bef5263bbd03ca5c3516f47b8444773afee84fa700ac452c558e6e60108a995ee5c7c2bdded7439fefc26b653d358b
7
- data.tar.gz: 7b56a4f901d6719a9d71c443296831a9eaef646d344636c17994ad7f9a92965110f5023968c9b55110c3cbda5b5d58d27309f4e72cf0f360b88070d55574d426
6
+ metadata.gz: 4fa9dcefc63beda3d398cdd10b2908e832c0641b9a89b079b7595bd8bc78a5d8000b8d491596bc833ea516a36cf3a062bd79608763f4a11eeb0438495ce80bba
7
+ data.tar.gz: b9b2322d340484b9752ca701f142740ab48cc7cf0fc002289b38baf7c92fb79107ff6af6b5d0de22087b89b335bddc2c521b79753f550b7dce81328a2de931ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.3.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.2.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.4.0
@@ -199,7 +199,7 @@ module Aws::ElementalInference
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::ElementalInference
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -986,7 +984,7 @@ module Aws::ElementalInference
986
984
  tracer: tracer
987
985
  )
988
986
  context[:gem_name] = 'aws-sdk-elementalinference'
989
- context[:gem_version] = '1.2.0'
987
+ context[:gem_version] = '1.4.0'
990
988
  Seahorse::Client::Request.new(handlers, context)
991
989
  end
992
990
 
@@ -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.4.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.4.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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