diff --git a/dotnetv3/AutoScaling/README.md b/dotnetv3/AutoScaling/README.md index 0c121f8c537..0a08d4e154a 100644 --- a/dotnetv3/AutoScaling/README.md +++ b/dotnetv3/AutoScaling/README.md @@ -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) diff --git a/dotnetv3/DotNetV3Examples.sln b/dotnetv3/DotNetV3Examples.sln index 61aabad4c67..46a909e594f 100644 --- a/dotnetv3/DotNetV3Examples.sln +++ b/dotnetv3/DotNetV3Examples.sln @@ -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}" @@ -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 @@ -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} diff --git a/dotnetv3/EC2/README.md b/dotnetv3/EC2/README.md index 8dc39763da6..06f267e087e 100644 --- a/dotnetv3/EC2/README.md +++ b/dotnetv3/EC2/README.md @@ -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 diff --git a/dotnetv3/IAM/README.md b/dotnetv3/IAM/README.md index 492fda02331..789f50a279b 100644 --- a/dotnetv3/IAM/README.md +++ b/dotnetv3/IAM/README.md @@ -49,7 +49,7 @@ 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) @@ -57,7 +57,7 @@ Code excerpts that show you how to call individual service functions. - [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)