Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.CreatePatchBaseline C# (CSharp) Метод

CreatePatchBaseline() публичный Метод

Creates a patch baseline.
/// Error returned when an idempotent operation is retried and the parameters don’t match /// the original call to the API with the same idempotency token. /// /// An error occurred on the server side. /// /// Error returned when the caller has exceeded the default resource limits (e.g. too /// many Maintenance Windows have been created). ///
public CreatePatchBaseline ( CreatePatchBaselineRequest request ) : CreatePatchBaselineResponse
request Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineRequest Container for the necessary parameters to execute the CreatePatchBaseline service method.
Результат Amazon.SimpleSystemsManagement.Model.CreatePatchBaselineResponse
        public CreatePatchBaselineResponse CreatePatchBaseline(CreatePatchBaselineRequest request)
        {
            var marshaller = new CreatePatchBaselineRequestMarshaller();
            var unmarshaller = CreatePatchBaselineResponseUnmarshaller.Instance;

            return Invoke<CreatePatchBaselineRequest,CreatePatchBaselineResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient