aws-sdk-apprunner 1.7.0 → 1.32.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,6 +22,7 @@ module Aws::AppRunner
22
22
  AuthenticationConfiguration = Shapes::StructureShape.new(name: 'AuthenticationConfiguration')
23
23
  AutoScalingConfiguration = Shapes::StructureShape.new(name: 'AutoScalingConfiguration')
24
24
  AutoScalingConfigurationName = Shapes::StringShape.new(name: 'AutoScalingConfigurationName')
25
+ AutoScalingConfigurationRevision = Shapes::IntegerShape.new(name: 'AutoScalingConfigurationRevision')
25
26
  AutoScalingConfigurationStatus = Shapes::StringShape.new(name: 'AutoScalingConfigurationStatus')
26
27
  AutoScalingConfigurationSummary = Shapes::StructureShape.new(name: 'AutoScalingConfigurationSummary')
27
28
  AutoScalingConfigurationSummaryList = Shapes::ListShape.new(name: 'AutoScalingConfigurationSummaryList')
@@ -44,29 +45,51 @@ module Aws::AppRunner
44
45
  CreateAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'CreateAutoScalingConfigurationResponse')
45
46
  CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
46
47
  CreateConnectionResponse = Shapes::StructureShape.new(name: 'CreateConnectionResponse')
48
+ CreateObservabilityConfigurationRequest = Shapes::StructureShape.new(name: 'CreateObservabilityConfigurationRequest')
49
+ CreateObservabilityConfigurationResponse = Shapes::StructureShape.new(name: 'CreateObservabilityConfigurationResponse')
47
50
  CreateServiceRequest = Shapes::StructureShape.new(name: 'CreateServiceRequest')
48
51
  CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
52
+ CreateVpcConnectorRequest = Shapes::StructureShape.new(name: 'CreateVpcConnectorRequest')
53
+ CreateVpcConnectorResponse = Shapes::StructureShape.new(name: 'CreateVpcConnectorResponse')
54
+ CreateVpcIngressConnectionRequest = Shapes::StructureShape.new(name: 'CreateVpcIngressConnectionRequest')
55
+ CreateVpcIngressConnectionResponse = Shapes::StructureShape.new(name: 'CreateVpcIngressConnectionResponse')
49
56
  CustomDomain = Shapes::StructureShape.new(name: 'CustomDomain')
50
57
  CustomDomainAssociationStatus = Shapes::StringShape.new(name: 'CustomDomainAssociationStatus')
51
58
  CustomDomainList = Shapes::ListShape.new(name: 'CustomDomainList')
59
+ CustomerAccountId = Shapes::StringShape.new(name: 'CustomerAccountId')
52
60
  DeleteAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteAutoScalingConfigurationRequest')
53
61
  DeleteAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAutoScalingConfigurationResponse')
54
62
  DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
55
63
  DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
64
+ DeleteObservabilityConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteObservabilityConfigurationRequest')
65
+ DeleteObservabilityConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteObservabilityConfigurationResponse')
56
66
  DeleteServiceRequest = Shapes::StructureShape.new(name: 'DeleteServiceRequest')
57
67
  DeleteServiceResponse = Shapes::StructureShape.new(name: 'DeleteServiceResponse')
68
+ DeleteVpcConnectorRequest = Shapes::StructureShape.new(name: 'DeleteVpcConnectorRequest')
69
+ DeleteVpcConnectorResponse = Shapes::StructureShape.new(name: 'DeleteVpcConnectorResponse')
70
+ DeleteVpcIngressConnectionRequest = Shapes::StructureShape.new(name: 'DeleteVpcIngressConnectionRequest')
71
+ DeleteVpcIngressConnectionResponse = Shapes::StructureShape.new(name: 'DeleteVpcIngressConnectionResponse')
58
72
  DescribeAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeAutoScalingConfigurationRequest')
59
73
  DescribeAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeAutoScalingConfigurationResponse')
60
74
  DescribeCustomDomainsMaxResults = Shapes::IntegerShape.new(name: 'DescribeCustomDomainsMaxResults')
61
75
  DescribeCustomDomainsRequest = Shapes::StructureShape.new(name: 'DescribeCustomDomainsRequest')
62
76
  DescribeCustomDomainsResponse = Shapes::StructureShape.new(name: 'DescribeCustomDomainsResponse')
77
+ DescribeObservabilityConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeObservabilityConfigurationRequest')
78
+ DescribeObservabilityConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeObservabilityConfigurationResponse')
63
79
  DescribeServiceRequest = Shapes::StructureShape.new(name: 'DescribeServiceRequest')
64
80
  DescribeServiceResponse = Shapes::StructureShape.new(name: 'DescribeServiceResponse')
81
+ DescribeVpcConnectorRequest = Shapes::StructureShape.new(name: 'DescribeVpcConnectorRequest')
82
+ DescribeVpcConnectorResponse = Shapes::StructureShape.new(name: 'DescribeVpcConnectorResponse')
83
+ DescribeVpcIngressConnectionRequest = Shapes::StructureShape.new(name: 'DescribeVpcIngressConnectionRequest')
84
+ DescribeVpcIngressConnectionResponse = Shapes::StructureShape.new(name: 'DescribeVpcIngressConnectionResponse')
65
85
  DisassociateCustomDomainRequest = Shapes::StructureShape.new(name: 'DisassociateCustomDomainRequest')
66
86
  DisassociateCustomDomainResponse = Shapes::StructureShape.new(name: 'DisassociateCustomDomainResponse')
67
87
  DomainName = Shapes::StringShape.new(name: 'DomainName')
88
+ EgressConfiguration = Shapes::StructureShape.new(name: 'EgressConfiguration')
89
+ EgressType = Shapes::StringShape.new(name: 'EgressType')
68
90
  EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
69
91
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
92
+ HasAssociatedService = Shapes::BooleanShape.new(name: 'HasAssociatedService')
70
93
  HealthCheckConfiguration = Shapes::StructureShape.new(name: 'HealthCheckConfiguration')
71
94
  HealthCheckHealthyThreshold = Shapes::IntegerShape.new(name: 'HealthCheckHealthyThreshold')
72
95
  HealthCheckInterval = Shapes::IntegerShape.new(name: 'HealthCheckInterval')
@@ -78,27 +101,50 @@ module Aws::AppRunner
78
101
  ImageIdentifier = Shapes::StringShape.new(name: 'ImageIdentifier')
79
102
  ImageRepository = Shapes::StructureShape.new(name: 'ImageRepository')
80
103
  ImageRepositoryType = Shapes::StringShape.new(name: 'ImageRepositoryType')
104
+ IngressConfiguration = Shapes::StructureShape.new(name: 'IngressConfiguration')
105
+ IngressVpcConfiguration = Shapes::StructureShape.new(name: 'IngressVpcConfiguration')
81
106
  InstanceConfiguration = Shapes::StructureShape.new(name: 'InstanceConfiguration')
82
107
  Integer = Shapes::IntegerShape.new(name: 'Integer')
83
108
  InternalServiceErrorException = Shapes::StructureShape.new(name: 'InternalServiceErrorException')
84
109
  InvalidRequestException = Shapes::StructureShape.new(name: 'InvalidRequestException')
85
110
  InvalidStateException = Shapes::StructureShape.new(name: 'InvalidStateException')
111
+ IpAddressType = Shapes::StringShape.new(name: 'IpAddressType')
112
+ IsDefault = Shapes::BooleanShape.new(name: 'IsDefault')
86
113
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
114
+ Latest = Shapes::BooleanShape.new(name: 'Latest')
87
115
  ListAutoScalingConfigurationsRequest = Shapes::StructureShape.new(name: 'ListAutoScalingConfigurationsRequest')
88
116
  ListAutoScalingConfigurationsResponse = Shapes::StructureShape.new(name: 'ListAutoScalingConfigurationsResponse')
89
117
  ListConnectionsRequest = Shapes::StructureShape.new(name: 'ListConnectionsRequest')
