aws-sdk-apprunner 1.17.0 → 1.18.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.
@@ -50,9 +50,12 @@ module Aws::AppRunner
50
50
  CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
51
51
  CreateVpcConnectorRequest = Shapes::StructureShape.new(name: 'CreateVpcConnectorRequest')
52
52
  CreateVpcConnectorResponse = Shapes::StructureShape.new(name: 'CreateVpcConnectorResponse')
53
+ CreateVpcIngressConnectionRequest = Shapes::StructureShape.new(name: 'CreateVpcIngressConnectionRequest')
54
+ CreateVpcIngressConnectionResponse = Shapes::StructureShape.new(name: 'CreateVpcIngressConnectionResponse')
53
55
  CustomDomain = Shapes::StructureShape.new(name: 'CustomDomain')
54
56
  CustomDomainAssociationStatus = Shapes::StringShape.new(name: 'CustomDomainAssociationStatus')
55
57
  CustomDomainList = Shapes::ListShape.new(name: 'CustomDomainList')
58
+ CustomerAccountId = Shapes::StringShape.new(name: 'CustomerAccountId')
56
59
  DeleteAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteAutoScalingConfigurationRequest')
57
60
  DeleteAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteAutoScalingConfigurationResponse')
58
61
  DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
@@ -63,6 +66,8 @@ module Aws::AppRunner
63
66
  DeleteServiceResponse = Shapes::StructureShape.new(name: 'DeleteServiceResponse')
64
67
  DeleteVpcConnectorRequest = Shapes::StructureShape.new(name: 'DeleteVpcConnectorRequest')
65
68
  DeleteVpcConnectorResponse = Shapes::StructureShape.new(name: 'DeleteVpcConnectorResponse')
69
+ DeleteVpcIngressConnectionRequest = Shapes::StructureShape.new(name: 'DeleteVpcIngressConnectionRequest')
70
+ DeleteVpcIngressConnectionResponse = Shapes::StructureShape.new(name: 'DeleteVpcIngressConnectionResponse')
66
71
  DescribeAutoScalingConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeAutoScalingConfigurationRequest')
67
72
  DescribeAutoScalingConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeAutoScalingConfigurationResponse')
68
73
  DescribeCustomDomainsMaxResults = Shapes::IntegerShape.new(name: 'DescribeCustomDomainsMaxResults')
@@ -74,6 +79,8 @@ module Aws::AppRunner
74
79
  DescribeServiceResponse = Shapes::StructureShape.new(name: 'DescribeServiceResponse')
75
80
  DescribeVpcConnectorRequest = Shapes::StructureShape.new(name: 'DescribeVpcConnectorRequest')
76
81
  DescribeVpcConnectorResponse = Shapes::StructureShape.new(name: 'DescribeVpcConnectorResponse')
82
+ DescribeVpcIngressConnectionRequest = Shapes::StructureShape.new(name: 'DescribeVpcIngressConnectionRequest')
83
+ DescribeVpcIngressConnectionResponse = Shapes::StructureShape.new(name: 'DescribeVpcIngressConnectionResponse')
77
84
  DisassociateCustomDomainRequest = Shapes::StructureShape.new(name: 'DisassociateCustomDomainRequest')
78
85
  DisassociateCustomDomainResponse = Shapes::StructureShape.new(name: 'DisassociateCustomDomainResponse')
79
86
  DomainName = Shapes::StringShape.new(name: 'DomainName')
@@ -92,6 +99,8 @@ module Aws::AppRunner
92
99
  ImageIdentifier = Shapes::StringShape.new(name: 'ImageIdentifier')
93
100
  ImageRepository = Shapes::StructureShape.new(name: 'ImageRepository')
94
101
  ImageRepositoryType = Shapes::StringShape.new(name: 'ImageRepositoryType')
102
+ IngressConfiguration = Shapes::StructureShape.new(name: 'IngressConfiguration')
103
+ IngressVpcConfiguration = Shapes::StructureShape.new(name: 'IngressVpcConfiguration')
95
104
  InstanceConfiguration = Shapes::StructureShape.new(name: 'InstanceConfiguration')
