import "github.com/aws/aws-sdk-go-v2"
Package sdk is the official AWS SDK v2 for the Go programming language.
aws-sdk-go-v2 is the Developer Preview for the v2 of the AWS SDK for the Go programming language. Look for additional documentation and examples to be added.
The best way to get started working with the SDK is to use `go get` to add the SDK and desired service clients to your Go dependencies explicitly.
go get github.com/aws/aws-sdk-go-v2 go get github.com/aws/aws-sdk-go-v2/config go get github.com/aws/aws-sdk-go-v2/service/dynamodb
This example shows how you can use the v2 SDK to make an API request using the SDK's Amazon DynamoDB client.
package main import ( "context" "fmt" "log" "github.com/aws/aws-sdk-go-v2/aws" "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/service/dynamodb" ) func main() { // Using the SDK's default configuration, loading additional config // and credentials values from the environment variables, shared // credentials, and shared configuration files cfg, err := config.LoadDefaultConfig(context.TODO(), config.WithRegion("us-west-2"), ) if err != nil { log.Fatalf("unable to load SDK config, %v", err) } // Using the Config value, create the DynamoDB client svc := dynamodb.NewFromConfig(cfg) // Build the request with its input parameters resp, err := svc.ListTables(context.TODO(), &dynamodb.ListTablesInput{ Limit: aws.Int32(5), }) if err != nil { log.Fatalf("failed to list tables, %v", err) } fmt.Println("Tables:") for _, tableName := range resp.TableNames { fmt.Println(aws.ToString(tableName)) } }
Path | Synopsis |
---|---|
aws | Package aws provides the core SDK's utilities and shared types. |
aws/arn | Package arn provides a parser for interacting with Amazon Resource Names. |
aws/middleware | |
aws/protocol/ec2query | |
aws/protocol/query | |
aws/protocol/restjson | |
aws/protocol/xml | |
aws/ratelimit | |
aws/retry | Package retry provides interfaces and implementations for SDK request retry behavior. |
aws/retry/internal/mock | |
aws/signer/internal/v4 | |
aws/signer/v4 | Package v4 implements signing for AWS V4 signer |
aws/transport/http | |
config | Package config provides utilities for loading configuration from multiple sources that can be used to configure the SDK's API clients, and utilities. |
credentials | Package credentials provides types for retrieving credentials from credentials sources. |
credentials/ec2rolecreds | Package ec2rolecreds provides the credentials provider implementation for retrieving AWS credentials from Amazon EC2 Instance Roles via Amazon EC2 IMDS. |
credentials/endpointcreds | Package endpointcreds provides support for retrieving credentials from an arbitrary HTTP endpoint. |
credentials/endpointcreds/internal/client | |
credentials/processcreds | Package processcreds is a credentials provider to retrieve credentials from a external CLI invoked process. |
credentials/stscreds | Package stscreds are credential Providers to retrieve STS AWS credentials. |
feature/dynamodb/attributevalue | Package attributevalue provides marshaling and unmarshaling utilities to convert between Go types and Amazon DynamoDB AttributeValues. |
feature/ec2/imds | Package imds provides the API client for interacting with the Amazon EC2 Instance Metadata Service. |
feature/s3/manager | Package manager provides utilities to upload and download objects from S3 concurrently. |
feature/s3/manager/internal/integration | |
feature/s3/manager/internal/testing | |
internal/awstesting | |
internal/awstesting/unit | Package unit performs initialization and validation for unit tests |
internal/awsutil | |
internal/endpoints | |
internal/ini | Package ini is an LL(1) parser for configuration files. |
internal/rand | |
internal/repotools | |
internal/repotools/changes | Package changes implements Go module version management for a multi-module git repository. |
internal/repotools/changes/git | |
internal/repotools/changes/golist | |
internal/repotools/changes/util | |
internal/sdk | |
internal/sdkio | |
internal/shareddefaults | |
internal/strings | |
internal/sync/singleflight | Package singleflight provides a duplicate function call suppression mechanism. |
internal/timeconv | |
service/accessanalyzer | Package accessanalyzer provides the API client, operations, and parameter types for Access Analyzer. |
service/accessanalyzer/internal/endpoints | |
service/accessanalyzer/types | |
service/acm | Package acm provides the API client, operations, and parameter types for AWS Certificate Manager. |
service/acm/internal/endpoints | |
service/acmpca | Package acmpca provides the API client, operations, and parameter types for AWS Certificate Manager Private Certificate Authority. |
service/acmpca/internal/endpoints | |
service/acmpca/types | |
service/acm/types | |
service/alexaforbusiness | Package alexaforbusiness provides the API client, operations, and parameter types for Alexa For Business. |
service/alexaforbusiness/internal/endpoints | |
service/alexaforbusiness/types | |
service/amplify | Package amplify provides the API client, operations, and parameter types for AWS Amplify. |
service/amplify/internal/endpoints | |
service/amplify/types | |
service/apigateway | Package apigateway provides the API client, operations, and parameter types for Amazon API Gateway. |
service/apigateway/internal/customizations | |
service/apigateway/internal/endpoints | |
service/apigatewaymanagementapi | Package apigatewaymanagementapi provides the API client, operations, and parameter types for AmazonApiGatewayManagementApi. |
service/apigatewaymanagementapi/internal/endpoints | |
service/apigatewaymanagementapi/types | |
service/apigateway/types | |
service/apigatewayv2 | Package apigatewayv2 provides the API client, operations, and parameter types for AmazonApiGatewayV2. |
service/apigatewayv2/internal/endpoints | |
service/apigatewayv2/types | |
service/appconfig | Package appconfig provides the API client, operations, and parameter types for Amazon AppConfig. |
service/appconfig/internal/endpoints | |
service/appconfig/types | |
service/appflow | Package appflow provides the API client, operations, and parameter types for Amazon Appflow. |
service/appflow/internal/endpoints | |
service/appflow/types | |
service/appintegrations | Package appintegrations provides the API client, operations, and parameter types for Amazon AppIntegrations Service. |
service/appintegrations/internal/endpoints | |
service/appintegrations/types | |
service/applicationautoscaling | Package applicationautoscaling provides the API client, operations, and parameter types for Application Auto Scaling. |
service/applicationautoscaling/internal/endpoints | |
service/applicationautoscaling/types | |
service/applicationdiscoveryservice | Package applicationdiscoveryservice provides the API client, operations, and parameter types for AWS Application Discovery Service. |
service/applicationdiscoveryservice/internal/endpoints | |
service/applicationdiscoveryservice/types | |
service/applicationinsights | Package applicationinsights provides the API client, operations, and parameter types for Amazon CloudWatch Application Insights. |
service/applicationinsights/internal/endpoints | |
service/applicationinsights/types | |
service/appmesh | Package appmesh provides the API client, operations, and parameter types for AWS App Mesh. |
service/appmesh/internal/endpoints | |
service/appmesh/types | |
service/appstream | Package appstream provides the API client, operations, and parameter types for Amazon AppStream. |
service/appstream/internal/endpoints | |
service/appstream/types | |
service/appsync | Package appsync provides the API client, operations, and parameter types for AWS AppSync. |
service/appsync/internal/endpoints | |
service/appsync/types | |
service/athena | Package athena provides the API client, operations, and parameter types for Amazon Athena. |
service/athena/internal/endpoints | |
service/athena/types | |
service/auditmanager | Package auditmanager provides the API client, operations, and parameter types for AWS Audit Manager. |
service/auditmanager/internal/endpoints | |
service/auditmanager/types | |
service/autoscaling | Package autoscaling provides the API client, operations, and parameter types for Auto Scaling. |
service/autoscaling/internal/endpoints | |
service/autoscalingplans | Package autoscalingplans provides the API client, operations, and parameter types for AWS Auto Scaling Plans. |
service/autoscalingplans/internal/endpoints | |
service/autoscalingplans/types | |
service/autoscaling/types | |
service/backup | Package backup provides the API client, operations, and parameter types for AWS Backup. |
service/backup/internal/endpoints | |
service/backup/types | |
service/batch | Package batch provides the API client, operations, and parameter types for AWS Batch. |
service/batch/internal/endpoints | |
service/batch/types | |
service/braket | |
service/braket/internal/endpoints | |
service/braket/types | |
service/budgets | Package budgets provides the API client, operations, and parameter types for AWS Budgets. |
service/budgets/internal/endpoints | |
service/budgets/types | |
service/chime | Package chime provides the API client, operations, and parameter types for Amazon Chime. |
service/chime/internal/endpoints | |
service/chime/types | |
service/cloud9 | Package cloud9 provides the API client, operations, and parameter types for AWS Cloud9. |
service/cloud9/internal/endpoints | |
service/cloud9/types | |
service/clouddirectory | Package clouddirectory provides the API client, operations, and parameter types for Amazon CloudDirectory. |
service/clouddirectory/internal/endpoints | |
service/clouddirectory/types | |
service/cloudformation | Package cloudformation provides the API client, operations, and parameter types for AWS CloudFormation. |
service/cloudformation/internal/endpoints | |
service/cloudformation/types | |
service/cloudfront | Package cloudfront provides the API client, operations, and parameter types for Amazon CloudFront. |
service/cloudfront/internal/endpoints | |
service/cloudfront/types | |
service/cloudhsm | Package cloudhsm provides the API client, operations, and parameter types for Amazon CloudHSM. |
service/cloudhsm/internal/endpoints | |
service/cloudhsm/types | |
service/cloudhsmv2 | Package cloudhsmv2 provides the API client, operations, and parameter types for AWS CloudHSM V2. |
service/cloudhsmv2/internal/endpoints | |
service/cloudhsmv2/types | |
service/cloudsearch | Package cloudsearch provides the API client, operations, and parameter types for Amazon CloudSearch. |
service/cloudsearchdomain | Package cloudsearchdomain provides the API client, operations, and parameter types for Amazon CloudSearch Domain. |
service/cloudsearchdomain/internal/endpoints | |
service/cloudsearchdomain/types | |
service/cloudsearch/internal/endpoints | |
service/cloudsearch/types | |
service/cloudtrail | Package cloudtrail provides the API client, operations, and parameter types for AWS CloudTrail. |
service/cloudtrail/internal/endpoints | |
service/cloudtrail/types | |
service/cloudwatch | Package cloudwatch provides the API client, operations, and parameter types for Amazon CloudWatch. |
service/cloudwatchevents | Package cloudwatchevents provides the API client, operations, and parameter types for Amazon CloudWatch Events. |
service/cloudwatchevents/internal/endpoints | |
service/cloudwatchevents/types | |
service/cloudwatch/internal/endpoints | |
service/cloudwatchlogs | Package cloudwatchlogs provides the API client, operations, and parameter types for Amazon CloudWatch Logs. |
service/cloudwatchlogs/internal/endpoints | |
service/cloudwatchlogs/types | |
service/cloudwatch/types | |
service/codeartifact | Package codeartifact provides the API client, operations, and parameter types for CodeArtifact. |
service/codeartifact/internal/endpoints | |
service/codeartifact/types | |
service/codebuild | Package codebuild provides the API client, operations, and parameter types for AWS CodeBuild. |
service/codebuild/internal/endpoints | |
service/codebuild/types | |
service/codecommit | Package codecommit provides the API client, operations, and parameter types for AWS CodeCommit. |
service/codecommit/internal/endpoints | |
service/codecommit/types | |
service/codedeploy | Package codedeploy provides the API client, operations, and parameter types for AWS CodeDeploy. |
service/codedeploy/internal/endpoints | |
service/codedeploy/types | |
service/codeguruprofiler | Package codeguruprofiler provides the API client, operations, and parameter types for Amazon CodeGuru Profiler. |
service/codeguruprofiler/internal/endpoints | |
service/codeguruprofiler/types | |
service/codegurureviewer | Package codegurureviewer provides the API client, operations, and parameter types for Amazon CodeGuru Reviewer. |
service/codegurureviewer/internal/endpoints | |
service/codegurureviewer/types | |
service/codepipeline | Package codepipeline provides the API client, operations, and parameter types for AWS CodePipeline. |
service/codepipeline/internal/endpoints | |
service/codepipeline/types | |
service/codestar | Package codestar provides the API client, operations, and parameter types for AWS CodeStar. |
service/codestarconnections | Package codestarconnections provides the API client, operations, and parameter types for AWS CodeStar connections. |
service/codestarconnections/internal/endpoints | |
service/codestarconnections/types | |
service/codestar/internal/endpoints | |
service/codestarnotifications | Package codestarnotifications provides the API client, operations, and parameter types for AWS CodeStar Notifications. |
service/codestarnotifications/internal/endpoints | |
service/codestarnotifications/types | |
service/codestar/types | |
service/cognitoidentity | Package cognitoidentity provides the API client, operations, and parameter types for Amazon Cognito Identity. |
service/cognitoidentity/internal/endpoints | |
service/cognitoidentityprovider | Package cognitoidentityprovider provides the API client, operations, and parameter types for Amazon Cognito Identity Provider. |
service/cognitoidentityprovider/internal/endpoints | |
service/cognitoidentityprovider/types | |
service/cognitoidentity/types | |
service/cognitosync | Package cognitosync provides the API client, operations, and parameter types for Amazon Cognito Sync. |
service/cognitosync/internal/endpoints | |
service/cognitosync/types | |
service/comprehend | Package comprehend provides the API client, operations, and parameter types for Amazon Comprehend. |
service/comprehend/internal/endpoints | |
service/comprehendmedical | Package comprehendmedical provides the API client, operations, and parameter types for AWS Comprehend Medical. |
service/comprehendmedical/internal/endpoints | |
service/comprehendmedical/types | |
service/comprehend/types | |
service/computeoptimizer | Package computeoptimizer provides the API client, operations, and parameter types for AWS Compute Optimizer. |
service/computeoptimizer/internal/endpoints | |
service/computeoptimizer/types | |
service/configservice | Package configservice provides the API client, operations, and parameter types for AWS Config. |
service/configservice/internal/endpoints | |
service/configservice/types | |
service/connect | Package connect provides the API client, operations, and parameter types for Amazon Connect Service. |
service/connectcontactlens | Package connectcontactlens provides the API client, operations, and parameter types for Amazon Connect Contact Lens. |
service/connectcontactlens/internal/endpoints | |
service/connectcontactlens/types | |
service/connect/internal/endpoints | |
service/connectparticipant | Package connectparticipant provides the API client, operations, and parameter types for Amazon Connect Participant Service. |
service/connectparticipant/internal/endpoints | |
service/connectparticipant/types | |
service/connect/types | |
service/costandusagereportservice | Package costandusagereportservice provides the API client, operations, and parameter types for AWS Cost and Usage Report Service. |
service/costandusagereportservice/internal/endpoints | |
service/costandusagereportservice/types | |
service/costexplorer | Package costexplorer provides the API client, operations, and parameter types for AWS Cost Explorer Service. |
service/costexplorer/internal/endpoints | |
service/costexplorer/types | |
service/customerprofiles | Package customerprofiles provides the API client, operations, and parameter types for Amazon Connect Customer Profiles. |
service/customerprofiles/internal/endpoints | |
service/customerprofiles/types | |
service/databasemigrationservice | Package databasemigrationservice provides the API client, operations, and parameter types for AWS Database Migration Service. |
service/databasemigrationservice/internal/endpoints | |
service/databasemigrationservice/types | |
service/databrew | Package databrew provides the API client, operations, and parameter types for AWS Glue DataBrew. |
service/databrew/internal/endpoints | |
service/databrew/types | |
service/dataexchange | Package dataexchange provides the API client, operations, and parameter types for AWS Data Exchange. |
service/dataexchange/internal/endpoints | |
service/dataexchange/types | |
service/datapipeline | Package datapipeline provides the API client, operations, and parameter types for AWS Data Pipeline. |
service/datapipeline/internal/endpoints | |
service/datapipeline/types | |
service/datasync | Package datasync provides the API client, operations, and parameter types for AWS DataSync. |
service/datasync/internal/endpoints | |
service/datasync/types | |
service/dax | Package dax provides the API client, operations, and parameter types for Amazon DynamoDB Accelerator (DAX). |
service/dax/internal/endpoints | |
service/dax/types | |
service/detective | Package detective provides the API client, operations, and parameter types for Amazon Detective. |
service/detective/internal/endpoints | |
service/detective/types | |
service/devicefarm | Package devicefarm provides the API client, operations, and parameter types for AWS Device Farm. |
service/devicefarm/internal/endpoints | |
service/devicefarm/types | |
service/devopsguru | Package devopsguru provides the API client, operations, and parameter types for Amazon DevOps Guru. |
service/devopsguru/internal/endpoints | |
service/devopsguru/types | |
service/directconnect | Package directconnect provides the API client, operations, and parameter types for AWS Direct Connect. |
service/directconnect/internal/endpoints | |
service/directconnect/types | |
service/directoryservice | Package directoryservice provides the API client, operations, and parameter types for AWS Directory Service. |
service/directoryservice/internal/endpoints | |
service/directoryservice/types | |
service/dlm | Package dlm provides the API client, operations, and parameter types for Amazon Data Lifecycle Manager. |
service/dlm/internal/endpoints | |
service/dlm/types | |
service/docdb | Package docdb provides the API client, operations, and parameter types for Amazon DocumentDB with MongoDB compatibility. |
service/docdb/internal/endpoints | |
service/docdb/types | |
service/dynamodb | Package dynamodb provides the API client, operations, and parameter types for Amazon DynamoDB. |
service/dynamodb/internal/customizations | Package customizations provides customizations for the Amazon DynamoDB API client. |
service/dynamodb/internal/endpoints | |
service/dynamodbstreams | Package dynamodbstreams provides the API client, operations, and parameter types for Amazon DynamoDB Streams. |
service/dynamodbstreams/internal/endpoints | |
service/dynamodbstreams/types | |
service/dynamodb/types | |
service/ebs | Package ebs provides the API client, operations, and parameter types for Amazon Elastic Block Store. |
service/ebs/internal/endpoints | |
service/ebs/types | |
service/ec2 | Package ec2 provides the API client, operations, and parameter types for Amazon Elastic Compute Cloud. |
service/ec2instanceconnect | Package ec2instanceconnect provides the API client, operations, and parameter types for AWS EC2 Instance Connect. |
service/ec2instanceconnect/internal/endpoints | |
service/ec2instanceconnect/types | |
service/ec2/internal/endpoints | |
service/ec2/types | |
service/ecr | Package ecr provides the API client, operations, and parameter types for Amazon EC2 Container Registry. |
service/ecr/internal/endpoints | |
service/ecrpublic | Package ecrpublic provides the API client, operations, and parameter types for Amazon Elastic Container Registry Public. |
service/ecrpublic/internal/endpoints | |
service/ecrpublic/types | |
service/ecr/types | |
service/ecs | Package ecs provides the API client, operations, and parameter types for Amazon EC2 Container Service. |
service/ecs/internal/endpoints | |
service/ecs/types | |
service/efs | Package efs provides the API client, operations, and parameter types for Amazon Elastic File System. |
service/efs/internal/endpoints | |
service/efs/types | |
service/eks | Package eks provides the API client, operations, and parameter types for Amazon Elastic Kubernetes Service. |
service/eks/internal/endpoints | |
service/eks/types | |
service/elasticache | Package elasticache provides the API client, operations, and parameter types for Amazon ElastiCache. |
service/elasticache/internal/endpoints | |
service/elasticache/types | |
service/elasticbeanstalk | Package elasticbeanstalk provides the API client, operations, and parameter types for AWS Elastic Beanstalk. |
service/elasticbeanstalk/internal/endpoints | |
service/elasticbeanstalk/types | |
service/elasticinference | Package elasticinference provides the API client, operations, and parameter types for Amazon Elastic Inference. |
service/elasticinference/internal/endpoints | |
service/elasticinference/types | |
service/elasticloadbalancing | Package elasticloadbalancing provides the API client, operations, and parameter types for Elastic Load Balancing. |
service/elasticloadbalancing/internal/endpoints | |
service/elasticloadbalancing/types | |
service/elasticloadbalancingv2 | Package elasticloadbalancingv2 provides the API client, operations, and parameter types for Elastic Load Balancing. |
service/elasticloadbalancingv2/internal/endpoints | |
service/elasticloadbalancingv2/types | |
service/elasticsearchservice | Package elasticsearchservice provides the API client, operations, and parameter types for Amazon Elasticsearch Service. |
service/elasticsearchservice/internal/endpoints | |
service/elasticsearchservice/types | |
service/elastictranscoder | Package elastictranscoder provides the API client, operations, and parameter types for Amazon Elastic Transcoder. |
service/elastictranscoder/internal/endpoints | |
service/elastictranscoder/types | |
service/emr | Package emr provides the API client, operations, and parameter types for Amazon Elastic MapReduce. |
service/emrcontainers | Package emrcontainers provides the API client, operations, and parameter types for Amazon EMR Containers. |
service/emrcontainers/internal/endpoints | |
service/emrcontainers/types | |
service/emr/internal/endpoints | |
service/emr/types | |
service/eventbridge | Package eventbridge provides the API client, operations, and parameter types for Amazon EventBridge. |
service/eventbridge/internal/endpoints | |
service/eventbridge/types | |
service/firehose | Package firehose provides the API client, operations, and parameter types for Amazon Kinesis Firehose. |
service/firehose/internal/endpoints | |
service/firehose/types | |
service/fms | Package fms provides the API client, operations, and parameter types for Firewall Management Service. |
service/fms/internal/endpoints | |
service/fms/types | |
service/forecast | Package forecast provides the API client, operations, and parameter types for Amazon Forecast Service. |
service/forecast/internal/endpoints | |
service/forecastquery | Package forecastquery provides the API client, operations, and parameter types for Amazon Forecast Query Service. |
service/forecastquery/internal/endpoints | |
service/forecastquery/types | |
service/forecast/types | |
service/frauddetector | Package frauddetector provides the API client, operations, and parameter types for Amazon Fraud Detector. |
service/frauddetector/internal/endpoints | |
service/frauddetector/types | |
service/fsx | Package fsx provides the API client, operations, and parameter types for Amazon FSx. |
service/fsx/internal/endpoints | |
service/fsx/types | |
service/gamelift | Package gamelift provides the API client, operations, and parameter types for Amazon GameLift. |
service/gamelift/internal/endpoints | |
service/gamelift/types | |
service/glacier | Package glacier provides the API client, operations, and parameter types for Amazon Glacier. |
service/glacier/internal/customizations | Package customizations provides customizations for the Glacier API client. |
service/glacier/internal/endpoints | |
service/glacier/types | |
service/globalaccelerator | Package globalaccelerator provides the API client, operations, and parameter types for AWS Global Accelerator. |
service/globalaccelerator/internal/endpoints | |
service/globalaccelerator/types | |
service/glue | Package glue provides the API client, operations, and parameter types for AWS Glue. |
service/glue/internal/endpoints | |
service/glue/types | |
service/greengrass | Package greengrass provides the API client, operations, and parameter types for AWS Greengrass. |
service/greengrass/internal/endpoints | |
service/greengrass/types | |
service/greengrassv2 | Package greengrassv2 provides the API client, operations, and parameter types for AWS IoT Greengrass V2. |
service/greengrassv2/internal/endpoints | |
service/greengrassv2/types | |
service/groundstation | Package groundstation provides the API client, operations, and parameter types for AWS Ground Station. |
service/groundstation/internal/endpoints | |
service/groundstation/types | |
service/guardduty | Package guardduty provides the API client, operations, and parameter types for Amazon GuardDuty. |
service/guardduty/internal/endpoints | |
service/guardduty/types | |
service/health | Package health provides the API client, operations, and parameter types for AWS Health APIs and Notifications. |
service/health/internal/endpoints | |
service/healthlake | Package healthlake provides the API client, operations, and parameter types for Amazon HealthLake. |
service/healthlake/internal/endpoints | |
service/healthlake/types | |
service/health/types | |
service/honeycode | Package honeycode provides the API client, operations, and parameter types for Amazon Honeycode. |
service/honeycode/internal/endpoints | |
service/honeycode/types | |
service/iam | Package iam provides the API client, operations, and parameter types for AWS Identity and Access Management. |
service/iam/internal/endpoints | |
service/iam/types | |
service/identitystore | Package identitystore provides the API client, operations, and parameter types for AWS SSO Identity Store. |
service/identitystore/internal/endpoints | |
service/identitystore/types | |
service/imagebuilder | Package imagebuilder provides the API client, operations, and parameter types for EC2 Image Builder. |
service/imagebuilder/internal/endpoints | |
service/imagebuilder/types | |
service/inspector | Package inspector provides the API client, operations, and parameter types for Amazon Inspector. |
service/inspector/internal/endpoints | |
service/inspector/types | |
service/internal/accept-encoding | Package acceptencoding provides customizations associated with Accept Encoding Header. |
service/internal/integrationtest | |
service/internal/presigned-url | Package presignedurl provides the customizations for API clients to fill in presigned URLs into input parameters. |
service/internal/s3shared | |
service/internal/s3shared/arn | |
service/internal/s3shared/config | |
service/iot | Package iot provides the API client, operations, and parameter types for AWS IoT. |
service/iot1clickdevicesservice | Package iot1clickdevicesservice provides the API client, operations, and parameter types for AWS IoT 1-Click Devices Service. |
service/iot1clickdevicesservice/internal/endpoints | |
service/iot1clickdevicesservice/types | |
service/iot1clickprojects | Package iot1clickprojects provides the API client, operations, and parameter types for AWS IoT 1-Click Projects Service. |
service/iot1clickprojects/internal/endpoints | |
service/iot1clickprojects/types | |
service/iotanalytics | Package iotanalytics provides the API client, operations, and parameter types for AWS IoT Analytics. |
service/iotanalytics/internal/endpoints | |
service/iotanalytics/types | |
service/iotdataplane | Package iotdataplane provides the API client, operations, and parameter types for AWS IoT Data Plane. |
service/iotdataplane/internal/endpoints | |
service/iotdataplane/types | |
service/iotdeviceadvisor | Package iotdeviceadvisor provides the API client, operations, and parameter types for AWS IoT Core Device Advisor. |
service/iotdeviceadvisor/internal/endpoints | |
service/iotdeviceadvisor/types | |
service/iotevents | Package iotevents provides the API client, operations, and parameter types for AWS IoT Events. |
service/ioteventsdata | Package ioteventsdata provides the API client, operations, and parameter types for AWS IoT Events Data. |
service/ioteventsdata/internal/endpoints | |
service/ioteventsdata/types | |
service/iotevents/internal/endpoints | |
service/iotevents/types | |
service/iotfleethub | Package iotfleethub provides the API client, operations, and parameter types for AWS IoT Fleet Hub. |
service/iotfleethub/internal/endpoints | |
service/iotfleethub/types | |
service/iot/internal/endpoints | |
service/iotjobsdataplane | Package iotjobsdataplane provides the API client, operations, and parameter types for AWS IoT Jobs Data Plane. |
service/iotjobsdataplane/internal/endpoints | |
service/iotjobsdataplane/types | |
service/iotsecuretunneling | Package iotsecuretunneling provides the API client, operations, and parameter types for AWS IoT Secure Tunneling. |
service/iotsecuretunneling/internal/endpoints | |
service/iotsecuretunneling/types | |
service/iotsitewise | Package iotsitewise provides the API client, operations, and parameter types for AWS IoT SiteWise. |
service/iotsitewise/internal/endpoints | |
service/iotsitewise/types | |
service/iotthingsgraph | Package iotthingsgraph provides the API client, operations, and parameter types for AWS IoT Things Graph. |
service/iotthingsgraph/internal/endpoints | |
service/iotthingsgraph/types | |
service/iot/types | |
service/iotwireless | Package iotwireless provides the API client, operations, and parameter types for AWS IoT Wireless. |
service/iotwireless/internal/endpoints | |
service/iotwireless/types | |
service/ivs | Package ivs provides the API client, operations, and parameter types for Amazon Interactive Video Service. |
service/ivs/internal/endpoints | |
service/ivs/types | |
service/kafka | Package kafka provides the API client, operations, and parameter types for Managed Streaming for Kafka. |
service/kafka/internal/endpoints | |
service/kafka/types | |
service/kendra | Package kendra provides the API client, operations, and parameter types for AWSKendraFrontendService. |
service/kendra/internal/endpoints | |
service/kendra/types | |
service/kinesis | Package kinesis provides the API client, operations, and parameter types for Amazon Kinesis. |
service/kinesisanalytics | Package kinesisanalytics provides the API client, operations, and parameter types for Amazon Kinesis Analytics. |
service/kinesisanalytics/internal/endpoints | |
service/kinesisanalytics/types | |
service/kinesisanalyticsv2 | Package kinesisanalyticsv2 provides the API client, operations, and parameter types for Amazon Kinesis Analytics. |
service/kinesisanalyticsv2/internal/endpoints | |
service/kinesisanalyticsv2/types | |
service/kinesis/internal/customizations | |
service/kinesis/internal/endpoints | |
service/kinesis/types | |
service/kinesisvideo | Package kinesisvideo provides the API client, operations, and parameter types for Amazon Kinesis Video Streams. |
service/kinesisvideoarchivedmedia | Package kinesisvideoarchivedmedia provides the API client, operations, and parameter types for Amazon Kinesis Video Streams Archived Media. |
service/kinesisvideoarchivedmedia/internal/endpoints | |
service/kinesisvideoarchivedmedia/kinesisvideoarchivedmediaiface | Package kinesisvideoarchivedmediaiface provides an interface to enable mocking the Amazon Kinesis Video Streams Archived Media service client for testing your code. |
service/kinesisvideoarchivedmedia/types | |
service/kinesisvideo/internal/endpoints | |
service/kinesisvideomedia | Package kinesisvideomedia provides the API client, operations, and parameter types for Amazon Kinesis Video Streams Media. |
service/kinesisvideomedia/internal/endpoints | |
service/kinesisvideomedia/types | |
service/kinesisvideosignaling | Package kinesisvideosignaling provides the API client, operations, and parameter types for Amazon Kinesis Video Signaling Channels. |
service/kinesisvideosignaling/internal/endpoints | |
service/kinesisvideosignaling/types | |
service/kinesisvideo/types | |
service/kms | Package kms provides the API client, operations, and parameter types for AWS Key Management Service. |
service/kms/internal/endpoints | |
service/kms/types | |
service/lakeformation | Package lakeformation provides the API client, operations, and parameter types for AWS Lake Formation. |
service/lakeformation/internal/endpoints | |
service/lakeformation/types | |
service/lambda | Package lambda provides the API client, operations, and parameter types for AWS Lambda. |
service/lambda/internal/endpoints | |
service/lambda/types | |
service/lexmodelbuildingservice | Package lexmodelbuildingservice provides the API client, operations, and parameter types for Amazon Lex Model Building Service. |
service/lexmodelbuildingservice/internal/endpoints | |
service/lexmodelbuildingservice/types | |
service/lexruntimeservice | Package lexruntimeservice provides the API client, operations, and parameter types for Amazon Lex Runtime Service. |
service/lexruntimeservice/internal/endpoints | |
service/lexruntimeservice/types | |
service/licensemanager | Package licensemanager provides the API client, operations, and parameter types for AWS License Manager. |
service/licensemanager/internal/endpoints | |
service/licensemanager/types | |
service/lightsail | Package lightsail provides the API client, operations, and parameter types for Amazon Lightsail. |
service/lightsail/internal/endpoints | |
service/lightsail/types | |
service/lookoutvision | Package lookoutvision provides the API client, operations, and parameter types for Amazon Lookout for Vision. |
service/lookoutvision/internal/endpoints | |
service/lookoutvision/types | |
service/machinelearning | Package machinelearning provides the API client, operations, and parameter types for Amazon Machine Learning. |
service/machinelearning/internal/customizations | Package customizations provides customizations for the Machine Learning API client. |
service/machinelearning/internal/endpoints | |
service/machinelearning/types | |
service/macie | Package macie provides the API client, operations, and parameter types for Amazon Macie. |
service/macie2 | Package macie2 provides the API client, operations, and parameter types for Amazon Macie 2. |
service/macie2/internal/endpoints | |
service/macie2/types | |
service/macie/internal/endpoints | |
service/macie/types | |
service/managedblockchain | Package managedblockchain provides the API client, operations, and parameter types for Amazon Managed Blockchain. |
service/managedblockchain/internal/endpoints | |
service/managedblockchain/types | |
service/marketplacecatalog | Package marketplacecatalog provides the API client, operations, and parameter types for AWS Marketplace Catalog Service. |
service/marketplacecatalog/internal/endpoints | |
service/marketplacecatalog/types | |
service/marketplacecommerceanalytics | Package marketplacecommerceanalytics provides the API client, operations, and parameter types for AWS Marketplace Commerce Analytics. |
service/marketplacecommerceanalytics/internal/endpoints | |
service/marketplacecommerceanalytics/types | |
service/marketplaceentitlementservice | Package marketplaceentitlementservice provides the API client, operations, and parameter types for AWS Marketplace Entitlement Service. |
service/marketplaceentitlementservice/internal/endpoints | |
service/marketplaceentitlementservice/types | |
service/marketplacemetering | Package marketplacemetering provides the API client, operations, and parameter types for AWSMarketplace Metering. |
service/marketplacemetering/internal/endpoints | |
service/marketplacemetering/types | |
service/mediaconnect | Package mediaconnect provides the API client, operations, and parameter types for AWS MediaConnect. |
service/mediaconnect/internal/endpoints | |
service/mediaconnect/types | |
service/mediaconvert | Package mediaconvert provides the API client, operations, and parameter types for AWS Elemental MediaConvert. |
service/mediaconvert/internal/endpoints | |
service/mediaconvert/types | |
service/medialive | Package medialive provides the API client, operations, and parameter types for AWS Elemental MediaLive. |
service/medialive/internal/endpoints | |
service/medialive/types | |
service/mediapackage | Package mediapackage provides the API client, operations, and parameter types for AWS Elemental MediaPackage. |
service/mediapackage/internal/endpoints | |
service/mediapackage/types | |
service/mediapackagevod | Package mediapackagevod provides the API client, operations, and parameter types for AWS Elemental MediaPackage VOD. |
service/mediapackagevod/internal/endpoints | |
service/mediapackagevod/types | |
service/mediastore | Package mediastore provides the API client, operations, and parameter types for AWS Elemental MediaStore. |
service/mediastoredata | Package mediastoredata provides the API client, operations, and parameter types for AWS Elemental MediaStore Data Plane. |
service/mediastoredata/internal/endpoints | |
service/mediastoredata/mediastoredataiface | Package mediastoredataiface provides an interface to enable mocking the AWS Elemental MediaStore Data Plane service client for testing your code. |
service/mediastoredata/types | |
service/mediastore/internal/endpoints | |
service/mediastore/types | |
service/mediatailor | Package mediatailor provides the API client, operations, and parameter types for AWS MediaTailor. |
service/mediatailor/internal/endpoints | |
service/mediatailor/types | |
service/migrationhub | Package migrationhub provides the API client, operations, and parameter types for AWS Migration Hub. |
service/migrationhubconfig | Package migrationhubconfig provides the API client, operations, and parameter types for AWS Migration Hub Config. |
service/migrationhubconfig/internal/endpoints | |
service/migrationhubconfig/types | |
service/migrationhub/internal/endpoints | |
service/migrationhub/migrationhubiface | Package migrationhubiface provides an interface to enable mocking the AWS Migration Hub service client for testing your code. |
service/migrationhub/types | |
service/mobile | Package mobile provides the API client, operations, and parameter types for AWS Mobile. |
service/mobile/internal/endpoints | |
service/mobile/mobileiface | Package mobileiface provides an interface to enable mocking the AWS Mobile service client for testing your code. |
service/mobile/types | |
service/mq | Package mq provides the API client, operations, and parameter types for AmazonMQ. |
service/mq/internal/endpoints | |
service/mq/types | |
service/mturk | Package mturk provides the API client, operations, and parameter types for Amazon Mechanical Turk. |
service/mturk/internal/endpoints | |
service/mturk/types | |
service/neptune | Package neptune provides the API client, operations, and parameter types for Amazon Neptune. |
service/neptune/internal/endpoints | |
service/neptune/neptuneiface | Package neptuneiface provides an interface to enable mocking the Amazon Neptune service client for testing your code. |
service/neptune/types | |
service/networkfirewall | Package networkfirewall provides the API client, operations, and parameter types for AWS Network Firewall. |
service/networkfirewall/internal/endpoints | |
service/networkfirewall/types | |
service/networkmanager | Package networkmanager provides the API client, operations, and parameter types for AWS Network Manager. |
service/networkmanager/internal/endpoints | |
service/networkmanager/types | |
service/opsworks | Package opsworks provides the API client, operations, and parameter types for AWS OpsWorks. |
service/opsworkscm | Package opsworkscm provides the API client, operations, and parameter types for AWS OpsWorks CM. |
service/opsworkscm/internal/endpoints | |
service/opsworkscm/types | |
service/opsworks/internal/endpoints | |
service/opsworks/types | |
service/organizations | Package organizations provides the API client, operations, and parameter types for AWS Organizations. |
service/organizations/internal/endpoints | |
service/organizations/types | |
service/outposts | Package outposts provides the API client, operations, and parameter types for AWS Outposts. |
service/outposts/internal/endpoints | |
service/outposts/types | |
service/personalize | Package personalize provides the API client, operations, and parameter types for Amazon Personalize. |
service/personalizeevents | Package personalizeevents provides the API client, operations, and parameter types for Amazon Personalize Events. |
service/personalizeevents/internal/endpoints | |
service/personalizeevents/personalizeeventsiface | Package personalizeeventsiface provides an interface to enable mocking the Amazon Personalize Events service client for testing your code. |
service/personalizeevents/types | |
service/personalize/internal/endpoints | |
service/personalizeruntime | Package personalizeruntime provides the API client, operations, and parameter types for Amazon Personalize Runtime. |
service/personalizeruntime/internal/endpoints | |
service/personalizeruntime/types | |
service/personalize/types | |
service/pi | Package pi provides the API client, operations, and parameter types for AWS Performance Insights. |
service/pi/internal/endpoints | |
service/pinpoint | Package pinpoint provides the API client, operations, and parameter types for Amazon Pinpoint. |
service/pinpointemail | Package pinpointemail provides the API client, operations, and parameter types for Amazon Pinpoint Email Service. |
service/pinpointemail/internal/endpoints | |
service/pinpointemail/types | |
service/pinpoint/internal/endpoints | |
service/pinpoint/pinpointiface | Package pinpointiface provides an interface to enable mocking the Amazon Pinpoint service client for testing your code. |
service/pinpointsmsvoice | Package pinpointsmsvoice provides the API client, operations, and parameter types for Amazon Pinpoint SMS and Voice Service. |
service/pinpointsmsvoice/internal/endpoints | |
service/pinpointsmsvoice/types | |
service/pinpoint/types | |
service/pi/types | |
service/polly | Package polly provides the API client, operations, and parameter types for Amazon Polly. |
service/polly/internal/endpoints | |
service/polly/pollyiface | Package pollyiface provides an interface to enable mocking the Amazon Polly service client for testing your code. |
service/polly/types | |
service/pricing | Package pricing provides the API client, operations, and parameter types for AWS Price List Service. |
service/pricing/internal/endpoints | |
service/pricing/types | |
service/qldb | Package qldb provides the API client, operations, and parameter types for Amazon QLDB. |
service/qldb/internal/endpoints | |
service/qldbsession | Package qldbsession provides the API client, operations, and parameter types for Amazon QLDB Session. |
service/qldbsession/internal/endpoints | |
service/qldbsession/types | |
service/qldb/types | |
service/quicksight | Package quicksight provides the API client, operations, and parameter types for Amazon QuickSight. |
service/quicksight/internal/endpoints | |
service/quicksight/types | |
service/ram | Package ram provides the API client, operations, and parameter types for AWS Resource Access Manager. |
service/ram/internal/endpoints | |
service/ram/types | |
service/rds | Package rds provides the API client, operations, and parameter types for Amazon Relational Database Service. |
service/rdsdata | Package rdsdata provides the API client, operations, and parameter types for AWS RDS DataService. |
service/rdsdata/internal/endpoints | |
service/rdsdata/types | |
service/rds/internal/endpoints | |
service/rds/types | |
service/redshift | Package redshift provides the API client, operations, and parameter types for Amazon Redshift. |
service/redshiftdata | Package redshiftdata provides the API client, operations, and parameter types for Redshift Data API Service. |
service/redshiftdata/internal/endpoints | |
service/redshiftdata/types | |
service/redshift/internal/endpoints | |
service/redshift/types | |
service/rekognition | Package rekognition provides the API client, operations, and parameter types for Amazon Rekognition. |
service/rekognition/internal/endpoints | |
service/rekognition/types | |
service/resourcegroups | Package resourcegroups provides the API client, operations, and parameter types for AWS Resource Groups. |
service/resourcegroups/internal/endpoints | |
service/resourcegroupstaggingapi | Package resourcegroupstaggingapi provides the API client, operations, and parameter types for AWS Resource Groups Tagging API. |
service/resourcegroupstaggingapi/internal/endpoints | |
service/resourcegroupstaggingapi/types | |
service/resourcegroups/types | |
service/robomaker | Package robomaker provides the API client, operations, and parameter types for AWS RoboMaker. |
service/robomaker/internal/endpoints | |
service/robomaker/types | |
service/route53 | Package route53 provides the API client, operations, and parameter types for Amazon Route 53. |
service/route53domains | Package route53domains provides the API client, operations, and parameter types for Amazon Route 53 Domains. |
service/route53domains/internal/endpoints | |
service/route53domains/types | |
service/route53/internal/customizations | Package customizations provides customizations for the Amazon Route53 API client. |
service/route53/internal/endpoints | |
service/route53resolver | Package route53resolver provides the API client, operations, and parameter types for Amazon Route 53 Resolver. |
service/route53resolver/internal/endpoints | |
service/route53resolver/types | |
service/route53/route53iface | Package route53iface provides an interface to enable mocking the Amazon Route 53 service client for testing your code. |
service/route53/types | |
service/s3 | Package s3 provides the API client, operations, and parameter types for Amazon Simple Storage Service. |
service/s3control | Package s3control provides the API client, operations, and parameter types for AWS S3 Control. |
service/s3control/internal/customizations | Package customizations provides customizations for the Amazon S3-Control API client. |
service/s3control/internal/endpoints | |
service/s3control/internal/endpoints/s3 | |
service/s3control/types | |
service/s3/internal/arn | |
service/s3/internal/config | |
service/s3/internal/customizations | Package customizations provides customizations for the Amazon S3 API client. |
service/s3/internal/endpoints | |
service/s3/internal/s3testing | |
service/s3outposts | Package s3outposts provides the API client, operations, and parameter types for Amazon S3 on Outposts. |
service/s3outposts/internal/endpoints | |
service/s3outposts/types | |
service/s3/types | |
service/sagemaker | Package sagemaker provides the API client, operations, and parameter types for Amazon SageMaker Service. |
service/sagemakera2iruntime | Package sagemakera2iruntime provides the API client, operations, and parameter types for Amazon Augmented AI Runtime. |
service/sagemakera2iruntime/internal/endpoints | |
service/sagemakera2iruntime/types | |
service/sagemakeredge | Package sagemakeredge provides the API client, operations, and parameter types for Amazon Sagemaker Edge Manager. |
service/sagemakeredge/internal/endpoints | |
service/sagemakeredge/types | |
service/sagemakerfeaturestoreruntime | Package sagemakerfeaturestoreruntime provides the API client, operations, and parameter types for Amazon SageMaker Feature Store Runtime. |
service/sagemakerfeaturestoreruntime/internal/endpoints | |
service/sagemakerfeaturestoreruntime/types | |
service/sagemaker/internal/endpoints | |
service/sagemakerruntime | Package sagemakerruntime provides the API client, operations, and parameter types for Amazon SageMaker Runtime. |
service/sagemakerruntime/internal/endpoints | |
service/sagemakerruntime/types | |
service/sagemaker/types | |
service/savingsplans | Package savingsplans provides the API client, operations, and parameter types for AWS Savings Plans. |
service/savingsplans/internal/endpoints | |
service/savingsplans/types | |
service/schemas | Package schemas provides the API client, operations, and parameter types for Schemas. |
service/schemas/internal/endpoints | |
service/schemas/types | |
service/secretsmanager | Package secretsmanager provides the API client, operations, and parameter types for AWS Secrets Manager. |
service/secretsmanager/internal/endpoints | |
service/secretsmanager/types | |
service/securityhub | Package securityhub provides the API client, operations, and parameter types for AWS SecurityHub. |
service/securityhub/internal/endpoints | |
service/securityhub/types | |
service/serverlessapplicationrepository | Package serverlessapplicationrepository provides the API client, operations, and parameter types for AWSServerlessApplicationRepository. |
service/serverlessapplicationrepository/internal/endpoints | |
service/serverlessapplicationrepository/types | |
service/servicecatalog | Package servicecatalog provides the API client, operations, and parameter types for AWS Service Catalog. |
service/servicecatalogappregistry | Package servicecatalogappregistry provides the API client, operations, and parameter types for AWS Service Catalog App Registry. |
service/servicecatalogappregistry/internal/endpoints | |
service/servicecatalogappregistry/types | |
service/servicecatalog/internal/endpoints | |
service/servicecatalog/types | |
service/servicediscovery | Package servicediscovery provides the API client, operations, and parameter types for AWS Cloud Map. |
service/servicediscovery/internal/endpoints | |
service/servicediscovery/types | |
service/servicequotas | Package servicequotas provides the API client, operations, and parameter types for Service Quotas. |
service/servicequotas/internal/endpoints | |
service/servicequotas/types | |
service/ses | Package ses provides the API client, operations, and parameter types for Amazon Simple Email Service. |
service/ses/internal/endpoints | |
service/ses/types | |
service/sesv2 | Package sesv2 provides the API client, operations, and parameter types for Amazon Simple Email Service. |
service/sesv2/internal/endpoints | |
service/sesv2/types | |
service/sfn | Package sfn provides the API client, operations, and parameter types for AWS Step Functions. |
service/sfn/internal/endpoints | |
service/sfn/types | |
service/shield | Package shield provides the API client, operations, and parameter types for AWS Shield. |
service/shield/internal/endpoints | |
service/shield/types | |
service/signer | Package signer provides the API client, operations, and parameter types for AWS Signer. |
service/signer/internal/endpoints | |
service/signer/types | |
service/sms | Package sms provides the API client, operations, and parameter types for AWS Server Migration Service. |
service/sms/internal/endpoints | |
service/sms/types | |
service/snowball | Package snowball provides the API client, operations, and parameter types for Amazon Import/Export Snowball. |
service/snowball/internal/endpoints | |
service/snowball/types | |
service/sns | Package sns provides the API client, operations, and parameter types for Amazon Simple Notification Service. |
service/sns/internal/endpoints | |
service/sns/types | |
service/sqs | Package sqs provides the API client, operations, and parameter types for Amazon Simple Queue Service. |
service/sqs/internal/endpoints | |
service/sqs/types | |
service/ssm | Package ssm provides the API client, operations, and parameter types for Amazon Simple Systems Manager (SSM). |
service/ssm/internal/endpoints | |
service/ssm/types | |
service/sso | Package sso provides the API client, operations, and parameter types for AWS Single Sign-On. |
service/ssoadmin | Package ssoadmin provides the API client, operations, and parameter types for AWS Single Sign-On Admin. |
service/ssoadmin/internal/endpoints | |
service/ssoadmin/types | |
service/sso/internal/endpoints | |
service/ssooidc | Package ssooidc provides the API client, operations, and parameter types for AWS SSO OIDC. |
service/ssooidc/internal/endpoints | |
service/ssooidc/types | |
service/sso/types | |
service/storagegateway | Package storagegateway provides the API client, operations, and parameter types for AWS Storage Gateway. |
service/storagegateway/internal/endpoints | |
service/storagegateway/types | |
service/sts | Package sts provides the API client, operations, and parameter types for AWS Security Token Service. |
service/sts/internal/endpoints | |
service/sts/types | |
service/support | Package support provides the API client, operations, and parameter types for AWS Support. |
service/support/internal/endpoints | |
service/support/types | |
service/swf | Package swf provides the API client, operations, and parameter types for Amazon Simple Workflow Service. |
service/swf/internal/endpoints | |
service/swf/types | |
service/synthetics | Package synthetics provides the API client, operations, and parameter types for Synthetics. |
service/synthetics/internal/endpoints | |
service/synthetics/types | |
service/textract | Package textract provides the API client, operations, and parameter types for Amazon Textract. |
service/textract/internal/endpoints | |
service/textract/types | |
service/timestreamquery | Package timestreamquery provides the API client, operations, and parameter types for Amazon Timestream Query. |
service/timestreamquery/internal/endpoints | |
service/timestreamquery/types | |
service/timestreamwrite | Package timestreamwrite provides the API client, operations, and parameter types for Amazon Timestream Write. |
service/timestreamwrite/internal/endpoints | |
service/timestreamwrite/types | |
service/transcribe | Package transcribe provides the API client, operations, and parameter types for Amazon Transcribe Service. |
service/transcribe/internal/endpoints | |
service/transcribe/types | |
service/transfer | Package transfer provides the API client, operations, and parameter types for AWS Transfer Family. |
service/transfer/internal/endpoints | |
service/transfer/types | |
service/translate | Package translate provides the API client, operations, and parameter types for Amazon Translate. |
service/translate/internal/endpoints | |
service/translate/types | |
service/waf | Package waf provides the API client, operations, and parameter types for AWS WAF. |
service/waf/internal/endpoints | |
service/wafregional | Package wafregional provides the API client, operations, and parameter types for AWS WAF Regional. |
service/wafregional/internal/endpoints | |
service/wafregional/types | |
service/waf/types | |
service/wafv2 | Package wafv2 provides the API client, operations, and parameter types for AWS WAFV2. |
service/wafv2/internal/endpoints | |
service/wafv2/types | |
service/wellarchitected | Package wellarchitected provides the API client, operations, and parameter types for AWS Well-Architected Tool. |
service/wellarchitected/internal/endpoints | |
service/wellarchitected/types | |
service/workdocs | Package workdocs provides the API client, operations, and parameter types for Amazon WorkDocs. |
service/workdocs/internal/endpoints | |
service/workdocs/types | |
service/worklink | Package worklink provides the API client, operations, and parameter types for Amazon WorkLink. |
service/worklink/internal/endpoints | |
service/worklink/types | |
service/workmail | Package workmail provides the API client, operations, and parameter types for Amazon WorkMail. |
service/workmail/internal/endpoints | |
service/workmailmessageflow | Package workmailmessageflow provides the API client, operations, and parameter types for Amazon WorkMail Message Flow. |
service/workmailmessageflow/internal/endpoints | |
service/workmailmessageflow/types | |
service/workmail/types | |
service/workspaces | Package workspaces provides the API client, operations, and parameter types for Amazon WorkSpaces. |
service/workspaces/internal/endpoints | |
service/workspaces/types | |
service/xray | Package xray provides the API client, operations, and parameter types for AWS X-Ray. |
service/xray/internal/endpoints | |
service/xray/types |
Updated 2021-01-23. Refresh now. Tools for package owners.