90
118
  ListConnectionsResponse = Shapes::StructureShape.new(name: 'ListConnectionsResponse')
119
+ ListObservabilityConfigurationsRequest = Shapes::StructureShape.new(name: 'ListObservabilityConfigurationsRequest')
120
+ ListObservabilityConfigurationsResponse = Shapes::StructureShape.new(name: 'ListObservabilityConfigurationsResponse')
91
121
  ListOperationsMaxResults = Shapes::IntegerShape.new(name: 'ListOperationsMaxResults')
92
122
  ListOperationsRequest = Shapes::StructureShape.new(name: 'ListOperationsRequest')
93
123
  ListOperationsResponse = Shapes::StructureShape.new(name: 'ListOperationsResponse')
124
+ ListServicesForAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'ListServicesForAutoScalingConfigurationRequest')
125
+ ListServicesForAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'ListServicesForAutoScalingConfigurationResponse')
94
126
  ListServicesRequest = Shapes::StructureShape.new(name: 'ListServicesRequest')
95
127
  ListServicesResponse = Shapes::StructureShape.new(name: 'ListServicesResponse')
96
128
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
97
129
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
130
+ ListVpcConnectorsRequest = Shapes::StructureShape.new(name: 'ListVpcConnectorsRequest')
131
+ ListVpcConnectorsResponse = Shapes::StructureShape.new(name: 'ListVpcConnectorsResponse')
132
+ ListVpcIngressConnectionsFilter = Shapes::StructureShape.new(name: 'ListVpcIngressConnectionsFilter')
133
+ ListVpcIngressConnectionsRequest = Shapes::StructureShape.new(name: 'ListVpcIngressConnectionsRequest')
134
+ ListVpcIngressConnectionsResponse = Shapes::StructureShape.new(name: 'ListVpcIngressConnectionsResponse')
135
+ MaxConcurrency = Shapes::IntegerShape.new(name: 'MaxConcurrency')
98
136
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
137
+ MaxSize = Shapes::IntegerShape.new(name: 'MaxSize')
99
138
  Memory = Shapes::StringShape.new(name: 'Memory')
139
+ MinSize = Shapes::IntegerShape.new(name: 'MinSize')
140
+ NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
100
141
  NextToken = Shapes::StringShape.new(name: 'NextToken')
101
142
  NullableBoolean = Shapes::BooleanShape.new(name: 'NullableBoolean')
143
+ ObservabilityConfiguration = Shapes::StructureShape.new(name: 'ObservabilityConfiguration')
144
+ ObservabilityConfigurationName = Shapes::StringShape.new(name: 'ObservabilityConfigurationName')
145
+ ObservabilityConfigurationStatus = Shapes::StringShape.new(name: 'ObservabilityConfigurationStatus')
146
+ ObservabilityConfigurationSummary = Shapes::StructureShape.new(name: 'ObservabilityConfigurationSummary')
147
+ ObservabilityConfigurationSummaryList = Shapes::ListShape.new(name: 'ObservabilityConfigurationSummaryList')
102
148
  OperationStatus = Shapes::StringShape.new(name: 'OperationStatus')
103
149
  OperationSummary = Shapes::StructureShape.new(name: 'OperationSummary')
104
150
  OperationSummaryList = Shapes::ListShape.new(name: 'OperationSummaryList')
@@ -111,13 +157,18 @@ module Aws::AppRunner
111
157
  ResumeServiceResponse = Shapes::StructureShape.new(name: 'ResumeServiceResponse')
112
158
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
113
159
  Runtime = Shapes::StringShape.new(name: 'Runtime')
160
+ RuntimeEnvironmentSecrets = Shapes::MapShape.new(name: 'RuntimeEnvironmentSecrets')
161
+ RuntimeEnvironmentSecretsName = Shapes::StringShape.new(name: 'RuntimeEnvironmentSecretsName')
162
+ RuntimeEnvironmentSecretsValue = Shapes::StringShape.new(name: 'RuntimeEnvironmentSecretsValue')
114
163
  RuntimeEnvironmentVariables = Shapes::MapShape.new(name: 'RuntimeEnvironmentVariables')
115
164
  RuntimeEnvironmentVariablesKey = Shapes::StringShape.new(name: 'RuntimeEnvironmentVariablesKey')
116
165
  RuntimeEnvironmentVariablesValue = Shapes::StringShape.new(name: 'RuntimeEnvironmentVariablesValue')
117
166
  Service = Shapes::StructureShape.new(name: 'Service')
167
+ ServiceArnList = Shapes::ListShape.new(name: 'ServiceArnList')
118
168
  ServiceId = Shapes::StringShape.new(name: 'ServiceId')
119
169
  ServiceMaxResults = Shapes::IntegerShape.new(name: 'ServiceMaxResults')
120
170
  ServiceName = Shapes::StringShape.new(name: 'ServiceName')
171
+ ServiceObservabilityConfiguration = Shapes::StructureShape.new(name: 'ServiceObservabilityConfiguration')
121
172
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
122
173
  ServiceStatus = Shapes::StringShape.new(name: 'ServiceStatus')
123
174
  ServiceSummary = Shapes::StructureShape.new(name: 'ServiceSummary')
@@ -125,10 +176,12 @@ module Aws::AppRunner
125
176
  SourceCodeVersion = Shapes::StructureShape.new(name: 'SourceCodeVersion')
126
177
  SourceCodeVersionType = Shapes::StringShape.new(name: 'SourceCodeVersionType')
127
178
  SourceConfiguration = Shapes::StructureShape.new(name: 'SourceConfiguration')
179
+ SourceDirectory = Shapes::StringShape.new(name: 'SourceDirectory')
128
180
  StartCommand = Shapes::StringShape.new(name: 'StartCommand')
129
181
  StartDeploymentRequest = Shapes::StructureShape.new(name: 'StartDeploymentRequest')
130
182
  StartDeploymentResponse = Shapes::StructureShape.new(name: 'StartDeploymentResponse')
131
183
  String = Shapes::StringShape.new(name: 'String')
184
+ StringList = Shapes::ListShape.new(name: 'StringList')
132
185
  Tag = Shapes::StructureShape.new(name: 'Tag')
133
186
  TagKey = Shapes::StringShape.new(name: 'TagKey')
134
187
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -137,11 +190,28 @@ module Aws::AppRunner
137
190
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
138
191
  TagValue = Shapes::StringShape.new(name: 'TagValue')
139
192
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
193
+ TraceConfiguration = Shapes::StructureShape.new(name: 'TraceConfiguration')
194
+ TracingVendor = Shapes::StringShape.new(name: 'TracingVendor')
140
195
  UUID = Shapes::StringShape.new(name: 'UUID')
141
196
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
142
197
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
198
+ UpdateDefaultAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'UpdateDefaultAutoScalingConfigurationRequest')
199
+ UpdateDefaultAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'UpdateDefaultAutoScalingConfigurationResponse')
143
200
  UpdateServiceRequest = Shapes::StructureShape.new(name: 'UpdateServiceRequest')
144
201
  UpdateServiceResponse = Shapes::StructureShape.new(name: 'UpdateServiceResponse')
202
+ UpdateVpcIngressConnectionRequest = Shapes::StructureShape.new(name: 'UpdateVpcIngressConnectionRequest')
203
+ UpdateVpcIngressConnectionResponse = Shapes::StructureShape.new(name: 'UpdateVpcIngressConnectionResponse')
204
+ VpcConnector = Shapes::StructureShape.new(name: 'VpcConnector')
205
+ VpcConnectorName = Shapes::StringShape.new(name: 'VpcConnectorName')
206
+ VpcConnectorStatus = Shapes::StringShape.new(name: 'VpcConnectorStatus')
207
+ VpcConnectors = Shapes::ListShape.new(name: 'VpcConnectors')
208
+ VpcDNSTarget = Shapes::StructureShape.new(name: 'VpcDNSTarget')
209
+ VpcDNSTargetList = Shapes::ListShape.new(name: 'VpcDNSTargetList')
210
+ VpcIngressConnection = Shapes::StructureShape.new(name: 'VpcIngressConnection')
211
+ VpcIngressConnectionName = Shapes::StringShape.new(name: 'VpcIngressConnectionName')
212
+ VpcIngressConnectionStatus = Shapes::StringShape.new(name: 'VpcIngressConnectionStatus')
213
+ VpcIngressConnectionSummary = Shapes::StructureShape.new(name: 'VpcIngressConnectionSummary')
214
+ VpcIngressConnectionSummaryList = Shapes::ListShape.new(name: 'VpcIngressConnectionSummaryList')
145
215
 