96
105
  Integer = Shapes::IntegerShape.new(name: 'Integer')
97
106
  InternalServiceErrorException = Shapes::StructureShape.new(name: 'InternalServiceErrorException')
@@ -113,6 +122,9 @@ module Aws::AppRunner
113
122
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
114
123
  ListVpcConnectorsRequest = Shapes::StructureShape.new(name: 'ListVpcConnectorsRequest')
115
124
  ListVpcConnectorsResponse = Shapes::StructureShape.new(name: 'ListVpcConnectorsResponse')
125
+ ListVpcIngressConnectionsFilter = Shapes::StructureShape.new(name: 'ListVpcIngressConnectionsFilter')
126
+ ListVpcIngressConnectionsRequest = Shapes::StructureShape.new(name: 'ListVpcIngressConnectionsRequest')
127
+ ListVpcIngressConnectionsResponse = Shapes::StructureShape.new(name: 'ListVpcIngressConnectionsResponse')
116
128
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
117
129
  Memory = Shapes::StringShape.new(name: 'Memory')
118
130
  NetworkConfiguration = Shapes::StructureShape.new(name: 'NetworkConfiguration')
@@ -170,10 +182,19 @@ module Aws::AppRunner
170
182
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
171
183
  UpdateServiceRequest = Shapes::StructureShape.new(name: 'UpdateServiceRequest')
172
184
  UpdateServiceResponse = Shapes::StructureShape.new(name: 'UpdateServiceResponse')
185
+ UpdateVpcIngressConnectionRequest = Shapes::StructureShape.new(name: 'UpdateVpcIngressConnectionRequest')
186
+ UpdateVpcIngressConnectionResponse = Shapes::StructureShape.new(name: 'UpdateVpcIngressConnectionResponse')
173
187
  VpcConnector = Shapes::StructureShape.new(name: 'VpcConnector')
174
188
  VpcConnectorName = Shapes::StringShape.new(name: 'VpcConnectorName')
175
189
  VpcConnectorStatus = Shapes::StringShape.new(name: 'VpcConnectorStatus')
176
190
  VpcConnectors = Shapes::ListShape.new(name: 'VpcConnectors')
191
+ VpcDNSTarget = Shapes::StructureShape.new(name: 'VpcDNSTarget')
192
+ VpcDNSTargetList = Shapes::ListShape.new(name: 'VpcDNSTargetList')
193
+ VpcIngressConnection = Shapes::StructureShape.new(name: 'VpcIngressConnection')
194
+ VpcIngressConnectionName = Shapes::StringShape.new(name: 'VpcIngressConnectionName')
195
+ VpcIngressConnectionStatus = Shapes::StringShape.new(name: 'VpcIngressConnectionStatus')
196
+ VpcIngressConnectionSummary = Shapes::StructureShape.new(name: 'VpcIngressConnectionSummary')
197
+ VpcIngressConnectionSummaryList = Shapes::ListShape.new(name: 'VpcIngressConnectionSummaryList')
177
198
 
178
199
  AssociateCustomDomainRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
179
200
  AssociateCustomDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
@@ -183,6 +204,7 @@ module Aws::AppRunner
183
204
  AssociateCustomDomainResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
184
205
  AssociateCustomDomainResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
185
206
  AssociateCustomDomainResponse.add_member(:custom_domain, Shapes::ShapeRef.new(shape: CustomDomain, required: true, location_name: "CustomDomain"))
207
+ AssociateCustomDomainResponse.add_member(:vpc_dns_targets, Shapes::ShapeRef.new(shape: VpcDNSTargetList, required: true, location_name: "VpcDNSTargets"))
186
208
  AssociateCustomDomainResponse.struct_class = Types::AssociateCustomDomainResponse
187
209
 
188
210
  AuthenticationConfiguration.add_member(:connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ConnectionArn"))
@@ -298,6 +320,15 @@ module Aws::AppRunner
298
320
  CreateVpcConnectorResponse.add_member(:vpc_connector, Shapes::ShapeRef.new(shape: VpcConnector, required: true, location_name: "VpcConnector"))
299
321
  CreateVpcConnectorResponse.struct_class = Types::CreateVpcConnectorResponse
300
322
 
323
+ CreateVpcIngressConnectionRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
324
+ CreateVpcIngressConnectionRequest.add_member(:vpc_ingress_connection_name, Shapes::ShapeRef.new(shape: VpcIngressConnectionName, required: true, location_name: "VpcIngressConnectionName"))
325
+ CreateVpcIngressConnectionRequest.add_member(:ingress_vpc_configuration, Shapes::ShapeRef.new(shape: IngressVpcConfiguration, required: true, location_name: "IngressVpcConfiguration"))
326
+ CreateVpcIngressConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
327
+ CreateVpcIngressConnectionRequest.struct_class = Types::CreateVpcIngressConnectionRequest
328
+
329
+ CreateVpcIngressConnectionResponse.add_member(:vpc_ingress_connection, Shapes::ShapeRef.new(shape: VpcIngressConnection, required: true, location_name: "VpcIngressConnection"))
330
+ CreateVpcIngressConnectionResponse.struct_class = Types::CreateVpcIngressConnectionResponse
331
+
301
332
  CustomDomain.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
302
333
  CustomDomain.add_member(:enable_www_subdomain, Shapes::ShapeRef.new(shape: NullableBoolean, required: true, location_name: "EnableWWWSubdomain"))
303
334
  CustomDomain.add_member(:certificate_validation_records, Shapes::ShapeRef.new(shape: CertificateValidationRecordList, location_name: "CertificateValidationRecords"))
@@ -337,6 +368,12 @@ module Aws::AppRunner
337
368
  DeleteVpcConnectorResponse.add_member(:vpc_connector, Shapes::ShapeRef.new(shape: VpcConnector, required: true, location_name: "VpcConnector"))
338
369
  DeleteVpcConnectorResponse.struct_class = Types::DeleteVpcConnectorResponse
339
370
 
371
+ DeleteVpcIngressConnectionRequest.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "VpcIngressConnectionArn"))
372
+ DeleteVpcIngressConnectionRequest.struct_class = Types::DeleteVpcIngressConnectionRequest
373
+
374
+ DeleteVpcIngressConnectionResponse.add_member(:vpc_ingress_connection, Shapes::ShapeRef.new(shape: VpcIngressConnection, required: true, location_name: "VpcIngressConnection"))
375
+ DeleteVpcIngressConnectionResponse.struct_class = Types::DeleteVpcIngressConnectionResponse
376
+
340
377
  DescribeAutoScalingConfigurationRequest.add_member(:auto_scaling_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "AutoScalingConfigurationArn"))
341
378
  DescribeAutoScalingConfigurationRequest.struct_class = Types::DescribeAutoScalingConfigurationRequest
342
379
 
@@ -351,6 +388,7 @@ module Aws::AppRunner
351
388
  DescribeCustomDomainsResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
352
389
  DescribeCustomDomainsResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
353
390
  DescribeCustomDomainsResponse.add_member(:custom_domains, Shapes::ShapeRef.new(shape: CustomDomainList, required: true, location_name: "CustomDomains"))
391
+ DescribeCustomDomainsResponse.add_member(:vpc_dns_targets, Shapes::ShapeRef.new(shape: VpcDNSTargetList, required: true, location_name: "VpcDNSTargets"))
354
392
  DescribeCustomDomainsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
355
393
  DescribeCustomDomainsResponse.struct_class = Types::DescribeCustomDomainsResponse
356
394
 
@@ -372,6 +410,12 @@ module Aws::AppRunner
372
410
  DescribeVpcConnectorResponse.add_member(:vpc_connector, Shapes::ShapeRef.new(shape: VpcConnector, required: true, location_name: "VpcConnector"))
373
411
  DescribeVpcConnectorResponse.struct_class = Types::DescribeVpcConnectorResponse
