@aws-sdk/client-devops-agent 3.1076.0 → 3.1078.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 +73 -629
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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>
|
|
@@ -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 { ListPrivateConnectionsInput, ListPrivateConnectionsOutput } 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 ListPrivateConnectionsCommandInput extends ListPrivateConnectio
|
|
|
22
19
|
export interface ListPrivateConnectionsCommandOutput extends ListPrivateConnectionsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListPrivateConnectionsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListPrivateConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListPrivateConnectionsCommandInput, ListPrivateConnectionsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListPrivateConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListPrivateConnectionsCommandInput, ListPrivateConnectionsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all Private Connections in the caller's account.</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 { ListRecommendationsRequest, ListRecommendationsResponse } 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 ListRecommendationsCommandInput extends ListRecommendationsRequ
|
|
|
22
19
|
export interface ListRecommendationsCommandOutput extends ListRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists recommendations for 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 { ListServicesInput, ListServicesOutput } 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 ListServicesCommandInput extends ListServicesInput {
|
|
|
22
19
|
export interface ListServicesCommandOutput extends ListServicesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListServicesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListServicesCommandInput): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListServicesCommandInput]): import("@smithy/core/client").CommandImpl<ListServicesCommandInput, ListServicesCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List a list of registered service on the account level.</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 { ListTagsForResourceRequest, ListTagsForResourceResponse } 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 ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists tags for the specified AWS DevOps Agent resource.</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 { ListTriggersRequest, ListTriggersResponse } 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 ListTriggersCommandInput extends ListTriggersRequest {
|
|
|
22
19
|
export interface ListTriggersCommandOutput extends ListTriggersResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTriggersCommand_base: {
|
|
25
|
-
new (input: ListTriggersCommandInput): import("@smithy/core/client").CommandImpl<ListTriggersCommandInput, ListTriggersCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTriggersCommandInput): import("@smithy/core/client").CommandImpl<ListTriggersCommandInput, ListTriggersCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTriggersCommandInput): import("@smithy/core/client").CommandImpl<ListTriggersCommandInput, ListTriggersCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTriggersCommandInput): import("@smithy/core/client").CommandImpl<ListTriggersCommandInput, ListTriggersCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists Triggers 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 { ListWebhooksInput, ListWebhooksOutput } 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 ListWebhooksCommandInput extends ListWebhooksInput {
|
|
|
22
19
|
export interface ListWebhooksCommandOutput extends ListWebhooksOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWebhooksCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListWebhooksCommandInput): import("@smithy/core/client").CommandImpl<ListWebhooksCommandInput, ListWebhooksCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List all webhooks for given Association</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 { RegisterServiceInput, RegisterServiceOutput } 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 RegisterServiceCommandInput extends RegisterServiceInput {
|
|
|
22
19
|
export interface RegisterServiceCommandOutput extends RegisterServiceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegisterServiceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: RegisterServiceCommandInput): import("@smithy/core/client").CommandImpl<RegisterServiceCommandInput, RegisterServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegisterServiceCommandInput): import("@smithy/core/client").CommandImpl<RegisterServiceCommandInput, RegisterServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation registers the specified service</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 { SendMessageRequest, SendMessageResponse } 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 SendMessageCommandInput extends SendMessageRequest {
|
|
|
22
19
|
export interface SendMessageCommandOutput extends SendMessageResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SendMessageCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Sends a chat message and streams the response for the specified agent space 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 { TagResourceRequest, TagResourceResponse } 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 TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds or overwrites tags for the specified AWS DevOps Agent resource.</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 { UntagResourceRequest, UntagResourceResponse } 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 UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes tags from the specified AWS DevOps Agent resource.</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 { UpdateAgentSpaceInput, UpdateAgentSpaceOutput } 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 UpdateAgentSpaceCommandInput extends UpdateAgentSpaceInput {
|
|
|
22
19
|
export interface UpdateAgentSpaceCommandOutput extends UpdateAgentSpaceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAgentSpaceCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentSpaceCommandInput, UpdateAgentSpaceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<UpdateAgentSpaceCommandInput, UpdateAgentSpaceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the information of an existing 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 { UpdateAssetRequest, UpdateAssetResponse } 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 UpdateAssetCommandInput extends UpdateAssetRequest {
|
|
|
22
19
|
export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAssetCommand_base: {
|
|
25
|
-
new (input: UpdateAssetCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAssetCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAssetCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAssetCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates 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 { UpdateAssetFileRequest, UpdateAssetFileResponse } 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 UpdateAssetFileCommandInput extends UpdateAssetFileRequest {
|
|
|
22
19
|
export interface UpdateAssetFileCommandOutput extends UpdateAssetFileResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAssetFileCommand_base: {
|
|
25
|
-
new (input: UpdateAssetFileCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetFileCommandInput, UpdateAssetFileCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAssetFileCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetFileCommandInput, UpdateAssetFileCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAssetFileCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetFileCommandInput, UpdateAssetFileCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAssetFileCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssetFileCommandInput, UpdateAssetFileCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a file 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 { UpdateAssociationInput, UpdateAssociationOutput } 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 UpdateAssociationCommandInput extends UpdateAssociationInput {
|
|
|
22
19
|
export interface UpdateAssociationCommandOutput extends UpdateAssociationOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAssociationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssociationCommandInput, UpdateAssociationCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssociationCommandInput, UpdateAssociationCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>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.</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 { UpdateBacklogTaskRequest, UpdateBacklogTaskResponse } 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 UpdateBacklogTaskCommandInput extends UpdateBacklogTaskRequest
|
|
|
22
19
|
export interface UpdateBacklogTaskCommandOutput extends UpdateBacklogTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateBacklogTaskCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<UpdateBacklogTaskCommandInput, UpdateBacklogTaskCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<UpdateBacklogTaskCommandInput, UpdateBacklogTaskCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update an existing backlog task.</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 { UpdateGoalRequest, UpdateGoalResponse } 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 UpdateGoalCommandInput extends UpdateGoalRequest {
|
|
|
22
19
|
export interface UpdateGoalCommandOutput extends UpdateGoalResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateGoalCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateGoalCommandInput): import("@smithy/core/client").CommandImpl<UpdateGoalCommandInput, UpdateGoalCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateGoalCommandInput): import("@smithy/core/client").CommandImpl<UpdateGoalCommandInput, UpdateGoalCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update an existing goal</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 { UpdateOperatorAppIdpConfigInput, UpdateOperatorAppIdpConfigOutput } 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 UpdateOperatorAppIdpConfigCommandInput extends UpdateOperatorAp
|
|
|
22
19
|
export interface UpdateOperatorAppIdpConfigCommandOutput extends UpdateOperatorAppIdpConfigOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateOperatorAppIdpConfigCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateOperatorAppIdpConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateOperatorAppIdpConfigCommandInput, UpdateOperatorAppIdpConfigCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateOperatorAppIdpConfigCommandInput): import("@smithy/core/client").CommandImpl<UpdateOperatorAppIdpConfigCommandInput, UpdateOperatorAppIdpConfigCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Update the external Identity Provider configuration for the Operator App</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 { UpdatePrivateConnectionCertificateInput, UpdatePrivateConnectionCertificateOutput } 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 UpdatePrivateConnectionCertificateCommandInput extends UpdatePr
|
|
|
22
19
|
export interface UpdatePrivateConnectionCertificateCommandOutput extends UpdatePrivateConnectionCertificateOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePrivateConnectionCertificateCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdatePrivateConnectionCertificateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivateConnectionCertificateCommandInput, UpdatePrivateConnectionCertificateCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePrivateConnectionCertificateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivateConnectionCertificateCommandInput, UpdatePrivateConnectionCertificateCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the certificate associated with a Private Connection.</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 { UpdateRecommendationRequest, UpdateRecommendationResponse } 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 UpdateRecommendationCommandInput extends UpdateRecommendationRe
|
|
|
22
19
|
export interface UpdateRecommendationCommandOutput extends UpdateRecommendationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateRecommendationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateRecommendationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecommendationCommandInput, UpdateRecommendationCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateRecommendationCommandInput): import("@smithy/core/client").CommandImpl<UpdateRecommendationCommandInput, UpdateRecommendationCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing recommendation with new content, status, or metadata</p>
|