146
216
  AssociateCustomDomainRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
147
217
  AssociateCustomDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
@@ -151,6 +221,7 @@ module Aws::AppRunner
151
221
  AssociateCustomDomainResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
152
222
  AssociateCustomDomainResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
153
223
  AssociateCustomDomainResponse.add_member(:custom_domain, Shapes::ShapeRef.new(shape: CustomDomain, required: true, location_name: "CustomDomain"))
224
+ AssociateCustomDomainResponse.add_member(:vpc_dns_targets, Shapes::ShapeRef.new(shape: VpcDNSTargetList, required: true, location_name: "VpcDNSTargets"))
154
225
  AssociateCustomDomainResponse.struct_class = Types::AssociateCustomDomainResponse
155
226
 
156
227
  AuthenticationConfiguration.add_member(:connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ConnectionArn"))
@@ -159,19 +230,25 @@ module Aws::AppRunner
159
230
 
160
231
  AutoScalingConfiguration.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "AutoScalingConfigurationArn"))
161
232
  AutoScalingConfiguration.add_member(:auto_scaling_configuration_name, Shapes::ShapeRef.new(shape: AutoScalingConfigurationName, location_name: "AutoScalingConfigurationName"))
162
- AutoScalingConfiguration.add_member(:auto_scaling_configuration_revision, Shapes::ShapeRef.new(shape: Integer, location_name: "AutoScalingConfigurationRevision"))
163
- AutoScalingConfiguration.add_member(:latest, Shapes::ShapeRef.new(shape: Boolean, location_name: "Latest"))
233
+ AutoScalingConfiguration.add_member(:auto_scaling_configuration_revision, Shapes::ShapeRef.new(shape: AutoScalingConfigurationRevision, location_name: "AutoScalingConfigurationRevision"))
234
+ AutoScalingConfiguration.add_member(:latest, Shapes::ShapeRef.new(shape: Latest, location_name: "Latest"))
164
235
  AutoScalingConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: AutoScalingConfigurationStatus, location_name: "Status"))
165
- AutoScalingConfiguration.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxConcurrency"))
166
- AutoScalingConfiguration.add_member(:min_size, Shapes::ShapeRef.new(shape: Integer, location_name: "MinSize"))
167
- AutoScalingConfiguration.add_member(:max_size, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxSize"))
236
+ AutoScalingConfiguration.add_member(:max_concurrency, Shapes::ShapeRef.new(shape: MaxConcurrency, location_name: "MaxConcurrency"))
237
+ AutoScalingConfiguration.add_member(:min_size, Shapes::ShapeRef.new(shape: MinSize, location_name: "MinSize"))
238
+ AutoScalingConfiguration.add_member(:max_size, Shapes::ShapeRef.new(shape: MaxSize, location_name: "MaxSize"))
168
239
  AutoScalingConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
169
240
  AutoScalingConfiguration.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
241
+ AutoScalingConfiguration.add_member(:has_associated_service, Shapes::ShapeRef.new(shape: HasAssociatedService, location_name: "HasAssociatedService"))
242
+ AutoScalingConfiguration.add_member(:is_default, Shapes::ShapeRef.new(shape: IsDefault, location_name: "IsDefault"))
170
243
  AutoScalingConfiguration.struct_class = Types::AutoScalingConfiguration
171
244
 
172
245
  AutoScalingConfigurationSummary.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "AutoScalingConfigurationArn"))
173
246
  AutoScalingConfigurationSummary.add_member(:auto_scaling_configuration_name, Shapes::ShapeRef.new(shape: AutoScalingConfigurationName, location_name: "AutoScalingConfigurationName"))
174
247
  AutoScalingConfigurationSummary.add_member(:auto_scaling_configuration_revision, Shapes::ShapeRef.new(shape: Integer, location_name: "AutoScalingConfigurationRevision"))
248
+ AutoScalingConfigurationSummary.add_member(:status, Shapes::ShapeRef.new(shape: AutoScalingConfigurationStatus, location_name: "Status"))
249
+ AutoScalingConfigurationSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
250
+ AutoScalingConfigurationSummary.add_member(:has_associated_service, Shapes::ShapeRef.new(shape: HasAssociatedService, location_name: "HasAssociatedService"))
251
+ AutoScalingConfigurationSummary.add_member(:is_default, Shapes::ShapeRef.new(shape: IsDefault, location_name: "IsDefault"))
175
252
  AutoScalingConfigurationSummary.struct_class = Types::AutoScalingConfigurationSummary
176
253
 
177
254
  AutoScalingConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: AutoScalingConfigurationSummary)
@@ -193,11 +270,13 @@ module Aws::AppRunner
193
270
  CodeConfigurationValues.add_member(:start_command, Shapes::ShapeRef.new(shape: StartCommand, location_name: "StartCommand"))
194
271
  CodeConfigurationValues.add_member(:port, Shapes::ShapeRef.new(shape: String, location_name: "Port"))
195
272
  CodeConfigurationValues.add_member(:runtime_environment_variables, Shapes::ShapeRef.new(shape: RuntimeEnvironmentVariables, location_name: "RuntimeEnvironmentVariables"))
273
+ CodeConfigurationValues.add_member(:runtime_environment_secrets, Shapes::ShapeRef.new(shape: RuntimeEnvironmentSecrets, location_name: "RuntimeEnvironmentSecrets"))
196
274
  CodeConfigurationValues.struct_class = Types::CodeConfigurationValues
197
275
 
198
276
  CodeRepository.add_member(:repository_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RepositoryUrl"))
199
277
  CodeRepository.add_member(:source_code_version, Shapes::ShapeRef.new(shape: SourceCodeVersion, required: true, location_name: "SourceCodeVersion"))
200
278
  CodeRepository.add_member(:code_configuration, Shapes::ShapeRef.new(shape: CodeConfiguration, location_name: "CodeConfiguration"))
279
+ CodeRepository.add_member(:source_directory, Shapes::ShapeRef.new(shape: SourceDirectory, location_name: "SourceDirectory"))
201
280
  CodeRepository.struct_class = Types::CodeRepository
202
281
 
203
282
  Connection.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
@@ -234,6 +313,14 @@ module Aws::AppRunner
234
313
  CreateConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, required: true, location_name: "Connection"))
235
314
  CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
236
315
 
316
+ CreateObservabilityConfigurationRequest.add_member(:observability_configuration_name, Shapes::ShapeRef.new(shape: ObservabilityConfigurationName, required: true, location_name: "ObservabilityConfigurationName"))
317
+ CreateObservabilityConfigurationRequest.add_member(:trace_configuration, Shapes::ShapeRef.new(shape: TraceConfiguration, location_name: "TraceConfiguration"))
318
+ CreateObservabilityConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
319
+ CreateObservabilityConfigurationRequest.struct_class = Types::CreateObservabilityConfigurationRequest
320
+
321
+ CreateObservabilityConfigurationResponse.add_member(:observability_configuration, Shapes::ShapeRef.new(shape: ObservabilityConfiguration, required: true, location_name: "ObservabilityConfiguration"))
322
+ CreateObservabilityConfigurationResponse.struct_class = Types::CreateObservabilityConfigurationResponse
323
+
237
324
  CreateServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "ServiceName"))
238
325
  CreateServiceRequest.add_member(:source_configuration, Shapes::ShapeRef.new(shape: SourceConfiguration, required: true, location_name: "SourceConfiguration"))