374
412
 
413
+ DescribeVpcIngressConnectionRequest.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "VpcIngressConnectionArn"))
414
+ DescribeVpcIngressConnectionRequest.struct_class = Types::DescribeVpcIngressConnectionRequest
415
+
416
+ DescribeVpcIngressConnectionResponse.add_member(:vpc_ingress_connection, Shapes::ShapeRef.new(shape: VpcIngressConnection, required: true, location_name: "VpcIngressConnection"))
417
+ DescribeVpcIngressConnectionResponse.struct_class = Types::DescribeVpcIngressConnectionResponse
418
+
375
419
  DisassociateCustomDomainRequest.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
376
420
  DisassociateCustomDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
377
421
  DisassociateCustomDomainRequest.struct_class = Types::DisassociateCustomDomainRequest
@@ -379,6 +423,7 @@ module Aws::AppRunner
379
423
  DisassociateCustomDomainResponse.add_member(:dns_target, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DNSTarget"))
380
424
  DisassociateCustomDomainResponse.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
381
425
  DisassociateCustomDomainResponse.add_member(:custom_domain, Shapes::ShapeRef.new(shape: CustomDomain, required: true, location_name: "CustomDomain"))
426
+ DisassociateCustomDomainResponse.add_member(:vpc_dns_targets, Shapes::ShapeRef.new(shape: VpcDNSTargetList, required: true, location_name: "VpcDNSTargets"))
382
427
  DisassociateCustomDomainResponse.struct_class = Types::DisassociateCustomDomainResponse
383
428
 
384
429
  EgressConfiguration.add_member(:egress_type, Shapes::ShapeRef.new(shape: EgressType, location_name: "EgressType"))
@@ -406,6 +451,13 @@ module Aws::AppRunner
406
451
  ImageRepository.add_member(:image_repository_type, Shapes::ShapeRef.new(shape: ImageRepositoryType, required: true, location_name: "ImageRepositoryType"))
407
452
  ImageRepository.struct_class = Types::ImageRepository
408
453
 
454
+ IngressConfiguration.add_member(:is_publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsPubliclyAccessible"))
455
+ IngressConfiguration.struct_class = Types::IngressConfiguration
456
+
457
+ IngressVpcConfiguration.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
458
+ IngressVpcConfiguration.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
459
+ IngressVpcConfiguration.struct_class = Types::IngressVpcConfiguration
460
+
409
461
  InstanceConfiguration.add_member(:cpu, Shapes::ShapeRef.new(shape: Cpu, location_name: "Cpu"))
410
462
  InstanceConfiguration.add_member(:memory, Shapes::ShapeRef.new(shape: Memory, location_name: "Memory"))
411
463
  InstanceConfiguration.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "InstanceRoleArn"))
@@ -480,7 +532,21 @@ module Aws::AppRunner
480
532
  ListVpcConnectorsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
481
533
  ListVpcConnectorsResponse.struct_class = Types::ListVpcConnectorsResponse
482
534
 
535
+ ListVpcIngressConnectionsFilter.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ServiceArn"))
536
+ ListVpcIngressConnectionsFilter.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcEndpointId"))
537
+ ListVpcIngressConnectionsFilter.struct_class = Types::ListVpcIngressConnectionsFilter
538
+
539
+ ListVpcIngressConnectionsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ListVpcIngressConnectionsFilter, location_name: "Filter"))
540
+ ListVpcIngressConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
541
+ ListVpcIngressConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
542
+ ListVpcIngressConnectionsRequest.struct_class = Types::ListVpcIngressConnectionsRequest
543
+
544
+ ListVpcIngressConnectionsResponse.add_member(:vpc_ingress_connection_summary_list, Shapes::ShapeRef.new(shape: VpcIngressConnectionSummaryList, required: true, location_name: "VpcIngressConnectionSummaryList"))
545
+ ListVpcIngressConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
546
+ ListVpcIngressConnectionsResponse.struct_class = Types::ListVpcIngressConnectionsResponse
547
+
483
548
  NetworkConfiguration.add_member(:egress_configuration, Shapes::ShapeRef.new(shape: EgressConfiguration, location_name: "EgressConfiguration"))
