Skip to content

Commit

Permalink
Readme updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm committed Sep 27, 2024
1 parent c1bb8bb commit 94d9e53
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 36 deletions.
4 changes: 2 additions & 2 deletions dotnetv3/AutoScaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Code examples that show you how to perform the essential operations within a ser

Code excerpts that show you how to call individual service functions.

- [AttachLoadBalancerTargetGroups](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L770)
- [AttachLoadBalancerTargetGroups](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L890)
- [CreateAutoScalingGroup](Actions/AutoScalingWrapper.cs#L28)
- [DeleteAutoScalingGroup](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L573)
- [DeleteAutoScalingGroup](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L693)
- [DescribeAutoScalingGroups](Actions/AutoScalingWrapper.cs#L109)
- [DescribeAutoScalingInstances](Actions/AutoScalingWrapper.cs#L109)
- [DescribeScalingActivities](Actions/AutoScalingWrapper.cs#L86)
Expand Down
7 changes: 0 additions & 7 deletions dotnetv3/DotNetV3Examples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EC2", "EC2", "{77D9BB30-99D
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VirtualPrivateCloudExamples", "VirtualPrivateCloudExamples", "{FD37C59A-C4EA-4AAD-85F7-66767E98C52A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreateVPCTests", "EC2\VirtualPrivateCloudExamples\CreateVPCTests\CreateVPCTests.csproj", "{775E67C5-BE91-4E4D-840A-380EF533AF27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EC2Tests", "EC2\Tests\EC2Tests.csproj", "{6660A7CD-3AFB-4A99-995A-70DE9DADB81E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scenarios", "Scenarios", "{327CF162-0F15-4E54-AFF2-3477410D7B34}"
Expand Down Expand Up @@ -957,10 +955,6 @@ Global
{8CE79AEB-9CA0-4746-97F3-A1E73B14B0BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CE79AEB-9CA0-4746-97F3-A1E73B14B0BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CE79AEB-9CA0-4746-97F3-A1E73B14B0BF}.Release|Any CPU.Build.0 = Release|Any CPU
{775E67C5-BE91-4E4D-840A-380EF533AF27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{775E67C5-BE91-4E4D-840A-380EF533AF27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{775E67C5-BE91-4E4D-840A-380EF533AF27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{775E67C5-BE91-4E4D-840A-380EF533AF27}.Release|Any CPU.Build.0 = Release|Any CPU
{6660A7CD-3AFB-4A99-995A-70DE9DADB81E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6660A7CD-3AFB-4A99-995A-70DE9DADB81E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6660A7CD-3AFB-4A99-995A-70DE9DADB81E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -1790,7 +1784,6 @@ Global
{81E5E7FC-5F25-48F5-A0F9-17C862B5A6AA} = {86F4D22B-B15A-46F4-8F30-8501D244841A}
{8CE79AEB-9CA0-4746-97F3-A1E73B14B0BF} = {81E5E7FC-5F25-48F5-A0F9-17C862B5A6AA}
{FD37C59A-C4EA-4AAD-85F7-66767E98C52A} = {77D9BB30-99D7-47A3-B060-2D7CB3753162}
{775E67C5-BE91-4E4D-840A-380EF533AF27} = {FD37C59A-C4EA-4AAD-85F7-66767E98C52A}
{6660A7CD-3AFB-4A99-995A-70DE9DADB81E} = {77D9BB30-99D7-47A3-B060-2D7CB3753162}
{327CF162-0F15-4E54-AFF2-3477410D7B34} = {77D9BB30-99D7-47A3-B060-2D7CB3753162}
{C9A508B1-CEF1-45F5-BF1F-1DEB905E9F35} = {77D9BB30-99D7-47A3-B060-2D7CB3753162}
Expand Down
50 changes: 25 additions & 25 deletions dotnetv3/EC2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,31 @@ Code examples that show you how to perform the essential operations within a ser

Code excerpts that show you how to call individual service functions.

- [AllocateAddress](Actions/EC2Wrapper.cs#L19)
- [AssociateAddress](Actions/EC2Wrapper.cs#L33)
- [AuthorizeSecurityGroupIngress](Actions/EC2Wrapper.cs#L55)
- [CreateKeyPair](Actions/EC2Wrapper.cs#L98)
- [CreateLaunchTemplate](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L260)
- [CreateSecurityGroup](Actions/EC2Wrapper.cs#L145)
- [DeleteKeyPair](Actions/EC2Wrapper.cs#L190)
- [DeleteLaunchTemplate](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L402)
- [DeleteSecurityGroup](Actions/EC2Wrapper.cs#L223)
- [DescribeAvailabilityZones](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L304)
- [DescribeIamInstanceProfileAssociations](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L495)
- [DescribeInstanceTypes](Actions/EC2Wrapper.cs#L395)
- [DescribeInstances](Actions/EC2Wrapper.cs#L316)
- [DescribeKeyPairs](Actions/EC2Wrapper.cs#L432)
- [DescribeSecurityGroups](Actions/EC2Wrapper.cs#L454)
- [DescribeSubnets](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L371)
- [DescribeVpcs](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L352)
- [DisassociateAddress](Actions/EC2Wrapper.cs#L516)
- [RebootInstances](Actions/EC2Wrapper.cs#L544)
- [ReleaseAddress](Actions/EC2Wrapper.cs#L569)
- [ReplaceIamInstanceProfileAssociation](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L515)
- [RunInstances](Actions/EC2Wrapper.cs#L587)
- [StartInstances](Actions/EC2Wrapper.cs#L616)
- [StopInstances](Actions/EC2Wrapper.cs#L643)
- [TerminateInstances](Actions/EC2Wrapper.cs#L680)
- [AllocateAddress](Actions/EC2Wrapper.cs#L28)
- [AssociateAddress](Actions/EC2Wrapper.cs#L64)
- [AuthorizeSecurityGroupIngress](Actions/EC2Wrapper.cs#L107)
- [CreateKeyPair](Actions/EC2Wrapper.cs#L170)
- [CreateLaunchTemplate](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L263)
- [CreateSecurityGroup](Actions/EC2Wrapper.cs#L242)
- [DeleteKeyPair](Actions/EC2Wrapper.cs#L319)
- [DeleteLaunchTemplate](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L470)
- [DeleteSecurityGroup](Actions/EC2Wrapper.cs#L361)
- [DescribeAvailabilityZones](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L325)
- [DescribeIamInstanceProfileAssociations](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L574)
- [DescribeInstanceTypes](Actions/EC2Wrapper.cs#L531)
- [DescribeInstances](Actions/EC2Wrapper.cs#L474)
- [DescribeKeyPairs](Actions/EC2Wrapper.cs#L578)
- [DescribeSecurityGroups](Actions/EC2Wrapper.cs#L620)
- [DescribeSubnets](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L422)
- [DescribeVpcs](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L386)
- [DisassociateAddress](Actions/EC2Wrapper.cs#L714)
- [RebootInstances](Actions/EC2Wrapper.cs#L761)
- [ReleaseAddress](Actions/EC2Wrapper.cs#L802)
- [ReplaceIamInstanceProfileAssociation](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L611)
- [RunInstances](Actions/EC2Wrapper.cs#L837)
- [StartInstances](Actions/EC2Wrapper.cs#L890)
- [StopInstances](Actions/EC2Wrapper.cs#L930)
- [TerminateInstances](Actions/EC2Wrapper.cs#L971)

### Scenarios

Expand Down
4 changes: 2 additions & 2 deletions dotnetv3/IAM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ Code excerpts that show you how to call individual service functions.
- [AttachRolePolicy](Actions/IAMWrapper.cs#L42)
- [CreateAccessKey](Actions/IAMWrapper.cs#L62)
- [CreateGroup](Actions/IAMWrapper.cs#L82)
- [CreateInstanceProfile](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L83)
- [CreateInstanceProfile](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L86)
- [CreatePolicy](Actions/IAMWrapper.cs#L96)
- [CreateRole](Actions/IAMWrapper.cs#L116)
- [CreateServiceLinkedRole](Actions/IAMWrapper.cs#L138)
- [CreateUser](Actions/IAMWrapper.cs#L159)
- [DeleteAccessKey](Actions/IAMWrapper.cs#L173)
- [DeleteGroup](Actions/IAMWrapper.cs#L194)
- [DeleteGroupPolicy](Actions/IAMWrapper.cs#L208)
- [DeleteInstanceProfile](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L425)
- [DeleteInstanceProfile](../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L504)
- [DeletePolicy](Actions/IAMWrapper.cs#L230)
- [DeleteRole](Actions/IAMWrapper.cs#L245)
- [DeleteRolePolicy](Actions/IAMWrapper.cs#L259)
Expand Down

0 comments on commit 94d9e53

Please sign in to comment.