239
326
  CreateServiceRequest.add_member(:instance_configuration, Shapes::ShapeRef.new(shape: InstanceConfiguration, location_name: "InstanceConfiguration"))
@@ -241,12 +328,32 @@ module Aws::AppRunner
241
328
  CreateServiceRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
242
329
  CreateServiceRequest.add_member(:health_check_configuration, Shapes::ShapeRef.new(shape: HealthCheckConfiguration, location_name: "HealthCheckConfiguration"))
243
330
  CreateServiceRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "AutoScalingConfigurationArn"))
331
+ CreateServiceRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "NetworkConfiguration"))
332
+ CreateServiceRequest.add_member(:observability_configuration, Shapes::ShapeRef.new(shape: ServiceObservabilityConfiguration, location_name: "ObservabilityConfiguration"))
244
333
  CreateServiceRequest.struct_class = Types::CreateServiceRequest
245
334
 
246
335
  CreateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
247
336
  CreateServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
248
337
  CreateServiceResponse.struct_class = Types::CreateServiceResponse
249
338
 
339
+ CreateVpcConnectorRequest.add_member(:vpc_connector_name, Shapes::ShapeRef.new(shape: VpcConnectorName, required: true, location_name: "VpcConnectorName"))
340
+ CreateVpcConnectorRequest.add_member(:subnets, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "Subnets"))
341
+ CreateVpcConnectorRequest.add_member(:security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroups"))
342
+ CreateVpcConnectorRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
343
+ CreateVpcConnectorRequest.struct_class = Types::CreateVpcConnectorRequest
344
+
345
+ CreateVpcConnectorResponse.add_member(:vpc_connector, Shapes::ShapeRef.new(shape: VpcConnector, required: true, location_name: "VpcConnector"))
346
+ CreateVpcConnectorResponse.struct_class = Types::CreateVpcConnectorResponse
347
+
348
+ CreateVpcIngressConnectionRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
349
+ CreateVpcIngressConnectionRequest.add_member(:vpc_ingress_connection_name, Shapes::ShapeRef.new(shape: VpcIngressConnectionName, required: true, location_name: "VpcIngressConnectionName"))
350
+ CreateVpcIngressConnectionRequest.add_member(:ingress_vpc_configuration, Shapes::ShapeRef.new(shape: IngressVpcConfiguration, required: true, location_name: "IngressVpcConfiguration"))
351
+ CreateVpcIngressConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
352
+ CreateVpcIngressConnectionRequest.struct_class = Types::CreateVpcIngressConnectionRequest
353
+
354
+ CreateVpcIngressConnectionResponse.add_member(:vpc_ingress_connection, Shapes::ShapeRef.new(shape: VpcIngressConnection, required: true, location_name: "VpcIngressConnection"))
355
+ CreateVpcIngressConnectionResponse.struct_class = Types::CreateVpcIngressConnectionResponse
356
+
250
357
  CustomDomain.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
251
358
  CustomDomain.add_member(:enable_www_subdomain, Shapes::ShapeRef.new(shape: NullableBoolean, required: true, location_name: "EnableWWWSubdomain"))
252
359
  CustomDomain.add_member(:certificate_validation_records, Shapes::ShapeRef.new(shape: CertificateValidationRecordList, location_name: "CertificateValidationRecords"))
@@ -256,6 +363,7 @@ module Aws::AppRunner
256
363
  CustomDomainList.member = Shapes::ShapeRef.new(shape: CustomDomain)
257
364
 
258
365
  DeleteAutoScalingConfigurationRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "AutoScalingConfigurationArn"))
366
+ DeleteAutoScalingConfigurationRequest.add_member(:delete_all_revisions, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteAllRevisions"))
259
367
  DeleteAutoScalingConfigurationRequest.struct_class = Types::DeleteAutoScalingConfigurationRequest
260
368
 
261
369
  DeleteAutoScalingConfigurationResponse.add_member(:auto_scaling_configuration, Shapes::ShapeRef.new(shape: AutoScalingConfiguration, required: true, location_name: "AutoScalingConfiguration"))
@@ -267,6 +375,12 @@ module Aws::AppRunner
267
375
  DeleteConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
268
376
  DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
269
377
 
378
+ DeleteObservabilityConfigurationRequest.add_member(:observability_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ObservabilityConfigurationArn"))
379
+ DeleteObservabilityConfigurationRequest.struct_class = Types::DeleteObservabilityConfigurationRequest
380
+
381
+ DeleteObservabilityConfigurationResponse.add_member(:observability_configuration, Shapes::ShapeRef.new(shape: ObservabilityConfiguration, required: true, location_name: "ObservabilityConfiguration"))
382
+ DeleteObservabilityConfigurationResponse.struct_class = Types::DeleteObservabilityConfigurationResponse
383
+
270
384
  DeleteServiceRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
271
385
  DeleteServiceRequest.struct_class = Types::DeleteServiceRequest
272
386
 
@@ -274,6 +388,18 @@ module Aws::AppRunner
274
388
  DeleteServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
275
389
  DeleteServiceResponse.struct_class = Types::DeleteServiceResponse
276
390
 
391
+ DeleteVpcConnectorRequest.add_member(:vpc_connector_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "VpcConnectorArn"))
392
+ DeleteVpcConnectorRequest.struct_class = Types::DeleteVpcConnectorRequest
393
+
394
+ DeleteVpcConnectorResponse.add_member(:vpc_connector, Shapes::ShapeRef.new(shape: VpcConnector, required: true, location_name: "VpcConnector"))
395
+ DeleteVpcConnectorResponse.struct_class = Types::DeleteVpcConnectorResponse
396
+
397
+ DeleteVpcIngressConnectionRequest.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "VpcIngressConnectionArn"))
398
+ DeleteVpcIngressConnectionRequest.struct_class = Types::DeleteVpcIngressConnectionRequest
399
+
400
+ DeleteVpcIngressConnectionResponse.add_member(:vpc_ingress_connection, Shapes::ShapeRef.new(shape: VpcIngressConnection, required: true, location_name: "VpcIngressConnection"))
401
+ DeleteVpcIngressConnectionResponse.struct_class = Types::DeleteVpcIngressConnectionResponse
402
+
277
403
  DescribeAutoScalingConfigurationRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "AutoScalingConfigurationArn"))
278
404
  DescribeAutoScalingConfigurationRequest.struct_class = Types::DescribeAutoScalingConfigurationRequest
279
405
 
@@ -288,15 +414,34 @@ module Aws::AppRunner
288
414
  DescribeCustomDomainsResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
289
415
  DescribeCustomDomainsResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
290
416
  DescribeCustomDomainsResponse.add_member(:custom_domains, Shapes::ShapeRef.new(shape: CustomDomainList, required: true, location_name: "CustomDomains"))
417
+ DescribeCustomDomainsResponse.add_member(:vpc_dns_targets, Shapes::ShapeRef.new(shape: VpcDNSTargetList, required: true, location_name: "VpcDNSTargets"))
291
418
  DescribeCustomDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
292
419
  DescribeCustomDomainsResponse.struct_class = Types::DescribeCustomDomainsResponse
293
420
 
