1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package ec2instanceconnect provides the API client, operations, and parameter
// types for AWS EC2 Instance Connect.
//
// This is the Amazon EC2 Instance Connect API Reference. It provides
// descriptions, syntax, and usage examples for each of the actions for Amazon EC2
// Instance Connect. Amazon EC2 Instance Connect enables system administrators to
// publish one-time use SSH public keys to EC2, providing users a simple and secure
// way to connect to their instances.
//
// To view the Amazon EC2 Instance Connect content in the Amazon EC2 User Guide,
// see [Connect to your Linux instance using EC2 Instance Connect].
//
// For Amazon EC2 APIs, see the [Amazon EC2 API Reference].
//
// [Connect to your Linux instance using EC2 Instance Connect]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html
// [Amazon EC2 API Reference]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html
package ec2instanceconnect
|