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: 1 day ago

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/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/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 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.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/repotools v0.2.3
AWS SDK for the Go programming language.
5 versions - Latest release: about 3 years ago - 1 dependent repositories - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting v1.1.4
Package configtesting provides unit testing of s3 module's config loading.
16 versions - Latest release: about 3 years ago - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/protocoltest/ec2query v0.2.8
Package ec2query provides the API client, operations, and parameter types for the API. An EC2 qu...
14 versions - Latest release: about 3 years ago - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/protocoltest/awsrestjson v0.2.8
Package awsrestjson provides the API client, operations, and parameter types for the API. A REST...
14 versions - Latest release: about 3 years ago - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/protocoltest/query v0.2.8
Package query provides the API client, operations, and parameter types for the API. A query serv...
14 versions - Latest release: about 3 years ago - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc10 v0.2.8
Package jsonrpc10 provides the API client, operations, and parameter types for the API.
14 versions - Latest release: about 3 years ago - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxml v0.2.8
Package restxml provides the API client, operations, and parameter types for the API. A REST XML...
14 versions - Latest release: about 3 years ago - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/internal/benchmark v0.5.3
AWS SDK for the Go programming language.
14 versions - Latest release: about 3 years ago - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/protocoltest/jsonrpc v0.2.8
Package jsonrpc provides the API client, operations, and parameter types for Sample Json 1.1 Prot...
14 versions - Latest release: about 3 years ago - 1,946 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/protocoltest/restxmlwithnamespace v0.1.7
Package restxmlwithnamespace provides the API client, operations, and parameter types for the API...
8 versions - Latest release: about 3 years ago - 1,946 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 8.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/commander v1.1.0
Package commander is a deprecated API client. See AWS Systems Manager Incident Manager (ssmincide...
3 versions - Latest release: almost 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/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 5.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/endpoints/config v1.0.0-preview.1
AWS SDK for the Go programming language.
2 versions - Latest release: 6 months ago - 2,135 stars on GitHub
Top 2.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/macie v1.19.2
Package macie provides the API client, operations, and parameter types for Amazon Macie. Amazon ...
83 versions - Latest release: 6 months ago - 2 dependent packages - 7 dependent repositories - 2,051 stars on GitHub
Top 0.6% 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 - 5,281 dependent packages - 7,142 dependent repositories - 1,946 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 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/identitystore v1.21.5
Package identitystore provides the API client, operations, and parameter types for AWS SSO Identi...
98 versions - Latest release: 5 months ago - 26 dependent packages - 68 dependent repositories - 2,114 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/alexaforbusiness v1.19.6
Package alexaforbusiness provides the API client, operations, and parameter types for Alexa For B...
93 versions - Latest release: 4 months ago - 2,051 stars on GitHub
Top 1.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/opensearch v1.28.0
Package opensearch provides the API client, operations, and parameter types for Amazon OpenSearch...
91 versions - Latest release: 4 months ago - 8 dependent packages - 10 dependent repositories - 2,301 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/proton v1.26.6
Package proton provides the API client, operations, and parameter types for AWS Proton. This is ...
86 versions - Latest release: 4 months ago - 1,946 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cognitoidentity v1.21.7
Package cognitoidentity provides the API client, operations, and parameter types for Amazon Cogni...
98 versions - Latest release: 4 months ago - 34 dependent packages - 57 dependent repositories - 1,921 stars on GitHub
Top 3.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/frauddetector v1.29.6
Package frauddetector provides the API client, operations, and parameter types for Amazon Fraud D...
101 versions - Latest release: 4 months ago - 5 dependent repositories - 2,051 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 1.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.6
Package cloudsearch provides the API client, operations, and parameter types for Amazon CloudSear...
92 versions - Latest release: 4 months ago - 5 dependent packages - 11 dependent repositories - 1,921 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/elasticache v1.34.7
Package elasticache provides the client and types for making API requests to Amazon ElastiCache. ...
110 versions - Latest release: 4 months ago - 2,055 stars on GitHub
Top 5.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/datazone v1.3.7
Package datazone provides the API client, operations, and parameter types for Amazon DataZone. A...
19 versions - Latest release: 4 months ago - 2,135 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudwatchevents v1.21.7
Package cloudwatchevents provides the API client, operations, and parameter types for Amazon Clou...
101 versions - Latest release: 4 months ago - 28 dependent packages - 73 dependent repositories - 1,921 stars on GitHub
Top 1.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/gamelift v1.28.1
Package gamelift provides the API client, operations, and parameter types for Amazon GameLift. A...
100 versions - Latest release: 4 months ago - 6 dependent packages - 14 dependent repositories - 1,919 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/sagemakera2iruntime v1.21.6
Package sagemakera2iruntime provides the API client, operations, and parameter types for Amazon A...
93 versions - Latest release: 4 months ago - 1,919 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/applicationinsights v1.22.6
Package applicationinsights provides the API client, operations, and parameter types for Amazon C...
97 versions - Latest release: 4 months ago - 2,051 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudhsm v1.18.6
Package cloudhsm provides the API client, operations, and parameter types for Amazon CloudHSM. A...
93 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 1,919 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 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 3.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/detective v1.25.6
Package detective provides the API client, operations, and parameter types for Amazon Detective. ...
97 versions - Latest release: 4 months ago - 4 dependent repositories - 2,301 stars on GitHub
Top 9.6% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/cognitoidentity v1.21.7
Package cognitoidentity provides the client and types for making API requests to Amazon Cognito I...
98 versions - Latest release: 4 months ago - 2,268 stars on GitHub
Top 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.20.6
Package elasticbeanstalk provides the API client, operations, and parameter types for AWS Elastic...
95 versions - Latest release: 4 months ago - 32 dependent packages - 69 dependent repositories - 1,921 stars on GitHub
Top 4.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/lexmodelsv2 v1.38.6
Package lexmodelsv2 provides the API client, operations, and parameter types for Amazon Lex Model...
95 versions - Latest release: 4 months ago - 1 dependent repositories - 2,051 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/acm v1.22.7
Package acm provides the API client, operations, and parameter types for AWS Certificate Manager....
101 versions - Latest release: 4 months ago - 77 dependent packages - 102 dependent repositories - 1,919 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 1.3% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/batch v1.30.7
Package batch provides the API client, operations, and parameter types for AWS Batch. Batch Usin...
107 versions - Latest release: 4 months ago - 21 dependent packages - 60 dependent repositories - 2,374 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/docdbelastic v1.6.6
Package docdbelastic provides the API client, operations, and parameter types for Amazon Document...
41 versions - Latest release: 4 months ago - 11 dependent repositories - 2,318 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime v1.1.6
Package bedrockagentruntime provides the API client, operations, and parameter types for Agents f...
8 versions - Latest release: 4 months ago - 2,331 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/medialive v1.44.1
Package medialive provides the API client, operations, and parameter types for AWS Elemental Medi...
109 versions - Latest release: 4 months ago - 16 dependent packages - 74 dependent repositories - 1,946 stars on GitHub
Top 2.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/rdsdata v1.19.1
Package rdsdata provides the API client, operations, and parameter types for AWS RDS DataService....
95 versions - Latest release: 4 months ago - 4 dependent packages - 3 dependent repositories - 2,239 stars on GitHub
Top 1.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/kinesisanalyticsv2 v1.21.6
Package kinesisanalyticsv2 provides the API client, operations, and parameter types for Amazon Ki...
99 versions - Latest release: 4 months ago - 6 dependent packages - 5 dependent repositories - 2,337 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/sagemakergeospatial v1.8.6
Package sagemakergeospatial provides the API client, operations, and parameter types for Amazon S...
43 versions - Latest release: 4 months ago - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/supportapp v1.7.6
Package supportapp provides the API client, operations, and parameter types for AWS Support App. ...
49 versions - Latest release: 4 months ago - 1,946 stars on GitHub
Top 4.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/lexruntimev2 v1.23.6
Package lexruntimev2 provides the API client, operations, and parameter types for Amazon Lex Runt...
84 versions - Latest release: 4 months ago - 1 dependent repositories - 1,908 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.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/finspace v1.20.1
Package finspace provides the API client, operations, and parameter types for FinSpace User Envir...
81 versions - Latest release: 4 months ago - 7 dependent repositories - 1,887 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler v1.15.6
Package applicationcostprofiler provides the API client, operations, and parameter types for AWS ...
76 versions - Latest release: 4 months ago - 1,919 stars on GitHub
Top 1.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ssmincidents v1.27.6
Package ssmincidents provides the API client, operations, and parameter types for AWS Systems Man...
86 versions - Latest release: 4 months ago - 6 dependent packages - 17 dependent repositories - 1,946 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/networkmonitor v1.0.1
Package networkmonitor provides the API client, operations, and parameter types for Amazon CloudW...
2 versions - Latest release: 4 months ago - 2,369 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/braket v1.24.4
Package braket provides the API client, operations, and parameter types for Braket. The Amazon B...
99 versions - Latest release: 4 months ago - 1,919 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/machinelearning v1.21.6
Package machinelearning provides the API client, operations, and parameter types for Amazon Machi...
93 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 1,919 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 8.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/backupgateway v1.14.6
Package backupgateway provides the API client, operations, and parameter types for AWS Backup Gat...
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/service/elasticinference v1.17.6
Package elasticinference provides the API client, operations, and parameter types for Amazon Elas...
92 versions - Latest release: 4 months ago - 1,919 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/rolesanywhere v1.6.8
Package rolesanywhere provides the API client, operations, and parameter types for IAM Roles Anyw...
57 versions - Latest release: 4 months ago - 13 dependent packages - 85 dependent repositories - 1,983 stars on GitHub
Top 9.6% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/cognitoidentityprovider v1.32.1
Package cognitoidentityprovider provides the client and types for making API requests to Amazon C...
100 versions - Latest release: 4 months ago - 2,268 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotanalytics v1.20.6
Package iotanalytics provides the API client, operations, and parameter types for AWS IoT Analyti...
93 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 1,946 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/personalizeevents v1.19.6
Package personalizeevents provides the API client, operations, and parameter types for Amazon Per...
93 versions - Latest release: 4 months ago - 2,135 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/licensemanagerusersubscriptions v1.7.6
Package licensemanagerusersubscriptions provides the API client, operations, and parameter types ...
55 versions - Latest release: 4 months ago - 1,919 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 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotthingsgraph v1.19.6
Package iotthingsgraph provides the API client, operations, and parameter types for AWS IoT Thing...
93 versions - Latest release: 4 months ago - 1,946 stars on GitHub
Top 1.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/auditmanager v1.30.6
Package auditmanager provides the API client, operations, and parameter types for AWS Audit Manag...
91 versions - Latest release: 4 months ago - 8 dependent packages - 30 dependent repositories - 1,921 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/cloudfront v1.32.6
Package cloudfront provides the client and types for making API requests to Amazon CloudFront. T...
104 versions - Latest release: 4 months ago - 1,887 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/neptunegraph v1.1.1
Package neptunegraph provides the API client, operations, and parameter types for Amazon Neptune ...
3 versions - Latest release: 4 months ago - 2,242 stars on GitHub
Top 1.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/lakeformation v1.29.1
Package lakeformation provides the API client, operations, and parameter types for AWS Lake Forma...
108 versions - Latest release: 4 months ago - 4 dependent packages - 7 dependent repositories - 1,946 stars on GitHub
Top 2.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/chime v1.28.6
Package chime provides the API client, operations, and parameter types for Amazon Chime. Most of...
96 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 2,051 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudcontrol v1.15.7
Package cloudcontrol provides the API client, operations, and parameter types for AWS Cloud Contr...
80 versions - Latest release: 4 months ago - 14 dependent packages - 29 dependent repositories - 1,946 stars on GitHub
Top 0.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/elasticache v1.34.7
Package elasticache provides the API client, operations, and parameter types for Amazon ElastiCac...
110 versions - Latest release: 4 months ago - 94 dependent packages - 110 dependent repositories - 1,946 stars on GitHub
Top 9.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/eksauth v1.1.8
Package eksauth provides the API client, operations, and parameter types for Amazon EKS Auth. Th...
12 versions - Latest release: 4 months ago - 2,268 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/apigateway v1.21.7
Package apigateway provides the client and types for making API requests to Amazon API Gateway. ...
102 versions - Latest release: 4 months ago - 2,115 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 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 3.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/internetmonitor v1.10.7
Package internetmonitor provides the API client, operations, and parameter types for Amazon Cloud...
42 versions - Latest release: 4 months ago - 5 dependent repositories - 2,076 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 5.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/managedblockchainquery v1.7.1
Package managedblockchainquery provides the API client, operations, and parameter types for Amazo...
28 versions - Latest release: 4 months ago - 2,115 stars on GitHub
Top 2.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/snowball v1.24.6
Package snowball provides the API client, operations, and parameter types for Amazon Import/Expor...
98 versions - Latest release: 4 months ago - 2 dependent packages - 9 dependent repositories - 2,051 stars on GitHub
Top 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.43.6
Package wafv2 provides the API client, operations, and parameter types for AWS WAFV2. WAF This i...
123 versions - Latest release: 4 months ago - 30 dependent packages - 52 dependent repositories - 1,952 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/clouddirectory v1.18.6
Package clouddirectory provides the API client, operations, and parameter types for Amazon CloudD...
93 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 1,919 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cognitosync v1.17.6
Package cognitosync provides the API client, operations, and parameter types for Amazon Cognito S...
91 versions - Latest release: 4 months ago - 2,051 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 0.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11
Package imds provides the API client for interacting with the Amazon EC2 Instance Metadata Servic...
76 versions - Latest release: 4 months ago - 4,610 dependent packages - 14,603 dependent repositories - 2,351 stars on GitHub
Top 0.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.21.6
Package ecrpublic provides the API client, operations, and parameter types for Amazon Elastic Con...
90 versions - Latest release: 4 months ago - 453 dependent packages - 1,077 dependent repositories - 1,921 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/accessanalyzer v1.26.7
Package accessanalyzer provides the API client, operations, and parameter types for Access Analyz...
105 versions - Latest release: 4 months ago - 63 dependent packages - 66 dependent repositories - 2,135 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
Top 1.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/servicequotas v1.19.7
Package servicequotas provides the API client, operations, and parameter types for Service Quotas...
100 versions - Latest release: 4 months ago - 21 dependent packages - 11 dependent repositories - 2,114 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/omics v1.16.7
Package omics provides the API client, operations, and parameter types for Amazon Omics. This is...
54 versions - Latest release: 4 months ago - 1 dependent package - 2,072 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/licensemanagerlinuxsubscriptions v1.6.7
Package licensemanagerlinuxsubscriptions provides the API client, operations, and parameter types...
43 versions - Latest release: 4 months ago - 1,946 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 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/lookoutvision v1.21.6
Package lookoutvision provides the API client, operations, and parameter types for Amazon Lookout...
90 versions - Latest release: 4 months ago - 2,051 stars on GitHub