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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-apprunner/client.rb +1 -1
- data/lib/aws-sdk-apprunner.rb +1 -1
- data/sig/client.rbs +13 -115
- data/sig/params.rbs +78 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a19072aeace52f6826e4287143260137eb88552a07f8cc0a3117e357c165deb4
|
|
4
|
+
data.tar.gz: 988b540eed16334c8f01ad75452e61d5365cb40752b4b2e79f3b8c08d2cbd073
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78ccbb457ba22aac62437ebdb95d7199c9d83363630673a97f50c91b7e6abd26709d55bb38a2dee0347763e3d9592f97ad0ad3c619a840e25f019c277e580e50
|
|
7
|
+
data.tar.gz: 34e5d6e3cfcdb35ee80a1e30280239a5fcb7e357192925f6967d3704a59d1f58fa896a2716e0ab67ba6d3b10c5e57b684ee0eb7427a59bc21a55366015eba301
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.72.0
|
data/lib/aws-sdk-apprunner.rb
CHANGED
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
|
-
|
|
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.
|
|
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
|