549
+ NetworkConfiguration.add_member(:ingress_configuration, Shapes::ShapeRef.new(shape: IngressConfiguration, location_name: "IngressConfiguration"))
484
550
  NetworkConfiguration.struct_class = Types::NetworkConfiguration
485
551
 
486
552
  ObservabilityConfiguration.add_member(:observability_configuration_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ObservabilityConfigurationArn"))
@@ -534,7 +600,7 @@ module Aws::AppRunner
534
600
  Service.add_member(:service_name, Shapes::ShapeRef.new(shape: ServiceName, required: true, location_name: "ServiceName"))
535
601
  Service.add_member(:service_id, Shapes::ShapeRef.new(shape: ServiceId, required: true, location_name: "ServiceId"))
536
602
  Service.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "ServiceArn"))
537
- Service.add_member(:service_url, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceUrl"))
603
+ Service.add_member(:service_url, Shapes::ShapeRef.new(shape: String, location_name: "ServiceUrl"))
538
604
  Service.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreatedAt"))
539
605
  Service.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "UpdatedAt"))
540
606
  Service.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
@@ -620,6 +686,13 @@ module Aws::AppRunner
620
686
  UpdateServiceResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "OperationId"))
621
687
  UpdateServiceResponse.struct_class = Types::UpdateServiceResponse
622
688
 
689
+ UpdateVpcIngressConnectionRequest.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, required: true, location_name: "VpcIngressConnectionArn"))
690
+ UpdateVpcIngressConnectionRequest.add_member(:ingress_vpc_configuration, Shapes::ShapeRef.new(shape: IngressVpcConfiguration, required: true, location_name: "IngressVpcConfiguration"))
691
+ UpdateVpcIngressConnectionRequest.struct_class = Types::UpdateVpcIngressConnectionRequest
692
+
693
+ UpdateVpcIngressConnectionResponse.add_member(:vpc_ingress_connection, Shapes::ShapeRef.new(shape: VpcIngressConnection, required: true, location_name: "VpcIngressConnection"))
694
+ UpdateVpcIngressConnectionResponse.struct_class = Types::UpdateVpcIngressConnectionResponse
695
+
623
696
  VpcConnector.add_member(:vpc_connector_name, Shapes::ShapeRef.new(shape: VpcConnectorName, location_name: "VpcConnectorName"))
624
697
  VpcConnector.add_member(:vpc_connector_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcConnectorArn"))
625
698
  VpcConnector.add_member(:vpc_connector_revision, Shapes::ShapeRef.new(shape: Integer, location_name: "VpcConnectorRevision"))
@@ -632,6 +705,30 @@ module Aws::AppRunner
632
705
 
633
706
  VpcConnectors.member = Shapes::ShapeRef.new(shape: VpcConnector)
634
707
 
708
+ VpcDNSTarget.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcIngressConnectionArn"))
709
+ VpcDNSTarget.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
710
+ VpcDNSTarget.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
711
+ VpcDNSTarget.struct_class = Types::VpcDNSTarget
712
+
713
+ VpcDNSTargetList.member = Shapes::ShapeRef.new(shape: VpcDNSTarget)
714
+
715
+ VpcIngressConnection.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcIngressConnectionArn"))
716
+ VpcIngressConnection.add_member(:vpc_ingress_connection_name, Shapes::ShapeRef.new(shape: VpcIngressConnectionName, location_name: "VpcIngressConnectionName"))
717
+ VpcIngressConnection.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ServiceArn"))
718
+ VpcIngressConnection.add_member(:status, Shapes::ShapeRef.new(shape: VpcIngressConnectionStatus, location_name: "Status"))
719
+ VpcIngressConnection.add_member(:account_id, Shapes::ShapeRef.new(shape: CustomerAccountId, location_name: "AccountId"))
720
+ VpcIngressConnection.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
721
+ VpcIngressConnection.add_member(:ingress_vpc_configuration, Shapes::ShapeRef.new(shape: IngressVpcConfiguration, location_name: "IngressVpcConfiguration"))
722
+ VpcIngressConnection.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
723
+ VpcIngressConnection.add_member(:deleted_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "DeletedAt"))
724
+ VpcIngressConnection.struct_class = Types::VpcIngressConnection
725
+
726
+ VpcIngressConnectionSummary.add_member(:vpc_ingress_connection_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "VpcIngressConnectionArn"))
727
+ VpcIngressConnectionSummary.add_member(:service_arn, Shapes::ShapeRef.new(shape: AppRunnerResourceArn, location_name: "ServiceArn"))
728
+ VpcIngressConnectionSummary.struct_class = Types::VpcIngressConnectionSummary
729
+
730
+ VpcIngressConnectionSummaryList.member = Shapes::ShapeRef.new(shape: VpcIngressConnectionSummary)
731
+
635
732
 