421
+ DescribeObservabilityConfigurationRequest.add_member(:observability_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ObservabilityConfigurationArn"))
422
+ DescribeObservabilityConfigurationRequest.struct_class = Types::DescribeObservabilityConfigurationRequest
423
+
424
+ DescribeObservabilityConfigurationResponse.add_member(:observability_configuration, Shapes::ShapeRef.new(shape: ObservabilityConfiguration, required: true, location_name: "ObservabilityConfiguration"))
425
+ DescribeObservabilityConfigurationResponse.struct_class = Types::DescribeObservabilityConfigurationResponse
426
+
294
427
  DescribeServiceRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
295
428
  DescribeServiceRequest.struct_class = Types::DescribeServiceRequest
296
429
 
297
430
  DescribeServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
298
431
  DescribeServiceResponse.struct_class = Types::DescribeServiceResponse
299
432
 
433
+ DescribeVpcConnectorRequest.add_member(:vpc_connector_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "VpcConnectorArn"))
434
+ DescribeVpcConnectorRequest.struct_class = Types::DescribeVpcConnectorRequest
435
+
436
+ DescribeVpcConnectorResponse.add_member(:vpc_connector, Shapes::ShapeRef.new(shape: VpcConnector, required: true, location_name: "VpcConnector"))
437
+ DescribeVpcConnectorResponse.struct_class = Types::DescribeVpcConnectorResponse
438
+
439
+ DescribeVpcIngressConnectionRequest.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "VpcIngressConnectionArn"))
440
+ DescribeVpcIngressConnectionRequest.struct_class = Types::DescribeVpcIngressConnectionRequest
441
+
442
+ DescribeVpcIngressConnectionResponse.add_member(:vpc_ingress_connection, Shapes::ShapeRef.new(shape: VpcIngressConnection, required: true, location_name: "VpcIngressConnection"))
443
+ DescribeVpcIngressConnectionResponse.struct_class = Types::DescribeVpcIngressConnectionResponse
444
+
300
445
  DisassociateCustomDomainRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
301
446
  DisassociateCustomDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
302
447
  DisassociateCustomDomainRequest.struct_class = Types::DisassociateCustomDomainRequest
@@ -304,8 +449,13 @@ module Aws::AppRunner
304
449
  DisassociateCustomDomainResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
305
450
  DisassociateCustomDomainResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
306
451
  DisassociateCustomDomainResponse.add_member(:custom_domain, Shapes::ShapeRef.new(shape: CustomDomain, required: true, location_name: "CustomDomain"))
452
+ DisassociateCustomDomainResponse.add_member(:vpc_dns_targets, Shapes::ShapeRef.new(shape: VpcDNSTargetList, required: true, location_name: "VpcDNSTargets"))
307
453
  DisassociateCustomDomainResponse.struct_class = Types::DisassociateCustomDomainResponse
308
454
 
455
+ EgressConfiguration.add_member(:egress_type, Shapes::ShapeRef.new(shape: EgressType, location_name: "EgressType"))
456
+ EgressConfiguration.add_member(:vpc_connector_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcConnectorArn"))
457
+ EgressConfiguration.struct_class = Types::EgressConfiguration
458
+
309
459
  EncryptionConfiguration.add_member(:kms_key, Shapes::ShapeRef.new(shape: KmsKeyArn, required: true, location_name: "KmsKey"))
310
460
  EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
311
461
 
@@ -318,8 +468,9 @@ module Aws::AppRunner
318
468
  HealthCheckConfiguration.struct_class = Types::HealthCheckConfiguration
319
469
 
320
470
  ImageConfiguration.add_member(:runtime_environment_variables, Shapes::ShapeRef.new(shape: RuntimeEnvironmentVariables, location_name: "RuntimeEnvironmentVariables"))
321
- ImageConfiguration.add_member(:start_command, Shapes::ShapeRef.new(shape: String, location_name: "StartCommand"))
471
+ ImageConfiguration.add_member(:start_command, Shapes::ShapeRef.new(shape: StartCommand, location_name: "StartCommand"))
322
472
  ImageConfiguration.add_member(:port, Shapes::ShapeRef.new(shape: String, location_name: "Port"))
473
+ ImageConfiguration.add_member(:runtime_environment_secrets, Shapes::ShapeRef.new(shape: RuntimeEnvironmentSecrets, location_name: "RuntimeEnvironmentSecrets"))
323
474
  ImageConfiguration.struct_class = Types::ImageConfiguration
324
475
 
325
476
  ImageRepository.add_member(:image_identifier, Shapes::ShapeRef.new(shape: ImageIdentifier, required: true, location_name: "ImageIdentifier"))
@@ -327,6 +478,13 @@ module Aws::AppRunner
327
478
  ImageRepository.add_member(:image_repository_type, Shapes::ShapeRef.new(shape: ImageRepositoryType, required: true, location_name: "ImageRepositoryType"))
328
479
  ImageRepository.struct_class = Types::ImageRepository
329
480
 
481
+ IngressConfiguration.add_member(:is_publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsPubliclyAccessible"))
482
+ IngressConfiguration.struct_class = Types::IngressConfiguration
483
+
484
+ IngressVpcConfiguration.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
485
+ IngressVpcConfiguration.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
486
+ IngressVpcConfiguration.struct_class = Types::IngressVpcConfiguration
487
+
330
488
  InstanceConfiguration.add_member(:cpu, Shapes::ShapeRef.new(shape: Cpu, location_name: "Cpu"))
331
489
  InstanceConfiguration.add_member(:memory, Shapes::ShapeRef.new(shape: Memory, location_name: "Memory"))
332
490
  InstanceConfiguration.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "InstanceRoleArn"))
@@ -360,6 +518,16 @@ module Aws::AppRunner
360
518
  ListConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
361
519
  ListConnectionsResponse.struct_class = Types::ListConnectionsResponse
362
520
 
521
+ ListObservabilityConfigurationsRequest.add_member(:observability_configuration_name, Shapes::ShapeRef.new(shape: ObservabilityConfigurationName, location_name: "ObservabilityConfigurationName"))
522
+ ListObservabilityConfigurationsRequest.add_member(:latest_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "LatestOnly"))
523
+ ListObservabilityConfigurationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
524
+ ListObservabilityConfigurationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
525
+ ListObservabilityConfigurationsRequest.struct_class = Types::ListObservabilityConfigurationsRequest
526
+
527
+ ListObservabilityConfigurationsResponse.add_member(:observability_configuration_summary_list, Shapes::ShapeRef.new(shape: ObservabilityConfigurationSummaryList, required: true, location_name: "ObservabilityConfigurationSummaryList"))
528
+ ListObservabilityConfigurationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
529
+ ListObservabilityConfigurationsResponse.struct_class = Types::ListObservabilityConfigurationsResponse
530
+
363
531
  ListOperationsRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
364
532
  ListOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
365
533
  ListOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOperationsMaxResults, location_name: "MaxResults"))
@@ -369,6 +537,15 @@ module Aws::AppRunner
369
537
  ListOperationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
370
538
  ListOperationsResponse.struct_class = Types::ListOperationsResponse
371
539
 
540
+ ListServicesForAutoScalingConfigurationRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "AutoScalingConfigurationArn"))
541
+ ListServicesForAutoScalingConfigurationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
542
+ ListServicesForAutoScalingConfigurationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
543
+ ListServicesForAutoScalingConfigurationRequest.struct_class = Types::ListServicesForAutoScalingConfigurationRequest
544
+
545
+ ListServicesForAutoScalingConfigurationResponse.add_member(:service_arn_list, Shapes::ShapeRef.new(shape: ServiceArnList, required: true, location_name: "ServiceArnList"))
546
+ ListServicesForAutoScalingConfigurationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
547
+ ListServicesForAutoScalingConfigurationResponse.struct_class = Types::ListServicesForAutoScalingConfigurationResponse
548
+
372
549
  ListServicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
373
550
  ListServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ServiceMaxResults, location_name: "MaxResults"))
374
551
  ListServicesRequest.struct_class = Types::ListServicesRequest
@@ -383,6 +560,49 @@ module Aws::AppRunner
383
560
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
384
561
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
385
562
 
563
+ ListVpcConnectorsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
564
+ ListVpcConnectorsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
565
+ ListVpcConnectorsRequest.struct_class = Types::ListVpcConnectorsRequest
566
+
567
+ ListVpcConnectorsResponse.add_member(:vpc_connectors, Shapes::ShapeRef.new(shape: VpcConnectors, required: true, location_name: "VpcConnectors"))
568
+ ListVpcConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
569
+ ListVpcConnectorsResponse.struct_class = Types::ListVpcConnectorsResponse
570
+
571
+ ListVpcIngressConnectionsFilter.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ServiceArn"))
572
+ ListVpcIngressConnectionsFilter.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
573
+ ListVpcIngressConnectionsFilter.struct_class = Types::ListVpcIngressConnectionsFilter
574
+
575
+ ListVpcIngressConnectionsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListVpcIngressConnectionsFilter, location_name: "Filter"))
576
+ ListVpcIngressConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
577
+ ListVpcIngressConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
578
+ ListVpcIngressConnectionsRequest.struct_class = Types::ListVpcIngressConnectionsRequest
579
+
580
+ ListVpcIngressConnectionsResponse.add_member(:vpc_ingress_connection_summary_list, Shapes::ShapeRef.new(shape: VpcIngressConnectionSummaryList, required: true, location_name: "VpcIngressConnectionSummaryList"))
581
+ ListVpcIngressConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
582
+ ListVpcIngressConnectionsResponse.struct_class = Types::ListVpcIngressConnectionsResponse
583
+
584
+ NetworkConfiguration.add_member(:egress_configuration, Shapes::ShapeRef.new(shape: EgressConfiguration, location_name: "EgressConfiguration"))
585
+ NetworkConfiguration.add_member(:ingress_configuration, Shapes::ShapeRef.new(shape: IngressConfiguration, location_name: "IngressConfiguration"))
586
+ NetworkConfiguration.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "IpAddressType"))
587
+ NetworkConfiguration.struct_class = Types::NetworkConfiguration
588
+
589
+ ObservabilityConfiguration.add_member(:observability_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ObservabilityConfigurationArn"))
590
+ ObservabilityConfiguration.add_member(:observability_configuration_name, Shapes::ShapeRef.new(shape: ObservabilityConfigurationName, location_name: "ObservabilityConfigurationName"))
591
+ ObservabilityConfiguration.add_member(:trace_configuration, Shapes::ShapeRef.new(shape: TraceConfiguration, location_name: "TraceConfiguration"))
592
+ ObservabilityConfiguration.add_member(:observability_configuration_revision, Shapes::ShapeRef.new(shape: Integer, location_name: "ObservabilityConfigurationRevision"))
593
+ ObservabilityConfiguration.add_member(:latest, Shapes::ShapeRef.new(shape: Boolean, location_name: "Latest"))
594
+ ObservabilityConfiguration.add_member(:status, Shapes::ShapeRef.new(shape: ObservabilityConfigurationStatus, location_name: "Status"))
595
+ ObservabilityConfiguration.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
596
+ ObservabilityConfiguration.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
597
+ ObservabilityConfiguration.struct_class = Types::ObservabilityConfiguration
598
+
599
+ ObservabilityConfigurationSummary.add_member(:observability_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ObservabilityConfigurationArn"))
600
+ ObservabilityConfigurationSummary.add_member(:observability_configuration_name, Shapes::ShapeRef.new(shape: ObservabilityConfigurationName, location_name: "ObservabilityConfigurationName"))
601
+ ObservabilityConfigurationSummary.add_member(:observability_configuration_revision, Shapes::ShapeRef.new(shape: Integer, location_name: "ObservabilityConfigurationRevision"))
602
+ ObservabilityConfigurationSummary.struct_class = Types::ObservabilityConfigurationSummary
603
+
604
+ ObservabilityConfigurationSummaryList.member = Shapes::ShapeRef.new(shape: ObservabilityConfigurationSummary)
605
+
386
606
  OperationSummary.add_member(:id, Shapes::ShapeRef.new(shape: UUID, location_name: "Id"))
387
607
  OperationSummary.add_member(:type, Shapes::ShapeRef.new(shape: OperationType, location_name: "Type"))
388
608
  OperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, location_name: "Status"))
@@ -411,13 +631,16 @@ module Aws::AppRunner
411
631
  ResumeServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, location_name: "OperationId"))
412
632
  ResumeServiceResponse.struct_class = Types::ResumeServiceResponse
413
633
 
634
+ RuntimeEnvironmentSecrets.key = Shapes::ShapeRef.new(shape: RuntimeEnvironmentSecretsName)
635
+ RuntimeEnvironmentSecrets.value = Shapes::ShapeRef.new(shape: RuntimeEnvironmentSecretsValue)
636
+
414
637
  RuntimeEnvironmentVariables.key = Shapes::ShapeRef.new(shape: RuntimeEnvironmentVariablesKey)
415
638
  RuntimeEnvironmentVariables.value = Shapes::ShapeRef.new(shape: RuntimeEnvironmentVariablesValue)
416
639
 
417
640
  Service.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "ServiceName"))
418
641
  Service.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "ServiceId"))
419
642
  Service.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
420
- Service.add_member(:service_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceUrl"))
643
+ Service.add_member(:service_url, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUrl"))
421
644
  Service.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
422
645
  Service.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdatedAt"))
423
646
  Service.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
@@ -427,8 +650,16 @@ module Aws::AppRunner
427
650
  Service.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
428
651
  Service.add_member(:health_check_configuration, Shapes::ShapeRef.new(shape: HealthCheckConfiguration, location_name: "HealthCheckConfiguration"))
429
652
  Service.add_member(:auto_scaling_configuration_summary, Shapes::ShapeRef.new(shape: AutoScalingConfigurationSummary, required: true, location_name: "AutoScalingConfigurationSummary"))
653
+ Service.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, required: true, location_name: "NetworkConfiguration"))
654
+ Service.add_member(:observability_configuration, Shapes::ShapeRef.new(shape: ServiceObservabilityConfiguration, location_name: "ObservabilityConfiguration"))
430
655
  Service.struct_class = Types::Service
431
656
 
657
+ ServiceArnList.member = Shapes::ShapeRef.new(shape: AppRunnerResourceArn)
658
+
659
+ ServiceObservabilityConfiguration.add_member(:observability_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "ObservabilityEnabled"))
660
+ ServiceObservabilityConfiguration.add_member(:observability_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ObservabilityConfigurationArn"))
661
+ ServiceObservabilityConfiguration.struct_class = Types::ServiceObservabilityConfiguration
662
+
432
663
  ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
433
664
  ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
434
665
 
@@ -459,6 +690,8 @@ module Aws::AppRunner
459
690
  StartDeploymentResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
460
691
  StartDeploymentResponse.struct_class = Types::StartDeploymentResponse
461
692
 
693
+ StringList.member = Shapes::ShapeRef.new(shape: String)
694
+
462
695
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
463
696
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
464
697
  Tag.struct_class = Types::Tag
@@ -473,23 +706,77 @@ module Aws::AppRunner
473
706
 
474
707
  TagResourceResponse.struct_class = Types::TagResourceResponse
475
708
 
709
+ TraceConfiguration.add_member(:vendor, Shapes::ShapeRef.new(shape: TracingVendor, required: true, location_name: "Vendor"))
710
+ TraceConfiguration.struct_class = Types::TraceConfiguration
711
+
476
712
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ResourceArn"))
477
713
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
478
714
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
479
715
 
480
716
  UntagResourceResponse.struct_class = Types::UntagResourceResponse
481
717
 
718
+ UpdateDefaultAutoScalingConfigurationRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "AutoScalingConfigurationArn"))
719
+ UpdateDefaultAutoScalingConfigurationRequest.struct_class = Types::UpdateDefaultAutoScalingConfigurationRequest
720
+
721
+ UpdateDefaultAutoScalingConfigurationResponse.add_member(:auto_scaling_configuration, Shapes::ShapeRef.new(shape: AutoScalingConfiguration, required: true, location_name: "AutoScalingConfiguration"))
722
+ UpdateDefaultAutoScalingConfigurationResponse.struct_class = Types::UpdateDefaultAutoScalingConfigurationResponse
723
+
482
724
  UpdateServiceRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
483
725
  UpdateServiceRequest.add_member(:source_configuration, Shapes::ShapeRef.new(shape: SourceConfiguration, location_name: "SourceConfiguration"))
484
726
  UpdateServiceRequest.add_member(:instance_configuration, Shapes::ShapeRef.new(shape: InstanceConfiguration, location_name: "InstanceConfiguration"))
485
727
  UpdateServiceRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "AutoScalingConfigurationArn"))
486
728
  UpdateServiceRequest.add_member(:health_check_configuration, Shapes::ShapeRef.new(shape: HealthCheckConfiguration, location_name: "HealthCheckConfiguration"))
729
+ UpdateServiceRequest.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "NetworkConfiguration"))
730
+ UpdateServiceRequest.add_member(:observability_configuration, Shapes::ShapeRef.new(shape: ServiceObservabilityConfiguration, location_name: "ObservabilityConfiguration"))
487
731
  UpdateServiceRequest.struct_class = Types::UpdateServiceRequest
488
732
 
489
733
  UpdateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, required: true, location_name: "Service"))
490
734
  UpdateServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
491
735
  UpdateServiceResponse.struct_class = Types::UpdateServiceResponse
492
736
 
737
+ UpdateVpcIngressConnectionRequest.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "VpcIngressConnectionArn"))
738
+ UpdateVpcIngressConnectionRequest.add_member(:ingress_vpc_configuration, Shapes::ShapeRef.new(shape: IngressVpcConfiguration, required: true, location_name: "IngressVpcConfiguration"))
739
+ UpdateVpcIngressConnectionRequest.struct_class = Types::UpdateVpcIngressConnectionRequest
740
+
741
+ UpdateVpcIngressConnectionResponse.add_member(:vpc_ingress_connection, Shapes::ShapeRef.new(shape: VpcIngressConnection, required: true, location_name: "VpcIngressConnection"))
742
+ UpdateVpcIngressConnectionResponse.struct_class = Types::UpdateVpcIngressConnectionResponse
743
+
744
+ VpcConnector.add_member(:vpc_connector_name, Shapes::ShapeRef.new(shape: VpcConnectorName, location_name: "VpcConnectorName"))
745
+ VpcConnector.add_member(:vpc_connector_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcConnectorArn"))
746
+ VpcConnector.add_member(:vpc_connector_revision, Shapes::ShapeRef.new(shape: Integer, location_name: "VpcConnectorRevision"))
747
+ VpcConnector.add_member(:subnets, Shapes::ShapeRef.new(shape: StringList, location_name: "Subnets"))
748
+ VpcConnector.add_member(:security_groups, Shapes::ShapeRef.new(shape: StringList, location_name: "SecurityGroups"))
749
+ VpcConnector.add_member(:status, Shapes::ShapeRef.new(shape: VpcConnectorStatus, location_name: "Status"))
750
+ VpcConnector.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
751
+ VpcConnector.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
752
+ VpcConnector.struct_class = Types::VpcConnector
753
+
754
+ VpcConnectors.member = Shapes::ShapeRef.new(shape: VpcConnector)
755
+
756
+ VpcDNSTarget.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcIngressConnectionArn"))
757
+ VpcDNSTarget.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
758
+ VpcDNSTarget.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
759
+ VpcDNSTarget.struct_class = Types::VpcDNSTarget
760
+
761
+ VpcDNSTargetList.member = Shapes::ShapeRef.new(shape: VpcDNSTarget)
762
+
763
+ VpcIngressConnection.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcIngressConnectionArn"))
764
+ VpcIngressConnection.add_member(:vpc_ingress_connection_name, Shapes::ShapeRef.new(shape: VpcIngressConnectionName, location_name: "VpcIngressConnectionName"))
765
+ VpcIngressConnection.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ServiceArn"))
766
+ VpcIngressConnection.add_member(:status, Shapes::ShapeRef.new(shape: VpcIngressConnectionStatus, location_name: "Status"))
767
+ VpcIngressConnection.add_member(:account_id, Shapes::ShapeRef.new(shape: CustomerAccountId, location_name: "AccountId"))
768
+ VpcIngressConnection.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
769
+ VpcIngressConnection.add_member(:ingress_vpc_configuration, Shapes::ShapeRef.new(shape: IngressVpcConfiguration, location_name: "IngressVpcConfiguration"))
770
+ VpcIngressConnection.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
771
+ VpcIngressConnection.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
772
+ VpcIngressConnection.struct_class = Types::VpcIngressConnection
773
+
774
+ VpcIngressConnectionSummary.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcIngressConnectionArn"))
775
+ VpcIngressConnectionSummary.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ServiceArn"))
776
+ VpcIngressConnectionSummary.struct_class = Types::VpcIngressConnectionSummary
777
+
778
+ VpcIngressConnectionSummaryList.member = Shapes::ShapeRef.new(shape: VpcIngressConnectionSummary)
779
+
493
780
 
494
781
  # @api private
495
782
  API = Seahorse::Model::Api.new.tap do |api|
@@ -542,6 +829,17 @@ module Aws::AppRunner
542
829
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
543
830
  end)
544
831
 
832
+ api.add_operation(:create_observability_configuration, Seahorse::Model::Operation.new.tap do |o|
833
+ o.name = "CreateObservabilityConfiguration"
834
+ o.http_method = "POST"
835
+ o.http_request_uri = "/"
836
+ o.input = Shapes::ShapeRef.new(shape: CreateObservabilityConfigurationRequest)
837
+ o.output = Shapes::ShapeRef.new(shape: CreateObservabilityConfigurationResponse)
838
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
839
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
840
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
841
+ end)
842
+
545
843
  api.add_operation(:create_service, Seahorse::Model::Operation.new.tap do |o|
546
844
  o.name = "CreateService"
547
845
  o.http_method = "POST"
@@ -553,6 +851,29 @@ module Aws::AppRunner
553
851
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
554
852
  end)
555
853
 
854
+ api.add_operation(:create_vpc_connector, Seahorse::Model::Operation.new.tap do |o|
855
+ o.name = "CreateVpcConnector"
856
+ o.http_method = "POST"
857
+ o.http_request_uri = "/"
858
+ o.input = Shapes::ShapeRef.new(shape: CreateVpcConnectorRequest)
859
+ o.output = Shapes::ShapeRef.new(shape: CreateVpcConnectorResponse)
860
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
861
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
862
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
863
+ end)
864
+
865
+ api.add_operation(:create_vpc_ingress_connection, Seahorse::Model::Operation.new.tap do |o|
866
+ o.name = "CreateVpcIngressConnection"
867
+ o.http_method = "POST"
868
+ o.http_request_uri = "/"
869
+ o.input = Shapes::ShapeRef.new(shape: CreateVpcIngressConnectionRequest)
870
+ o.output = Shapes::ShapeRef.new(shape: CreateVpcIngressConnectionResponse)
871
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
872
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
873
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
874
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
875
+ end)
876
+
556
877
  api.add_operation(:delete_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
557
878
  o.name = "DeleteAutoScalingConfiguration"
558
879
  o.http_method = "POST"
@@ -575,6 +896,17 @@ module Aws::AppRunner
575
896
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
576
897
  end)
577
898
 
899
+ api.add_operation(:delete_observability_configuration, Seahorse::Model::Operation.new.tap do |o|
900
+ o.name = "DeleteObservabilityConfiguration"
901
+ o.http_method = "POST"
902
+ o.http_request_uri = "/"
903
+ o.input = Shapes::ShapeRef.new(shape: DeleteObservabilityConfigurationRequest)
904
+ o.output = Shapes::ShapeRef.new(shape: DeleteObservabilityConfigurationResponse)
905
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
906
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
907
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
908
+ end)
909
+
578
910
  api.add_operation(:delete_service, Seahorse::Model::Operation.new.tap do |o|
579
911
  o.name = "DeleteService"
580
912
  o.http_method = "POST"
@@ -587,6 +919,29 @@ module Aws::AppRunner
587
919
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
588
920
  end)
589
921
 
