aws-sdk-amplify 1.100.0 → 1.101.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: f68e40fc106a3ac54405078e99222b6dc8d2b617ec2d7921ffb212f1eec4584c
4
+ data.tar.gz: 94e393fdc0d34c9e8bd6ed4c7ba116487ecc6c4cf426b354d21da72549a7e223
5
5
  SHA512:
6
- metadata.gz: b21ea3729164bbbbbe90f5c21b8007f984fc231ad9a9b312c832f9d7ed4b768fb3438e2e8d4da990e7193d9ea585983ac2cd9ccb9ce28062531bc80abda2ea0a
7
- data.tar.gz: 4d8d2a4f6e785efe223a3b5a88281e86ef232df977bbc914b1ecf24c03eac8612df0c80a24285f9a1eaee359714a59c8fa8a18e880da52d6ccd9a9dc97602f19
6
+ metadata.gz: 715c02de2b663e51a4db56682bacf1734213957ead07ece78fb9693360db50e5c13fe5f11726c5f92f70efce0dc586866f2f52327bf0256703622fba2632364a
7
+ data.tar.gz: cfc7b00d6aa608a68aa3ea6c841a930c30939eb5434944078c51a79e973f1542aaac728bb276959ee8db46d0f287a64bc39d6a9b937ff32ef32556d390dea285
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.101.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.100.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.100.0
1
+ 1.101.0
@@ -3158,7 +3158,7 @@ module Aws::Amplify
3158
3158
  tracer: tracer
3159
3159
  )
3160
3160
  context[:gem_name] = 'aws-sdk-amplify'
3161
- context[:gem_version] = '1.100.0'
3161
+ context[:gem_version] = '1.101.0'
3162
3162
  Seahorse::Client::Request.new(handlers, context)
3163
3163
  end
3164
3164
 
@@ -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.101.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.101.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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