636
733
  # @api private
637
734
  API = Seahorse::Model::Api.new.tap do |api|
@@ -717,6 +814,18 @@ module Aws::AppRunner
717
814
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
718
815
  end)
719
816
 
817
+ api.add_operation(:create_vpc_ingress_connection, Seahorse::Model::Operation.new.tap do |o|
818
+ o.name = "CreateVpcIngressConnection"
819
+ o.http_method = "POST"
820
+ o.http_request_uri = "/"
821
+ o.input = Shapes::ShapeRef.new(shape: CreateVpcIngressConnectionRequest)
822
+ o.output = Shapes::ShapeRef.new(shape: CreateVpcIngressConnectionResponse)
823
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
824
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
825
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
826
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
827
+ end)
828
+
720
829
  api.add_operation(:delete_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
721
830
  o.name = "DeleteAutoScalingConfiguration"
722
831
  o.http_method = "POST"
@@ -773,6 +882,18 @@ module Aws::AppRunner
773
882
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
774
883
  end)
775
884
 
885
+ api.add_operation(:delete_vpc_ingress_connection, Seahorse::Model::Operation.new.tap do |o|
886
+ o.name = "DeleteVpcIngressConnection"
887
+ o.http_method = "POST"
888
+ o.http_request_uri = "/"
889
+ o.input = Shapes::ShapeRef.new(shape: DeleteVpcIngressConnectionRequest)
890
+ o.output = Shapes::ShapeRef.new(shape: DeleteVpcIngressConnectionResponse)
891
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
892
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
893
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
894
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
895
+ end)
896
+
776
897
  api.add_operation(:describe_auto_scaling_configuration, Seahorse::Model::Operation.new.tap do |o|
777
898
  o.name = "DescribeAutoScalingConfiguration"
778
899
  o.http_method = "POST"
@@ -834,6 +955,17 @@ module Aws::AppRunner
834
955
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
835
956
  end)
836
957
 
958
+ api.add_operation(:describe_vpc_ingress_connection, Seahorse::Model::Operation.new.tap do |o|
959
+ o.name = "DescribeVpcIngressConnection"
960
+ o.http_method = "POST"
961
+ o.http_request_uri = "/"
962
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcIngressConnectionRequest)
963
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcIngressConnectionResponse)
964
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
965
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
966
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
967
+ end)
968
+
837
969
  api.add_operation(:disassociate_custom_domain, Seahorse::Model::Operation.new.tap do |o|
838
970
  o.name = "DisassociateCustomDomain"
839
971
  o.http_method = "POST"
@@ -955,6 +1087,22 @@ module Aws::AppRunner
955
1087
  )
956
1088
  end)
957
1089
 
