# Functions
NewAWSCmd implements the "aws" subcommand for the credentials provisioning.
NewCreateAllCmd provides the "create-all" subcommand.
NewCreateIAMRolesCmd provides the "create-iam-roles" subcommand.
NewCreateIdentityProviderCmd provides the "create-identity-provider" subcommand.
NewDeleteCmd implements the "delete" command for the credentials provisioning.
# Variables
CreateAllOpts captures the options that affect creation/updating of the generated objects.
CreateIAMRolesOpts captures the options that affect creation/updating of the IAM Roles.
CreateIdentityProviderOpts captures the options that affect creation of the identity provider.
DeleteOpts captures the options that affect deletion of the generated objects.
# Structs
PolicyDocument is a simple type used to serialize to AWS' PolicyDocument format.
StatementEntry is a simple type used to serialize to AWS' PolicyDocument format.