aws-sdk-apprunner 1.71.0 → 1.72.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: 29bbd4a8e296984ca77bddee40421bbc60036c75cd277c7c22c540c4d4b75eb0
4
- data.tar.gz: 77fc5cedc731ca17ef5a4e7522447a54b33a8ed164dd3c2609e345c089c98f21
3
+ metadata.gz: a19072aeace52f6826e4287143260137eb88552a07f8cc0a3117e357c165deb4
4
+ data.tar.gz: 988b540eed16334c8f01ad75452e61d5365cb40752b4b2e79f3b8c08d2cbd073
5
5
  SHA512:
6
- metadata.gz: f2a748cb17b3b192deb3eb39e05cfe107e940ff571d1aad8955c4abfcce445b319cdca6840fdefa5dbe88e38a8a534b36f33aa25e1f6421f2951b2459d6121d8
7
- data.tar.gz: 8dae124a6c011d9603363fe957990d22daaf2bf736933a7d84ee3269cf78ac06496f75d4db7a27afe7546a9c999ed528592c4182e63d3009644b0abbaad6da8a
6
+ metadata.gz: 78ccbb457ba22aac62437ebdb95d7199c9d83363630673a97f50c91b7e6abd26709d55bb38a2dee0347763e3d9592f97ad0ad3c619a840e25f019c277e580e50
7
+ data.tar.gz: 34e5d6e3cfcdb35ee80a1e30280239a5fcb7e357192925f6967d3704a59d1f58fa896a2716e0ab67ba6d3b10c5e57b684ee0eb7427a59bc21a55366015eba301
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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.71.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.72.0
@@ -3005,7 +3005,7 @@ module Aws::AppRunner
3005
3005
  tracer: tracer
3006
3006
  )
3007
3007
  context[:gem_name] = 'aws-sdk-apprunner'
3008
- context[:gem_version] = '1.71.0'
3008
+ context[:gem_version] = '1.72.0'
3009
3009
  Seahorse::Client::Request.new(handlers, context)
3010
3010
  end
3011
3011
 
@@ -54,7 +54,7 @@ module Aws::AppRunner
54
54
  autoload :EndpointProvider, 'aws-sdk-apprunner/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-apprunner/endpoints'
56
56
 
57
- GEM_VERSION = '1.71.0'
57
+ GEM_VERSION = '1.72.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -108,7 +108,7 @@ module Aws
108
108
  {
109
109
  key: ::String?,
110
110
  value: ::String?
111
- },
111
+ }
112
112
  ]
113
113
  ) -> _CreateAutoScalingConfigurationResponseSuccess
114
114
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAutoScalingConfigurationResponseSuccess
@@ -125,7 +125,7 @@ module Aws
125
125
  {
126
126
  key: ::String?,
127
127
  value: ::String?
128
- },
128
+ }
129
129
  ]
130
130
  ) -> _CreateConnectionResponseSuccess
131
131
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectionResponseSuccess
@@ -144,7 +144,7 @@ module Aws
144
144
  {
145
145
  key: ::String?,
146
146
  value: ::String?
147
- },
147
+ }
148
148
  ]
149
149
  ) -> _CreateObservabilityConfigurationResponseSuccess
150
150
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateObservabilityConfigurationResponseSuccess
@@ -157,42 +157,7 @@ module Aws
157
157
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRunner/Client.html#create_service-instance_method
158
158
  def create_service: (
159
159
  service_name: ::String,
160
- source_configuration: {
161
- code_repository: {
162
- repository_url: ::String,
163
- source_code_version: {
164
- type: ("BRANCH"),
165
- value: ::String
166
- },
167
- code_configuration: {
168
- configuration_source: ("REPOSITORY" | "API"),
169
- code_configuration_values: {
170
- runtime: ("PYTHON_3" | "NODEJS_12" | "NODEJS_14" | "CORRETTO_8" | "CORRETTO_11" | "NODEJS_16" | "GO_1" | "DOTNET_6" | "PHP_81" | "RUBY_31" | "PYTHON_311" | "NODEJS_18" | "NODEJS_22"),
171
- build_command: ::String?,
172
- start_command: ::String?,
173
- port: ::String?,
174
- runtime_environment_variables: Hash[::String, ::String]?,
175
- runtime_environment_secrets: Hash[::String, ::String]?
176
- }?
177
- }?,
178
- source_directory: ::String?
179
- }?,
180
- image_repository: {
181
- image_identifier: ::String,
182
- image_configuration: {
183
- runtime_environment_variables: Hash[::String, ::String]?,
184
- start_command: ::String?,
185
- port: ::String?,
186
- runtime_environment_secrets: Hash[::String, ::String]?
187
- }?,
188
- image_repository_type: ("ECR" | "ECR_PUBLIC")
189
- }?,
190
- auto_deployments_enabled: bool?,
191
- authentication_configuration: {
192
- connection_arn: ::String?,
193
- access_role_arn: ::String?
194
- }?
195
- },
160
+ source_configuration: Params::source_configuration,
196
161
  ?instance_configuration: {
197
162
  cpu: ::String?,
198
163
  memory: ::String?,
@@ -202,30 +167,14 @@ module Aws
202
167
  {
203
168
  key: ::String?,
204
169
  value: ::String?
205
- },
170
+ }
206
171
  ],
