@@ -45,31 +45,31 @@ Code examples that show you how to perform the essential operations within a ser
4545
4646Code excerpts that show you how to call individual service functions.
4747
48- - [ AllocateAddress] ( Actions/EC2Wrapper.cs#L19 )
49- - [ AssociateAddress] ( Actions/EC2Wrapper.cs#L33 )
50- - [ AuthorizeSecurityGroupIngress] ( Actions/EC2Wrapper.cs#L55 )
51- - [ CreateKeyPair] ( Actions/EC2Wrapper.cs#L98 )
52- - [ CreateLaunchTemplate] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L260 )
53- - [ CreateSecurityGroup] ( Actions/EC2Wrapper.cs#L145 )
54- - [ DeleteKeyPair] ( Actions/EC2Wrapper.cs#L190 )
55- - [ DeleteLaunchTemplate] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L402 )
56- - [ DeleteSecurityGroup] ( Actions/EC2Wrapper.cs#L223 )
57- - [ DescribeAvailabilityZones] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L304 )
58- - [ DescribeIamInstanceProfileAssociations] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L495 )
59- - [ DescribeInstanceTypes] ( Actions/EC2Wrapper.cs#L395 )
60- - [ DescribeInstances] ( Actions/EC2Wrapper.cs#L316 )
61- - [ DescribeKeyPairs] ( Actions/EC2Wrapper.cs#L432 )
62- - [ DescribeSecurityGroups] ( Actions/EC2Wrapper.cs#L454 )
63- - [ DescribeSubnets] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L371 )
64- - [ DescribeVpcs] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L352 )
65- - [ DisassociateAddress] ( Actions/EC2Wrapper.cs#L516 )
66- - [ RebootInstances] ( Actions/EC2Wrapper.cs#L544 )
67- - [ ReleaseAddress] ( Actions/EC2Wrapper.cs#L569 )
68- - [ ReplaceIamInstanceProfileAssociation] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L515 )
69- - [ RunInstances] ( Actions/EC2Wrapper.cs#L587 )
70- - [ StartInstances] ( Actions/EC2Wrapper.cs#L616 )
71- - [ StopInstances] ( Actions/EC2Wrapper.cs#L643 )
72- - [ TerminateInstances] ( Actions/EC2Wrapper.cs#L680 )
48+ - [ AllocateAddress] ( Actions/EC2Wrapper.cs#L28 )
49+ - [ AssociateAddress] ( Actions/EC2Wrapper.cs#L64 )
50+ - [ AuthorizeSecurityGroupIngress] ( Actions/EC2Wrapper.cs#L107 )
51+ - [ CreateKeyPair] ( Actions/EC2Wrapper.cs#L170 )
52+ - [ CreateLaunchTemplate] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L263 )
53+ - [ CreateSecurityGroup] ( Actions/EC2Wrapper.cs#L242 )
54+ - [ DeleteKeyPair] ( Actions/EC2Wrapper.cs#L319 )
55+ - [ DeleteLaunchTemplate] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L470 )
56+ - [ DeleteSecurityGroup] ( Actions/EC2Wrapper.cs#L361 )
57+ - [ DescribeAvailabilityZones] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L325 )
58+ - [ DescribeIamInstanceProfileAssociations] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L574 )
59+ - [ DescribeInstanceTypes] ( Actions/EC2Wrapper.cs#L531 )
60+ - [ DescribeInstances] ( Actions/EC2Wrapper.cs#L474 )
61+ - [ DescribeKeyPairs] ( Actions/EC2Wrapper.cs#L578 )
62+ - [ DescribeSecurityGroups] ( Actions/EC2Wrapper.cs#L620 )
63+ - [ DescribeSubnets] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L422 )
64+ - [ DescribeVpcs] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L386 )
65+ - [ DisassociateAddress] ( Actions/EC2Wrapper.cs#L714 )
66+ - [ RebootInstances] ( Actions/EC2Wrapper.cs#L761 )
67+ - [ ReleaseAddress] ( Actions/EC2Wrapper.cs#L802 )
68+ - [ ReplaceIamInstanceProfileAssociation] ( ../cross-service/ResilientService/AutoScalerActions/AutoScalerWrapper.cs#L611 )
69+ - [ RunInstances] ( Actions/EC2Wrapper.cs#L837 )
70+ - [ StartInstances] ( Actions/EC2Wrapper.cs#L890 )
71+ - [ StopInstances] ( Actions/EC2Wrapper.cs#L930 )
72+ - [ TerminateInstances] ( Actions/EC2Wrapper.cs#L971 )
7373
7474### Scenarios
7575
0 commit comments