Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.0% on proxy.golang.org
Top 1.3% dependent packages on proxy.golang.org
Top 0.3% dependent repos on proxy.golang.org
Top 1.3% forks on proxy.golang.org
Top 1.0% docker downloads on proxy.golang.org

proxy.golang.org : github.com/aws/aws-sdk-go-v2/service/appconfig

Package appconfig provides the API client, operations, and parameter types for Amazon AppConfig. AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments. AppConfig speeds up software release frequency, improves application resiliency, and helps you address emergent issues more quickly. With feature flags, you can gradually release new capabilities to users and measure the impact of those changes before fully deploying the new capabilities to all users. With operational flags and dynamic configurations, you can update block lists, allow lists, throttling limits, logging verbosity, and perform other operational tuning to quickly respond to issues in production environments. AppConfig is a capability of Amazon Web Services Systems Manager. Despite the fact that application configuration content can vary greatly from application to application, AppConfig supports the following use cases, which cover a broad spectrum of customer needs: How AppConfig works This section provides a high-level description of how AppConfig works and how you get started. 1. Identify configuration values in code you want to manage in the cloud Before you start creating AppConfig artifacts, we recommend you identify configuration data in your code that you want to dynamically manage using AppConfig. Good examples include feature flags or toggles, allow and block lists, logging verbosity, service limits, and throttling rules, to name a few. If your configuration data already exists in the cloud, you can take advantage of AppConfig validation, deployment, and extension features to further streamline configuration data management. 2. Create an application namespace To create a namespace, you create an AppConfig artifact called an application. An application is simply an organizational construct like a folder. 3. Create environments For each AppConfig application, you define one or more environments. An environment is a logical grouping of targets, such as applications in a Beta or Production environment, Lambda functions, or containers. You can also define environments for application subcomponents, such as the Web , Mobile , and Back-end . You can configure Amazon CloudWatch alarms for each environment. The system monitors alarms during a configuration deployment. If an alarm is triggered, the system rolls back the configuration. 4. Create a configuration profile A configuration profile includes, among other things, a URI that enables AppConfig to locate your configuration data in its stored location and a profile type. AppConfig supports two configuration profile types: feature flags and freeform configurations. Feature flag configuration profiles store their data in the AppConfig hosted configuration store and the URI is simply hosted . For freeform configuration profiles, you can store your data in the AppConfig hosted configuration store or any Amazon Web Services service that integrates with AppConfig, as described in Creating a free form configuration profile (http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-free-form-configurations-creating.html) in the the AppConfig User Guide. A configuration profile can also include optional validators to ensure your configuration data is syntactically and semantically correct. AppConfig performs a check using the validators when you start a deployment. If any errors are detected, the deployment rolls back to the previous configuration data. 5. Deploy configuration data When you create a new deployment, you specify the following: When you call the StartDeployment (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_StartDeployment.html) API action, AppConfig performs the following tasks: 6. Retrieve the configuration You can configure AppConfig Agent as a local host and have the agent poll AppConfig for configuration updates. The agent calls the StartConfigurationSession (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_StartConfigurationSession.html) and GetLatestConfiguration (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html) API actions and caches your configuration data locally. To retrieve the data, your application makes an HTTP call to the localhost server. AppConfig Agent supports several use cases, as described in Simplified retrieval methods (http://docs.aws.amazon.com/appconfig/latest/userguide/appconfig-retrieving-simplified-methods.html) in the the AppConfig User Guide. If AppConfig Agent isn't supported for your use case, you can configure your application to poll AppConfig for configuration updates by directly calling the StartConfigurationSession (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_StartConfigurationSession.html) and GetLatestConfiguration (https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html) API actions. This reference is intended to be used with the AppConfig User Guide (http://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html) .

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/aws/aws-sdk-go-v2/service/appconfig
Keywords: aws, aws-sdk, go, golang
License: Apache-2.0
Latest release: 4 months ago
First release: over 3 years ago
Namespace: github.com/aws/aws-sdk-go-v2/service
Dependent packages: 22
Dependent repositories: 906
Stars: 2,327 on GitHub
Forks: 580 on GitHub
Docker dependents: 16
Docker downloads: 6,294
Total Commits: 2384
Committers: 101
Average commits per author: 23.604
Development Distribution Score (DDS): 0.573
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago

Top 2.4% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/credentials removed
Package credentials provides types for retrieving credentials from credentials sources.
Latest release: 2 days ago - 1,654 stars on GitHub
Top 2.4% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/ec2imds removed
Package ec2imds provides the API client for interacting with the Amazon EC2 Instance Metadata Ser...
Latest release: 2 days ago - 1,654 stars on GitHub
Top 2.4% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/managedblockchain removed
Package managedblockchain provides the API client, operations, and parameter types for Amazon Man...
Latest release: 2 days ago - 1,654 stars on GitHub
Top 2.4% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/config removed
Package config provides utilities for loading configuration from multiple sources that can be use...
Latest release: 2 days ago - 1,654 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/kendra v1.49.2
Package kendra provides the API client, operations, and parameter types for AWSKendraFrontendServ...
125 versions - Latest release: 2 months ago - 13 dependent packages - 83 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/groundstation v1.23.6
Package groundstation provides the API client, operations, and parameter types for AWS Ground Sta...
99 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 4.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/forecastquery v1.18.6
Package forecastquery provides the API client, operations, and parameter types for Amazon Forecas...
93 versions - Latest release: 4 months ago - 1 dependent repositories - 1,883 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/dax v1.17.6
Package dax provides the API client, operations, and parameter types for Amazon DynamoDB Accelera...
92 versions - Latest release: 4 months ago - 18 dependent packages - 15 dependent repositories - 1,883 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/kinesisvideo v1.21.6
Package kinesisvideo provides the API client, operations, and parameter types for Amazon Kinesis ...
99 versions - Latest release: 4 months ago - 7 dependent packages - 8 dependent repositories - 1,883 stars on GitHub
Top 2.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.20.1
Package lexruntimeservice provides the API client, operations, and parameter types for Amazon Lex...
96 versions - Latest release: 3 months ago - 1 dependent package - 7 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/honeycode v1.21.3
Package honeycode provides the API client, operations, and parameter types for Amazon Honeycode. ...
101 versions - Latest release: about 2 months ago - 1,883 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10
Package presignedurl provides the customizations for API clients to fill in presigned URLs into i...
77 versions - Latest release: 4 months ago - 4,975 dependent packages - 14,738 dependent repositories - 1,883 stars on GitHub
Top 1.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/servicediscovery v1.27.6
Package servicediscovery provides the API client, operations, and parameter types for AWS Cloud M...
107 versions - Latest release: 4 months ago - 25 dependent packages - 19 dependent repositories - 1,883 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/s3 v1.53.1
Package s3 provides the API client, operations, and parameter types for Amazon Simple Storage Ser...
137 versions - Latest release: about 1 month ago - 2,275 dependent packages - 6,207 dependent repositories - 1,883 stars on GitHub
Top 4.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/dataexchange v1.26.6
Package dataexchange provides the API client, operations, and parameter types for AWS Data Exchan...
100 versions - Latest release: 4 months ago - 1 dependent repositories - 1,883 stars on GitHub
Top 1.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mediapackage v1.28.7
Package mediapackage provides the API client, operations, and parameter types for AWS Elemental M...
102 versions - Latest release: 4 months ago - 18 dependent packages - 51 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/workmailmessageflow v1.17.6
Package workmailmessageflow provides the API client, operations, and parameter types for Amazon W...
91 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.16.15
Package manager provides utilities to upload and download objects from S3 concurrently. Helpful f...
180 versions - Latest release: about 1 month ago - 1,433 dependent packages - 4,968 dependent repositories - 1,883 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mq v1.20.7
Package mq provides the API client, operations, and parameter types for AmazonMQ. Amazon MQ is a...
96 versions - Latest release: 4 months ago - 44 dependent packages - 27 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotevents v1.20.6
Package iotevents provides the API client, operations, and parameter types for AWS IoT Events. A...
95 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/fsx v1.40.1
Package fsx provides the API client, operations, and parameter types for Amazon FSx. Amazon FSx ...
120 versions - Latest release: 4 months ago - 18 dependent packages - 16 dependent repositories - 1,883 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/kafka v1.28.6
Package kafka provides the API client, operations, and parameter types for Managed Streaming for ...
106 versions - Latest release: 4 months ago - 77 dependent packages - 67 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotjobsdataplane v1.19.2
Package iotjobsdataplane provides the API client, operations, and parameter types for AWS IoT Job...
98 versions - Latest release: 2 months ago - 1,883 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.20.3
Package apigatewayv2 provides the API client, operations, and parameter types for AmazonApiGatewa...
106 versions - Latest release: about 2 months ago - 72 dependent packages - 25 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2 v1.26.1
Package sdk is the official AWS SDK v2 for the Go programming language. aws-sdk-go-v2 is the Dev...
112 versions - Latest release: about 1 month ago - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/managedblockchain v1.20.6
Package managedblockchain provides the API client, operations, and parameter types for Amazon Man...
98 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 2.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/lexmodelbuildingservice v1.24.4
Package lexmodelbuildingservice provides the API client, operations, and parameter types for Amaz...
101 versions - Latest release: about 1 month ago - 3 dependent packages - 5 dependent repositories - 1,883 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.19.6
Package elastictranscoder provides the API client, operations, and parameter types for Amazon Ela...
93 versions - Latest release: 4 months ago - 8 dependent packages - 20 dependent repositories - 1,883 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/licensemanager v1.25.1
Package licensemanager provides the API client, operations, and parameter types for AWS License M...
104 versions - Latest release: 3 months ago - 5 dependent packages - 7 dependent repositories - 1,883 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/glue v1.77.4
Package glue provides the API client, operations, and parameter types for AWS Glue. Glue Defines...
153 versions - Latest release: about 2 months ago - 60 dependent packages - 83 dependent repositories - 1,883 stars on GitHub
Top 2.3% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/networkmanager v1.23.6
Package networkmanager provides the API client, operations, and parameter types for AWS Network M...
101 versions - Latest release: 4 months ago - 3 dependent packages - 2 dependent repositories - 1,883 stars on GitHub
Top 2.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.18.6
Package marketplacecommerceanalytics provides the API client, operations, and parameter types for...
93 versions - Latest release: 4 months ago - 1 dependent package - 7 dependent repositories - 1,883 stars on GitHub
Top 0.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.38.0
Package cloudwatch provides the API client, operations, and parameter types for Amazon CloudWatch...
120 versions - Latest release: 28 days ago - 225 dependent packages - 2,784 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/kinesisvideomedia v1.18.3
Package kinesisvideomedia provides the API client, operations, and parameter types for Amazon Kin...
100 versions - Latest release: about 2 months ago - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/migrationhub v1.18.6
Package migrationhub provides the API client, operations, and parameter types for AWS Migration H...
93 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iot1clickprojects v1.17.6
Package iot1clickprojects provides the API client, operations, and parameter types for AWS IoT 1-...
92 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 1.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/directconnect v1.24.4
Package directconnect provides the API client, operations, and parameter types for AWS Direct Con...
111 versions - Latest release: about 1 month ago - 12 dependent packages - 22 dependent repositories - 1,883 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2
Package acceptencoding provides customizations associated with Accept Encoding Header. The Go HT...
45 versions - Latest release: about 1 month ago - 2,386 dependent packages - 6,574 dependent repositories - 1,883 stars on GitHub
Top 0.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0
Package dynamodb provides the API client, operations, and parameter types for Amazon DynamoDB. A...
115 versions - Latest release: 4 months ago - 684 dependent packages - 670 dependent repositories - 1,883 stars on GitHub
Top 0.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.7
Package ecs provides the API client, operations, and parameter types for Amazon EC2 Container Ser...
142 versions - Latest release: about 1 month ago - 183 dependent packages - 156 dependent repositories - 1,883 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi v1.19.4
Package apigatewaymanagementapi provides the API client, operations, and parameter types for Amaz...
100 versions - Latest release: about 1 month ago - 9 dependent packages - 13 dependent repositories - 1,883 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/outposts v1.39.0
Package outposts provides the API client, operations, and parameter types for AWS Outposts. Amaz...
121 versions - Latest release: 23 days ago - 9 dependent packages - 8 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/internal/integrationtest v0.5.5
AWS SDK for the Go programming language.
16 versions - Latest release: about 3 years ago - 1,883 stars on GitHub
Top 1.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/transfer v1.40.0
Package transfer provides the API client, operations, and parameter types for AWS Transfer Family...
124 versions - Latest release: 4 months ago - 12 dependent packages - 12 dependent repositories - 1,883 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/backup v1.31.3
Package backup provides the API client, operations, and parameter types for AWS Backup. Backup B...
108 versions - Latest release: 4 months ago - 27 dependent packages - 18 dependent repositories - 1,883 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/emr v1.36.1
Package emr provides the API client, operations, and parameter types for Amazon EMR. Amazon EMR ...
115 versions - Latest release: 4 months ago - 62 dependent packages - 72 dependent repositories - 1,883 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/ec2imds v0.1.5
Package ec2imds provides the API client for interacting with the Amazon EC2 Instance Metadata Ser...
6 versions - Latest release: over 3 years ago - 37 dependent packages - 22 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/repotools/changes v0.2.8
Package changes implements Go module version management for a multi-module git repository. The R...
10 versions - Latest release: about 3 years ago - 1,883 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2 v1.25.2
Package sdk is the official AWS SDK v2 for the Go programming language. aws-sdk-go-v2 is the the...
113 versions - Latest release: 3 months ago - 7,073 dependent packages - 31,600 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mturk v1.19.6
Package mturk provides the API client, operations, and parameter types for Amazon Mechanical Turk...
93 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mobile v1.17.6
Package mobile provides the API client, operations, and parameter types for AWS Mobile. AWS Mobi...
92 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects v0.2.9
AWS SDK for the Go programming language.
13 versions - Latest release: about 3 years ago - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/marketplacecatalog v1.23.1
Package marketplacecatalog provides the API client, operations, and parameter types for AWS Marke...
94 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/s3control v1.42.0
Package s3control provides the API client, operations, and parameter types for AWS S3 Control. A...
118 versions - Latest release: 4 months ago - 24 dependent packages - 82 dependent repositories - 1,883 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mediastore v1.18.6
Package mediastore provides the API client, operations, and parameter types for AWS Elemental Med...
93 versions - Latest release: 4 months ago - 19 dependent packages - 52 dependent repositories - 1,883 stars on GitHub
Top 3.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mediastoredata v1.20.2
Package mediastoredata provides the API client, operations, and parameter types for AWS Elemental...
98 versions - Latest release: 2 months ago - 1 dependent package - 1,883 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mediaconnect v1.25.1
Package mediaconnect provides the API client, operations, and parameter types for AWS MediaConnec...
100 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 1,883 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/datapipeline v1.21.3
Package datapipeline provides the API client, operations, and parameter types for AWS Data Pipeli...
101 versions - Latest release: about 2 months ago - 17 dependent packages - 55 dependent repositories - 1,883 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iot1clickdevicesservice v1.17.6
Package iot1clickdevicesservice provides the API client, operations, and parameter types for AWS ...
92 versions - Latest release: 4 months ago - 1,883 stars on GitHub
Top 3.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/resiliencehub v1.18.6
Package resiliencehub provides the API client, operations, and parameter types for AWS Resilience...
78 versions - Latest release: 4 months ago - 2 dependent repositories - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/internal/ini v1.8.0
AWS SDK for the Go programming language.
66 versions - Latest release: 3 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/kendraranking v1.5.7
Package kendraranking provides the API client, operations, and parameter types for Amazon Kendra ...
43 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/connectcampaigns v1.8.0
Package connectcampaigns provides the API client, operations, and parameter types for AmazonConne...
59 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.6% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/secretsmanager v1.28.6
Package secretsmanager provides the client and types for making API requests to AWS Secrets Manag...
129 versions - Latest release: about 1 month ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/kinesisvideowebrtcstorage v1.7.6
Package kinesisvideowebrtcstorage provides the API client, operations, and parameter types for Am...
41 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.6% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/eventbridge v1.30.4
AWS SDK for the Go programming language.
118 versions - Latest release: about 1 month ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/kms v1.27.9
Package kms provides the client and types for making API requests to AWS Key Management Service. ...
115 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/transcribestreaming/internal/testing v0.0.0-20231013202707-1cc8d0492d3e
Package testing is used for custom unit tests for transcribestreaming.
64 versions - Latest release: 7 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/sts v1.26.7
Package sts provides the client and types for making API requests to AWS Security Token Service. ...
107 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/ssm v1.44.7
Package ssm provides the client and types for making API requests to Amazon Simple Systems Manage...
120 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/internal/configsources v1.2.9
AWS SDK for the Go programming language.
62 versions - Latest release: 5 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/internal/presigned-url v1.11.7
AWS SDK for the Go programming language.
85 versions - Latest release: about 1 month ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/internal/endpoints/v2 v2.6.5
AWS SDK for the Go programming language.
61 versions - Latest release: about 1 month ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/ec2 v1.145.0
Package ec2 provides the client and types for making API requests to Amazon Elastic Compute Cloud...
204 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/AWS/AWS-sdk-go-v2/service/ec2 v1.145.0
Package ec2 provides the client and types for making API requests to Amazon Elastic Compute Cloud...
204 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/AWS/AWS-sdk-go-v2/config v1.27.11
AWS SDK for the Go programming language.
159 versions - Latest release: about 1 month ago - 1,886 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/pipes v1.11.3
Package pipes provides the API client, operations, and parameter types for Amazon EventBridge Pip...
53 versions - Latest release: about 2 months ago - 8 dependent packages - 23 dependent repositories - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotroborunner v1.6.6
Package iotroborunner provides the API client, operations, and parameter types for AWS IoT RoboRu...
41 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/feature/ec2/imds v1.16.1
AWS SDK for the Go programming language.
83 versions - Latest release: about 1 month ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/pinpoint v1.28.3
Package pinpoint provides the client and types for making API requests to Amazon Pinpoint. See h...
110 versions - Latest release: about 2 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/sso v1.20.5
AWS SDK for the Go programming language.
112 versions - Latest release: about 1 month ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/backupstorage v1.7.6
Package backupstorage provides the API client, operations, and parameter types for AWS Backup Sto...
50 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ssmsap v1.10.6
Package ssmsap provides the API client, operations, and parameter types for AWS Systems Manager f...
48 versions - Latest release: 4 months ago - 1,886 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudtraildata v1.7.4
Package cloudtraildata provides the API client, operations, and parameter types for AWS CloudTrai...
47 versions - Latest release: about 1 month ago - 1,886 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/rum v1.15.6
Package rum provides the API client, operations, and parameter types for CloudWatch RUM. With Am...
68 versions - Latest release: 4 months ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/example/service/s3/usingPrivateLink v0.1.6
AWS SDK for the Go programming language.
7 versions - Latest release: about 3 years ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/gamesparks v1.4.2
Package gamesparks provides the API client, operations, and parameter types for GameSparks.
47 versions - Latest release: 7 months ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/iot1clickprojects removed
Package iot1clickprojects provides the API client, operations, and parameter types for AWS IoT 1-...
Latest release: 2 days ago - 1,887 stars on GitHub
Top 3.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig v1.18.6
Package route53recoverycontrolconfig provides the API client, operations, and parameter types for...
77 versions - Latest release: 4 months ago - 4 dependent repositories - 1,887 stars on GitHub
Top 3.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry v1.24.8
Package servicecatalogappregistry provides the API client, operations, and parameter types for AW...
100 versions - Latest release: 4 months ago - 5 dependent repositories - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/ecs v1.41.7
Package ecs provides the client and types for making API requests to Amazon EC2 Container Service...
142 versions - Latest release: about 1 month ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/databrew v1.27.6
Package databrew provides the API client, operations, and parameter types for AWS Glue DataBrew. ...
92 versions - Latest release: 4 months ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/AWS/AWS-sdk-go-v2/service/s3 v1.53.1
Package s3 provides the client and types for making API requests to Amazon Simple Storage Service...
137 versions - Latest release: about 1 month ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/iot1clickdevicesservice removed
Package iot1clickdevicesservice provides the API client, operations, and parameter types for AWS ...
Latest release: 2 days ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/awS/aws-sdk-go-v2 v1.26.1
Package sdk is the official AWS SDK v2 for the Go programming language. aws-sdk-go-v2 is the Dev...
112 versions - Latest release: about 1 month ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/athena v1.38.0
Package athena provides the client and types for making API requests to Amazon Athena. Amazon At...
118 versions - Latest release: 4 months ago - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/finspacedata v1.22.6
Package finspacedata provides the API client, operations, and parameter types for FinSpace Public...
83 versions - Latest release: 4 months ago - 1,887 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/sqs v1.29.7
Package sqs provides the client and types for making API requests to Amazon Simple Queue Service....
104 versions - Latest release: 4 months ago - 1,887 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/transfer removed
Package transfer provides the API client, operations, and parameter types for AWS Transfer Family...
Latest release: 2 days ago - 1,887 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/nimble v1.21.6
Package nimble provides the API client, operations, and parameter types for AmazonNimbleStudio. ...
86 versions - Latest release: 4 months ago - 1,887 stars on GitHub