922
+ api.add_operation(:delete_vpc_connector, Seahorse::Model::Operation.new.tap do |o|
923
+ o.name = "DeleteVpcConnector"
924
+ o.http_method = "POST"
925
+ o.http_request_uri = "/"
926
+ o.input = Shapes::ShapeRef.new(shape: DeleteVpcConnectorRequest)
927
+ o.output = Shapes::ShapeRef.new(shape: DeleteVpcConnectorResponse)
928
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
929
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
930
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
931
+ end)
932
+
933
+ api.add_operation(:delete_vpc_ingress_connection, Seahorse::Model::Operation.new.tap do |o|
934
+ o.name = "DeleteVpcIngressConnection"
935
+ o.http_method = "POST"
936
+ o.http_request_uri = "/"
937
+ o.input = Shapes::ShapeRef.new(shape: DeleteVpcIngressConnectionRequest)
938
+ o.output = Shapes::ShapeRef.new(shape: DeleteVpcIngressConnectionResponse)
939
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
940
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
941
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
942
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
943
+ end)
944
+
590
945
  api.add_operation(:describe_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
591
946
  o.name = "DescribeAutoScalingConfiguration"
592
947
  o.http_method = "POST"
@@ -615,6 +970,17 @@ module Aws::AppRunner
615
970
  )
616
971
  end)
617
972
 
973
+ api.add_operation(:describe_observability_configuration, Seahorse::Model::Operation.new.tap do |o|
974
+ o.name = "DescribeObservabilityConfiguration"
975
+ o.http_method = "POST"
976
+ o.http_request_uri = "/"
977
+ o.input = Shapes::ShapeRef.new(shape: DescribeObservabilityConfigurationRequest)
978
+ o.output = Shapes::ShapeRef.new(shape: DescribeObservabilityConfigurationResponse)
979
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
980
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
981
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
982
+ end)
983
+
618
984
  api.add_operation(:describe_service, Seahorse::Model::Operation.new.tap do |o|
619
985
  o.name = "DescribeService"
620
986
  o.http_method = "POST"
@@ -626,6 +992,28 @@ module Aws::AppRunner
626
992
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
627
993
  end)
628
994
 
995
+ api.add_operation(:describe_vpc_connector, Seahorse::Model::Operation.new.tap do |o|
996
+ o.name = "DescribeVpcConnector"
997
+ o.http_method = "POST"
998
+ o.http_request_uri = "/"
999
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcConnectorRequest)
1000
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcConnectorResponse)
1001
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1002
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1003
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1004
+ end)
1005
+
1006
+ api.add_operation(:describe_vpc_ingress_connection, Seahorse::Model::Operation.new.tap do |o|
1007
+ o.name = "DescribeVpcIngressConnection"
1008
+ o.http_method = "POST"
1009
+ o.http_request_uri = "/"
1010
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcIngressConnectionRequest)
1011
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcIngressConnectionResponse)
1012
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1013
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1014
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1015
+ end)
1016
+
629
1017
  api.add_operation(:disassociate_custom_domain, Seahorse::Model::Operation.new.tap do |o|
630
1018
  o.name = "DisassociateCustomDomain"
631
1019
  o.http_method = "POST"
@@ -670,6 +1058,22 @@ module Aws::AppRunner
670
1058
  )
671
1059
  end)
672
1060
 
1061
+ api.add_operation(:list_observability_configurations, Seahorse::Model::Operation.new.tap do |o|
1062
+ o.name = "ListObservabilityConfigurations"
1063
+ o.http_method = "POST"
1064
+ o.http_request_uri = "/"
1065
+ o.input = Shapes::ShapeRef.new(shape: ListObservabilityConfigurationsRequest)
1066
+ o.output = Shapes::ShapeRef.new(shape: ListObservabilityConfigurationsResponse)
1067
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1068
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1069
+ o[:pager] = Aws::Pager.new(
1070
+ limit_key: "max_results",
1071
+ tokens: {
1072
+ "next_token" => "next_token"
1073
+ }
1074
+ )
1075
+ end)
1076
+
673
1077
  api.add_operation(:list_operations, Seahorse::Model::Operation.new.tap do |o|
674
1078
  o.name = "ListOperations"
675
1079
  o.http_method = "POST"
@@ -703,6 +1107,23 @@ module Aws::AppRunner
703
1107
  )
704
1108
  end)
705
1109
 
1110
+ api.add_operation(:list_services_for_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
1111
+ o.name = "ListServicesForAutoScalingConfiguration"
1112
+ o.http_method = "POST"
1113
+ o.http_request_uri = "/"
1114
+ o.input = Shapes::ShapeRef.new(shape: ListServicesForAutoScalingConfigurationRequest)
1115
+ o.output = Shapes::ShapeRef.new(shape: ListServicesForAutoScalingConfigurationResponse)
1116
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1117
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1118
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1119
+ o[:pager] = Aws::Pager.new(
1120
+ limit_key: "max_results",
1121
+ tokens: {
1122
+ "next_token" => "next_token"
1123
+ }
1124
+ )
1125
+ end)
1126
+
706
1127
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
707
1128
  o.name = "ListTagsForResource"
708
1129
  o.http_method = "POST"
@@ -715,6 +1136,38 @@ module Aws::AppRunner
715
1136
  o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
716
1137
  end)
717
1138
 
1139
+ api.add_operation(:list_vpc_connectors, Seahorse::Model::Operation.new.tap do |o|
1140
+ o.name = "ListVpcConnectors"
1141
+ o.http_method = "POST"
1142
+ o.http_request_uri = "/"
1143
+ o.input = Shapes::ShapeRef.new(shape: ListVpcConnectorsRequest)
1144
+ o.output = Shapes::ShapeRef.new(shape: ListVpcConnectorsResponse)
1145
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1147
+ o[:pager] = Aws::Pager.new(
1148
+ limit_key: "max_results",
1149
+ tokens: {
1150
+ "next_token" => "next_token"
1151
+ }
1152
+ )
1153
+ end)
1154
+
1155
+ api.add_operation(:list_vpc_ingress_connections, Seahorse::Model::Operation.new.tap do |o|
1156
+ o.name = "ListVpcIngressConnections"
1157
+ o.http_method = "POST"
1158
+ o.http_request_uri = "/"
1159
+ o.input = Shapes::ShapeRef.new(shape: ListVpcIngressConnectionsRequest)
1160
+ o.output = Shapes::ShapeRef.new(shape: ListVpcIngressConnectionsResponse)
1161
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1162
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1163
+ o[:pager] = Aws::Pager.new(
1164
+ limit_key: "max_results",
1165
+ tokens: {
1166
+ "next_token" => "next_token"
1167
+ }
1168
+ )
1169
+ end)
1170
+
718
1171
  api.add_operation(:pause_service, Seahorse::Model::Operation.new.tap do |o|
719
1172
  o.name = "PauseService"
720
1173
  o.http_method = "POST"
@@ -774,6 +1227,17 @@ module Aws::AppRunner
774
1227
  o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
775
1228
  end)
776
1229
 
1230
+ api.add_operation(:update_default_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
1231
+ o.name = "UpdateDefaultAutoScalingConfiguration"
1232
+ o.http_method = "POST"
1233
+ o.http_request_uri = "/"
1234
+ o.input = Shapes::ShapeRef.new(shape: UpdateDefaultAutoScalingConfigurationRequest)
1235
+ o.output = Shapes::ShapeRef.new(shape: UpdateDefaultAutoScalingConfigurationResponse)
1236
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1237
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1238
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1239
+ end)
1240
+
777
1241
  api.add_operation(:update_service, Seahorse::Model::Operation.new.tap do |o|
778
1242
  o.name = "UpdateService"
779
1243
  o.http_method = "POST"
@@ -785,6 +1249,18 @@ module Aws::AppRunner
785
1249
  o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
786
1250
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
787
1251
  end)
1252
+
1253
+ api.add_operation(:update_vpc_ingress_connection, Seahorse::Model::Operation.new.tap do |o|
1254
+ o.name = "UpdateVpcIngressConnection"
1255
+ o.http_method = "POST"
1256
+ o.http_request_uri = "/"
1257
+ o.input = Shapes::ShapeRef.new(shape: UpdateVpcIngressConnectionRequest)
1258
+ o.output = Shapes::ShapeRef.new(shape: UpdateVpcIngressConnectionResponse)
1259
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1260
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1261
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1262
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1263
+ end)
788
1264
  end
789
1265
 
790
1266
  end