aws-sdk-apprunner 1.71.0 → 1.73.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: e29aa1c8a6c09e40c2d739678c9c8001449218ea55a39b4ff7c222958bbbd2ca
4
+ data.tar.gz: abf6de54109bc96dc6fd8d8a02d54e5ec1b466e19731301bda6dc0b1eb0ec81c
5
5
  SHA512:
6
- metadata.gz: f2a748cb17b3b192deb3eb39e05cfe107e940ff571d1aad8955c4abfcce445b319cdca6840fdefa5dbe88e38a8a534b36f33aa25e1f6421f2951b2459d6121d8
7
- data.tar.gz: 8dae124a6c011d9603363fe957990d22daaf2bf736933a7d84ee3269cf78ac06496f75d4db7a27afe7546a9c999ed528592c4182e63d3009644b0abbaad6da8a
6
+ metadata.gz: 4b1d3115a2f526d438d25e1507e2a8c3517e7b16885244da66439d78c70bb740d204803f35477e55bddb7eedb6a2a6eede5e0d07e2e5bbde7a4b9b88ea2db300
7
+ data.tar.gz: 73792e6435f44f67789d371bf4d74de8c4fb0753b0b71de33724685e2030f54d3911060e7be1d1f7578543c613c246e10ce51d571991858aa9a68f2127226ba8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.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.72.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.71.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.73.0
@@ -199,7 +199,7 @@ module Aws::AppRunner
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::AppRunner
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
@@ -3005,7 +3003,7 @@ module Aws::AppRunner
3005
3003
  tracer: tracer
3006
3004
  )
3007
3005
  context[:gem_name] = 'aws-sdk-apprunner'
3008
- context[:gem_version] = '1.71.0'
3006
+ context[:gem_version] = '1.73.0'
3009
3007
  Seahorse::Client::Request.new(handlers, context)
3010
3008
  end
3011
3009
 
@@ -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.73.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.73.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-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