Class: Aws::AppRunner::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::AppRunner::Client
- Includes:
- ClientStubs
- Defined in:
- lib/aws-sdk-apprunner/client.rb
Overview
An API client for AppRunner. To construct a client, you need to configure a ‘:region` and `:credentials`.
client = Aws::AppRunner::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
See #initialize for a full list of supported configuration options.
Class Attribute Summary collapse
- .identifier ⇒ Object readonly private
API Operations collapse
-
#associate_custom_domain(params = {}) ⇒ Types::AssociateCustomDomainResponse
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
-
#create_auto_scaling_configuration(params = {}) ⇒ Types::CreateAutoScalingConfigurationResponse
Create an App Runner automatic scaling configuration resource.
-
#create_connection(params = {}) ⇒ Types::CreateConnectionResponse
Create an App Runner connection resource.
-
#create_observability_configuration(params = {}) ⇒ Types::CreateObservabilityConfigurationResponse
Create an App Runner observability configuration resource.
-
#create_service(params = {}) ⇒ Types::CreateServiceResponse
Create an App Runner service.
-
#create_vpc_connector(params = {}) ⇒ Types::CreateVpcConnectorResponse
Create an App Runner VPC connector resource.
-
#create_vpc_ingress_connection(params = {}) ⇒ Types::CreateVpcIngressConnectionResponse
Create an App Runner VPC Ingress Connection resource.
-
#delete_auto_scaling_configuration(params = {}) ⇒ Types::DeleteAutoScalingConfigurationResponse
Delete an App Runner automatic scaling configuration resource.
-
#delete_connection(params = {}) ⇒ Types::DeleteConnectionResponse
Delete an App Runner connection.
-
#delete_observability_configuration(params = {}) ⇒ Types::DeleteObservabilityConfigurationResponse
Delete an App Runner observability configuration resource.
-
#delete_service(params = {}) ⇒ Types::DeleteServiceResponse
Delete an App Runner service.
-
#delete_vpc_connector(params = {}) ⇒ Types::DeleteVpcConnectorResponse
Delete an App Runner VPC connector resource.
-
#delete_vpc_ingress_connection(params = {}) ⇒ Types::DeleteVpcIngressConnectionResponse
Delete an App Runner VPC Ingress Connection resource that’s associated with an App Runner service.
-
#describe_auto_scaling_configuration(params = {}) ⇒ Types::DescribeAutoScalingConfigurationResponse
Return a full description of an App Runner automatic scaling configuration resource.
-
#describe_custom_domains(params = {}) ⇒ Types::DescribeCustomDomainsResponse
Return a description of custom domain names that are associated with an App Runner service.
-
#describe_observability_configuration(params = {}) ⇒ Types::DescribeObservabilityConfigurationResponse
Return a full description of an App Runner observability configuration resource.
-
#describe_service(params = {}) ⇒ Types::DescribeServiceResponse
Return a full description of an App Runner service.
-
#describe_vpc_connector(params = {}) ⇒ Types::DescribeVpcConnectorResponse
Return a description of an App Runner VPC connector resource.
-
#describe_vpc_ingress_connection(params = {}) ⇒ Types::DescribeVpcIngressConnectionResponse
Return a full description of an App Runner VPC Ingress Connection resource.
-
#disassociate_custom_domain(params = {}) ⇒ Types::DisassociateCustomDomainResponse
Disassociate a custom domain name from an App Runner service.
-
#list_auto_scaling_configurations(params = {}) ⇒ Types::ListAutoScalingConfigurationsResponse
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account.
-
#list_connections(params = {}) ⇒ Types::ListConnectionsResponse
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
-
#list_observability_configurations(params = {}) ⇒ Types::ListObservabilityConfigurationsResponse
Returns a list of active App Runner observability configurations in your Amazon Web Services account.
-
#list_operations(params = {}) ⇒ Types::ListOperationsResponse
Return a list of operations that occurred on an App Runner service.
-
#list_services(params = {}) ⇒ Types::ListServicesResponse
Returns a list of running App Runner services in your Amazon Web Services account.
-
#list_services_for_auto_scaling_configuration(params = {}) ⇒ Types::ListServicesForAutoScalingConfigurationResponse
Returns a list of the associated App Runner services using an auto scaling configuration.
-
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
List tags that are associated with for an App Runner resource.
-
#list_vpc_connectors(params = {}) ⇒ Types::ListVpcConnectorsResponse
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
-
#list_vpc_ingress_connections(params = {}) ⇒ Types::ListVpcIngressConnectionsResponse
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
-
#pause_service(params = {}) ⇒ Types::PauseServiceResponse
Pause an active App Runner service.
-
#resume_service(params = {}) ⇒ Types::ResumeServiceResponse
Resume an active App Runner service.
-
#start_deployment(params = {}) ⇒ Types::StartDeploymentResponse
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service.
-
#tag_resource(params = {}) ⇒ Struct
Add tags to, or update the tag values of, an App Runner resource.
-
#untag_resource(params = {}) ⇒ Struct
Remove tags from an App Runner resource.
-
#update_default_auto_scaling_configuration(params = {}) ⇒ Types::UpdateDefaultAutoScalingConfigurationResponse
Update an auto scaling configuration to be the default.
-
#update_service(params = {}) ⇒ Types::UpdateServiceResponse
Update an App Runner service.
-
#update_vpc_ingress_connection(params = {}) ⇒ Types::UpdateVpcIngressConnectionResponse
Update an existing App Runner VPC Ingress Connection resource.
Class Method Summary collapse
- .errors_module ⇒ Object private
Instance Method Summary collapse
- #build_request(operation_name, params = {}) ⇒ Object private
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
- #waiter_names ⇒ Object deprecated private Deprecated.
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
441 442 443 |
# File 'lib/aws-sdk-apprunner/client.rb', line 441 def initialize(*args) super end |
Class Attribute Details
.identifier ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
2981 2982 2983 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2981 def identifier @identifier end |
Class Method Details
.errors_module ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
2984 2985 2986 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2984 def errors_module Errors end |
Instance Method Details
#associate_custom_domain(params = {}) ⇒ Types::AssociateCustomDomainResponse
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
After you call ‘AssociateCustomDomain` and receive a successful response, use the information in the CustomDomain record that’s returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in [AWS Certificate Manager (ACM)].
515 516 517 518 |
# File 'lib/aws-sdk-apprunner/client.rb', line 515 def associate_custom_domain(params = {}, = {}) req = build_request(:associate_custom_domain, params) req.send_request() end |
#build_request(operation_name, params = {}) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2954 def build_request(operation_name, params = {}) handlers = @handlers.for(operation_name) tracer = config.telemetry_provider.tracer_provider.tracer( Aws::Telemetry.module_to_tracer_name('Aws::AppRunner') ) context = Seahorse::Client::RequestContext.new( operation_name: operation_name, operation: config.api.operation(operation_name), client: self, params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-apprunner' context[:gem_version] = '1.45.0' Seahorse::Client::Request.new(handlers, context) end |
#create_auto_scaling_configuration(params = {}) ⇒ Types::CreateAutoScalingConfigurationResponse
Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require non-default auto scaling settings. You can share an auto scaling configuration across multiple services.
Create multiple revisions of a configuration by calling this action multiple times using the same ‘AutoScalingConfigurationName`. The call returns incremental `AutoScalingConfigurationRevision` values. When you create a service and configure an auto scaling configuration resource, the service uses the latest active revision of the auto scaling configuration by default. You can optionally configure the service to use a specific revision.
Configure a higher ‘MinSize` to increase the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost.
Configure a lower ‘MaxSize` to control your cost. The tradeoff is lower responsiveness during peak demand.
644 645 646 647 |
# File 'lib/aws-sdk-apprunner/client.rb', line 644 def create_auto_scaling_configuration(params = {}, = {}) req = build_request(:create_auto_scaling_configuration, params) req.send_request() end |
#create_connection(params = {}) ⇒ Types::CreateConnectionResponse
Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.
A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.
699 700 701 702 |
# File 'lib/aws-sdk-apprunner/client.rb', line 699 def create_connection(params = {}, = {}) req = build_request(:create_connection, params) req.send_request() end |
#create_observability_configuration(params = {}) ⇒ Types::CreateObservabilityConfigurationResponse
Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable non-default observability features. You can share an observability configuration across multiple services.
Create multiple revisions of a configuration by calling this action multiple times using the same ‘ObservabilityConfigurationName`. The call returns incremental `ObservabilityConfigurationRevision` values. When you create a service and configure an observability configuration resource, the service uses the latest active revision of the observability configuration by default. You can optionally configure the service to use a specific revision.
The observability configuration resource is designed to configure multiple features (currently one feature, tracing). This action takes optional parameters that describe the configuration of these features (currently one parameter, ‘TraceConfiguration`). If you don’t specify a feature parameter, App Runner doesn’t enable the feature.
783 784 785 786 |
# File 'lib/aws-sdk-apprunner/client.rb', line 783 def create_observability_configuration(params = {}, = {}) req = build_request(:create_observability_configuration, params) req.send_request() end |
#create_service(params = {}) ⇒ Types::CreateServiceResponse
Create an App Runner service. After the service is created, the action also automatically starts a deployment.
This is an asynchronous operation. On a successful call, you can use the returned ‘OperationId` and the [ListOperations] call to track the operation’s progress.
[1]: docs.aws.amazon.com/apprunner/latest/api/API_ListOperations.html
1000 1001 1002 1003 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1000 def create_service(params = {}, = {}) req = build_request(:create_service, params) req.send_request() end |
#create_vpc_connector(params = {}) ⇒ Types::CreateVpcConnectorResponse
Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).
1067 1068 1069 1070 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1067 def create_vpc_connector(params = {}, = {}) req = build_request(:create_vpc_connector, params) req.send_request() end |
#create_vpc_ingress_connection(params = {}) ⇒ Types::CreateVpcIngressConnectionResponse
Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.
1132 1133 1134 1135 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1132 def create_vpc_ingress_connection(params = {}, = {}) req = build_request(:create_vpc_ingress_connection, params) req.send_request() end |
#delete_auto_scaling_configuration(params = {}) ⇒ Types::DeleteAutoScalingConfigurationResponse
Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can’t delete the default auto scaling configuration or a configuration that’s used by one or more App Runner services.
1189 1190 1191 1192 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1189 def delete_auto_scaling_configuration(params = {}, = {}) req = build_request(:delete_auto_scaling_configuration, params) req.send_request() end |
#delete_connection(params = {}) ⇒ Types::DeleteConnectionResponse
Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the ‘DeleteConnection` action fails.
1224 1225 1226 1227 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1224 def delete_connection(params = {}, = {}) req = build_request(:delete_connection, params) req.send_request() end |
#delete_observability_configuration(params = {}) ⇒ Types::DeleteObservabilityConfigurationResponse
Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can’t delete a configuration that’s used by one or more App Runner services.
1267 1268 1269 1270 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1267 def delete_observability_configuration(params = {}, = {}) req = build_request(:delete_observability_configuration, params) req.send_request() end |
#delete_service(params = {}) ⇒ Types::DeleteServiceResponse
Delete an App Runner service.
This is an asynchronous operation. On a successful call, you can use the returned ‘OperationId` and the ListOperations call to track the operation’s progress.
<note markdown=“1”> Make sure that you don’t have any active VPCIngressConnections associated with the service you want to delete.
</note>
1361 1362 1363 1364 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1361 def delete_service(params = {}, = {}) req = build_request(:delete_service, params) req.send_request() end |
#delete_vpc_connector(params = {}) ⇒ Types::DeleteVpcConnectorResponse
Delete an App Runner VPC connector resource. You can’t delete a connector that’s used by one or more App Runner services.
1402 1403 1404 1405 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1402 def delete_vpc_connector(params = {}, = {}) req = build_request(:delete_vpc_connector, params) req.send_request() end |
#delete_vpc_ingress_connection(params = {}) ⇒ Types::DeleteVpcIngressConnectionResponse
Delete an App Runner VPC Ingress Connection resource that’s associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:
-
‘AVAILABLE`
-
‘FAILED_CREATION`
-
‘FAILED_UPDATE`
-
‘FAILED_DELETION`
1450 1451 1452 1453 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1450 def delete_vpc_ingress_connection(params = {}, = {}) req = build_request(:delete_vpc_ingress_connection, params) req.send_request() end |
#describe_auto_scaling_configuration(params = {}) ⇒ Types::DescribeAutoScalingConfigurationResponse
Return a full description of an App Runner automatic scaling configuration resource.
1495 1496 1497 1498 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1495 def describe_auto_scaling_configuration(params = {}, = {}) req = build_request(:describe_auto_scaling_configuration, params) req.send_request() end |
#describe_custom_domains(params = {}) ⇒ Types::DescribeCustomDomainsResponse
Return a description of custom domain names that are associated with an App Runner service.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1564 1565 1566 1567 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1564 def describe_custom_domains(params = {}, = {}) req = build_request(:describe_custom_domains, params) req.send_request() end |
#describe_observability_configuration(params = {}) ⇒ Types::DescribeObservabilityConfigurationResponse
Return a full description of an App Runner observability configuration resource.
1605 1606 1607 1608 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1605 def describe_observability_configuration(params = {}, = {}) req = build_request(:describe_observability_configuration, params) req.send_request() end |
#describe_service(params = {}) ⇒ Types::DescribeServiceResponse
Return a full description of an App Runner service.
1688 1689 1690 1691 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1688 def describe_service(params = {}, = {}) req = build_request(:describe_service, params) req.send_request() end |
#describe_vpc_connector(params = {}) ⇒ Types::DescribeVpcConnectorResponse
Return a description of an App Runner VPC connector resource.
1728 1729 1730 1731 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1728 def describe_vpc_connector(params = {}, = {}) req = build_request(:describe_vpc_connector, params) req.send_request() end |
#describe_vpc_ingress_connection(params = {}) ⇒ Types::DescribeVpcIngressConnectionResponse
Return a full description of an App Runner VPC Ingress Connection resource.
1767 1768 1769 1770 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1767 def describe_vpc_ingress_connection(params = {}, = {}) req = build_request(:describe_vpc_ingress_connection, params) req.send_request() end |
#disassociate_custom_domain(params = {}) ⇒ Types::DisassociateCustomDomainResponse
Disassociate a custom domain name from an App Runner service.
Certificates tracking domain validity are associated with a custom domain and are stored in [AWS Certificate Manager (ACM)]. These certificates aren’t deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
1827 1828 1829 1830 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1827 def disassociate_custom_domain(params = {}, = {}) req = build_request(:disassociate_custom_domain, params) req.send_request() end |
#list_auto_scaling_configurations(params = {}) ⇒ Types::ListAutoScalingConfigurationsResponse
Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ‘ListAutoScalingConfigurations`.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1905 1906 1907 1908 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1905 def list_auto_scaling_configurations(params = {}, = {}) req = build_request(:list_auto_scaling_configurations, params) req.send_request() end |
#list_connections(params = {}) ⇒ Types::ListConnectionsResponse
Returns a list of App Runner connections that are associated with your Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
1961 1962 1963 1964 |
# File 'lib/aws-sdk-apprunner/client.rb', line 1961 def list_connections(params = {}, = {}) req = build_request(:list_connections, params) req.send_request() end |
#list_observability_configurations(params = {}) ⇒ Types::ListObservabilityConfigurationsResponse
Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name.
To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ‘ListObservabilityConfigurations`.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2035 2036 2037 2038 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2035 def list_observability_configurations(params = {}, = {}) req = build_request(:list_observability_configurations, params) req.send_request() end |
#list_operations(params = {}) ⇒ Types::ListOperationsResponse
Return a list of operations that occurred on an App Runner service.
The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2097 2098 2099 2100 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2097 def list_operations(params = {}, = {}) req = build_request(:list_operations, params) req.send_request() end |
#list_services(params = {}) ⇒ Types::ListServicesResponse
Returns a list of running App Runner services in your Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2150 2151 2152 2153 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2150 def list_services(params = {}, = {}) req = build_request(:list_services, params) req.send_request() end |
#list_services_for_auto_scaling_configuration(params = {}) ⇒ Types::ListServicesForAutoScalingConfigurationResponse
Returns a list of the associated App Runner services using an auto scaling configuration.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2207 2208 2209 2210 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2207 def list_services_for_auto_scaling_configuration(params = {}, = {}) req = build_request(:list_services_for_auto_scaling_configuration, params) req.send_request() end |
#list_tags_for_resource(params = {}) ⇒ Types::ListTagsForResourceResponse
List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
2241 2242 2243 2244 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2241 def (params = {}, = {}) req = build_request(:list_tags_for_resource, params) req.send_request() end |
#list_vpc_connectors(params = {}) ⇒ Types::ListVpcConnectorsResponse
Returns a list of App Runner VPC connectors in your Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2298 2299 2300 2301 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2298 def list_vpc_connectors(params = {}, = {}) req = build_request(:list_vpc_connectors, params) req.send_request() end |
#list_vpc_ingress_connections(params = {}) ⇒ Types::ListVpcIngressConnectionsResponse
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
2355 2356 2357 2358 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2355 def list_vpc_ingress_connections(params = {}, = {}) req = build_request(:list_vpc_ingress_connections, params) req.send_request() end |
#pause_service(params = {}) ⇒ Types::PauseServiceResponse
Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).
This is an asynchronous operation. On a successful call, you can use the returned ‘OperationId` and the ListOperations call to track the operation’s progress.
2446 2447 2448 2449 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2446 def pause_service(params = {}, = {}) req = build_request(:pause_service, params) req.send_request() end |
#resume_service(params = {}) ⇒ Types::ResumeServiceResponse
Resume an active App Runner service. App Runner provisions compute capacity for the service.
This is an asynchronous operation. On a successful call, you can use the returned ‘OperationId` and the ListOperations call to track the operation’s progress.
2536 2537 2538 2539 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2536 def resume_service(params = {}, = {}) req = build_request(:resume_service, params) req.send_request() end |
#start_deployment(params = {}) ⇒ Types::StartDeploymentResponse
Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service.
For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance.
This is an asynchronous operation. On a successful call, you can use the returned ‘OperationId` and the ListOperations call to track the operation’s progress.
2577 2578 2579 2580 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2577 def start_deployment(params = {}, = {}) req = build_request(:start_deployment, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.
2614 2615 2616 2617 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2614 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Remove tags from an App Runner resource.
2643 2644 2645 2646 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2643 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_default_auto_scaling_configuration(params = {}) ⇒ Types::UpdateDefaultAutoScalingConfigurationResponse
Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.
2689 2690 2691 2692 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2689 def update_default_auto_scaling_configuration(params = {}, = {}) req = build_request(:update_default_auto_scaling_configuration, params) req.send_request() end |
#update_service(params = {}) ⇒ Types::UpdateServiceResponse
Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that’s associated with the service. However, you can’t change the name or the encryption configuration of the service. These can be set only when you create the service.
To update the tags applied to your service, use the separate actions TagResource and UntagResource.
This is an asynchronous operation. On a successful call, you can use the returned ‘OperationId` and the ListOperations call to track the operation’s progress.
2890 2891 2892 2893 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2890 def update_service(params = {}, = {}) req = build_request(:update_service, params) req.send_request() end |
#update_vpc_ingress_connection(params = {}) ⇒ Types::UpdateVpcIngressConnectionResponse
Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:
-
AVAILABLE
-
FAILED_CREATION
-
FAILED_UPDATE
2945 2946 2947 2948 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2945 def update_vpc_ingress_connection(params = {}, = {}) req = build_request(:update_vpc_ingress_connection, params) req.send_request() end |
#waiter_names ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
2974 2975 2976 |
# File 'lib/aws-sdk-apprunner/client.rb', line 2974 def waiter_names [] end |