Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.DescribeEffectivePatchesForPatchBaseline C# (CSharp) 메소드

DescribeEffectivePatchesForPatchBaseline() 공개 메소드

Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
/// Error returned when the ID specified for a resource (e.g. a Maintenance Window) doesn’t /// exist. /// /// An error occurred on the server side. /// /// The resource ID is not valid. Verify that you entered the correct ID and try again. ///
public DescribeEffectivePatchesForPatchBaseline ( DescribeEffectivePatchesForPatchBaselineRequest request ) : DescribeEffectivePatchesForPatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineRequest Container for the necessary parameters to execute the DescribeEffectivePatchesForPatchBaseline service method.
리턴 Amazon.SimpleSystemsManagement.Model.DescribeEffectivePatchesForPatchBaselineResponse
        public DescribeEffectivePatchesForPatchBaselineResponse DescribeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest request)
        {
            var marshaller = new DescribeEffectivePatchesForPatchBaselineRequestMarshaller();
            var unmarshaller = DescribeEffectivePatchesForPatchBaselineResponseUnmarshaller.Instance;

            return Invoke<DescribeEffectivePatchesForPatchBaselineRequest,DescribeEffectivePatchesForPatchBaselineResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient