aws-sdk-amplifybackend 1.62.0 → 1.63.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: 80255686d61bd712e2b0ccb09ed9800075a4b0f2c448612bf2be82580f36ec11
4
- data.tar.gz: 64e81dbb7ae1cd4e407ce6f767c907333eab40734f541fa2d9ee401b315d8359
3
+ metadata.gz: 2caba9b380eaeb1ce03a9a9ea246e6b1744ad8d9b275f2872a1a01ef870d88af
4
+ data.tar.gz: 6352533bc57ed60d9142d9177e03afb61d4d1fc3c3b7f853b3adf221e795e51a
5
5
  SHA512:
6
- metadata.gz: 684e5d677bdf9f9b674fde6c5c6223b6e9237a185239897bab8d8c2bdc15bacb13a7373714b5964ea334b1a6338164f7f253c37f15ff2a1387da15731e216e86
7
- data.tar.gz: 974f474b6739abd55397f2fa7dba5deb033b044d0226f167eeb0c264117c75513c887666e12e9f707df954fd34999d2571565f1806c56072b0a719ce77b8a2b7
6
+ metadata.gz: 68fff20b749369b627be86dc216175fc5b121f4fe1b0a8d03e8685cda9372c9142054312630c7be4a74cb67b4433649c455d38c981c8dfede4ba1b43771ee564
7
+ data.tar.gz: 6028eeb5bc3924b0012d4608ee6efe7d05a4ab6b0c3b677817a88c5b59c4dc4d7bb4683f064e718178cb0bf445346c91f44f2885de929b6284b4c699d9042ca1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.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.62.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -2174,7 +2174,7 @@ module Aws::AmplifyBackend
2174
2174
  tracer: tracer
2175
2175
  )
2176
2176
  context[:gem_name] = 'aws-sdk-amplifybackend'
2177
- context[:gem_version] = '1.62.0'
2177
+ context[:gem_version] = '1.63.0'
2178
2178
  Seahorse::Client::Request.new(handlers, context)
2179
2179
  end
2180
2180
 
@@ -54,7 +54,7 @@ module Aws::AmplifyBackend
54
54
  autoload :EndpointProvider, 'aws-sdk-amplifybackend/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-amplifybackend/endpoints'
56
56
 
57
- GEM_VERSION = '1.62.0'
57
+ GEM_VERSION = '1.63.0'
58
58
 
59
59
  end
60
60
 
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.62.0
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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