-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resilient service followup items: tests, metadata, specification, and…
… more!
- Loading branch information
Showing
40 changed files
with
2,763 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
143 changes: 143 additions & 0 deletions
143
.doc_gen/metadata/elastic-load-balancing-v2_metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
elastic-load-balancing-v2_Hello: | ||
title: Hello &ELB; | ||
title_abbrev: Hello &ELB; | ||
synopsis: get started using &ELB;. | ||
category: Hello | ||
languages: | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/elastic-load-balancing | ||
sdkguide: | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- python.example_code.elbv2.Hello | ||
services: | ||
elastic-load-balancing-v2: {DescribeLoadBalancers} | ||
elastic-load-balancing-v2_DescribeLoadBalancers: | ||
title: Get the endpoint of an ELB load balancer using an &AWS; SDK | ||
title_abbrev: Get the endpoint of a load balancer | ||
synopsis: get the endpoint of an ELB load balancer. | ||
category: | ||
languages: | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/elastic-load-balancing | ||
sdkguide: | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- python.cross_service.resilient_service.LoadBalancer.decl | ||
- python.cross_service.resilient_service.elbv2.DescribeLoadBalancers | ||
services: | ||
elastic-load-balancing-v2: {DescribeLoadBalancers} | ||
elastic-load-balancing-v2_CreateTargetGroup: | ||
title: Create an ELB target group using an &AWS; SDK | ||
title_abbrev: Create a target group | ||
synopsis: create an ELB target group. | ||
category: | ||
languages: | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/elastic-load-balancing | ||
sdkguide: | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- python.cross_service.resilient_service.LoadBalancer.decl | ||
- python.cross_service.resilient_service.elbv2.CreateTargetGroup | ||
services: | ||
elastic-load-balancing-v2: {CreateTargetGroup} | ||
elastic-load-balancing-v2_DeleteTargetGroup: | ||
title: Delete an ELB target group using an &AWS; SDK | ||
title_abbrev: Delete a target group | ||
synopsis: delete an ELB target group. | ||
category: | ||
languages: | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/elastic-load-balancing | ||
sdkguide: | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- python.cross_service.resilient_service.LoadBalancer.decl | ||
- python.cross_service.resilient_service.elbv2.DeleteTargetGroup | ||
services: | ||
elastic-load-balancing-v2: {DeleteTargetGroup} | ||
elastic-load-balancing-v2_CreateLoadBalancer: | ||
title: Create an ELB Application Load Balancer using an &AWS; SDK | ||
title_abbrev: Create an Application Load Balancer | ||
synopsis: create an ELB Application Load Balancer. | ||
category: | ||
languages: | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/elastic-load-balancing | ||
sdkguide: | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- python.cross_service.resilient_service.LoadBalancer.decl | ||
- python.cross_service.resilient_service.elbv2.CreateLoadBalancer | ||
services: | ||
elastic-load-balancing-v2: {CreateLoadBalancer} | ||
elastic-load-balancing-v2_CreateListener: | ||
title: Create a listener for an ELB load balancer using an &AWS; SDK | ||
title_abbrev: Create a listener for a load balancer | ||
synopsis: create a listener that forwards requests from an ELB load balancer to a target group. | ||
category: | ||
languages: | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/elastic-load-balancing | ||
sdkguide: | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- python.cross_service.resilient_service.LoadBalancer.decl | ||
- python.cross_service.resilient_service.elbv2.CreateListener | ||
services: | ||
elastic-load-balancing-v2: {CreateListener} | ||
elastic-load-balancing-v2_DeleteLoadBalancer: | ||
title: Delete an ELB load balancer using an &AWS; SDK | ||
title_abbrev: Delete a load balancer | ||
synopsis: delete an ELB load balancer. | ||
category: | ||
languages: | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/elastic-load-balancing | ||
sdkguide: | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- python.cross_service.resilient_service.LoadBalancer.decl | ||
- python.cross_service.resilient_service.elbv2.DeleteLoadBalancer | ||
services: | ||
elastic-load-balancing-v2: {DeleteLoadBalancer} | ||
elastic-load-balancing-v2_DescribeTargetHealth: | ||
title: Get the health of an ELB target group using an &AWS; SDK | ||
title_abbrev: Get the health of a target group | ||
synopsis: get the health of instances in an ELB target group. | ||
category: | ||
languages: | ||
Python: | ||
versions: | ||
- sdk_version: 3 | ||
github: python/example_code/elastic-load-balancing | ||
sdkguide: | ||
excerpts: | ||
- description: | ||
snippet_tags: | ||
- python.cross_service.resilient_service.LoadBalancer.decl | ||
- python.cross_service.resilient_service.elbv2.DescribeTargetHealth | ||
services: | ||
elastic-load-balancing-v2: {DescribeTargetHealth} |
Oops, something went wrong.