class Awscr::SSM::Client

Defined in:

awscr-ssm/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(region : String, credential : Credentials = Awscr::SSM.default_credentials) #

[View source]

Instance Method Detail

def delete_parameter(key : String) : Void #

[View source]
def get_parameter(key : String, with_decryption : Bool = false) : String #

[View source]
def get_parameter_history(name : String, max_results : Int32 = 10, next_token : String | Nil = nil, with_decryption : Bool = true) : ParameterHistoryResult #

[View source]
def get_parameters_by_path(path : String, max_results : Int32 = 10, next_token : String | Nil = nil, recursive : Bool = true, with_decryption : Bool = true) : ParameterResult #

[View source]
def put_parameter(key : String, value : String, secure : Bool = false, description : String = "", allowed_pattern : String = "", key_id : String = "", overwrite : Bool = true) : Int32 #

[View source]