aws-sdk-amplify 1.100.0 → 1.102.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: 4ca6b159af0ef69c2735b4d29a69eaa25b160525fdc3c108c5c46b605db505e7
4
- data.tar.gz: db8c6e97a6c81fd7d06a9e261a823abdce612badd958606fd4c13b9337bd17d7
3
+ metadata.gz: d642f0ba4907f3fcb50cb81dca462c1daf34e658c51db5004af7284df2096bb7
4
+ data.tar.gz: 054ab27d7bc167b7b78067699b1703d162d09f0ca4552f48de4bc9af55dd3e10
5
5
  SHA512:
6
- metadata.gz: b21ea3729164bbbbbe90f5c21b8007f984fc231ad9a9b312c832f9d7ed4b768fb3438e2e8d4da990e7193d9ea585983ac2cd9ccb9ce28062531bc80abda2ea0a
7
- data.tar.gz: 4d8d2a4f6e785efe223a3b5a88281e86ef232df977bbc914b1ecf24c03eac8612df0c80a24285f9a1eaee359714a59c8fa8a18e880da52d6ccd9a9dc97602f19
6
+ metadata.gz: 6f50b27f9abbb949d59fcc908f4ee47601ced114cf2098a5c59059e6f8e25ab2ee27a93bcf1abb22e175f5dc4393a1d8c25059b39f3908e6ecd6015fec50e516
7
+ data.tar.gz: 342a3b3d653888f9f22dccd5affd7b0a4ef73e4c1e68c4851b1b46f20d40bc1af788f43ec30eb95191ccd7409026db49327a6cb8f50fc9dd8551f1b9d576cda1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.102.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.101.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.100.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.102.0
@@ -199,7 +199,7 @@ module Aws::Amplify
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::Amplify
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
@@ -3158,7 +3156,7 @@ module Aws::Amplify
3158
3156
  tracer: tracer
3159
3157
  )
3160
3158
  context[:gem_name] = 'aws-sdk-amplify'
3161
- context[:gem_version] = '1.100.0'
3159
+ context[:gem_version] = '1.102.0'
3162
3160
  Seahorse::Client::Request.new(handlers, context)
3163
3161
  end
3164
3162
 
@@ -54,7 +54,7 @@ module Aws::Amplify
54
54
  autoload :EndpointProvider, 'aws-sdk-amplify/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-amplify/endpoints'
56
56
 
57
- GEM_VERSION = '1.100.0'
57
+ GEM_VERSION = '1.102.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -103,25 +103,14 @@ module Aws
103
103
  target: ::String,
104
104
  status: ::String?,
105
105
  condition: ::String?
106
- },
106
+ }
107
107
  ],
108
108
  ?tags: Hash[::String, ::String],
109
109
  ?build_spec: ::String,
110
110
  ?custom_headers: ::String,
111
111
  ?enable_auto_branch_creation: bool,
112
112
  ?auto_branch_creation_patterns: Array[::String],
113
- ?auto_branch_creation_config: {
114
- stage: ("PRODUCTION" | "BETA" | "DEVELOPMENT" | "EXPERIMENTAL" | "PULL_REQUEST")?,
115
- framework: ::String?,
116
- enable_auto_build: bool?,
117
- environment_variables: Hash[::String, ::String]?,
118
- basic_auth_credentials: ::String?,
119
- enable_basic_auth: bool?,
120
- enable_performance_mode: bool?,
121
- build_spec: ::String?,
122
- enable_pull_request_preview: bool?,
123
- pull_request_environment_name: ::String?
124
- },
113
+ ?auto_branch_creation_config: Params::auto_branch_creation_config,
125
114
  ?job_config: {
126
115
  build_compute_type: ("STANDARD_8GB" | "LARGE_16GB" | "XLARGE_72GB")
127
116
  },
@@ -203,7 +192,7 @@ module Aws
203
192
  {
204
193
  prefix: ::String,
205
194
  branch_name: ::String
206
- },
195
+ }
207
196
  ],
208
197
  ?auto_sub_domain_creation_patterns: Array[::String],
209
198
  ?auto_sub_domain_iam_role: ::String,
@@ -570,24 +559,13 @@ module Aws
570
559
  target: ::String,
571
560
  status: ::String?,
572
561
  condition: ::String?
573
- },
562
+ }
574
563
  ],
575
564
  ?build_spec: ::String,
576
565
  ?custom_headers: ::String,
577
566
  ?enable_auto_branch_creation: bool,
578
567
  ?auto_branch_creation_patterns: Array[::String],
579
- ?auto_branch_creation_config: {
580
- stage: ("PRODUCTION" | "BETA" | "DEVELOPMENT" | "EXPERIMENTAL" | "PULL_REQUEST")?,
581
- framework: ::String?,
582
- enable_auto_build: bool?,
583
- environment_variables: Hash[::String, ::String]?,
584
- basic_auth_credentials: ::String?,
585
- enable_basic_auth: bool?,
586
- enable_performance_mode: bool?,
587
- build_spec: ::String?,
588
- enable_pull_request_preview: bool?,
589
- pull_request_environment_name: ::String?
590
- },
568
+ ?auto_branch_creation_config: Params::auto_branch_creation_config,
591
569
  ?repository: ::String,
592
570
  ?oauth_token: ::String,
593
571
  ?access_token: ::String,
@@ -644,7 +622,7 @@ module Aws
644
622
  {
645
623
  prefix: ::String,
646
624
  branch_name: ::String
647
- },
625
+ }
648
626
  ],
649
627
  ?auto_sub_domain_creation_patterns: Array[::String],
650
628
  ?auto_sub_domain_iam_role: ::String,
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 Amplify
10
+ module Params
11
+ type auto_branch_creation_config = {
12
+ stage: ("PRODUCTION" | "BETA" | "DEVELOPMENT" | "EXPERIMENTAL" | "PULL_REQUEST")?,
13
+ framework: ::String?,
14
+ enable_auto_build: bool?,
15
+ environment_variables: Hash[::String, ::String]?,
16
+ basic_auth_credentials: ::String?,
17
+ enable_basic_auth: bool?,
18
+ enable_performance_mode: bool?,
19
+ build_spec: ::String?,
20
+ enable_pull_request_preview: bool?,
21
+ pull_request_environment_name: ::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-amplify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.100.0
4
+ version: 1.102.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
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-amplify/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