@aws-sdk/client-devops-agent 3.1045.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +106 -107
- package/dist-cjs/models/DevOpsAgentServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +14 -16
- package/dist-cjs/runtimeConfig.js +20 -24
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/DevOpsAgent.js +1 -1
- package/dist-es/DevOpsAgentClient.js +6 -6
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateServiceCommand.js +2 -2
- package/dist-es/commands/CreateAgentSpaceCommand.js +2 -2
- package/dist-es/commands/CreateBacklogTaskCommand.js +2 -2
- package/dist-es/commands/CreateChatCommand.js +2 -2
- package/dist-es/commands/CreatePrivateConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteAgentSpaceCommand.js +2 -2
- package/dist-es/commands/DeletePrivateConnectionCommand.js +2 -2
- package/dist-es/commands/DeregisterServiceCommand.js +2 -2
- package/dist-es/commands/DescribePrivateConnectionCommand.js +2 -2
- package/dist-es/commands/DisableOperatorAppCommand.js +2 -2
- package/dist-es/commands/DisassociateServiceCommand.js +2 -2
- package/dist-es/commands/EnableOperatorAppCommand.js +2 -2
- package/dist-es/commands/GetAccountUsageCommand.js +2 -2
- package/dist-es/commands/GetAgentSpaceCommand.js +2 -2
- package/dist-es/commands/GetAssociationCommand.js +2 -2
- package/dist-es/commands/GetBacklogTaskCommand.js +2 -2
- package/dist-es/commands/GetOperatorAppCommand.js +2 -2
- package/dist-es/commands/GetRecommendationCommand.js +2 -2
- package/dist-es/commands/GetServiceCommand.js +2 -2
- package/dist-es/commands/ListAgentSpacesCommand.js +2 -2
- package/dist-es/commands/ListAssociationsCommand.js +2 -2
- package/dist-es/commands/ListBacklogTasksCommand.js +2 -2
- package/dist-es/commands/ListChatsCommand.js +2 -2
- package/dist-es/commands/ListExecutionsCommand.js +2 -2
- package/dist-es/commands/ListGoalsCommand.js +2 -2
- package/dist-es/commands/ListJournalRecordsCommand.js +2 -2
- package/dist-es/commands/ListPendingMessagesCommand.js +2 -2
- package/dist-es/commands/ListPrivateConnectionsCommand.js +2 -2
- package/dist-es/commands/ListRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListServicesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebhooksCommand.js +2 -2
- package/dist-es/commands/RegisterServiceCommand.js +2 -2
- package/dist-es/commands/SendMessageCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAgentSpaceCommand.js +2 -2
- package/dist-es/commands/UpdateAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateBacklogTaskCommand.js +2 -2
- package/dist-es/commands/UpdateGoalCommand.js +2 -2
- package/dist-es/commands/UpdateOperatorAppIdpConfigCommand.js +2 -2
- package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +2 -2
- package/dist-es/commands/UpdateRecommendationCommand.js +2 -2
- package/dist-es/commands/ValidateAwsAssociationsCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/DevOpsAgentServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +5 -7
- package/dist-es/runtimeConfig.js +5 -9
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/DevOpsAgentClient.d.ts +6 -6
- package/dist-types/commands/AssociateServiceCommand.d.ts +6 -4
- package/dist-types/commands/CreateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateBacklogTaskCommand.d.ts +6 -4
- package/dist-types/commands/CreateChatCommand.d.ts +6 -4
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeregisterServiceCommand.d.ts +6 -4
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DisableOperatorAppCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateServiceCommand.d.ts +6 -4
- package/dist-types/commands/EnableOperatorAppCommand.d.ts +6 -4
- package/dist-types/commands/GetAccountUsageCommand.d.ts +6 -4
- package/dist-types/commands/GetAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/GetAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetBacklogTaskCommand.d.ts +6 -4
- package/dist-types/commands/GetOperatorAppCommand.d.ts +6 -4
- package/dist-types/commands/GetRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentSpacesCommand.d.ts +6 -4
- package/dist-types/commands/ListAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListBacklogTasksCommand.d.ts +6 -4
- package/dist-types/commands/ListChatsCommand.d.ts +6 -4
- package/dist-types/commands/ListExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListGoalsCommand.d.ts +6 -4
- package/dist-types/commands/ListJournalRecordsCommand.d.ts +6 -4
- package/dist-types/commands/ListPendingMessagesCommand.d.ts +6 -4
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWebhooksCommand.d.ts +6 -4
- package/dist-types/commands/RegisterServiceCommand.d.ts +6 -4
- package/dist-types/commands/SendMessageCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +6 -4
- package/dist-types/commands/UpdateGoalCommand.d.ts +6 -4
- package/dist-types/commands/UpdateOperatorAppIdpConfigCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRecommendationCommand.d.ts +6 -4
- package/dist-types/commands/ValidateAwsAssociationsCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/DevOpsAgentServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/DevOpsAgentClient.d.ts +12 -18
- package/dist-types/ts3.4/commands/AssociateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBacklogTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateChatCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeregisterServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisableOperatorAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/EnableOperatorAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAccountUsageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBacklogTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOperatorAppCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBacklogTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListChatsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListGoalsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListJournalRecordsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPendingMessagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterServiceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBacklogTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateGoalCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateOperatorAppIdpConfigCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRecommendationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ValidateAwsAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/DevOpsAgentServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -37
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListAgentSpacesInput, ListAgentSpacesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAgentSpacesCommandInput extends ListAgentSpacesInput {
|
|
|
22
22
|
export interface ListAgentSpacesCommandOutput extends ListAgentSpacesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAgentSpacesCommand_base: {
|
|
25
|
-
new (input: ListAgentSpacesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAgentSpacesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAgentSpacesCommandInput): import("@smithy/core/client").CommandImpl<ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAgentSpacesCommandInput]): import("@smithy/core/client").CommandImpl<ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists all AgentSpaces with optional pagination.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListAssociationsInput, ListAssociationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAssociationsCommandInput extends ListAssociationsInput {
|
|
|
22
22
|
export interface ListAssociationsCommandOutput extends ListAssociationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssociationsCommand_base: {
|
|
25
|
-
new (input: ListAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* List all associations for given AgentSpace
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListBacklogTasksRequest, ListBacklogTasksResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListBacklogTasksCommandInput extends ListBacklogTasksRequest {
|
|
|
22
22
|
export interface ListBacklogTasksCommandOutput extends ListBacklogTasksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListBacklogTasksCommand_base: {
|
|
25
|
-
new (input: ListBacklogTasksCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListBacklogTasksCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListBacklogTasksCommandInput): import("@smithy/core/client").CommandImpl<ListBacklogTasksCommandInput, ListBacklogTasksCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListBacklogTasksCommandInput): import("@smithy/core/client").CommandImpl<ListBacklogTasksCommandInput, ListBacklogTasksCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists backlog tasks in the specified agent space with optional filtering and sorting
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListChatsRequest, ListChatsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListChatsCommandInput extends ListChatsRequest {
|
|
|
22
22
|
export interface ListChatsCommandOutput extends ListChatsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListChatsCommand_base: {
|
|
25
|
-
new (input: ListChatsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListChatsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListChatsCommandInput): import("@smithy/core/client").CommandImpl<ListChatsCommandInput, ListChatsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListChatsCommandInput): import("@smithy/core/client").CommandImpl<ListChatsCommandInput, ListChatsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Retrieves a paginated list of the user's recent chat executions
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListExecutionsRequest, ListExecutionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListExecutionsCommandInput extends ListExecutionsRequest {
|
|
|
22
22
|
export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListExecutionsCommand_base: {
|
|
25
|
-
new (input: ListExecutionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListExecutionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* List executions
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListGoalsRequest, ListGoalsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListGoalsCommandInput extends ListGoalsRequest {
|
|
|
22
22
|
export interface ListGoalsCommandOutput extends ListGoalsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListGoalsCommand_base: {
|
|
25
|
-
new (input: ListGoalsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListGoalsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListGoalsCommandInput): import("@smithy/core/client").CommandImpl<ListGoalsCommandInput, ListGoalsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListGoalsCommandInput): import("@smithy/core/client").CommandImpl<ListGoalsCommandInput, ListGoalsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists goals in the specified agent space with optional filtering
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListJournalRecordsRequest, ListJournalRecordsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListJournalRecordsCommandInput extends ListJournalRecordsReques
|
|
|
22
22
|
export interface ListJournalRecordsCommandOutput extends ListJournalRecordsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListJournalRecordsCommand_base: {
|
|
25
|
-
new (input: ListJournalRecordsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListJournalRecordsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListJournalRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListJournalRecordsCommandInput, ListJournalRecordsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListJournalRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListJournalRecordsCommandInput, ListJournalRecordsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* List journal records for a specific execution
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListPendingMessagesRequest, ListPendingMessagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPendingMessagesCommandInput extends ListPendingMessagesRequ
|
|
|
22
22
|
export interface ListPendingMessagesCommandOutput extends ListPendingMessagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPendingMessagesCommand_base: {
|
|
25
|
-
new (input: ListPendingMessagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListPendingMessagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPendingMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingMessagesCommandInput, ListPendingMessagesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListPendingMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingMessagesCommandInput, ListPendingMessagesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* List pending messages for a specific execution.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListPrivateConnectionsInput, ListPrivateConnectionsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListPrivateConnectionsCommandInput extends ListPrivateConnectio
|
|
|
22
22
|
export interface ListPrivateConnectionsCommandOutput extends ListPrivateConnectionsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListPrivateConnectionsCommand_base: {
|
|
25
|
-
new (input: ListPrivateConnectionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListPrivateConnectionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListPrivateConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListPrivateConnectionsCommandInput, ListPrivateConnectionsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListPrivateConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPrivateConnectionsCommandInput, ListPrivateConnectionsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists all Private Connections in the caller's account.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRecommendationsCommandInput extends ListRecommendationsRequ
|
|
|
22
22
|
export interface ListRecommendationsCommandOutput extends ListRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRecommendationsCommand_base: {
|
|
25
|
-
new (input: ListRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists recommendations for the specified agent space
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListServicesInput, ListServicesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListServicesCommandInput extends ListServicesInput {
|
|
|
22
22
|
export interface ListServicesCommandOutput extends ListServicesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListServicesCommand_base: {
|
|
25
|
-
new (input: ListServicesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* List a list of registered service on the account level.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Lists tags for the specified AWS DevOps Agent resource.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListWebhooksCommandInput extends ListWebhooksInput {
|
|
|
22
22
|
export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListWebhooksCommand_base: {
|
|
25
|
-
new (input: ListWebhooksCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListWebhooksCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* List all webhooks for given Association
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { RegisterServiceInput, RegisterServiceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RegisterServiceCommandInput extends RegisterServiceInput {
|
|
|
22
22
|
export interface RegisterServiceCommandOutput extends RegisterServiceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RegisterServiceCommand_base: {
|
|
25
|
-
new (input: RegisterServiceCommandInput): import("@smithy/
|
|
26
|
-
new (input: RegisterServiceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RegisterServiceCommandInput): import("@smithy/core/client").CommandImpl<RegisterServiceCommandInput, RegisterServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RegisterServiceCommandInput): import("@smithy/core/client").CommandImpl<RegisterServiceCommandInput, RegisterServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* This operation registers the specified service
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { SendMessageRequest, SendMessageResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SendMessageCommandInput extends SendMessageRequest {
|
|
|
22
22
|
export interface SendMessageCommandOutput extends SendMessageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendMessageCommand_base: {
|
|
25
|
-
new (input: SendMessageCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendMessageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Sends a chat message and streams the response for the specified agent space execution
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Adds or overwrites tags for the specified AWS DevOps Agent resource.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Removes tags from the specified AWS DevOps Agent resource.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { UpdateAgentSpaceInput, UpdateAgentSpaceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAgentSpaceCommandInput extends UpdateAgentSpaceInput {
|
|
|
22
22
|
export interface UpdateAgentSpaceCommandOutput extends UpdateAgentSpaceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAgentSpaceCommand_base: {
|
|
25
|
-
new (input: UpdateAgentSpaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAgentSpaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentSpaceCommandInput, UpdateAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentSpaceCommandInput, UpdateAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Updates the information of an existing AgentSpace.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { UpdateAssociationInput, UpdateAssociationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAssociationCommandInput extends UpdateAssociationInput {
|
|
|
22
22
|
export interface UpdateAssociationCommandOutput extends UpdateAssociationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAssociationCommand_base: {
|
|
25
|
-
new (input: UpdateAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssociationCommandInput, UpdateAssociationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssociationCommandInput, UpdateAssociationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Partially updates the configuration of an existing service association for an AgentSpace. Present fields are fully replaced; absent fields are left unchanged. Returns 200 OK on success.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { UpdateBacklogTaskRequest, UpdateBacklogTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateBacklogTaskCommandInput extends UpdateBacklogTaskRequest
|
|
|
22
22
|
export interface UpdateBacklogTaskCommandOutput extends UpdateBacklogTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateBacklogTaskCommand_base: {
|
|
25
|
-
new (input: UpdateBacklogTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateBacklogTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<UpdateBacklogTaskCommandInput, UpdateBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<UpdateBacklogTaskCommandInput, UpdateBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Update an existing backlog task.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { UpdateGoalRequest, UpdateGoalResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateGoalCommandInput extends UpdateGoalRequest {
|
|
|
22
22
|
export interface UpdateGoalCommandOutput extends UpdateGoalResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateGoalCommand_base: {
|
|
25
|
-
new (input: UpdateGoalCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateGoalCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateGoalCommandInput): import("@smithy/core/client").CommandImpl<UpdateGoalCommandInput, UpdateGoalCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateGoalCommandInput): import("@smithy/core/client").CommandImpl<UpdateGoalCommandInput, UpdateGoalCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Update an existing goal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { UpdateOperatorAppIdpConfigInput, UpdateOperatorAppIdpConfigOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateOperatorAppIdpConfigCommandInput extends UpdateOperatorAp
|
|
|
22
22
|
export interface UpdateOperatorAppIdpConfigCommandOutput extends UpdateOperatorAppIdpConfigOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateOperatorAppIdpConfigCommand_base: {
|
|
25
|
-
new (input: UpdateOperatorAppIdpConfigCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateOperatorAppIdpConfigCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateOperatorAppIdpConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateOperatorAppIdpConfigCommandInput, UpdateOperatorAppIdpConfigCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateOperatorAppIdpConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateOperatorAppIdpConfigCommandInput, UpdateOperatorAppIdpConfigCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Update the external Identity Provider configuration for the Operator App
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { UpdatePrivateConnectionCertificateInput, UpdatePrivateConnectionCertificateOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdatePrivateConnectionCertificateCommandInput extends UpdatePr
|
|
|
22
22
|
export interface UpdatePrivateConnectionCertificateCommandOutput extends UpdatePrivateConnectionCertificateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdatePrivateConnectionCertificateCommand_base: {
|
|
25
|
-
new (input: UpdatePrivateConnectionCertificateCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdatePrivateConnectionCertificateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdatePrivateConnectionCertificateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivateConnectionCertificateCommandInput, UpdatePrivateConnectionCertificateCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdatePrivateConnectionCertificateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivateConnectionCertificateCommandInput, UpdatePrivateConnectionCertificateCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Updates the certificate associated with a Private Connection.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { UpdateRecommendationRequest, UpdateRecommendationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRecommendationCommandInput extends UpdateRecommendationRe
|
|
|
22
22
|
export interface UpdateRecommendationCommandOutput extends UpdateRecommendationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRecommendationCommand_base: {
|
|
25
|
-
new (input: UpdateRecommendationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRecommendationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateRecommendationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecommendationCommandInput, UpdateRecommendationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRecommendationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecommendationCommandInput, UpdateRecommendationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Updates an existing recommendation with new content, status, or metadata
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
4
|
import type { ValidateAwsAssociationsInput, ValidateAwsAssociationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ValidateAwsAssociationsCommandInput extends ValidateAwsAssociat
|
|
|
22
22
|
export interface ValidateAwsAssociationsCommandOutput extends ValidateAwsAssociationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ValidateAwsAssociationsCommand_base: {
|
|
25
|
-
new (input: ValidateAwsAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ValidateAwsAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ValidateAwsAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ValidateAwsAssociationsCommandInput, ValidateAwsAssociationsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ValidateAwsAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ValidateAwsAssociationsCommandInput, ValidateAwsAssociationsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* Validates an aws association and set status and returns a 204 No Content response on success.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { DevOpsAgentServiceException as __BaseException } from "./DevOpsAgentServiceException";
|
|
3
3
|
import type { ValidationExceptionField } from "./models_0";
|
|
4
4
|
/**
|