1090
+ api.add_operation(:list_vpc_ingress_connections, Seahorse::Model::Operation.new.tap do |o|
1091
+ o.name = "ListVpcIngressConnections"
1092
+ o.http_method = "POST"
1093
+ o.http_request_uri = "/"
1094
+ o.input = Shapes::ShapeRef.new(shape: ListVpcIngressConnectionsRequest)
1095
+ o.output = Shapes::ShapeRef.new(shape: ListVpcIngressConnectionsResponse)
1096
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1097
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1098
+ o[:pager] = Aws::Pager.new(
1099
+ limit_key: "max_results",
1100
+ tokens: {
1101
+ "next_token" => "next_token"
1102
+ }
1103
+ )
1104
+ end)
1105
+
958
1106
  api.add_operation(:pause_service, Seahorse::Model::Operation.new.tap do |o|
959
1107
  o.name = "PauseService"
960
1108
  o.http_method = "POST"
@@ -1025,6 +1173,18 @@ module Aws::AppRunner
1025
1173
  o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1026
1174
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1027
1175
  end)
1176
+
1177
+ api.add_operation(:update_vpc_ingress_connection, Seahorse::Model::Operation.new.tap do |o|
1178
+ o.name = "UpdateVpcIngressConnection"
1179
+ o.http_method = "POST"
1180
+ o.http_request_uri = "/"
1181
+ o.input = Shapes::ShapeRef.new(shape: UpdateVpcIngressConnectionRequest)
1182
+ o.output = Shapes::ShapeRef.new(shape: UpdateVpcIngressConnectionResponse)
1183
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1184
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1185
+ o.errors << Shapes::ShapeRef.new(shape: InvalidStateException)
1186
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1187
+ end)
1028
1188
  end
1029
1189
 
1030
1190
  end
@@ -95,6 +95,20 @@ module Aws::AppRunner
95
95
  end
96
96
  end
97
97
 
98
+ class CreateVpcIngressConnection
99
+ def self.build(context)
100
+ unless context.config.regional_endpoint
101
+ endpoint = context.config.endpoint.to_s
102
+ end
103
+ Aws::AppRunner::EndpointParameters.new(
104
+ region: context.config.region,
105
+ use_dual_stack: context.config.use_dualstack_endpoint,
106
+ use_fips: context.config.use_fips_endpoint,
107
+ endpoint: endpoint,
108
+ )
109
+ end
110
+ end
111
+
98
112
  class DeleteAutoScalingConfiguration
99
113
  def self.build(context)
100
114
  unless context.config.regional_endpoint
@@ -165,6 +179,20 @@ module Aws::AppRunner
165
179
  end
166
180
  end
167
181
 
182
+ class DeleteVpcIngressConnection
183
+ def self.build(context)
184
+ unless context.config.regional_endpoint
185
+ endpoint = context.config.endpoint.to_s
186
+ end
187
+ Aws::AppRunner::EndpointParameters.new(
188
+ region: context.config.region,
189
+ use_dual_stack: context.config.use_dualstack_endpoint,
190
+ use_fips: context.config.use_fips_endpoint,
191
+ endpoint: endpoint,
192
+ )
193
+ end
194
+ end
195
+
168
196
  class DescribeAutoScalingConfiguration
169
197
  def self.build(context)
170
198
  unless context.config.regional_endpoint
@@ -235,6 +263,20 @@ module Aws::AppRunner
235
263
  end
236
264
  end
237
265
 
266
+ class DescribeVpcIngressConnection
267
+ def self.build(context)
268
+ unless context.config.regional_endpoint
269
+ endpoint = context.config.endpoint.to_s
270
+ end
271
+ Aws::AppRunner::EndpointParameters.new(
272
+ region: context.config.region,
273
+ use_dual_stack: context.config.use_dualstack_endpoint,
274
+ use_fips: context.config.use_fips_endpoint,
275
+ endpoint: endpoint,
276
+ )
277
+ end
278
+ end
279
+
238
280
  class DisassociateCustomDomain
239
281
  def self.build(context)
240
282
  unless context.config.regional_endpoint
@@ -347,6 +389,20 @@ module Aws::AppRunner
347
389
  end
348
390
  end
349
391
 
