aws-sdk-appfabric 1.40.0 → 1.42.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-appfabric/client.rb +6 -8
- data/lib/aws-sdk-appfabric.rb +1 -1
- data/sig/client.rbs +9 -49
- data/sig/params.rbs +41 -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: 1025365a152dd80f23cee93439dae4131a3a33b296833e648076e2eac7af095c
|
|
4
|
+
data.tar.gz: 98785e4c0a627a852f9ac84f3c25634ffbbd8a9f45245a16d625a3b2146a89fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01af26a05f8159047ba46a9f36488cb4f5f69f7d3e24394fa7e2f97a30acb47ac36661f28cee324ae2be93142687b0dee084ffd91a7e47773e5c9e2b7d92b78d
|
|
7
|
+
data.tar.gz: 003b10f154d0530eebce1d9e000d8593441370045c489f658f870427cc841e08af93d3ceb7b9ee198af655105ee744b67dd35bfb6898c403ee929903c5d5249d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.42.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.41.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.40.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.42.0
|
|
@@ -199,7 +199,7 @@ module Aws::AppFabric
|
|
|
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::AppFabric
|
|
|
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.
|
|
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` -
|
|
334
|
-
#
|
|
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
|
|
@@ -1836,7 +1834,7 @@ module Aws::AppFabric
|
|
|
1836
1834
|
tracer: tracer
|
|
1837
1835
|
)
|
|
1838
1836
|
context[:gem_name] = 'aws-sdk-appfabric'
|
|
1839
|
-
context[:gem_version] = '1.
|
|
1837
|
+
context[:gem_version] = '1.42.0'
|
|
1840
1838
|
Seahorse::Client::Request.new(handlers, context)
|
|
1841
1839
|
end
|
|
1842
1840
|
|
data/lib/aws-sdk-appfabric.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -112,15 +112,7 @@ module Aws
|
|
|
112
112
|
def create_app_authorization: (
|
|
113
113
|
app_bundle_identifier: ::String,
|
|
114
114
|
app: ::String,
|
|
115
|
-
credential:
|
|
116
|
-
oauth2_credential: {
|
|
117
|
-
client_id: ::String,
|
|
118
|
-
client_secret: ::String
|
|
119
|
-
}?,
|
|
120
|
-
api_key_credential: {
|
|
121
|
-
api_key: ::String
|
|
122
|
-
}?
|
|
123
|
-
},
|
|
115
|
+
credential: Params::credential,
|
|
124
116
|
tenant: {
|
|
125
117
|
tenant_identifier: ::String,
|
|
126
118
|
tenant_display_name: ::String
|
|
@@ -131,7 +123,7 @@ module Aws
|
|
|
131
123
|
{
|
|
132
124
|
key: ::String,
|
|
133
125
|
value: ::String
|
|
134
|
-
}
|
|
126
|
+
}
|
|
135
127
|
]
|
|
136
128
|
) -> _CreateAppAuthorizationResponseSuccess
|
|
137
129
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppAuthorizationResponseSuccess
|
|
@@ -148,7 +140,7 @@ module Aws
|
|
|
148
140
|
{
|
|
149
141
|
key: ::String,
|
|
150
142
|
value: ::String
|
|
151
|
-
}
|
|
143
|
+
}
|
|
152
144
|
]
|
|
153
145
|
) -> _CreateAppBundleResponseSuccess
|
|
154
146
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAppBundleResponseSuccess
|
|
@@ -168,7 +160,7 @@ module Aws
|
|
|
168
160
|
{
|
|
169
161
|
key: ::String,
|
|
170
162
|
value: ::String
|
|
171
|
-
}
|
|
163
|
+
}
|
|
172
164
|
]
|
|
173
165
|
) -> _CreateIngestionResponseSuccess
|
|
174
166
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngestionResponseSuccess
|
|
@@ -187,25 +179,13 @@ module Aws
|
|
|
187
179
|
format: ("json" | "parquet")
|
|
188
180
|
}?
|
|
189
181
|
},
|
|
190
|
-
destination_configuration:
|
|
191
|
-
audit_log: {
|
|
192
|
-
destination: {
|
|
193
|
-
s3_bucket: {
|
|
194
|
-
bucket_name: ::String,
|
|
195
|
-
prefix: ::String?
|
|
196
|
-
}?,
|
|
197
|
-
firehose_stream: {
|
|
198
|
-
stream_name: ::String
|
|
199
|
-
}?
|
|
200
|
-
}
|
|
201
|
-
}?
|
|
202
|
-
},
|
|
182
|
+
destination_configuration: Params::destination_configuration,
|
|
203
183
|
?client_token: ::String,
|
|
204
184
|
?tags: Array[
|
|
205
185
|
{
|
|
206
186
|
key: ::String,
|
|
207
187
|
value: ::String
|
|
208
|
-
}
|
|
188
|
+
}
|
|
209
189
|
]
|
|
210
190
|
) -> _CreateIngestionDestinationResponseSuccess
|
|
211
191
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIngestionDestinationResponseSuccess
|
|
@@ -397,7 +377,7 @@ module Aws
|
|
|
397
377
|
{
|
|
398
378
|
key: ::String,
|
|
399
379
|
value: ::String
|
|
400
|
-
}
|
|
380
|
+
}
|
|
401
381
|
]
|
|
402
382
|
) -> _TagResourceResponseSuccess
|
|
403
383
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -420,15 +400,7 @@ module Aws
|
|
|
420
400
|
def update_app_authorization: (
|
|
421
401
|
app_bundle_identifier: ::String,
|
|
422
402
|
app_authorization_identifier: ::String,
|
|
423
|
-
?credential:
|
|
424
|
-
oauth2_credential: {
|
|
425
|
-
client_id: ::String,
|
|
426
|
-
client_secret: ::String
|
|
427
|
-
}?,
|
|
428
|
-
api_key_credential: {
|
|
429
|
-
api_key: ::String
|
|
430
|
-
}?
|
|
431
|
-
},
|
|
403
|
+
?credential: Params::credential,
|
|
432
404
|
?tenant: {
|
|
433
405
|
tenant_identifier: ::String,
|
|
434
406
|
tenant_display_name: ::String
|
|
@@ -445,19 +417,7 @@ module Aws
|
|
|
445
417
|
app_bundle_identifier: ::String,
|
|
446
418
|
ingestion_identifier: ::String,
|
|
447
419
|
ingestion_destination_identifier: ::String,
|
|
448
|
-
destination_configuration:
|
|
449
|
-
audit_log: {
|
|
450
|
-
destination: {
|
|
451
|
-
s3_bucket: {
|
|
452
|
-
bucket_name: ::String,
|
|
453
|
-
prefix: ::String?
|
|
454
|
-
}?,
|
|
455
|
-
firehose_stream: {
|
|
456
|
-
stream_name: ::String
|
|
457
|
-
}?
|
|
458
|
-
}
|
|
459
|
-
}?
|
|
460
|
-
}
|
|
420
|
+
destination_configuration: Params::destination_configuration
|
|
461
421
|
) -> _UpdateIngestionDestinationResponseSuccess
|
|
462
422
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIngestionDestinationResponseSuccess
|
|
463
423
|
end
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
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 AppFabric
|
|
10
|
+
module Params
|
|
11
|
+
type credential = {
|
|
12
|
+
oauth2_credential: {
|
|
13
|
+
client_id: ::String,
|
|
14
|
+
client_secret: ::String
|
|
15
|
+
}?,
|
|
16
|
+
api_key_credential: {
|
|
17
|
+
api_key: ::String
|
|
18
|
+
}?
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
type destination = {
|
|
22
|
+
s3_bucket: {
|
|
23
|
+
bucket_name: ::String,
|
|
24
|
+
prefix: ::String?
|
|
25
|
+
}?,
|
|
26
|
+
firehose_stream: {
|
|
27
|
+
stream_name: ::String
|
|
28
|
+
}?
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
type audit_log_destination_configuration = {
|
|
32
|
+
destination: Params::destination
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
type destination_configuration = {
|
|
36
|
+
audit_log: Params::audit_log_destination_configuration?
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-appfabric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.42.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.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.
|
|
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-appfabric/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
|