207
172
  ?encryption_configuration: {
208
173
  kms_key: ::String
209
174
  },
210
- ?health_check_configuration: {
211
- protocol: ("TCP" | "HTTP")?,
212
- path: ::String?,
213
- interval: ::Integer?,
214
- timeout: ::Integer?,
215
- healthy_threshold: ::Integer?,
216
- unhealthy_threshold: ::Integer?
217
- },
175
+ ?health_check_configuration: Params::health_check_configuration,
218
176
  ?auto_scaling_configuration_arn: ::String,
219
- ?network_configuration: {
220
- egress_configuration: {
221
- egress_type: ("DEFAULT" | "VPC")?,
222
- vpc_connector_arn: ::String?
223
- }?,
224
- ingress_configuration: {
225
- is_publicly_accessible: bool?
226
- }?,
227
- ip_address_type: ("IPV4" | "DUAL_STACK")?
228
- },
177
+ ?network_configuration: Params::network_configuration,
229
178
  ?observability_configuration: {
230
179
  observability_enabled: bool,
231
180
  observability_configuration_arn: ::String?
@@ -246,7 +195,7 @@ module Aws
246
195
  {
247
196
  key: ::String?,
248
197
  value: ::String?
249
- },
198
+ }
250
199
  ]
251
200
  ) -> _CreateVpcConnectorResponseSuccess
252
201
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcConnectorResponseSuccess
@@ -267,7 +216,7 @@ module Aws
267
216
  {
268
217
  key: ::String?,
269
218
  value: ::String?
270
- },
219
+ }
271
220
  ]
272
221
  ) -> _CreateVpcIngressConnectionResponseSuccess
273
222
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateVpcIngressConnectionResponseSuccess
@@ -573,7 +522,7 @@ module Aws
573
522
  {
574
523
  key: ::String?,
575
524
  value: ::String?
576
- },
525
+ }
577
526
  ]
578
527
  ) -> _TagResourceResponseSuccess
