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

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

Add one or more paramaters to the system.
/// An error occurred on the server side. /// /// The query key ID is not valid. /// /// The parameter already exists. You can't create duplicate parameters. /// /// You have exceeded the number of parameters for this AWS account. Delete one or more /// parameters and try again. /// /// There are concurrent updates for a resource that supports one update at a time. /// /// The parameter type is not supported. ///
public PutParameter ( PutParameterRequest request ) : PutParameterResponse
request PutParameterRequest Container for the necessary parameters to execute the PutParameter service method.
Результат PutParameterResponse
        public PutParameterResponse PutParameter(PutParameterRequest request)
        {
            var marshaller = new PutParameterRequestMarshaller();
            var unmarshaller = PutParameterResponseUnmarshaller.Instance;

            return Invoke<PutParameterRequest,PutParameterResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient