AwsSSM class

Constructors

AwsSSM(String region, String userPoolId, String identityPoolId)

Properties

hashCode int
The hash code for this object.
no setterinherited
identityPoolId String
final
region String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userPoolId String
final

Methods

createAWS4Header(dynamic credentials, Map<String, dynamic> payload, [String? datetime]) Map<String, String>
createPayload(dynamic names, [bool withDecryption = true]) Map<String, dynamic>
getCognitoCredentialsForIdentity(String? idToken) Future<Map<String, dynamic>>
getDateTime() String
getListParams<T>(String? idToken, List<String> names) Future<List<T?>>
getMapParams<T>(String? idToken, List<String> names) Future<Map<String, T?>>
getParameters(Map<String, String> headers, Map<String, dynamic> payload) Future
getParams(String? idToken, List<String> names) Future
getServerDateTime() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toList<T>(List<String> names, dynamic data) List<T?>
toMap<T>(List<String> names, dynamic data) Map<String, T?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited