@aws-sdk/client-devops-agent 3.1077.0 → 3.1079.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/index.js +70 -627
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateServiceCommand.js +2 -14
- package/dist-es/commands/CreateAgentSpaceCommand.js +2 -14
- package/dist-es/commands/CreateAssetCommand.js +2 -14
- package/dist-es/commands/CreateAssetFileCommand.js +2 -14
- package/dist-es/commands/CreateBacklogTaskCommand.js +2 -14
- package/dist-es/commands/CreateChatCommand.js +2 -14
- package/dist-es/commands/CreatePrivateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateTriggerCommand.js +2 -14
- package/dist-es/commands/DeleteAgentSpaceCommand.js +2 -14
- package/dist-es/commands/DeleteAssetCommand.js +2 -14
- package/dist-es/commands/DeleteAssetFileCommand.js +2 -14
- package/dist-es/commands/DeletePrivateConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteTriggerCommand.js +2 -14
- package/dist-es/commands/DeregisterServiceCommand.js +2 -14
- package/dist-es/commands/DescribePrivateConnectionCommand.js +2 -14
- package/dist-es/commands/DisableOperatorAppCommand.js +2 -14
- package/dist-es/commands/DisassociateServiceCommand.js +2 -14
- package/dist-es/commands/EnableOperatorAppCommand.js +2 -14
- package/dist-es/commands/GetAccountUsageCommand.js +2 -14
- package/dist-es/commands/GetAgentSpaceCommand.js +2 -14
- package/dist-es/commands/GetAssetCommand.js +2 -14
- package/dist-es/commands/GetAssetContentCommand.js +2 -14
- package/dist-es/commands/GetAssetFileCommand.js +2 -14
- package/dist-es/commands/GetAssociationCommand.js +2 -14
- package/dist-es/commands/GetBacklogTaskCommand.js +2 -14
- package/dist-es/commands/GetOperatorAppCommand.js +2 -14
- package/dist-es/commands/GetRecommendationCommand.js +2 -14
- package/dist-es/commands/GetServiceCommand.js +2 -14
- package/dist-es/commands/GetTriggerCommand.js +2 -14
- package/dist-es/commands/ListAgentSpacesCommand.js +2 -14
- package/dist-es/commands/ListAssetFilesCommand.js +2 -14
- package/dist-es/commands/ListAssetTypesCommand.js +2 -14
- package/dist-es/commands/ListAssetVersionsCommand.js +2 -14
- package/dist-es/commands/ListAssetsCommand.js +2 -14
- package/dist-es/commands/ListAssociationsCommand.js +2 -14
- package/dist-es/commands/ListBacklogTasksCommand.js +2 -14
- package/dist-es/commands/ListChatsCommand.js +2 -14
- package/dist-es/commands/ListExecutionsCommand.js +2 -14
- package/dist-es/commands/ListGoalsCommand.js +2 -14
- package/dist-es/commands/ListJournalRecordsCommand.js +2 -14
- package/dist-es/commands/ListPendingMessagesCommand.js +2 -14
- package/dist-es/commands/ListPrivateConnectionsCommand.js +2 -14
- package/dist-es/commands/ListRecommendationsCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTriggersCommand.js +2 -14
- package/dist-es/commands/ListWebhooksCommand.js +2 -14
- package/dist-es/commands/RegisterServiceCommand.js +2 -14
- package/dist-es/commands/SendMessageCommand.js +2 -18
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAgentSpaceCommand.js +2 -14
- package/dist-es/commands/UpdateAssetCommand.js +2 -14
- package/dist-es/commands/UpdateAssetFileCommand.js +2 -14
- package/dist-es/commands/UpdateAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateBacklogTaskCommand.js +2 -14
- package/dist-es/commands/UpdateGoalCommand.js +2 -14
- package/dist-es/commands/UpdateOperatorAppIdpConfigCommand.js +2 -14
- package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +2 -14
- package/dist-es/commands/UpdateRecommendationCommand.js +2 -14
- package/dist-es/commands/UpdateTriggerCommand.js +2 -14
- package/dist-es/commands/ValidateAwsAssociationsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateAgentSpaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateAssetCommand.d.ts +3 -8
- package/dist-types/commands/CreateAssetFileCommand.d.ts +3 -8
- package/dist-types/commands/CreateBacklogTaskCommand.d.ts +3 -8
- package/dist-types/commands/CreateChatCommand.d.ts +3 -8
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateTriggerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssetFileCommand.d.ts +3 -8
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTriggerCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DisableOperatorAppCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateServiceCommand.d.ts +3 -8
- package/dist-types/commands/EnableOperatorAppCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountUsageCommand.d.ts +3 -8
- package/dist-types/commands/GetAgentSpaceCommand.d.ts +3 -8
- package/dist-types/commands/GetAssetCommand.d.ts +3 -8
- package/dist-types/commands/GetAssetContentCommand.d.ts +3 -8
- package/dist-types/commands/GetAssetFileCommand.d.ts +3 -8
- package/dist-types/commands/GetAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetBacklogTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetOperatorAppCommand.d.ts +3 -8
- package/dist-types/commands/GetRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/GetServiceCommand.d.ts +3 -8
- package/dist-types/commands/GetTriggerCommand.d.ts +3 -8
- package/dist-types/commands/ListAgentSpacesCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetFilesCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssetsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListBacklogTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListChatsCommand.d.ts +3 -8
- package/dist-types/commands/ListExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListGoalsCommand.d.ts +3 -8
- package/dist-types/commands/ListJournalRecordsCommand.d.ts +3 -8
- package/dist-types/commands/ListPendingMessagesCommand.d.ts +3 -8
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTriggersCommand.d.ts +3 -8
- package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
- package/dist-types/commands/RegisterServiceCommand.d.ts +3 -8
- package/dist-types/commands/SendMessageCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssetFileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGoalCommand.d.ts +3 -8
- package/dist-types/commands/UpdateOperatorAppIdpConfigCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRecommendationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTriggerCommand.d.ts +3 -8
- package/dist-types/commands/ValidateAwsAssociationsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAssetFileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBacklogTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssetFileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableOperatorAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableOperatorAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountUsageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAgentSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssetContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssetFileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBacklogTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOperatorAppCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetFilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBacklogTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChatsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGoalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListJournalRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPendingMessagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssetFileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBacklogTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGoalCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateOperatorAppIdpConfigCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRecommendationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateAwsAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetAssetRequest, GetAssetResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAssetCommandInput extends GetAssetRequest {
|
|
|
22
19
|
export interface GetAssetCommandOutput extends GetAssetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAssetCommand_base: {
|
|
25
|
-
new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAssetCommandInput): import("@smithy/core/client").CommandImpl<GetAssetCommandInput, GetAssetCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets an asset from the specified agent space</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetAssetContentRequest, GetAssetContentResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAssetContentCommandInput extends GetAssetContentRequest {
|
|
|
22
19
|
export interface GetAssetContentCommandOutput extends GetAssetContentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAssetContentCommand_base: {
|
|
25
|
-
new (input: GetAssetContentCommandInput): import("@smithy/core/client").CommandImpl<GetAssetContentCommandInput, GetAssetContentCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAssetContentCommandInput): import("@smithy/core/client").CommandImpl<GetAssetContentCommandInput, GetAssetContentCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAssetContentCommandInput): import("@smithy/core/client").CommandImpl<GetAssetContentCommandInput, GetAssetContentCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAssetContentCommandInput): import("@smithy/core/client").CommandImpl<GetAssetContentCommandInput, GetAssetContentCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets an asset's content as a zip bundle</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetAssetFileRequest, GetAssetFileResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAssetFileCommandInput extends GetAssetFileRequest {
|
|
|
22
19
|
export interface GetAssetFileCommandOutput extends GetAssetFileResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAssetFileCommand_base: {
|
|
25
|
-
new (input: GetAssetFileCommandInput): import("@smithy/core/client").CommandImpl<GetAssetFileCommandInput, GetAssetFileCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAssetFileCommandInput): import("@smithy/core/client").CommandImpl<GetAssetFileCommandInput, GetAssetFileCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAssetFileCommandInput): import("@smithy/core/client").CommandImpl<GetAssetFileCommandInput, GetAssetFileCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAssetFileCommandInput): import("@smithy/core/client").CommandImpl<GetAssetFileCommandInput, GetAssetFileCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a file from an asset</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetAssociationInput, GetAssociationOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAssociationCommandInput extends GetAssociationInput {
|
|
|
22
19
|
export interface GetAssociationCommandOutput extends GetAssociationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAssociationCommand_base: {
|
|
25
|
-
new (input: GetAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssociationCommandInput, GetAssociationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssociationCommandInput, GetAssociationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssociationCommandInput, GetAssociationCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetAssociationCommandInput, GetAssociationCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves given associations configured for a specific AgentSpace.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetBacklogTaskRequest, GetBacklogTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetBacklogTaskCommandInput extends GetBacklogTaskRequest {
|
|
|
22
19
|
export interface GetBacklogTaskCommandOutput extends GetBacklogTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetBacklogTaskCommand_base: {
|
|
25
|
-
new (input: GetBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<GetBacklogTaskCommandInput, GetBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<GetBacklogTaskCommandInput, GetBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<GetBacklogTaskCommandInput, GetBacklogTaskCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<GetBacklogTaskCommandInput, GetBacklogTaskCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a backlog task for the specified agent space and task id</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetOperatorAppInput, GetOperatorAppOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetOperatorAppCommandInput extends GetOperatorAppInput {
|
|
|
22
19
|
export interface GetOperatorAppCommandOutput extends GetOperatorAppOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetOperatorAppCommand_base: {
|
|
25
|
-
new (input: GetOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<GetOperatorAppCommandInput, GetOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<GetOperatorAppCommandInput, GetOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<GetOperatorAppCommandInput, GetOperatorAppCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<GetOperatorAppCommandInput, GetOperatorAppCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Get the full auth configuration of operator including any enabled auth flow</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetRecommendationRequest, GetRecommendationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRecommendationCommandInput extends GetRecommendationRequest
|
|
|
22
19
|
export interface GetRecommendationCommandOutput extends GetRecommendationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRecommendationCommand_base: {
|
|
25
|
-
new (input: GetRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetRecommendationCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationCommandInput, GetRecommendationCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a specific recommendation by its ID</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetServiceInput, GetServiceOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetServiceCommandInput extends GetServiceInput {
|
|
|
22
19
|
export interface GetServiceCommandOutput extends GetServiceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetServiceCommand_base: {
|
|
25
|
-
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetServiceCommandInput): import("@smithy/core/client").CommandImpl<GetServiceCommandInput, GetServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves given service by it's unique identifier</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { GetTriggerRequest, GetTriggerResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetTriggerCommandInput extends GetTriggerRequest {
|
|
|
22
19
|
export interface GetTriggerCommandOutput extends GetTriggerResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetTriggerCommand_base: {
|
|
25
|
-
new (input: GetTriggerCommandInput): import("@smithy/core/client").CommandImpl<GetTriggerCommandInput, GetTriggerCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetTriggerCommandInput): import("@smithy/core/client").CommandImpl<GetTriggerCommandInput, GetTriggerCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetTriggerCommandInput): import("@smithy/core/client").CommandImpl<GetTriggerCommandInput, GetTriggerCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetTriggerCommandInput): import("@smithy/core/client").CommandImpl<GetTriggerCommandInput, GetTriggerCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Gets a Trigger from the specified agent space</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListAgentSpacesInput, ListAgentSpacesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAgentSpacesCommandInput extends ListAgentSpacesInput {
|
|
|
22
19
|
export interface ListAgentSpacesCommandOutput extends ListAgentSpacesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAgentSpacesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListAgentSpacesCommandInput): import("@smithy/core/client").CommandImpl<ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAgentSpacesCommandInput]): import("@smithy/core/client").CommandImpl<ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all AgentSpaces with optional pagination.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListAssetFilesRequest, ListAssetFilesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssetFilesCommandInput extends ListAssetFilesRequest {
|
|
|
22
19
|
export interface ListAssetFilesCommandOutput extends ListAssetFilesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssetFilesCommand_base: {
|
|
25
|
-
new (input: ListAssetFilesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetFilesCommandInput, ListAssetFilesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAssetFilesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetFilesCommandInput, ListAssetFilesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssetFilesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetFilesCommandInput, ListAssetFilesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssetFilesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetFilesCommandInput, ListAssetFilesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists files in an asset</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListAssetTypesRequest, ListAssetTypesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssetTypesCommandInput extends ListAssetTypesRequest {
|
|
|
22
19
|
export interface ListAssetTypesCommandOutput extends ListAssetTypesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssetTypesCommand_base: {
|
|
25
|
-
new (input: ListAssetTypesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetTypesCommandInput, ListAssetTypesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListAssetTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListAssetTypesCommandInput, ListAssetTypesCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssetTypesCommandInput): import("@smithy/core/client").CommandImpl<ListAssetTypesCommandInput, ListAssetTypesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListAssetTypesCommandInput]): import("@smithy/core/client").CommandImpl<ListAssetTypesCommandInput, ListAssetTypesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the supported asset types</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListAssetVersionsRequest, ListAssetVersionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssetVersionsCommandInput extends ListAssetVersionsRequest
|
|
|
22
19
|
export interface ListAssetVersionsCommandOutput extends ListAssetVersionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssetVersionsCommand_base: {
|
|
25
|
-
new (input: ListAssetVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetVersionsCommandInput, ListAssetVersionsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAssetVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetVersionsCommandInput, ListAssetVersionsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssetVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetVersionsCommandInput, ListAssetVersionsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssetVersionsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetVersionsCommandInput, ListAssetVersionsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists versions of an asset in the specified agent space</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListAssetsRequest, ListAssetsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssetsCommandInput extends ListAssetsRequest {
|
|
|
22
19
|
export interface ListAssetsCommandOutput extends ListAssetsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssetsCommand_base: {
|
|
25
|
-
new (input: ListAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssetsCommandInput, ListAssetsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists assets in the specified agent space</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListAssociationsInput, ListAssociationsOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssociationsCommandInput extends ListAssociationsInput {
|
|
|
22
19
|
export interface ListAssociationsCommandOutput extends ListAssociationsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssociationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List all associations for given AgentSpace</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListBacklogTasksRequest, ListBacklogTasksResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListBacklogTasksCommandInput extends ListBacklogTasksRequest {
|
|
|
22
19
|
export interface ListBacklogTasksCommandOutput extends ListBacklogTasksResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListBacklogTasksCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListBacklogTasksCommandInput): import("@smithy/core/client").CommandImpl<ListBacklogTasksCommandInput, ListBacklogTasksCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListBacklogTasksCommandInput): import("@smithy/core/client").CommandImpl<ListBacklogTasksCommandInput, ListBacklogTasksCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists backlog tasks in the specified agent space with optional filtering and sorting</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListChatsRequest, ListChatsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListChatsCommandInput extends ListChatsRequest {
|
|
|
22
19
|
export interface ListChatsCommandOutput extends ListChatsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChatsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListChatsCommandInput): import("@smithy/core/client").CommandImpl<ListChatsCommandInput, ListChatsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListChatsCommandInput): import("@smithy/core/client").CommandImpl<ListChatsCommandInput, ListChatsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a paginated list of the user's recent chat executions</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListExecutionsRequest, ListExecutionsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListExecutionsCommandInput extends ListExecutionsRequest {
|
|
|
22
19
|
export interface ListExecutionsCommandOutput extends ListExecutionsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListExecutionsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListExecutionsCommandInput, ListExecutionsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List executions</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListGoalsRequest, ListGoalsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListGoalsCommandInput extends ListGoalsRequest {
|
|
|
22
19
|
export interface ListGoalsCommandOutput extends ListGoalsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListGoalsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListGoalsCommandInput): import("@smithy/core/client").CommandImpl<ListGoalsCommandInput, ListGoalsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListGoalsCommandInput): import("@smithy/core/client").CommandImpl<ListGoalsCommandInput, ListGoalsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists goals in the specified agent space with optional filtering</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListJournalRecordsRequest, ListJournalRecordsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListJournalRecordsCommandInput extends ListJournalRecordsReques
|
|
|
22
19
|
export interface ListJournalRecordsCommandOutput extends ListJournalRecordsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListJournalRecordsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListJournalRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListJournalRecordsCommandInput, ListJournalRecordsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListJournalRecordsCommandInput): import("@smithy/core/client").CommandImpl<ListJournalRecordsCommandInput, ListJournalRecordsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List journal records for a specific execution</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
|
|
4
2
|
import type { ListPendingMessagesRequest, ListPendingMessagesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListPendingMessagesCommandInput extends ListPendingMessagesRequ
|
|
|
22
19
|
export interface ListPendingMessagesCommandOutput extends ListPendingMessagesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPendingMessagesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListPendingMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingMessagesCommandInput, ListPendingMessagesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListPendingMessagesCommandInput): import("@smithy/core/client").CommandImpl<ListPendingMessagesCommandInput, ListPendingMessagesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List pending messages for a specific execution.</p>
|