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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
// Package pinpointsmsvoicev2 provides the client and types for making API
// requests to Amazon Pinpoint SMS Voice V2.
//
// Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. This
// guide provides information about Amazon Pinpoint SMS and Voice, version 2
// API resources, including supported HTTP methods, parameters, and schemas.
//
// Amazon Pinpoint is an Amazon Web Services service that you can use to engage
// with your recipients across multiple messaging channels. The Amazon Pinpoint
// SMS and Voice, version 2 API provides programmatic access to options that
// are unique to the SMS and voice channels and supplements the resources provided
// by the Amazon Pinpoint API.
//
// If you're new to Amazon Pinpoint, it's also helpful to review the Amazon
// Pinpoint Developer Guide (https://docs.aws.amazon.com/pinpoint/latest/developerguide/welcome.html).
// The Amazon Pinpoint Developer Guide provides tutorials, code samples, and
// procedures that demonstrate how to use Amazon Pinpoint features programmatically
// and how to integrate Amazon Pinpoint functionality into mobile apps and other
// types of applications. The guide also provides key information, such as Amazon
// Pinpoint integration with other Amazon Web Services services, and the quotas
// that apply to use of the service.
//
// # Regional availability
//
// The Amazon Pinpoint SMS and Voice, version 2 API Reference is available in
// several Amazon Web Services Regions and it provides an endpoint for each
// of these Regions. For a list of all the Regions and endpoints where the API
// is currently available, see Amazon Web Services Service Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html#pinpoint_region)
// and Amazon Pinpoint endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/pinpoint.html)
// in the Amazon Web Services General Reference. To learn more about Amazon
// Web Services Regions, see Managing Amazon Web Services Regions (https://docs.aws.amazon.com/general/latest/gr/rande-manage.html)
// in the Amazon Web Services General Reference.
//
// In each Region, Amazon Web Services maintains multiple Availability Zones.
// These Availability Zones are physically isolated from each other, but are
// united by private, low-latency, high-throughput, and highly redundant network
// connections. These Availability Zones enable us to provide very high levels
// of availability and redundancy, while also minimizing latency. To learn more
// about the number of Availability Zones that are available in each Region,
// see Amazon Web Services Global Infrastructure. (https://aws.amazon.com/about-aws/global-infrastructure/)
//
// See https://docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-v2-2022-03-31 for more information on this service.
//
// See pinpointsmsvoicev2 package documentation for more information.
// https://docs.aws.amazon.com/sdk-for-go/api/service/pinpointsmsvoicev2/
//
// # Using the Client
//
// To contact Amazon Pinpoint SMS Voice V2 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 Amazon Pinpoint SMS Voice V2 client PinpointSMSVoiceV2 for more
// information on creating client for this service.
// https://docs.aws.amazon.com/sdk-for-go/api/service/pinpointsmsvoicev2/#New
package pinpointsmsvoicev2
|