579
528
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -606,66 +555,15 @@ module Aws
606
555
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/AppRunner/Client.html#update_service-instance_method
607
556
  def update_service: (
608
557
  service_arn: ::String,
609
- ?source_configuration: {
610
- code_repository: {
611
- repository_url: ::String,
612
- source_code_version: {
613
- type: ("BRANCH"),
614
- value: ::String
615
- },
616
- code_configuration: {
617
- configuration_source: ("REPOSITORY" | "API"),
618
- code_configuration_values: {
619
- runtime: ("PYTHON_3" | "NODEJS_12" | "NODEJS_14" | "CORRETTO_8" | "CORRETTO_11" | "NODEJS_16" | "GO_1" | "DOTNET_6" | "PHP_81" | "RUBY_31" | "PYTHON_311" | "NODEJS_18" | "NODEJS_22"),
620
- build_command: ::String?,
621
- start_command: ::String?,
622
- port: ::String?,
623
- runtime_environment_variables: Hash[::String, ::String]?,
624
- runtime_environment_secrets: Hash[::String, ::String]?
625
- }?
626
- }?,
627
- source_directory: ::String?
628
- }?,
629
- image_repository: {
630
- image_identifier: ::String,
631
- image_configuration: {
632
- runtime_environment_variables: Hash[::String, ::String]?,
633
- start_command: ::String?,
634
- port: ::String?,
635
- runtime_environment_secrets: Hash[::String, ::String]?
636
- }?,
637
- image_repository_type: ("ECR" | "ECR_PUBLIC")
638
- }?,
639
- auto_deployments_enabled: bool?,
640
- authentication_configuration: {
641
- connection_arn: ::String?,
642
- access_role_arn: ::String?
643
- }?
644
- },
558
+ ?source_configuration: Params::source_configuration,
645
559
  ?instance_configuration: {
646
560
  cpu: ::String?,
647
561
  memory: ::String?,
648
562
  instance_role_arn: ::String?
649
563
  },
650
564
  ?auto_scaling_configuration_arn: ::String,
651
- ?health_check_configuration: {
652
- protocol: ("TCP" | "HTTP")?,
653
- path: ::String?,
654
- interval: ::Integer?,
655
- timeout: ::Integer?,
656
- healthy_threshold: ::Integer?,
657
- unhealthy_threshold: ::Integer?
658
- },
659
- ?network_configuration: {
660
- egress_configuration: {
661
- egress_type: ("DEFAULT" | "VPC")?,
662
- vpc_connector_arn: ::String?
663
- }?,
664
- ingress_configuration: {
665
- is_publicly_accessible: bool?
666
- }?,
667
- ip_address_type: ("IPV4" | "DUAL_STACK")?
668
- },
565
+ ?health_check_configuration: Params::health_check_configuration,
566
+ ?network_configuration: Params::network_configuration,
669
567
  ?observability_configuration: {
670
568
  observability_enabled: bool,
671
569
  observability_configuration_arn: ::String?
data/sig/params.rbs ADDED
@@ -0,0 +1,78 @@
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 AppRunner
10
+ module Params
11
+ type code_configuration_values = {
12
+ runtime: ("PYTHON_3" | "NODEJS_12" | "NODEJS_14" | "CORRETTO_8" | "CORRETTO_11" | "NODEJS_16" | "GO_1" | "DOTNET_6" | "PHP_81" | "RUBY_31" | "PYTHON_311" | "NODEJS_18" | "NODEJS_22"),
13
+ build_command: ::String?,
14
+ start_command: ::String?,
15
+ port: ::String?,
16
+ runtime_environment_variables: Hash[::String, ::String]?,
17
+ runtime_environment_secrets: Hash[::String, ::String]?
18
+ }
19
+
20
+ type code_configuration = {
21
+ configuration_source: ("REPOSITORY" | "API"),
22
+ code_configuration_values: Params::code_configuration_values?
23
+ }
24
+
25
+ type code_repository = {
26
+ repository_url: ::String,
27
+ source_code_version: {
28
+ type: ("BRANCH"),
29
+ value: ::String
30
+ },
31
+ code_configuration: Params::code_configuration?,
32
+ source_directory: ::String?
33
+ }
34
+
35
+ type image_repository = {
36
+ image_identifier: ::String,
37
+ image_configuration: {
38
+ runtime_environment_variables: Hash[::String, ::String]?,
39
+ start_command: ::String?,
40
+ port: ::String?,
41
+ runtime_environment_secrets: Hash[::String, ::String]?
42
+ }?,
43
+ image_repository_type: ("ECR" | "ECR_PUBLIC")
44
+ }
45
+
46
+ type source_configuration = {
47
+ code_repository: Params::code_repository?,
48
+ image_repository: Params::image_repository?,
49
+ auto_deployments_enabled: bool?,
50
+ authentication_configuration: {
51
+ connection_arn: ::String?,
52
+ access_role_arn: ::String?
53
+ }?
54
+ }
55
+
56
+ type health_check_configuration = {
57
+ protocol: ("TCP" | "HTTP")?,
58
+ path: ::String?,
59
+ interval: ::Integer?,
60
+ timeout: ::Integer?,
61
+ healthy_threshold: ::Integer?,
62
+ unhealthy_threshold: ::Integer?
63
+ }
64
+
65
+ type network_configuration = {
66
+ egress_configuration: {
67
+ egress_type: ("DEFAULT" | "VPC")?,
68
+ vpc_connector_arn: ::String?
69
+ }?,
70
+ ingress_configuration: {
71
+ is_publicly_accessible: bool?
72
+ }?,
73
+ ip_address_type: ("IPV4" | "DUAL_STACK")?
74
+ }
75
+
76
+ end
77
+ end
78
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apprunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.71.0
4
+ version: 1.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-apprunner/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