1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package sms provides the client and types for making API
// requests to AWS Server Migration Service.
//
// # Product update
//
// We recommend Amazon Web Services Application Migration Service (http://aws.amazon.com/application-migration-service)
// (Amazon Web Services MGN) as the primary migration service for lift-and-shift
// migrations. If Amazon Web Services MGN is unavailable in a specific Amazon
// Web Services Region, you can use the Server Migration Service APIs through
// March 2023.
//
// Server Migration Service (Server Migration Service) makes it easier and faster
// for you to migrate your on-premises workloads to Amazon Web Services. To
// learn more about Server Migration Service, see the following resources:
//
// - Server Migration Service product page (http://aws.amazon.com/server-migration-service/)
//
// - Server Migration Service User Guide (https://docs.aws.amazon.com/server-migration-service/latest/userguide/)
//
// See https://docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24 for more information on this service.
//
// See sms package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/sms/
//
// # Using the Client
//
// To contact AWS Server Migration Service with the SDK use the New function to create
// a new service client. With that client you can make API requests to the service.
// These clients are safe to use concurrently.
//
// See the SDK's documentation for more information on how to use the SDK.
// https://docs.aws.amazon.com/sdk-for-go/api/
//
// See aws.Config documentation for more information on configuring SDK clients.
// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
//
// See the AWS Server Migration Service client SMS for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/sms/#New
package sms
|