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
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package pinpointsmsvoicev2 provides the API client, operations, and parameter
// types for 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. Amazon Pinpoint SMS and Voice, version 2
// resources such as phone numbers, sender IDs, and opt-out lists can be used by
// the Amazon Pinpoint API.
//
// If you're new to Amazon Pinpoint SMS, it's also helpful to review the [Amazon Pinpoint SMS User Guide]. The
// Amazon Pinpoint Developer Guide provides tutorials, code samples, and procedures
// that demonstrate how to use Amazon Pinpoint SMS 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]and [Amazon Pinpoint endpoints and quotas] in the Amazon Web Services General Reference. To
// learn more about Amazon Web Services Regions, see [Managing Amazon Web Services Regions]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.]
//
// [Managing Amazon Web Services Regions]: https://docs.aws.amazon.com/general/latest/gr/rande-manage.html
// [Amazon Web Services Global Infrastructure.]: https://aws.amazon.com/about-aws/global-infrastructure/
// [Amazon Pinpoint endpoints and quotas]: https://docs.aws.amazon.com/general/latest/gr/pinpoint.html
// [Amazon Pinpoint SMS User Guide]: https://docs.aws.amazon.com/sms-voice/latest/userguide/what-is-service.html
// [Amazon Web Services Service Endpoints]: https://docs.aws.amazon.com/general/latest/gr/rande.html#pinpoint_region
package pinpointsmsvoicev2
|