aws-sdk-amplifybackend 1.62.0 → 1.64.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-amplifybackend/client.rb +6 -8
- data/lib/aws-sdk-amplifybackend.rb +1 -1
- data/sig/client.rbs +6 -184
- data/sig/params.rbs +63 -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: e16c61b42b39c3f341548ecf63be7d5140cdce4b745c89ac20d9c50d6985b089
|
|
4
|
+
data.tar.gz: faa808b5e0a745304eaa1f2a93ff74f2fb4f70bf56ba3ab776878b8c0515d42e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5e13d6cd338991a9c65196f4538612169ae6ec2b7d896e1dda16c0189c475e1899ea8ea5568959af38a8a508610ad6fb9f4554234d9ccfcaa289fc9017bd82d
|
|
7
|
+
data.tar.gz: 30b90a81673f0567691c8ea0e0779e4b1e18b7fc0b193812eb0aa766bf22bac0d3ac9eba5a92e435ece632902c1e903450d07738d921cff3661ff9fab6ad5b06
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.64.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.63.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.62.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.64.0
|
|
@@ -199,7 +199,7 @@ module Aws::AmplifyBackend
|
|
|
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::AmplifyBackend
|
|
|
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
|
|
@@ -2174,7 +2172,7 @@ module Aws::AmplifyBackend
|
|
|
2174
2172
|
tracer: tracer
|
|
2175
2173
|
)
|
|
2176
2174
|
context[:gem_name] = 'aws-sdk-amplifybackend'
|
|
2177
|
-
context[:gem_version] = '1.
|
|
2175
|
+
context[:gem_version] = '1.64.0'
|
|
2178
2176
|
Seahorse::Client::Request.new(handlers, context)
|
|
2179
2177
|
end
|
|
2180
2178
|
|
data/sig/client.rbs
CHANGED
|
@@ -125,42 +125,7 @@ module Aws
|
|
|
125
125
|
def create_backend_api: (
|
|
126
126
|
app_id: ::String,
|
|
127
127
|
backend_environment_name: ::String,
|
|
128
|
-
resource_config:
|
|
129
|
-
additional_auth_types: Array[
|
|
130
|
-
{
|
|
131
|
-
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
132
|
-
settings: {
|
|
133
|
-
cognito_user_pool_id: ::String?,
|
|
134
|
-
description: ::String?,
|
|
135
|
-
expiration_time: ::Float?,
|
|
136
|
-
open_id_auth_ttl: ::String?,
|
|
137
|
-
open_id_client_id: ::String?,
|
|
138
|
-
open_id_iat_ttl: ::String?,
|
|
139
|
-
open_id_issue_url: ::String?,
|
|
140
|
-
open_id_provider_name: ::String?
|
|
141
|
-
}?
|
|
142
|
-
},
|
|
143
|
-
]?,
|
|
144
|
-
api_name: ::String?,
|
|
145
|
-
conflict_resolution: {
|
|
146
|
-
resolution_strategy: ("OPTIMISTIC_CONCURRENCY" | "LAMBDA" | "AUTOMERGE" | "NONE")?
|
|
147
|
-
}?,
|
|
148
|
-
default_auth_type: {
|
|
149
|
-
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
150
|
-
settings: {
|
|
151
|
-
cognito_user_pool_id: ::String?,
|
|
152
|
-
description: ::String?,
|
|
153
|
-
expiration_time: ::Float?,
|
|
154
|
-
open_id_auth_ttl: ::String?,
|
|
155
|
-
open_id_client_id: ::String?,
|
|
156
|
-
open_id_iat_ttl: ::String?,
|
|
157
|
-
open_id_issue_url: ::String?,
|
|
158
|
-
open_id_provider_name: ::String?
|
|
159
|
-
}?
|
|
160
|
-
}?,
|
|
161
|
-
service: ::String?,
|
|
162
|
-
transform_schema: ::String?
|
|
163
|
-
},
|
|
128
|
+
resource_config: Params::backend_api_resource_config,
|
|
164
129
|
resource_name: ::String
|
|
165
130
|
) -> _CreateBackendAPIResponseSuccess
|
|
166
131
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBackendAPIResponseSuccess
|
|
@@ -208,26 +173,7 @@ module Aws
|
|
|
208
173
|
o_auth_scopes: Array[("PHONE" | "EMAIL" | "OPENID" | "PROFILE" | "AWS_COGNITO_SIGNIN_USER_ADMIN")],
|
|
209
174
|
redirect_sign_in_ur_is: Array[::String],
|
|
210
175
|
redirect_sign_out_ur_is: Array[::String],
|
|
211
|
-
social_provider_settings:
|
|
212
|
-
facebook: {
|
|
213
|
-
client_id: ::String?,
|
|
214
|
-
client_secret: ::String?
|
|
215
|
-
}?,
|
|
216
|
-
google: {
|
|
217
|
-
client_id: ::String?,
|
|
218
|
-
client_secret: ::String?
|
|
219
|
-
}?,
|
|
220
|
-
login_with_amazon: {
|
|
221
|
-
client_id: ::String?,
|
|
222
|
-
client_secret: ::String?
|
|
223
|
-
}?,
|
|
224
|
-
sign_in_with_apple: {
|
|
225
|
-
client_id: ::String?,
|
|
226
|
-
key_id: ::String?,
|
|
227
|
-
private_key: ::String?,
|
|
228
|
-
team_id: ::String?
|
|
229
|
-
}?
|
|
230
|
-
}?
|
|
176
|
+
social_provider_settings: Params::social_provider_settings?
|
|
231
177
|
}?,
|
|
232
178
|
password_policy: {
|
|
233
179
|
additional_constraints: Array[("REQUIRE_DIGIT" | "REQUIRE_LOWERCASE" | "REQUIRE_SYMBOL" | "REQUIRE_UPPERCASE")]?,
|
|
@@ -329,42 +275,7 @@ module Aws
|
|
|
329
275
|
def delete_backend_api: (
|
|
330
276
|
app_id: ::String,
|
|
331
277
|
backend_environment_name: ::String,
|
|
332
|
-
?resource_config:
|
|
333
|
-
additional_auth_types: Array[
|
|
334
|
-
{
|
|
335
|
-
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
336
|
-
settings: {
|
|
337
|
-
cognito_user_pool_id: ::String?,
|
|
338
|
-
description: ::String?,
|
|
339
|
-
expiration_time: ::Float?,
|
|
340
|
-
open_id_auth_ttl: ::String?,
|
|
341
|
-
open_id_client_id: ::String?,
|
|
342
|
-
open_id_iat_ttl: ::String?,
|
|
343
|
-
open_id_issue_url: ::String?,
|
|
344
|
-
open_id_provider_name: ::String?
|
|
345
|
-
}?
|
|
346
|
-
},
|
|
347
|
-
]?,
|
|
348
|
-
api_name: ::String?,
|
|
349
|
-
conflict_resolution: {
|
|
350
|
-
resolution_strategy: ("OPTIMISTIC_CONCURRENCY" | "LAMBDA" | "AUTOMERGE" | "NONE")?
|
|
351
|
-
}?,
|
|
352
|
-
default_auth_type: {
|
|
353
|
-
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
354
|
-
settings: {
|
|
355
|
-
cognito_user_pool_id: ::String?,
|
|
356
|
-
description: ::String?,
|
|
357
|
-
expiration_time: ::Float?,
|
|
358
|
-
open_id_auth_ttl: ::String?,
|
|
359
|
-
open_id_client_id: ::String?,
|
|
360
|
-
open_id_iat_ttl: ::String?,
|
|
361
|
-
open_id_issue_url: ::String?,
|
|
362
|
-
open_id_provider_name: ::String?
|
|
363
|
-
}?
|
|
364
|
-
}?,
|
|
365
|
-
service: ::String?,
|
|
366
|
-
transform_schema: ::String?
|
|
367
|
-
},
|
|
278
|
+
?resource_config: Params::backend_api_resource_config,
|
|
368
279
|
resource_name: ::String
|
|
369
280
|
) -> _DeleteBackendAPIResponseSuccess
|
|
370
281
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBackendAPIResponseSuccess
|
|
@@ -455,42 +366,7 @@ module Aws
|
|
|
455
366
|
def get_backend_api: (
|
|
456
367
|
app_id: ::String,
|
|
457
368
|
backend_environment_name: ::String,
|
|
458
|
-
?resource_config:
|
|
459
|
-
additional_auth_types: Array[
|
|
460
|
-
{
|
|
461
|
-
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
462
|
-
settings: {
|
|
463
|
-
cognito_user_pool_id: ::String?,
|
|
464
|
-
description: ::String?,
|
|
465
|
-
expiration_time: ::Float?,
|
|
466
|
-
open_id_auth_ttl: ::String?,
|
|
467
|
-
open_id_client_id: ::String?,
|
|
468
|
-
open_id_iat_ttl: ::String?,
|
|
469
|
-
open_id_issue_url: ::String?,
|
|
470
|
-
open_id_provider_name: ::String?
|
|
471
|
-
}?
|
|
472
|
-
},
|
|
473
|
-
]?,
|
|
474
|
-
api_name: ::String?,
|
|
475
|
-
conflict_resolution: {
|
|
476
|
-
resolution_strategy: ("OPTIMISTIC_CONCURRENCY" | "LAMBDA" | "AUTOMERGE" | "NONE")?
|
|
477
|
-
}?,
|
|
478
|
-
default_auth_type: {
|
|
479
|
-
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
480
|
-
settings: {
|
|
481
|
-
cognito_user_pool_id: ::String?,
|
|
482
|
-
description: ::String?,
|
|
483
|
-
expiration_time: ::Float?,
|
|
484
|
-
open_id_auth_ttl: ::String?,
|
|
485
|
-
open_id_client_id: ::String?,
|
|
486
|
-
open_id_iat_ttl: ::String?,
|
|
487
|
-
open_id_issue_url: ::String?,
|
|
488
|
-
open_id_provider_name: ::String?
|
|
489
|
-
}?
|
|
490
|
-
}?,
|
|
491
|
-
service: ::String?,
|
|
492
|
-
transform_schema: ::String?
|
|
493
|
-
},
|
|
369
|
+
?resource_config: Params::backend_api_resource_config,
|
|
494
370
|
resource_name: ::String
|
|
495
371
|
) -> _GetBackendAPIResponseSuccess
|
|
496
372
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetBackendAPIResponseSuccess
|
|
@@ -669,42 +545,7 @@ module Aws
|
|
|
669
545
|
def update_backend_api: (
|
|
670
546
|
app_id: ::String,
|
|
671
547
|
backend_environment_name: ::String,
|
|
672
|
-
?resource_config:
|
|
673
|
-
additional_auth_types: Array[
|
|
674
|
-
{
|
|
675
|
-
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
676
|
-
settings: {
|
|
677
|
-
cognito_user_pool_id: ::String?,
|
|
678
|
-
description: ::String?,
|
|
679
|
-
expiration_time: ::Float?,
|
|
680
|
-
open_id_auth_ttl: ::String?,
|
|
681
|
-
open_id_client_id: ::String?,
|
|
682
|
-
open_id_iat_ttl: ::String?,
|
|
683
|
-
open_id_issue_url: ::String?,
|
|
684
|
-
open_id_provider_name: ::String?
|
|
685
|
-
}?
|
|
686
|
-
},
|
|
687
|
-
]?,
|
|
688
|
-
api_name: ::String?,
|
|
689
|
-
conflict_resolution: {
|
|
690
|
-
resolution_strategy: ("OPTIMISTIC_CONCURRENCY" | "LAMBDA" | "AUTOMERGE" | "NONE")?
|
|
691
|
-
}?,
|
|
692
|
-
default_auth_type: {
|
|
693
|
-
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
694
|
-
settings: {
|
|
695
|
-
cognito_user_pool_id: ::String?,
|
|
696
|
-
description: ::String?,
|
|
697
|
-
expiration_time: ::Float?,
|
|
698
|
-
open_id_auth_ttl: ::String?,
|
|
699
|
-
open_id_client_id: ::String?,
|
|
700
|
-
open_id_iat_ttl: ::String?,
|
|
701
|
-
open_id_issue_url: ::String?,
|
|
702
|
-
open_id_provider_name: ::String?
|
|
703
|
-
}?
|
|
704
|
-
}?,
|
|
705
|
-
service: ::String?,
|
|
706
|
-
transform_schema: ::String?
|
|
707
|
-
},
|
|
548
|
+
?resource_config: Params::backend_api_resource_config,
|
|
708
549
|
resource_name: ::String
|
|
709
550
|
) -> _UpdateBackendAPIResponseSuccess
|
|
710
551
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBackendAPIResponseSuccess
|
|
@@ -751,26 +592,7 @@ module Aws
|
|
|
751
592
|
o_auth_scopes: Array[("PHONE" | "EMAIL" | "OPENID" | "PROFILE" | "AWS_COGNITO_SIGNIN_USER_ADMIN")]?,
|
|
752
593
|
redirect_sign_in_ur_is: Array[::String]?,
|
|
753
594
|
redirect_sign_out_ur_is: Array[::String]?,
|
|
754
|
-
social_provider_settings:
|
|
755
|
-
facebook: {
|
|
756
|
-
client_id: ::String?,
|
|
757
|
-
client_secret: ::String?
|
|
758
|
-
}?,
|
|
759
|
-
google: {
|
|
760
|
-
client_id: ::String?,
|
|
761
|
-
client_secret: ::String?
|
|
762
|
-
}?,
|
|
763
|
-
login_with_amazon: {
|
|
764
|
-
client_id: ::String?,
|
|
765
|
-
client_secret: ::String?
|
|
766
|
-
}?,
|
|
767
|
-
sign_in_with_apple: {
|
|
768
|
-
client_id: ::String?,
|
|
769
|
-
key_id: ::String?,
|
|
770
|
-
private_key: ::String?,
|
|
771
|
-
team_id: ::String?
|
|
772
|
-
}?
|
|
773
|
-
}?
|
|
595
|
+
social_provider_settings: Params::social_provider_settings?
|
|
774
596
|
}?,
|
|
775
597
|
password_policy: {
|
|
776
598
|
additional_constraints: Array[("REQUIRE_DIGIT" | "REQUIRE_LOWERCASE" | "REQUIRE_SYMBOL" | "REQUIRE_UPPERCASE")]?,
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
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 AmplifyBackend
|
|
10
|
+
module Params
|
|
11
|
+
type backend_api_app_sync_auth_settings = {
|
|
12
|
+
cognito_user_pool_id: ::String?,
|
|
13
|
+
description: ::String?,
|
|
14
|
+
expiration_time: ::Float?,
|
|
15
|
+
open_id_auth_ttl: ::String?,
|
|
16
|
+
open_id_client_id: ::String?,
|
|
17
|
+
open_id_iat_ttl: ::String?,
|
|
18
|
+
open_id_issue_url: ::String?,
|
|
19
|
+
open_id_provider_name: ::String?
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
type backend_api_auth_type = {
|
|
23
|
+
mode: ("API_KEY" | "AWS_IAM" | "AMAZON_COGNITO_USER_POOLS" | "OPENID_CONNECT")?,
|
|
24
|
+
settings: Params::backend_api_app_sync_auth_settings?
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
type backend_api_resource_config = {
|
|
28
|
+
additional_auth_types: Array[
|
|
29
|
+
Params::backend_api_auth_type
|
|
30
|
+
]?,
|
|
31
|
+
api_name: ::String?,
|
|
32
|
+
conflict_resolution: {
|
|
33
|
+
resolution_strategy: ("OPTIMISTIC_CONCURRENCY" | "LAMBDA" | "AUTOMERGE" | "NONE")?
|
|
34
|
+
}?,
|
|
35
|
+
default_auth_type: Params::backend_api_auth_type?,
|
|
36
|
+
service: ::String?,
|
|
37
|
+
transform_schema: ::String?
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
type social_provider_settings = {
|
|
41
|
+
facebook: {
|
|
42
|
+
client_id: ::String?,
|
|
43
|
+
client_secret: ::String?
|
|
44
|
+
}?,
|
|
45
|
+
google: {
|
|
46
|
+
client_id: ::String?,
|
|
47
|
+
client_secret: ::String?
|
|
48
|
+
}?,
|
|
49
|
+
login_with_amazon: {
|
|
50
|
+
client_id: ::String?,
|
|
51
|
+
client_secret: ::String?
|
|
52
|
+
}?,
|
|
53
|
+
sign_in_with_apple: {
|
|
54
|
+
client_id: ::String?,
|
|
55
|
+
key_id: ::String?,
|
|
56
|
+
private_key: ::String?,
|
|
57
|
+
team_id: ::String?
|
|
58
|
+
}?
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-amplifybackend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.64.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
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-amplifybackend/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
|