@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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "DevOpsAgent", "DevOpsAgentClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { AssociateService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "AssociateService", {})
|
|
13
|
-
.n("DevOpsAgentClient", "AssociateServiceCommand")
|
|
14
|
-
.sc(AssociateService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateServiceCommand extends command(_ep0, _mw0, "AssociateService", AssociateService$) {
|
|
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 { CreateAgentSpace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAgentSpaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "CreateAgentSpace", {})
|
|
13
|
-
.n("DevOpsAgentClient", "CreateAgentSpaceCommand")
|
|
14
|
-
.sc(CreateAgentSpace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAgentSpaceCommand extends command(_ep0, _mw0, "CreateAgentSpace", CreateAgentSpace$) {
|
|
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 { CreateAsset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAssetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "CreateAsset", {})
|
|
13
|
-
.n("DevOpsAgentClient", "CreateAssetCommand")
|
|
14
|
-
.sc(CreateAsset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAssetCommand extends command(_ep0, _mw0, "CreateAsset", CreateAsset$) {
|
|
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 { CreateAssetFile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAssetFileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "CreateAssetFile", {})
|
|
13
|
-
.n("DevOpsAgentClient", "CreateAssetFileCommand")
|
|
14
|
-
.sc(CreateAssetFile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAssetFileCommand extends command(_ep0, _mw0, "CreateAssetFile", CreateAssetFile$) {
|
|
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 { CreateBacklogTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateBacklogTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "CreateBacklogTask", {})
|
|
13
|
-
.n("DevOpsAgentClient", "CreateBacklogTaskCommand")
|
|
14
|
-
.sc(CreateBacklogTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateBacklogTaskCommand extends command(_ep0, _mw0, "CreateBacklogTask", CreateBacklogTask$) {
|
|
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 { CreateChat$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateChatCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "CreateChat", {})
|
|
13
|
-
.n("DevOpsAgentClient", "CreateChatCommand")
|
|
14
|
-
.sc(CreateChat$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateChatCommand extends command(_ep0, _mw0, "CreateChat", CreateChat$) {
|
|
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 { CreatePrivateConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePrivateConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "CreatePrivateConnection", {})
|
|
13
|
-
.n("DevOpsAgentClient", "CreatePrivateConnectionCommand")
|
|
14
|
-
.sc(CreatePrivateConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePrivateConnectionCommand extends command(_ep0, _mw0, "CreatePrivateConnection", CreatePrivateConnection$) {
|
|
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 { CreateTrigger$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateTriggerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "CreateTrigger", {})
|
|
13
|
-
.n("DevOpsAgentClient", "CreateTriggerCommand")
|
|
14
|
-
.sc(CreateTrigger$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateTriggerCommand extends command(_ep0, _mw0, "CreateTrigger", CreateTrigger$) {
|
|
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 { DeleteAgentSpace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAgentSpaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DeleteAgentSpace", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DeleteAgentSpaceCommand")
|
|
14
|
-
.sc(DeleteAgentSpace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAgentSpaceCommand extends command(_ep0, _mw0, "DeleteAgentSpace", DeleteAgentSpace$) {
|
|
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 { DeleteAsset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAssetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DeleteAsset", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DeleteAssetCommand")
|
|
14
|
-
.sc(DeleteAsset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAssetCommand extends command(_ep0, _mw0, "DeleteAsset", DeleteAsset$) {
|
|
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 { DeleteAssetFile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAssetFileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DeleteAssetFile", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DeleteAssetFileCommand")
|
|
14
|
-
.sc(DeleteAssetFile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAssetFileCommand extends command(_ep0, _mw0, "DeleteAssetFile", DeleteAssetFile$) {
|
|
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 { DeletePrivateConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePrivateConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DeletePrivateConnection", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DeletePrivateConnectionCommand")
|
|
14
|
-
.sc(DeletePrivateConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePrivateConnectionCommand extends command(_ep0, _mw0, "DeletePrivateConnection", DeletePrivateConnection$) {
|
|
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 { DeleteTrigger$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTriggerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DeleteTrigger", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DeleteTriggerCommand")
|
|
14
|
-
.sc(DeleteTrigger$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTriggerCommand extends command(_ep0, _mw0, "DeleteTrigger", DeleteTrigger$) {
|
|
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 { DeregisterService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DeregisterService", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DeregisterServiceCommand")
|
|
14
|
-
.sc(DeregisterService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterServiceCommand extends command(_ep0, _mw0, "DeregisterService", DeregisterService$) {
|
|
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 { DescribePrivateConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePrivateConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DescribePrivateConnection", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DescribePrivateConnectionCommand")
|
|
14
|
-
.sc(DescribePrivateConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePrivateConnectionCommand extends command(_ep0, _mw0, "DescribePrivateConnection", DescribePrivateConnection$) {
|
|
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 { DisableOperatorApp$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisableOperatorAppCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DisableOperatorApp", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DisableOperatorAppCommand")
|
|
14
|
-
.sc(DisableOperatorApp$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisableOperatorAppCommand extends command(_ep0, _mw0, "DisableOperatorApp", DisableOperatorApp$) {
|
|
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 { DisassociateService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "DisassociateService", {})
|
|
13
|
-
.n("DevOpsAgentClient", "DisassociateServiceCommand")
|
|
14
|
-
.sc(DisassociateService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateServiceCommand extends command(_ep0, _mw0, "DisassociateService", DisassociateService$) {
|
|
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 { EnableOperatorApp$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class EnableOperatorAppCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "EnableOperatorApp", {})
|
|
13
|
-
.n("DevOpsAgentClient", "EnableOperatorAppCommand")
|
|
14
|
-
.sc(EnableOperatorApp$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class EnableOperatorAppCommand extends command(_ep0, _mw0, "EnableOperatorApp", EnableOperatorApp$) {
|
|
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 { GetAccountUsage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccountUsageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetAccountUsage", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetAccountUsageCommand")
|
|
14
|
-
.sc(GetAccountUsage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccountUsageCommand extends command(_ep0, _mw0, "GetAccountUsage", GetAccountUsage$) {
|
|
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 { GetAgentSpace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAgentSpaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetAgentSpace", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetAgentSpaceCommand")
|
|
14
|
-
.sc(GetAgentSpace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAgentSpaceCommand extends command(_ep0, _mw0, "GetAgentSpace", GetAgentSpace$) {
|
|
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 { GetAsset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetAsset", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetAssetCommand")
|
|
14
|
-
.sc(GetAsset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssetCommand extends command(_ep0, _mw0, "GetAsset", GetAsset$) {
|
|
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 { GetAssetContent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssetContentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetAssetContent", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetAssetContentCommand")
|
|
14
|
-
.sc(GetAssetContent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssetContentCommand extends command(_ep0, _mw0, "GetAssetContent", GetAssetContent$) {
|
|
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 { GetAssetFile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssetFileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetAssetFile", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetAssetFileCommand")
|
|
14
|
-
.sc(GetAssetFile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssetFileCommand extends command(_ep0, _mw0, "GetAssetFile", GetAssetFile$) {
|
|
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 { GetAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetAssociation", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetAssociationCommand")
|
|
14
|
-
.sc(GetAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssociationCommand extends command(_ep0, _mw0, "GetAssociation", GetAssociation$) {
|
|
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 { GetBacklogTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBacklogTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetBacklogTask", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetBacklogTaskCommand")
|
|
14
|
-
.sc(GetBacklogTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBacklogTaskCommand extends command(_ep0, _mw0, "GetBacklogTask", GetBacklogTask$) {
|
|
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 { GetOperatorApp$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetOperatorAppCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetOperatorApp", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetOperatorAppCommand")
|
|
14
|
-
.sc(GetOperatorApp$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetOperatorAppCommand extends command(_ep0, _mw0, "GetOperatorApp", GetOperatorApp$) {
|
|
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 { GetRecommendation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRecommendationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetRecommendation", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetRecommendationCommand")
|
|
14
|
-
.sc(GetRecommendation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRecommendationCommand extends command(_ep0, _mw0, "GetRecommendation", GetRecommendation$) {
|
|
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 { GetService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetService", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetServiceCommand")
|
|
14
|
-
.sc(GetService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetServiceCommand extends command(_ep0, _mw0, "GetService", GetService$) {
|
|
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 { GetTrigger$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTriggerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "GetTrigger", {})
|
|
13
|
-
.n("DevOpsAgentClient", "GetTriggerCommand")
|
|
14
|
-
.sc(GetTrigger$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTriggerCommand extends command(_ep0, _mw0, "GetTrigger", GetTrigger$) {
|
|
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 { ListAgentSpaces$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAgentSpacesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListAgentSpaces", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListAgentSpacesCommand")
|
|
14
|
-
.sc(ListAgentSpaces$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAgentSpacesCommand extends command(_ep0, _mw0, "ListAgentSpaces", ListAgentSpaces$) {
|
|
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 { ListAssetFiles$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssetFilesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("DevOpsAgent", "ListAssetFiles", {})
|
|
13
|
-
.n("DevOpsAgentClient", "ListAssetFilesCommand")
|
|
14
|
-
.sc(ListAssetFiles$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssetFilesCommand extends command(_ep0, _mw0, "ListAssetFiles", ListAssetFiles$) {
|
|
16
4
|
}
|