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

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

Query a list of all parameters used by the AWS account.
/// An error occurred on the server side. /// /// The specified token is not valid. /// /// The parameter could not be found. Verify the name and try again. ///
public GetParameterHistory ( GetParameterHistoryRequest request ) : GetParameterHistoryResponse
request Amazon.SimpleSystemsManagement.Model.GetParameterHistoryRequest Container for the necessary parameters to execute the GetParameterHistory service method.
Результат Amazon.SimpleSystemsManagement.Model.GetParameterHistoryResponse
        public GetParameterHistoryResponse GetParameterHistory(GetParameterHistoryRequest request)
        {
            var marshaller = new GetParameterHistoryRequestMarshaller();
            var unmarshaller = GetParameterHistoryResponseUnmarshaller.Instance;

            return Invoke<GetParameterHistoryRequest,GetParameterHistoryResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient