@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,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAssetTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssetTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListAssetTypes", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListAssetTypesCommand")
|
|
14
|
-
.sc(ListAssetTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssetTypesCommand extends command(_ep0, _mw0, "ListAssetTypes", ListAssetTypes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAssetVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssetVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListAssetVersions", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListAssetVersionsCommand")
|
|
14
|
-
.sc(ListAssetVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssetVersionsCommand extends command(_ep0, _mw0, "ListAssetVersions", ListAssetVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAssets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListAssets", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListAssetsCommand")
|
|
14
|
-
.sc(ListAssets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssetsCommand extends command(_ep0, _mw0, "ListAssets", ListAssets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListAssociations", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListAssociationsCommand")
|
|
14
|
-
.sc(ListAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssociationsCommand extends command(_ep0, _mw0, "ListAssociations", ListAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListBacklogTasks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListBacklogTasksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListBacklogTasks", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListBacklogTasksCommand")
|
|
14
|
-
.sc(ListBacklogTasks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListBacklogTasksCommand extends command(_ep0, _mw0, "ListBacklogTasks", ListBacklogTasks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListChats$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListChatsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListChats", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListChatsCommand")
|
|
14
|
-
.sc(ListChats$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListChatsCommand extends command(_ep0, _mw0, "ListChats", ListChats$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListExecutions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListExecutionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListExecutions", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListExecutionsCommand")
|
|
14
|
-
.sc(ListExecutions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListExecutionsCommand extends command(_ep0, _mw0, "ListExecutions", ListExecutions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListGoals$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListGoalsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListGoals", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListGoalsCommand")
|
|
14
|
-
.sc(ListGoals$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListGoalsCommand extends command(_ep0, _mw0, "ListGoals", ListGoals$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListJournalRecords$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListJournalRecordsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListJournalRecords", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListJournalRecordsCommand")
|
|
14
|
-
.sc(ListJournalRecords$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListJournalRecordsCommand extends command(_ep0, _mw0, "ListJournalRecords", ListJournalRecords$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPendingMessages$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPendingMessagesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListPendingMessages", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListPendingMessagesCommand")
|
|
14
|
-
.sc(ListPendingMessages$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPendingMessagesCommand extends command(_ep0, _mw0, "ListPendingMessages", ListPendingMessages$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPrivateConnections$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPrivateConnectionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListPrivateConnections", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListPrivateConnectionsCommand")
|
|
14
|
-
.sc(ListPrivateConnections$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPrivateConnectionsCommand extends command(_ep0, _mw0, "ListPrivateConnections", ListPrivateConnections$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListRecommendations", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListRecommendationsCommand")
|
|
14
|
-
.sc(ListRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListRecommendationsCommand extends command(_ep0, _mw0, "ListRecommendations", ListRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListServices$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServicesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListServices", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListServicesCommand")
|
|
14
|
-
.sc(ListServices$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListTagsForResource", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTriggers$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTriggersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListTriggers", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListTriggersCommand")
|
|
14
|
-
.sc(ListTriggers$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTriggersCommand extends command(_ep0, _mw0, "ListTriggers", ListTriggers$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListWebhooks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListWebhooksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListWebhooks", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListWebhooksCommand")
|
|
14
|
-
.sc(ListWebhooks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListWebhooksCommand extends command(_ep0, _mw0, "ListWebhooks", ListWebhooks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "RegisterService", {})
|
|
13
|
-
.n("DevOpsAgentClient", "RegisterServiceCommand")
|
|
14
|
-
.sc(RegisterService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterServiceCommand extends command(_ep0, _mw0, "RegisterService", RegisterService$) {
|
|
16
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SendMessage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendMessageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "SendMessage", {
|
|
13
|
-
eventStream: {
|
|
14
|
-
output: true,
|
|
15
|
-
},
|
|
16
|
-
})
|
|
17
|
-
.n("DevOpsAgentClient", "SendMessageCommand")
|
|
18
|
-
.sc(SendMessage$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class SendMessageCommand extends command(_ep0, _mw0, "SendMessage", SendMessage$) {
|
|
20
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "TagResource", {})
|
|
13
|
-
.n("DevOpsAgentClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UntagResource", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAgentSpace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAgentSpaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateAgentSpace", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateAgentSpaceCommand")
|
|
14
|
-
.sc(UpdateAgentSpace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAgentSpaceCommand extends command(_ep0, _mw0, "UpdateAgentSpace", UpdateAgentSpace$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAsset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAssetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateAsset", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateAssetCommand")
|
|
14
|
-
.sc(UpdateAsset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAssetCommand extends command(_ep0, _mw0, "UpdateAsset", UpdateAsset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAssetFile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAssetFileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateAssetFile", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateAssetFileCommand")
|
|
14
|
-
.sc(UpdateAssetFile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAssetFileCommand extends command(_ep0, _mw0, "UpdateAssetFile", UpdateAssetFile$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateAssociation", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateAssociationCommand")
|
|
14
|
-
.sc(UpdateAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAssociationCommand extends command(_ep0, _mw0, "UpdateAssociation", UpdateAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateBacklogTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateBacklogTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateBacklogTask", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateBacklogTaskCommand")
|
|
14
|
-
.sc(UpdateBacklogTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateBacklogTaskCommand extends command(_ep0, _mw0, "UpdateBacklogTask", UpdateBacklogTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateGoal$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateGoalCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateGoal", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateGoalCommand")
|
|
14
|
-
.sc(UpdateGoal$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateGoalCommand extends command(_ep0, _mw0, "UpdateGoal", UpdateGoal$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateOperatorAppIdpConfig$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateOperatorAppIdpConfigCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateOperatorAppIdpConfig", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateOperatorAppIdpConfigCommand")
|
|
14
|
-
.sc(UpdateOperatorAppIdpConfig$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateOperatorAppIdpConfigCommand extends command(_ep0, _mw0, "UpdateOperatorAppIdpConfig", UpdateOperatorAppIdpConfig$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdatePrivateConnectionCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdatePrivateConnectionCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdatePrivateConnectionCertificate", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdatePrivateConnectionCertificateCommand")
|
|
14
|
-
.sc(UpdatePrivateConnectionCertificate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdatePrivateConnectionCertificateCommand extends command(_ep0, _mw0, "UpdatePrivateConnectionCertificate", UpdatePrivateConnectionCertificate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateRecommendation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateRecommendationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateRecommendation", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateRecommendationCommand")
|
|
14
|
-
.sc(UpdateRecommendation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateRecommendationCommand extends command(_ep0, _mw0, "UpdateRecommendation", UpdateRecommendation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateTrigger$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateTriggerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "UpdateTrigger", {})
|
|
13
|
-
.n("DevOpsAgentClient", "UpdateTriggerCommand")
|
|
14
|
-
.sc(UpdateTrigger$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateTriggerCommand extends command(_ep0, _mw0, "UpdateTrigger", UpdateTrigger$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ValidateAwsAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ValidateAwsAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ValidateAwsAssociations", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ValidateAwsAssociationsCommand")
|
|
14
|
-
.sc(ValidateAwsAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ValidateAwsAssociationsCommand extends command(_ep0, _mw0, "ValidateAwsAssociations", ValidateAwsAssociations$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED