amazon-connect-service — quality + safety report
In the Skillier index (lap__amazonaws-com-amazonaws-com-connect) · scanned 2026-06-03 · engine: builtin+triage
✓ Clean — no heuristic safety flags surfaced.
Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →
📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.
Quality notes
About this skill
Amazon Connect Service API skill. Use when working with Amazon Connect Service for evaluation-forms, analytics-data, instance. Covers 255 endpoints.
📄 Read the SKILL.md
---
name: amazon-connect-service
description: "Amazon Connect Service API skill. Use when working with Amazon Connect Service for evaluation-forms, analytics-data, instance. Covers 255 endpoints."
version: 1.0.0
generator: lapsh
---
# Amazon Connect Service
API version: 2017-08-08
## Auth
AWS SigV4
## Base URL
Not specified.
## Setup
1. Configure auth: AWS SigV4
2. GET /instance -- verify access
3. POST /evaluation-forms/{InstanceId}/{EvaluationFormId}/activate -- create first activate
## Endpoints
255 endpoints across 66 groups. See references/api-spec.lap for full details.
### evaluation-forms
| Method | Path | Description |
|--------|------|-------------|
| POST | /evaluation-forms/{InstanceId}/{EvaluationFormId}/activate | Activates an evaluation form in the specified Amazon Connect instance. After the evaluation form is activated, it is available to start new evaluations based on the form. |
| PUT | /evaluation-forms/{InstanceId} | Creates an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form. |
| POST | /evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate | Deactivates an evaluation form in the specified Amazon Connect instance. After a form is deactivated, it is no longer available for users to start new evaluations based on the form. |
| DELETE | /evaluation-forms/{InstanceId}/{EvaluationFormId} | Deletes an evaluation form in the specified Amazon Connect instance. If the version property is provided, only the specified version of the evaluation form is deleted. If no version is provided, then the full form (all versions) is deleted. |
| GET | /evaluation-forms/{InstanceId}/{EvaluationFormId} | Describes an evaluation form in the specified Amazon Connect instance. If the version property is not provided, the latest version of the evaluation form is described. |
| GET | /evaluation-forms/{InstanceId}/{EvaluationFormId}/versions | Lists versions of an evaluation form in the specified Amazon Connect instance. |
| GET | /evaluation-forms/{InstanceId} | Lists evaluation forms in the specified Amazon Connect instance. |
| PUT | /evaluation-forms/{InstanceId}/{EvaluationFormId} | Updates details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form. This operation does not support partial updates. Instead it does a full update of evaluation form content. |
### analytics-data
| Method | Path | Description |
|--------|------|-------------|
| PUT | /analytics-data/instance/{InstanceId}/association | This API is in preview release for Amazon Connect and is subject to change. Associates the specified dataset for a Amazon Connect instance with the target account. You can associate only one dataset in a single call. |
| PUT | /analytics-data/instance/{InstanceId}/associations | This API is in preview release for Amazon Connect and is subject to change. Associates a list of analytics datasets for a given Amazon Connect instance to a target account. You can associate multiple datasets in a single call. |
| POST | /analytics-data/instance/{InstanceId}/associations | This API is in preview release for Amazon Connect and is subject to change. Removes a list of analytics datasets associated with a given Amazon Connect instance. You can disassociate multiple datasets in a single call. |
| POST | /analytics-data/instance/{InstanceId}/association | This API is in preview release for Amazon Connect and is subject to change. Removes the dataset ID associated with a given Amazon Connect instance. |
| GET | /analytics-data/instance/{InstanceId}/association | This API is in preview release for Amazon Connect and is subject to change. Lists the association status of requested dataset ID for a given Amazon Connect instance. |
### instance
| Method | Path | Description |
|--------|------|-------------|
| PUT | /instance/{InstanceId}/approved-origin | This API is in preview release for Amazon Connect and is subject to change. Associates an approved origin to an Amazon Connect instance. |
| PUT | /instance/{InstanceId}/bot | This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot. |
| PUT | /instance/{InstanceId}/storage-config | This API is in preview release for Amazon Connect and is subject to change. Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts. This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association. |
| PUT | /instance/{InstanceId}/lambda-function | This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Lambda function. |
| PUT | /instance/{InstanceId}/lex-bot | This API is in preview release for Amazon Connect and is subject to change. Allows the specified Amazon Connect instance to access the specified Amazon Lex V1 bot. This API only supports the association of Amazon Lex V1 bots. |
| PUT | /instance/{InstanceId}/security-key | This API is in preview release for Amazon Connect and is subject to change. Associates a security key to the instance. |
| PUT | /instance | This API is in preview release for Amazon Connect and is subject to change. Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect. For more information, see Create an Amazon Connect instance in the Amazon Connect Administrator Guide. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account. |
| PUT | /instance/{InstanceId}/integration-associations | Creates an Amazon Web Services resource association with an Amazon Connect instance. |
| PUT | /instance/{InstanceId}/task/template | Creates a new task template in the specified Amazon Connect instance. |
| PUT | /instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases | Creates a use case for an integration association. |
| DELETE | /instance/{InstanceId} | This API is in preview release for Amazon Connect and is subject to change. Deletes the Amazon Connect instance. For more information, see Delete your Amazon Connect instance in the Amazon Connect Administrator Guide. Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account. |
| DELETE | /instance/{InstanceId}/integration-associations/{IntegrationAssociationId} | Deletes an Amazon Web Services resource association from an Amazon Connect instance. The association must not have any use cases associated with it. |
| DELETE | /instance/{InstanceId}/task/template/{TaskTemplateId} | Deletes the task template. |
| DELETE | /instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases/{UseCaseId} | Deletes a use case from an integration association. |
| GET | /instance/{InstanceId} | This API is in preview release for Amazon Connect and is subject to change. Returns the current state of the specified instance identifier. It tracks the instance while it is being created and returns an error status, if applicable. If an instance is not created successfully, the instance status reason field returns details relevant to the reason. The instance in a failed state is returned only for 24 hours after the CreateInstance API was invoked. |
| GET | /instance/{InstanceId}/attribute/{AttributeType} | This API is in preview release for Amazon Connect and is subject to change. Describes the specified instance attribute. |
| GET | /instance/{InstanceId}/storage-config/{AssociationId} | This API is in preview release for Amazon Connect and is subject to change. Retrieves the current storage configurations for the specified resource type, association ID, and instance ID. |
| DELETE | /instance/{InstanceId}/approved-origin | This API is in preview release for Amazon Connect and is subject to change. Revokes access to integrated applications from Amazon Connect. |
| POST | /instance/{InstanceId}/bot | This API is in preview release for Amazon Connect and is subject to change. Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot. |
| DELETE | /instance/{InstanceId}/storage-config/{AssociationId} | This API is in preview release for Amazon Connect and is subject to change. Removes the storage type configurations for the specified resource type and association ID. |
| DELETE | /instance/{InstanceId}/lambda-function | This API is in preview release for Amazon Connect and is subject to change. Remove the Lambda function from the dropdown options available in the relevant flow blocks. |
| DELETE | /instance/{InstanceId}/lex-bot | This API is in preview release for Amazon Connect and is subject to change. Revokes authorization from the specified instance to access the specified Amazon Lex bot. |
| DELETE | /instance/{InstanceId}/security-key/{AssociationId} | This API is in preview release for Amazon Connect and is subject to change. Deletes the specified security key. |
| GET | /instance/{InstanceId}/task/template/{TaskTemplateId} | Gets details about a specific task template in the specified Amazon Connect instance. |
| GET | /instance/{InstanceId}/approved-origins | This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all approved origins associated with the instance. |
| GET | /instance/{InstanceId}/bots | This API is in preview release for Amazon Connect and is subject to change. For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance. Use this API to returns both Amazon Lex V1 and V2 bots. |
| GET | /instance/{InstanceId}/attributes | This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of all attribute types for the given instance. |
| GET | /instance/{InstanceId}/storage-configs | This API is in preview release for Amazon Connect and is subject to change. Returns a paginated list of storage configs for the identified instance and resource type. |
| GET | /instance | This API is in preview release for Amazon Connect and is subject to change. Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked. |
| GET | /instance/{InstanceId}/integration-associations | Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance. |
| GET | /instance/{InstanceId}/lambda-functions | This API is in preview release for Amazon Connect and is subjec
… (truncated)Want a live grade + an embeddable README badge? Run your skill through the free scanner.
Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.