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: Feature flags and toggles - Safely release new capabilities to your customers in a controlled environment. Instantly roll back changes if you experience a problem. Application tuning - Carefully introduce application changes while testing the impact of those changes with users in production environments. Allow list or block list - Control access to premium features or instantly block specific users without deploying new code. Centralized configuration storage - Keep your configuration data organized and consistent across all of your workloads. You can use AppConfig to deploy configuration data stored in the AppConfig hosted configuration store, Secrets Manager, Systems Manager, Parameter Store, or Amazon S3. 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 profilein 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: An application ID A configuration profile ID A configuration version An environment ID where you want to deploy the configuration data A deployment strategy ID that defines how fast you want the changes to take effect When you call the StartDeployment API action, AppConfig performs the following tasks: Retrieves the configuration data from the underlying data store by using the location URI in the configuration profile. Verifies the configuration data is syntactically and semantically correct by using the validators you specified when you created your configuration profile. Caches a copy of the data so it is ready to be retrieved by your application. This cached copy is called the deployed data. 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 StartConfigurationSessionand GetLatestConfiguration 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 methodsin 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 and GetLatestConfigurationAPI actions. This reference is intended to be used with the AppConfig User Guide.

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,407 on GitHub
Forks: 587 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: 3 minutes ago

Top 4.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/sagemakerruntime v1.27.2
Package sagemakerruntime provides the API client, operations, and parameter types for Amazon Sage...
114 versions - Latest release: 2 months ago - 1 dependent repositories - 2,407 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/workspaces v1.35.8
Package workspaces provides the API client, operations, and parameter types for Amazon WorkSpaces...
118 versions - Latest release: 4 months ago - 60 dependent packages - 83 dependent repositories - 2,407 stars on GitHub
Top 2.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/rbin v1.16.3
Package rbin provides the API client, operations, and parameter types for Amazon Recycle Bin. Th...
82 versions - Latest release: about 2 months ago - 1 dependent package - 11 dependent repositories - 2,407 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/codegurureviewer v1.25.2
Package codegurureviewer provides the API client, operations, and parameter types for Amazon Code...
105 versions - Latest release: 2 months ago - 1 dependent package - 2,407 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 - 2,407 stars on GitHub
Top 3.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain v1.19.0
Package cloudsearchdomain provides the API client, operations, and parameter types for Amazon Clo...
95 versions - Latest release: 3 months ago - 1 dependent package - 2,407 stars on GitHub
Top 0.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.25.3
Package timestreamwrite provides the API client, operations, and parameter types for Amazon Times...
105 versions - Latest release: 2 months ago - 47 dependent packages - 175 dependent repositories - 2,407 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,407 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 - 2,407 stars on GitHub
Top 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.25.4
Package codedeploy provides the API client, operations, and parameter types for AWS CodeDeploy. ...
111 versions - Latest release: about 1 month ago - 30 dependent packages - 64 dependent repositories - 2,407 stars on GitHub
Top 3.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/qldbsession v1.19.6
Package qldbsession provides the API client, operations, and parameter types for Amazon QLDB Sess...
92 versions - Latest release: 4 months ago - 1 dependent package - 1 dependent repositories - 2,407 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. This is th...
123 versions - Latest release: 4 months ago - 30 dependent packages - 52 dependent repositories - 2,407 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,407 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 - 2,407 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,407 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 - 2,407 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 - 2,407 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.28.2
Package elasticsearchservice provides the API client, operations, and parameter types for Amazon ...
111 versions - Latest release: 2 months ago - 66 dependent packages - 79 dependent repositories - 2,407 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 - 2,407 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/pi removed
Package pi provides the API client, operations, and parameter types for AWS Performance Insights....
Latest release: 3 minutes ago - 2,407 stars on GitHub
Top 0.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/sns v1.29.5
Package sns provides the API client, operations, and parameter types for Amazon Simple Notificati...
114 versions - Latest release: about 22 hours ago - 299 dependent packages - 1,328 dependent repositories - 2,407 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 - 2,407 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,407 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 - 2,407 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 - 2,407 stars on GitHub
Top 1.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mwaa v1.23.0
Package mwaa provides the API client, operations, and parameter types for AmazonMWAA. This secti...
88 versions - Latest release: 4 months ago - 7 dependent packages - 8 dependent repositories - 2,407 stars on GitHub
Top 0.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/route53 v1.40.5
Package route53 provides the API client, operations, and parameter types for Amazon Route 53. Am...
118 versions - Latest release: about 22 hours ago - 1,017 dependent packages - 2,827 dependent repositories - 2,407 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/costoptimizationhub v1.1.6
Package costoptimizationhub provides the API client, operations, and parameter types for Cost Opt...
10 versions - Latest release: 4 months ago - 2,407 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/firehose v1.24.0
Package firehose provides the API client, operations, and parameter types for Amazon Kinesis Fire...
104 versions - Latest release: 4 months ago - 53 dependent packages - 83 dependent repositories - 2,407 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,407 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/transcribe v1.36.4
Package transcribe provides the API client, operations, and parameter types for Amazon Transcribe...
112 versions - Latest release: about 1 month ago - 13 dependent packages - 84 dependent repositories - 2,407 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ses v1.22.6
Package ses provides the API client, operations, and parameter types for Amazon Simple Email Serv...
107 versions - Latest release: about 22 hours ago - 67 dependent packages - 96 dependent repositories - 2,407 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/s3control removed
Package s3control provides the API client, operations, and parameter types for AWS S3 Control. a...
Latest release: 3 minutes ago - 2,407 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,407 stars on GitHub
Top 4.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/codecatalyst v1.10.6
Package codecatalyst provides the API client, operations, and parameter types for Amazon CodeCata...
44 versions - Latest release: 4 months ago - 1 dependent repositories - 2,407 stars on GitHub
Top 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/wafregional v1.21.0
Package wafregional provides the API client, operations, and parameter types for AWS WAF Regional...
102 versions - Latest release: 3 months ago - 25 dependent packages - 67 dependent repositories - 2,407 stars on GitHub
Top 1.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/dlm v1.22.8
Package dlm provides the API client, operations, and parameter types for Amazon Data Lifecycle Ma...
105 versions - Latest release: 4 months ago - 8 dependent packages - 7 dependent repositories - 2,407 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 - 2,407 stars on GitHub
Top 2.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/autoscalingplans v1.20.1
Package autoscalingplans provides the API client, operations, and parameter types for AWS Auto Sc...
98 versions - Latest release: 3 months ago - 1 dependent package - 5 dependent repositories - 2,407 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 - 2,407 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,407 stars on GitHub
Top 0.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/lambda v1.54.1
Package lambda provides the API client, operations, and parameter types for AWS Lambda. Lambda i...
133 versions - Latest release: about 22 hours ago - 242 dependent packages - 220 dependent repositories - 2,407 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,407 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/servicequotas removed
Package servicequotas provides the API client, operations, and parameter types for Service Quotas...
Latest release: 3 minutes ago - 2,407 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/connectcontactlens v1.21.4
Package connectcontactlens provides the API client, operations, and parameter types for Amazon Co...
95 versions - Latest release: about 1 month ago - 2,407 stars on GitHub
Top 2.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/vpclattice v1.7.3
Package vpclattice provides the API client, operations, and parameter types for Amazon VPC Lattic...
42 versions - Latest release: about 2 months ago - 12 dependent repositories - 2,407 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 - 2,407 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 - 2,407 stars on GitHub
Top 3.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/appflow v1.39.6
Package appflow provides the API client, operations, and parameter types for Amazon Appflow. Wel...
106 versions - Latest release: 4 months ago - 4 dependent repositories - 2,407 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 - 2,407 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/qbusiness v1.1.7
Package qbusiness provides the API client, operations, and parameter types for QBusiness. This i...
9 versions - Latest release: 4 months ago - 2,398 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2 v1.7.6
Package pinpointsmsvoicev2 provides the API client, operations, and parameter types for Amazon Pi...
60 versions - Latest release: 4 months ago - 2,398 stars on GitHub
Top 4.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/bedrock v1.7.1
Package bedrock provides the API client, operations, and parameter types for Amazon Bedrock. Des...
27 versions - Latest release: 3 months ago - 4 dependent packages - 2,390 stars on GitHub
Top 7.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/route53profiles v1.0.0
Package route53profiles provides the API client, operations, and parameter types for Route 53 Pro...
1 version - Latest release: 17 days ago - 2,390 stars on GitHub
Top 2.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.5.6
Package bedrockruntime provides the API client, operations, and parameter types for Amazon Bedroc...
18 versions - Latest release: 4 months ago - 10 dependent packages - 1 dependent repositories - 2,390 stars on GitHub
Top 7.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/sfn v1.26.4
Package sfn provides the client and types for making API requests to AWS Step Functions. AWS Ste...
100 versions - Latest release: about 1 month ago - 2,385 stars on GitHub
Top 7.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/controlcatalog
Package controlcatalog provides the API client, operations, and parameter types for AWS Control C...
Latest release: 2 minutes ago - 2,381 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotfleethub v1.20.2
Package iotfleethub provides the API client, operations, and parameter types for AWS IoT Fleet Hu...
92 versions - Latest release: 2 months ago - 2,381 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. Using Batc...
107 versions - Latest release: 4 months ago - 21 dependent packages - 60 dependent repositories - 2,374 stars on GitHub
Top 0.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.32.6
Package cloudfront provides the API client, operations, and parameter types for Amazon CloudFront...
104 versions - Latest release: 4 months ago - 111 dependent packages - 98 dependent repositories - 2,374 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 9.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/qconnect v1.3.0
Package qconnect provides the API client, operations, and parameter types for Amazon Q Connect. ...
9 versions - Latest release: 4 months ago - 2,369 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/internal/protocoltest/smithyrpcv2cbor
Package smithyrpcv2cbor provides the API client, operations, and parameter types for RpcV2 Protoc...
Latest release: 2 minutes ago - 2,368 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/deadline
Package deadline provides the API client, operations, and parameter types for AWSDeadlineCloud. ...
Latest release: 2 minutes ago - 2,368 stars on GitHub
Top 7.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/codeconnections
Package codeconnections provides the API client, operations, and parameter types for AWS CodeConn...
Latest release: 2 minutes ago - 2,368 stars on GitHub
Top 2.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ivs v1.30.6
Package ivs provides the API client, operations, and parameter types for Amazon Interactive Video...
105 versions - Latest release: 4 months ago - 1 dependent package - 2 dependent repositories - 2,364 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/emrcontainers v1.26.0
Package emrcontainers provides the API client, operations, and parameter types for Amazon EMR Con...
102 versions - Latest release: about 1 month ago - 2,364 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotwireless v1.38.0
Package iotwireless provides the API client, operations, and parameter types for AWS IoT Wireless...
108 versions - Latest release: 23 days ago - 2,362 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/medicalimaging v1.7.2
Package medicalimaging provides the API client, operations, and parameter types for AWS Health Im...
32 versions - Latest release: 2 months ago - 2,362 stars on GitHub
Top 0.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/securityhub v1.44.3
Package securityhub provides the API client, operations, and parameter types for AWS SecurityHub....
122 versions - Latest release: 4 months ago - 39 dependent packages - 64 dependent repositories - 2,362 stars on GitHub
Top 1.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ivschat v1.10.6
Package ivschat provides the API client, operations, and parameter types for Amazon Interactive V...
65 versions - Latest release: 4 months ago - 6 dependent packages - 30 dependent repositories - 2,362 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/bedrockagent v1.4.2
Package bedrockagent provides the API client, operations, and parameter types for Agents for Amaz...
15 versions - Latest release: 2 months ago - 2,359 stars on GitHub
Top 1.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/codeartifact v1.23.6
Package codeartifact provides the API client, operations, and parameter types for CodeArtifact. ...
99 versions - Latest release: 4 months ago - 13 dependent packages - 7 dependent repositories - 2,351 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 3.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/savingsplans v1.16.6
Package savingsplans provides the API client, operations, and parameter types for AWS Savings Pla...
94 versions - Latest release: 4 months ago - 4 dependent repositories - 2,344 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/workspacesthinclient v1.4.2
Package workspacesthinclient provides the API client, operations, and parameter types for Amazon ...
19 versions - Latest release: about 1 month ago - 2,339 stars on GitHub
Top 1.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/fis v1.24.2
Package fis provides the API client, operations, and parameter types for AWS Fault Injection Simu...
93 versions - Latest release: about 1 month ago - 12 dependent packages - 82 dependent repositories - 2,339 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/timestreaminfluxdb
Package timestreaminfluxdb provides the API client, operations, and parameter types for Timestrea...
Latest release: 2 minutes ago - 2,339 stars on GitHub
Top 1.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect v1.20.6
Package ec2instanceconnect provides the API client, operations, and parameter types for AWS EC2 I...
94 versions - Latest release: 4 months ago - 19 dependent packages - 11 dependent repositories - 2,339 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/kinesisanalyticsv2 removed
Package kinesisanalyticsv2 provides the API client, operations, and parameter types for Amazon Ki...
Latest release: 2 minutes ago - 2,337 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 9.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/chatbot
Package chatbot provides the API client, operations, and parameter types for AWS Chatbot. AWS Ch...
Latest release: 3 minutes ago - 2,327 stars on GitHub
Top 9.1% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/cloudformation v1.47.1
Package cloudformation provides the client and types for making API requests to AWS CloudFormatio...
100 versions - Latest release: 2 months ago - 2,325 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/migrationhuborchestrator v1.6.6
Package migrationhuborchestrator provides the API client, operations, and parameter types for AWS...
43 versions - Latest release: 4 months ago - 2,321 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 9.2% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/sns v1.29.1
Package sns provides the client and types for making API requests to Amazon Simple Notification S...
100 versions - Latest release: 3 months ago - 2,316 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/glue v1.77.2
Package glue provides the client and types for making API requests to AWS Glue. Defines the publ...
150 versions - Latest release: 2 months ago - 2,307 stars on GitHub
Top 9.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/artifact v1.1.3
Package artifact provides the API client, operations, and parameter types for AWS Artifact. This...
7 versions - Latest release: about 2 months ago - 2,305 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 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 9.2% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/organizations v1.27.1
Package organizations provides the client and types for making API requests to AWS Organizations....
108 versions - Latest release: 2 months ago - 2,299 stars on GitHub
Top 2.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/amp v1.22.1
Package amp provides the API client, operations, and parameter types for Amazon Prometheus Servic...
89 versions - Latest release: 4 months ago - 1 dependent package - 8 dependent repositories - 2,295 stars on GitHub
Top 9.3% 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 - 2,288 stars on GitHub
Top 9.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/example/service/dynamodb/createTable v0.0.0-20240125205834-e6eb2ad83b1d
AWS SDK for the Go programming language.
2 versions - Latest release: 3 months ago - 2,271 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 9.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/supplychain v1.0.0
Package supplychain provides the API client, operations, and parameter types for AWS Supply Chain...
1 version - Latest release: 4 months ago - 2,268 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 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 9.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/marketplacedeployment v1.2.3
Package marketplacedeployment provides the API client, operations, and parameter types for AWS Ma...
13 versions - Latest release: about 2 months ago - 2,261 stars on GitHub
Top 9.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cleanroomsml v1.3.2
Package cleanroomsml provides the API client, operations, and parameter types for AWS Clean Rooms...
14 versions - Latest release: 2 months ago - 2,261 stars on GitHub