# Functions
NewInstallManagerAWSCredentials is the entrypoint to load credentials for AWS SDK using the service provider credentials.
NewInstallManagerCommand is the entrypoint to create the 'install-manager' subcommand.
# Structs
AWSCredentials is a supported external process credential provider as detailed in https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html.
InstallManager coordinates executing the openshift-install binary, modifying generated assets, and uploading artifacts to the kube API after completion.
# Interfaces
LogUploaderActuator interface is the interface that is used to add provider support for uploading logs.