392
+ class ListVpcIngressConnections
393
+ def self.build(context)
394
+ unless context.config.regional_endpoint
395
+ endpoint = context.config.endpoint.to_s
396
+ end
397
+ Aws::AppRunner::EndpointParameters.new(
398
+ region: context.config.region,
399
+ use_dual_stack: context.config.use_dualstack_endpoint,
400
+ use_fips: context.config.use_fips_endpoint,
401
+ endpoint: endpoint,
402
+ )
403
+ end
404
+ end
405
+
350
406
  class PauseService
351
407
  def self.build(context)
352
408
  unless context.config.regional_endpoint
@@ -431,5 +487,19 @@ module Aws::AppRunner
431
487
  end
432
488
  end
433
489
 
490
+ class UpdateVpcIngressConnection
491
+ def self.build(context)
492
+ unless context.config.regional_endpoint
493
+ endpoint = context.config.endpoint.to_s
494
+ end
495
+ Aws::AppRunner::EndpointParameters.new(
496
+ region: context.config.region,
497
+ use_dual_stack: context.config.use_dualstack_endpoint,
498
+ use_fips: context.config.use_fips_endpoint,
499
+ endpoint: endpoint,
500
+ )
501
+ end
502
+ end
503
+
434
504
  end
435
505
  end
@@ -68,6 +68,8 @@ module Aws::AppRunner
68
68
  Aws::AppRunner::Endpoints::CreateService.build(context)
69
69
  when :create_vpc_connector
70
70
  Aws::AppRunner::Endpoints::CreateVpcConnector.build(context)
71
+ when :create_vpc_ingress_connection
72
+ Aws::AppRunner::Endpoints::CreateVpcIngressConnection.build(context)
71
73
  when :delete_auto_scaling_configuration
72
74
  Aws::AppRunner::Endpoints::DeleteAutoScalingConfiguration.build(context)
73
75
  when :delete_connection
@@ -78,6 +80,8 @@ module Aws::AppRunner
78
80
  Aws::AppRunner::Endpoints::DeleteService.build(context)
79
81
  when :delete_vpc_connector
80
82
  Aws::AppRunner::Endpoints::DeleteVpcConnector.build(context)
83
+ when :delete_vpc_ingress_connection
84
+ Aws::AppRunner::Endpoints::DeleteVpcIngressConnection.build(context)
81
85
  when :describe_auto_scaling_configuration
82
86
  Aws::AppRunner::Endpoints::DescribeAutoScalingConfiguration.build(context)
83
87
  when :describe_custom_domains
@@ -88,6 +92,8 @@ module Aws::AppRunner
88
92
  Aws::AppRunner::Endpoints::DescribeService.build(context)
89
93
  when :describe_vpc_connector
90
94
  Aws::AppRunner::Endpoints::DescribeVpcConnector.build(context)
95
+ when :describe_vpc_ingress_connection
96
+ Aws::AppRunner::Endpoints::DescribeVpcIngressConnection.build(context)
91
97
  when :disassociate_custom_domain
92
98
  Aws::AppRunner::Endpoints::DisassociateCustomDomain.build(context)
93
99
  when :list_auto_scaling_configurations
@@ -104,6 +110,8 @@ module Aws::AppRunner
104
110
  Aws::AppRunner::Endpoints::ListTagsForResource.build(context)
105
111
  when :list_vpc_connectors
106
112
  Aws::AppRunner::Endpoints::ListVpcConnectors.build(context)
113
+ when :list_vpc_ingress_connections
114
+ Aws::AppRunner::Endpoints::ListVpcIngressConnections.build(context)
107
115
  when :pause_service
108
116
  Aws::AppRunner::Endpoints::PauseService.build(context)
109
117
  when :resume_service
@@ -116,6 +124,8 @@ module Aws::AppRunner
116
124
  Aws::AppRunner::Endpoints::UntagResource.build(context)
117
125
  when :update_service
118
126
  Aws::AppRunner::Endpoints::UpdateService.build(context)
127
+ when :update_vpc_ingress_connection
128
+ Aws::AppRunner::Endpoints::UpdateVpcIngressConnection.build(context)
119
129
  end
120
130
  end
121
131
  end