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: 5 months ago
First release: over 3 years ago
Namespace: github.com/aws/aws-sdk-go-v2/service
Dependent packages: 30
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 days ago

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.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/timestreamquery v1.22.2
Package timestreamquery provides the API client, operations, and parameter types for Amazon Times...
99 versions - Latest release: 3 months ago - 4 dependent packages - 2 dependent repositories - 2,051 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: 5 months ago - 34 dependent packages - 11 dependent repositories - 2,407 stars on GitHub
Top 2.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/codestarnotifications v1.22.2
Package codestarnotifications provides the API client, operations, and parameter types for AWS Co...
101 versions - Latest release: 2 months ago - 13 dependent packages - 5 dependent repositories - 2,407 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: 5 months ago - 2,242 stars on GitHub
Top 2.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotdataplane v1.20.6
Package iotdataplane provides the API client, operations, and parameter types for AWS IoT Data Pl...
97 versions - Latest release: 5 months ago - 7 dependent packages - 4 dependent repositories - 2,407 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/configservice v1.44.0
Package configservice provides the API client, operations, and parameter types for AWS Config. C...
117 versions - Latest release: 5 months ago - 52 dependent packages - 71 dependent repositories - 2,407 stars on GitHub
Top 5.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ivsrealtime v1.9.6
Package ivsrealtime provides the API client, operations, and parameter types for Amazon Interacti...
36 versions - Latest release: 5 months ago - 1 dependent package - 2,407 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: 5 months ago - 41 dependent packages - 69 dependent repositories - 2,407 stars on GitHub
Top 2.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/appstream v1.34.2
Package appstream provides the API client, operations, and parameter types for Amazon AppStream. ...
114 versions - Latest release: 2 months ago - 6 dependent packages - 24 dependent repositories - 2,407 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: 5 months ago - 1 dependent package - 4 dependent repositories - 2,407 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: 5 months ago - 1 dependent package - 1,886 stars on GitHub
Top 4.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/emrserverless v1.15.0
Package emrserverless provides the API client, operations, and parameter types for EMR Serverless...
70 versions - Latest release: 4 months ago - 10 dependent packages - 1 dependent repositories - 2,407 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: 5 months ago - 6 dependent packages - 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 - 2 dependent packages - 2,407 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder v1.19.0
Package amplifyuibuilder provides the API client, operations, and parameter types for AWS Amplify...
75 versions - Latest release: 3 months ago - 1 dependent package - 2,407 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. T...
93 versions - Latest release: 5 months ago - 2 dependent packages - 2 dependent repositories - 2,407 stars on GitHub
Top 1.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/shield v1.23.6
Package shield provides the API client, operations, and parameter types for AWS Shield. This is ...
95 versions - Latest release: 5 months ago - 22 dependent packages - 32 dependent repositories - 2,407 stars on GitHub
Top 5.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/paymentcryptography v1.9.4
Package paymentcryptography provides the API client, operations, and parameter types for Payment ...
38 versions - Latest release: about 2 months ago - 1 dependent package - 2,407 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: 5 months ago - 1 dependent package - 1 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: 2 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/connectcampaigns v1.8.0
Package connectcampaigns provides the API client, operations, and parameter types for AmazonConne...
59 versions - Latest release: 4 months ago - 1 dependent package - 1,886 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 - 2 dependent packages - 5 dependent repositories - 2,407 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 2 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/migrationhubconfig v1.19.6
Package migrationhubconfig provides the API client, operations, and parameter types for AWS Migra...
94 versions - Latest release: 5 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/applicationinsights v1.22.6
Package applicationinsights provides the API client, operations, and parameter types for Amazon C...
97 versions - Latest release: 5 months ago - 1 dependent package - 2,407 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. capabili...
92 versions - Latest release: 5 months ago - 2 dependent packages - 2 dependent repositories - 2,407 stars on GitHub
Top 0.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/sns v1.29.7
Package sns provides the API client, operations, and parameter types for Amazon Simple Notificati...
116 versions - Latest release: 4 days ago - 428 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/iotroborunner v1.6.6
Package iotroborunner provides the API client, operations, and parameter types for AWS IoT RoboRu...
41 versions - Latest release: 5 months ago - 1 dependent package - 1,886 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: 5 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/sagemakerfeaturestoreruntime v1.25.5
Package sagemakerfeaturestoreruntime provides the API client, operations, and parameter types for...
100 versions - Latest release: 12 days ago - 1 dependent package - 2,407 stars on GitHub
Top 1.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/redshiftdata v1.23.6
Package redshiftdata provides the API client, operations, and parameter types for Redshift Data A...
91 versions - Latest release: 5 months ago - 23 dependent packages - 3 dependent repositories - 2,407 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,412 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: 5 months ago - 15 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/grafana v1.18.6
Package grafana provides the API client, operations, and parameter types for Amazon Managed Grafa...
76 versions - Latest release: 5 months ago - 8 dependent packages - 6 dependent repositories - 2,407 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: 5 months ago - 1 dependent package - 1,883 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/route53domains v1.21.0
Package route53domains provides the API client, operations, and parameter types for Amazon Route ...
96 versions - Latest release: 3 months ago - 53 dependent packages - 150 dependent repositories - 1,946 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: 5 months ago - 1 dependent package - 1,883 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: 5 months ago - 2,115 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 - 84 dependent packages - 83 dependent repositories - 2,407 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging v1.20.6
Package chimesdkmessaging provides the API client, operations, and parameter types for Amazon Chi...
80 versions - Latest release: 5 months ago - 1 dependent package - 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 - 91 dependent packages - 79 dependent repositories - 2,407 stars on GitHub
Top 0.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.43.0
Package cloudformation provides the API client, operations, and parameter types for AWS CloudForm...
120 versions - Latest release: 4 months ago - 187 dependent packages - 174 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: 5 months ago - 44 dependent packages - 52 dependent repositories - 2,407 stars on GitHub
Top 1.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/opensearchserverless v1.11.4
Package opensearchserverless provides the API client, operations, and parameter types for OpenSea...
55 versions - Latest release: about 2 months ago - 15 dependent packages - 17 dependent repositories - 2,407 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 - 2 dependent packages - 1,883 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: 5 months ago - 3 dependent packages - 1 dependent repositories - 2,407 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: 5 months ago - 1 dependent package - 1,919 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor v1.24.6
Package iotdeviceadvisor provides the API client, operations, and parameter types for AWS IoT Cor...
91 versions - Latest release: 5 months ago - 1 dependent package - 1,919 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/greengrassv2 v1.28.6
Package greengrassv2 provides the API client, operations, and parameter types for AWS IoT Greengr...
98 versions - Latest release: 5 months ago - 1 dependent package - 2,407 stars on GitHub
Top 2.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/quicksight v1.55.1
Package quicksight provides the API client, operations, and parameter types for Amazon QuickSight...
123 versions - Latest release: 5 months ago - 6 dependent packages - 10 dependent repositories - 2,407 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/customerprofiles v1.34.6
Package customerprofiles provides the API client, operations, and parameter types for Amazon Conn...
97 versions - Latest release: 5 months ago - 8 dependent packages - 2,407 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: 5 months ago - 1 dependent package - 1 dependent repositories - 1,908 stars on GitHub
Top 2.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/securitylake v1.10.7
Package securitylake provides the API client, operations, and parameter types for Amazon Security...
49 versions - Latest release: 4 months ago - 16 dependent packages - 13 dependent repositories - 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: 5 months ago - 17 dependent packages - 30 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 days 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: 2 months ago - 16 dependent packages - 12 dependent repositories - 2,407 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: 5 months ago - 1 dependent package - 1,946 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: 5 months ago - 11 dependent packages - 10 dependent repositories - 2,407 stars on GitHub
Top 2.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/textract v1.30.2
Package textract provides the API client, operations, and parameter types for Amazon Textract. A...
107 versions - Latest release: 2 months ago - 13 dependent packages - 3 dependent repositories - 1,943 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/marketplaceentitlementservice v1.18.6
Package marketplaceentitlementservice provides the API client, operations, and parameter types fo...
94 versions - Latest release: 5 months ago - 1 dependent package - 2,407 stars on GitHub
Top 5.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore v1.2.1
Package cloudfrontkeyvaluestore provides the API client, operations, and parameter types for Amaz...
13 versions - Latest release: 4 months ago - 2,135 stars on GitHub
Top 9.9% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/bcmdataexports v1.1.6
Package bcmdataexports provides the API client, operations, and parameter types for AWS Billing a...
10 versions - Latest release: 5 months ago - 2,407 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: 5 months ago - 2 dependent packages - 4 dependent repositories - 2,407 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: 2 months ago - 2,305 stars on GitHub
Top 4.5% on proxy.golang.org
github.com/aws/aws-sdk-go-V2/service/cloudwatchlogs v1.31.0
Package cloudwatchlogs provides the client and types for making API requests to Amazon CloudWatch...
115 versions - Latest release: 4 months ago - 1,887 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: 5 months ago - 2 dependent packages - 2 dependent repositories - 2,407 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: 5 months ago - 1 dependent package - 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: 5 months ago - 1 dependent package - 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: 5 months ago - 2,407 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: 5 months ago - 6 dependent packages - 2 dependent repositories - 1,883 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: 5 months ago - 8 dependent packages - 7 dependent repositories - 2,407 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/credentials v1.17.15
Package credentials provides types for retrieving credentials from credentials sources.
146 versions - Latest release: 4 days ago - 8,220 dependent packages - 14,705 dependent repositories - 1,946 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 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: 5 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/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 1.4% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ram v1.23.8
Package ram provides the API client, operations, and parameter types for AWS Resource Access Mana...
105 versions - Latest release: 5 months ago - 23 dependent packages - 12 dependent repositories - 2,407 stars on GitHub
Top 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/eventbridge v1.31.2
Package eventbridge provides the API client, operations, and parameter types for Amazon EventBrid...
122 versions - Latest release: 4 days ago - 79 dependent packages - 41 dependent repositories - 2,407 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/jasdel/aws-sdk-go-v2/service/iotsecuretunneling removed
Package iotsecuretunneling provides the API client, operations, and parameter types for AWS IoT S...
Latest release: 3 days ago - 2,407 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. Defines the ...
153 versions - Latest release: 2 months ago - 73 dependent packages - 83 dependent repositories - 2,407 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: 3 days ago - 2,339 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/workspacesweb v1.17.4
Package workspacesweb provides the API client, operations, and parameter types for Amazon WorkSpa...
79 versions - Latest release: about 2 months ago - 1 dependent package - 1,887 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 days ago - 2,327 stars on GitHub
Top 0.6% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.7
AWS SDK for the Go programming language.
90 versions - Latest release: 4 days ago - 3,203 dependent packages - 6,221 dependent repositories - 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 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/waf v1.18.6
Package waf provides the API client, operations, and parameter types for AWS WAF. This is AWS WA...
93 versions - Latest release: 5 months ago - 39 dependent packages - 66 dependent repositories - 2,407 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/voiceid v1.20.3
Package voiceid provides the API client, operations, and parameter types for Amazon Voice ID. Am...
84 versions - Latest release: 2 months ago - 1 dependent package - 1,946 stars on GitHub
Top 1.1% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.38.4
Package databasemigrationservice provides the API client, operations, and parameter types for AWS...
123 versions - Latest release: about 2 months ago - 31 dependent packages - 66 dependent repositories - 2,407 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: 5 months ago - 5 dependent packages - 11 dependent repositories - 2,407 stars on GitHub
Top 2.5% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/mgn v1.27.2
Package mgn provides the API client, operations, and parameter types for Application Migration Se...
97 versions - Latest release: 2 months ago - 3 dependent packages - 2 dependent repositories - 1,887 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: 5 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/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 0.8% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/ecs v1.41.10
Package ecs provides the API client, operations, and parameter types for Amazon EC2 Container Ser...
145 versions - Latest release: 4 days ago - 253 dependent packages - 156 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: 5 months ago - 1 dependent package - 2,407 stars on GitHub
Top 1.0% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/neptune v1.31.6
Package neptune provides the API client, operations, and parameter types for Amazon Neptune. Ama...
116 versions - Latest release: about 2 months ago - 58 dependent packages - 31 dependent repositories - 2,407 stars on GitHub
Top 1.3% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/comprehend v1.29.6
Package comprehend provides the API client, operations, and parameter types for Amazon Comprehend...
101 versions - Latest release: 5 months ago - 21 dependent packages - 75 dependent repositories - 1,919 stars on GitHub
Top 0.7% on proxy.golang.org
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.38.3
Package cloudwatch provides the API client, operations, and parameter types for Amazon CloudWatch...
123 versions - Latest release: 4 days ago - 326 dependent packages - 2,784 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 days ago - 2,407 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 - 2 dependent packages - 7 dependent repositories - 1,883 stars on GitHub