@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -67,7 +68,7 @@ const commonParams = {
|
|
|
67
68
|
Region: { type: "builtInParams", name: "region" },
|
|
68
69
|
};
|
|
69
70
|
|
|
70
|
-
var version = "3.
|
|
71
|
+
var version = "3.1078.0";
|
|
71
72
|
var packageInfo = {
|
|
72
73
|
version: version};
|
|
73
74
|
|
|
@@ -2676,752 +2677,194 @@ class DevOpsAgentClient extends Client {
|
|
|
2676
2677
|
}
|
|
2677
2678
|
}
|
|
2678
2679
|
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
})
|
|
2685
|
-
.s("DevOpsAgent", "AssociateService", {})
|
|
2686
|
-
.n("DevOpsAgentClient", "AssociateServiceCommand")
|
|
2687
|
-
.sc(AssociateService$)
|
|
2688
|
-
.build() {
|
|
2680
|
+
const command = makeBuilder(commonParams, "DevOpsAgent", "DevOpsAgentClient", getEndpointPlugin);
|
|
2681
|
+
const _ep0 = {};
|
|
2682
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2683
|
+
|
|
2684
|
+
class AssociateServiceCommand extends command(_ep0, _mw0, "AssociateService", AssociateService$) {
|
|
2689
2685
|
}
|
|
2690
2686
|
|
|
2691
|
-
class CreateAgentSpaceCommand extends
|
|
2692
|
-
.classBuilder()
|
|
2693
|
-
.ep(commonParams)
|
|
2694
|
-
.m(function (Command, cs, config, o) {
|
|
2695
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2696
|
-
})
|
|
2697
|
-
.s("DevOpsAgent", "CreateAgentSpace", {})
|
|
2698
|
-
.n("DevOpsAgentClient", "CreateAgentSpaceCommand")
|
|
2699
|
-
.sc(CreateAgentSpace$)
|
|
2700
|
-
.build() {
|
|
2687
|
+
class CreateAgentSpaceCommand extends command(_ep0, _mw0, "CreateAgentSpace", CreateAgentSpace$) {
|
|
2701
2688
|
}
|
|
2702
2689
|
|
|
2703
|
-
class CreateAssetCommand extends
|
|
2704
|
-
.classBuilder()
|
|
2705
|
-
.ep(commonParams)
|
|
2706
|
-
.m(function (Command, cs, config, o) {
|
|
2707
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2708
|
-
})
|
|
2709
|
-
.s("DevOpsAgent", "CreateAsset", {})
|
|
2710
|
-
.n("DevOpsAgentClient", "CreateAssetCommand")
|
|
2711
|
-
.sc(CreateAsset$)
|
|
2712
|
-
.build() {
|
|
2690
|
+
class CreateAssetCommand extends command(_ep0, _mw0, "CreateAsset", CreateAsset$) {
|
|
2713
2691
|
}
|
|
2714
2692
|
|
|
2715
|
-
class CreateAssetFileCommand extends
|
|
2716
|
-
.classBuilder()
|
|
2717
|
-
.ep(commonParams)
|
|
2718
|
-
.m(function (Command, cs, config, o) {
|
|
2719
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2720
|
-
})
|
|
2721
|
-
.s("DevOpsAgent", "CreateAssetFile", {})
|
|
2722
|
-
.n("DevOpsAgentClient", "CreateAssetFileCommand")
|
|
2723
|
-
.sc(CreateAssetFile$)
|
|
2724
|
-
.build() {
|
|
2693
|
+
class CreateAssetFileCommand extends command(_ep0, _mw0, "CreateAssetFile", CreateAssetFile$) {
|
|
2725
2694
|
}
|
|
2726
2695
|
|
|
2727
|
-
class CreateBacklogTaskCommand extends
|
|
2728
|
-
.classBuilder()
|
|
2729
|
-
.ep(commonParams)
|
|
2730
|
-
.m(function (Command, cs, config, o) {
|
|
2731
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2732
|
-
})
|
|
2733
|
-
.s("DevOpsAgent", "CreateBacklogTask", {})
|
|
2734
|
-
.n("DevOpsAgentClient", "CreateBacklogTaskCommand")
|
|
2735
|
-
.sc(CreateBacklogTask$)
|
|
2736
|
-
.build() {
|
|
2696
|
+
class CreateBacklogTaskCommand extends command(_ep0, _mw0, "CreateBacklogTask", CreateBacklogTask$) {
|
|
2737
2697
|
}
|
|
2738
2698
|
|
|
2739
|
-
class CreateChatCommand extends
|
|
2740
|
-
.classBuilder()
|
|
2741
|
-
.ep(commonParams)
|
|
2742
|
-
.m(function (Command, cs, config, o) {
|
|
2743
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2744
|
-
})
|
|
2745
|
-
.s("DevOpsAgent", "CreateChat", {})
|
|
2746
|
-
.n("DevOpsAgentClient", "CreateChatCommand")
|
|
2747
|
-
.sc(CreateChat$)
|
|
2748
|
-
.build() {
|
|
2699
|
+
class CreateChatCommand extends command(_ep0, _mw0, "CreateChat", CreateChat$) {
|
|
2749
2700
|
}
|
|
2750
2701
|
|
|
2751
|
-
class CreatePrivateConnectionCommand extends
|
|
2752
|
-
.classBuilder()
|
|
2753
|
-
.ep(commonParams)
|
|
2754
|
-
.m(function (Command, cs, config, o) {
|
|
2755
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2756
|
-
})
|
|
2757
|
-
.s("DevOpsAgent", "CreatePrivateConnection", {})
|
|
2758
|
-
.n("DevOpsAgentClient", "CreatePrivateConnectionCommand")
|
|
2759
|
-
.sc(CreatePrivateConnection$)
|
|
2760
|
-
.build() {
|
|
2702
|
+
class CreatePrivateConnectionCommand extends command(_ep0, _mw0, "CreatePrivateConnection", CreatePrivateConnection$) {
|
|
2761
2703
|
}
|
|
2762
2704
|
|
|
2763
|
-
class CreateTriggerCommand extends
|
|
2764
|
-
.classBuilder()
|
|
2765
|
-
.ep(commonParams)
|
|
2766
|
-
.m(function (Command, cs, config, o) {
|
|
2767
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2768
|
-
})
|
|
2769
|
-
.s("DevOpsAgent", "CreateTrigger", {})
|
|
2770
|
-
.n("DevOpsAgentClient", "CreateTriggerCommand")
|
|
2771
|
-
.sc(CreateTrigger$)
|
|
2772
|
-
.build() {
|
|
2705
|
+
class CreateTriggerCommand extends command(_ep0, _mw0, "CreateTrigger", CreateTrigger$) {
|
|
2773
2706
|
}
|
|
2774
2707
|
|
|
2775
|
-
class DeleteAgentSpaceCommand extends
|
|
2776
|
-
.classBuilder()
|
|
2777
|
-
.ep(commonParams)
|
|
2778
|
-
.m(function (Command, cs, config, o) {
|
|
2779
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2780
|
-
})
|
|
2781
|
-
.s("DevOpsAgent", "DeleteAgentSpace", {})
|
|
2782
|
-
.n("DevOpsAgentClient", "DeleteAgentSpaceCommand")
|
|
2783
|
-
.sc(DeleteAgentSpace$)
|
|
2784
|
-
.build() {
|
|
2708
|
+
class DeleteAgentSpaceCommand extends command(_ep0, _mw0, "DeleteAgentSpace", DeleteAgentSpace$) {
|
|
2785
2709
|
}
|
|
2786
2710
|
|
|
2787
|
-
class DeleteAssetCommand extends
|
|
2788
|
-
.classBuilder()
|
|
2789
|
-
.ep(commonParams)
|
|
2790
|
-
.m(function (Command, cs, config, o) {
|
|
2791
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2792
|
-
})
|
|
2793
|
-
.s("DevOpsAgent", "DeleteAsset", {})
|
|
2794
|
-
.n("DevOpsAgentClient", "DeleteAssetCommand")
|
|
2795
|
-
.sc(DeleteAsset$)
|
|
2796
|
-
.build() {
|
|
2711
|
+
class DeleteAssetCommand extends command(_ep0, _mw0, "DeleteAsset", DeleteAsset$) {
|
|
2797
2712
|
}
|
|
2798
2713
|
|
|
2799
|
-
class DeleteAssetFileCommand extends
|
|
2800
|
-
.classBuilder()
|
|
2801
|
-
.ep(commonParams)
|
|
2802
|
-
.m(function (Command, cs, config, o) {
|
|
2803
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2804
|
-
})
|
|
2805
|
-
.s("DevOpsAgent", "DeleteAssetFile", {})
|
|
2806
|
-
.n("DevOpsAgentClient", "DeleteAssetFileCommand")
|
|
2807
|
-
.sc(DeleteAssetFile$)
|
|
2808
|
-
.build() {
|
|
2714
|
+
class DeleteAssetFileCommand extends command(_ep0, _mw0, "DeleteAssetFile", DeleteAssetFile$) {
|
|
2809
2715
|
}
|
|
2810
2716
|
|
|
2811
|
-
class DeletePrivateConnectionCommand extends
|
|
2812
|
-
.classBuilder()
|
|
2813
|
-
.ep(commonParams)
|
|
2814
|
-
.m(function (Command, cs, config, o) {
|
|
2815
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2816
|
-
})
|
|
2817
|
-
.s("DevOpsAgent", "DeletePrivateConnection", {})
|
|
2818
|
-
.n("DevOpsAgentClient", "DeletePrivateConnectionCommand")
|
|
2819
|
-
.sc(DeletePrivateConnection$)
|
|
2820
|
-
.build() {
|
|
2717
|
+
class DeletePrivateConnectionCommand extends command(_ep0, _mw0, "DeletePrivateConnection", DeletePrivateConnection$) {
|
|
2821
2718
|
}
|
|
2822
2719
|
|
|
2823
|
-
class DeleteTriggerCommand extends
|
|
2824
|
-
.classBuilder()
|
|
2825
|
-
.ep(commonParams)
|
|
2826
|
-
.m(function (Command, cs, config, o) {
|
|
2827
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2828
|
-
})
|
|
2829
|
-
.s("DevOpsAgent", "DeleteTrigger", {})
|
|
2830
|
-
.n("DevOpsAgentClient", "DeleteTriggerCommand")
|
|
2831
|
-
.sc(DeleteTrigger$)
|
|
2832
|
-
.build() {
|
|
2720
|
+
class DeleteTriggerCommand extends command(_ep0, _mw0, "DeleteTrigger", DeleteTrigger$) {
|
|
2833
2721
|
}
|
|
2834
2722
|
|
|
2835
|
-
class DeregisterServiceCommand extends
|
|
2836
|
-
.classBuilder()
|
|
2837
|
-
.ep(commonParams)
|
|
2838
|
-
.m(function (Command, cs, config, o) {
|
|
2839
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2840
|
-
})
|
|
2841
|
-
.s("DevOpsAgent", "DeregisterService", {})
|
|
2842
|
-
.n("DevOpsAgentClient", "DeregisterServiceCommand")
|
|
2843
|
-
.sc(DeregisterService$)
|
|
2844
|
-
.build() {
|
|
2723
|
+
class DeregisterServiceCommand extends command(_ep0, _mw0, "DeregisterService", DeregisterService$) {
|
|
2845
2724
|
}
|
|
2846
2725
|
|
|
2847
|
-
class DescribePrivateConnectionCommand extends
|
|
2848
|
-
.classBuilder()
|
|
2849
|
-
.ep(commonParams)
|
|
2850
|
-
.m(function (Command, cs, config, o) {
|
|
2851
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2852
|
-
})
|
|
2853
|
-
.s("DevOpsAgent", "DescribePrivateConnection", {})
|
|
2854
|
-
.n("DevOpsAgentClient", "DescribePrivateConnectionCommand")
|
|
2855
|
-
.sc(DescribePrivateConnection$)
|
|
2856
|
-
.build() {
|
|
2726
|
+
class DescribePrivateConnectionCommand extends command(_ep0, _mw0, "DescribePrivateConnection", DescribePrivateConnection$) {
|
|
2857
2727
|
}
|
|
2858
2728
|
|
|
2859
|
-
class DisableOperatorAppCommand extends
|
|
2860
|
-
.classBuilder()
|
|
2861
|
-
.ep(commonParams)
|
|
2862
|
-
.m(function (Command, cs, config, o) {
|
|
2863
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2864
|
-
})
|
|
2865
|
-
.s("DevOpsAgent", "DisableOperatorApp", {})
|
|
2866
|
-
.n("DevOpsAgentClient", "DisableOperatorAppCommand")
|
|
2867
|
-
.sc(DisableOperatorApp$)
|
|
2868
|
-
.build() {
|
|
2729
|
+
class DisableOperatorAppCommand extends command(_ep0, _mw0, "DisableOperatorApp", DisableOperatorApp$) {
|
|
2869
2730
|
}
|
|
2870
2731
|
|
|
2871
|
-
class DisassociateServiceCommand extends
|
|
2872
|
-
.classBuilder()
|
|
2873
|
-
.ep(commonParams)
|
|
2874
|
-
.m(function (Command, cs, config, o) {
|
|
2875
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2876
|
-
})
|
|
2877
|
-
.s("DevOpsAgent", "DisassociateService", {})
|
|
2878
|
-
.n("DevOpsAgentClient", "DisassociateServiceCommand")
|
|
2879
|
-
.sc(DisassociateService$)
|
|
2880
|
-
.build() {
|
|
2732
|
+
class DisassociateServiceCommand extends command(_ep0, _mw0, "DisassociateService", DisassociateService$) {
|
|
2881
2733
|
}
|
|
2882
2734
|
|
|
2883
|
-
class EnableOperatorAppCommand extends
|
|
2884
|
-
.classBuilder()
|
|
2885
|
-
.ep(commonParams)
|
|
2886
|
-
.m(function (Command, cs, config, o) {
|
|
2887
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2888
|
-
})
|
|
2889
|
-
.s("DevOpsAgent", "EnableOperatorApp", {})
|
|
2890
|
-
.n("DevOpsAgentClient", "EnableOperatorAppCommand")
|
|
2891
|
-
.sc(EnableOperatorApp$)
|
|
2892
|
-
.build() {
|
|
2735
|
+
class EnableOperatorAppCommand extends command(_ep0, _mw0, "EnableOperatorApp", EnableOperatorApp$) {
|
|
2893
2736
|
}
|
|
2894
2737
|
|
|
2895
|
-
class GetAccountUsageCommand extends
|
|
2896
|
-
.classBuilder()
|
|
2897
|
-
.ep(commonParams)
|
|
2898
|
-
.m(function (Command, cs, config, o) {
|
|
2899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2900
|
-
})
|
|
2901
|
-
.s("DevOpsAgent", "GetAccountUsage", {})
|
|
2902
|
-
.n("DevOpsAgentClient", "GetAccountUsageCommand")
|
|
2903
|
-
.sc(GetAccountUsage$)
|
|
2904
|
-
.build() {
|
|
2738
|
+
class GetAccountUsageCommand extends command(_ep0, _mw0, "GetAccountUsage", GetAccountUsage$) {
|
|
2905
2739
|
}
|
|
2906
2740
|
|
|
2907
|
-
class GetAgentSpaceCommand extends
|
|
2908
|
-
.classBuilder()
|
|
2909
|
-
.ep(commonParams)
|
|
2910
|
-
.m(function (Command, cs, config, o) {
|
|
2911
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2912
|
-
})
|
|
2913
|
-
.s("DevOpsAgent", "GetAgentSpace", {})
|
|
2914
|
-
.n("DevOpsAgentClient", "GetAgentSpaceCommand")
|
|
2915
|
-
.sc(GetAgentSpace$)
|
|
2916
|
-
.build() {
|
|
2741
|
+
class GetAgentSpaceCommand extends command(_ep0, _mw0, "GetAgentSpace", GetAgentSpace$) {
|
|
2917
2742
|
}
|
|
2918
2743
|
|
|
2919
|
-
class GetAssetCommand extends
|
|
2920
|
-
.classBuilder()
|
|
2921
|
-
.ep(commonParams)
|
|
2922
|
-
.m(function (Command, cs, config, o) {
|
|
2923
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2924
|
-
})
|
|
2925
|
-
.s("DevOpsAgent", "GetAsset", {})
|
|
2926
|
-
.n("DevOpsAgentClient", "GetAssetCommand")
|
|
2927
|
-
.sc(GetAsset$)
|
|
2928
|
-
.build() {
|
|
2744
|
+
class GetAssetCommand extends command(_ep0, _mw0, "GetAsset", GetAsset$) {
|
|
2929
2745
|
}
|
|
2930
2746
|
|
|
2931
|
-
class GetAssetContentCommand extends
|
|
2932
|
-
.classBuilder()
|
|
2933
|
-
.ep(commonParams)
|
|
2934
|
-
.m(function (Command, cs, config, o) {
|
|
2935
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2936
|
-
})
|
|
2937
|
-
.s("DevOpsAgent", "GetAssetContent", {})
|
|
2938
|
-
.n("DevOpsAgentClient", "GetAssetContentCommand")
|
|
2939
|
-
.sc(GetAssetContent$)
|
|
2940
|
-
.build() {
|
|
2747
|
+
class GetAssetContentCommand extends command(_ep0, _mw0, "GetAssetContent", GetAssetContent$) {
|
|
2941
2748
|
}
|
|
2942
2749
|
|
|
2943
|
-
class GetAssetFileCommand extends
|
|
2944
|
-
.classBuilder()
|
|
2945
|
-
.ep(commonParams)
|
|
2946
|
-
.m(function (Command, cs, config, o) {
|
|
2947
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2948
|
-
})
|
|
2949
|
-
.s("DevOpsAgent", "GetAssetFile", {})
|
|
2950
|
-
.n("DevOpsAgentClient", "GetAssetFileCommand")
|
|
2951
|
-
.sc(GetAssetFile$)
|
|
2952
|
-
.build() {
|
|
2750
|
+
class GetAssetFileCommand extends command(_ep0, _mw0, "GetAssetFile", GetAssetFile$) {
|
|
2953
2751
|
}
|
|
2954
2752
|
|
|
2955
|
-
class GetAssociationCommand extends
|
|
2956
|
-
.classBuilder()
|
|
2957
|
-
.ep(commonParams)
|
|
2958
|
-
.m(function (Command, cs, config, o) {
|
|
2959
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2960
|
-
})
|
|
2961
|
-
.s("DevOpsAgent", "GetAssociation", {})
|
|
2962
|
-
.n("DevOpsAgentClient", "GetAssociationCommand")
|
|
2963
|
-
.sc(GetAssociation$)
|
|
2964
|
-
.build() {
|
|
2753
|
+
class GetAssociationCommand extends command(_ep0, _mw0, "GetAssociation", GetAssociation$) {
|
|
2965
2754
|
}
|
|
2966
2755
|
|
|
2967
|
-
class GetBacklogTaskCommand extends
|
|
2968
|
-
.classBuilder()
|
|
2969
|
-
.ep(commonParams)
|
|
2970
|
-
.m(function (Command, cs, config, o) {
|
|
2971
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2972
|
-
})
|
|
2973
|
-
.s("DevOpsAgent", "GetBacklogTask", {})
|
|
2974
|
-
.n("DevOpsAgentClient", "GetBacklogTaskCommand")
|
|
2975
|
-
.sc(GetBacklogTask$)
|
|
2976
|
-
.build() {
|
|
2756
|
+
class GetBacklogTaskCommand extends command(_ep0, _mw0, "GetBacklogTask", GetBacklogTask$) {
|
|
2977
2757
|
}
|
|
2978
2758
|
|
|
2979
|
-
class GetOperatorAppCommand extends
|
|
2980
|
-
.classBuilder()
|
|
2981
|
-
.ep(commonParams)
|
|
2982
|
-
.m(function (Command, cs, config, o) {
|
|
2983
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2984
|
-
})
|
|
2985
|
-
.s("DevOpsAgent", "GetOperatorApp", {})
|
|
2986
|
-
.n("DevOpsAgentClient", "GetOperatorAppCommand")
|
|
2987
|
-
.sc(GetOperatorApp$)
|
|
2988
|
-
.build() {
|
|
2759
|
+
class GetOperatorAppCommand extends command(_ep0, _mw0, "GetOperatorApp", GetOperatorApp$) {
|
|
2989
2760
|
}
|
|
2990
2761
|
|
|
2991
|
-
class GetRecommendationCommand extends
|
|
2992
|
-
.classBuilder()
|
|
2993
|
-
.ep(commonParams)
|
|
2994
|
-
.m(function (Command, cs, config, o) {
|
|
2995
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2996
|
-
})
|
|
2997
|
-
.s("DevOpsAgent", "GetRecommendation", {})
|
|
2998
|
-
.n("DevOpsAgentClient", "GetRecommendationCommand")
|
|
2999
|
-
.sc(GetRecommendation$)
|
|
3000
|
-
.build() {
|
|
2762
|
+
class GetRecommendationCommand extends command(_ep0, _mw0, "GetRecommendation", GetRecommendation$) {
|
|
3001
2763
|
}
|
|
3002
2764
|
|
|
3003
|
-
class GetServiceCommand extends
|
|
3004
|
-
.classBuilder()
|
|
3005
|
-
.ep(commonParams)
|
|
3006
|
-
.m(function (Command, cs, config, o) {
|
|
3007
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3008
|
-
})
|
|
3009
|
-
.s("DevOpsAgent", "GetService", {})
|
|
3010
|
-
.n("DevOpsAgentClient", "GetServiceCommand")
|
|
3011
|
-
.sc(GetService$)
|
|
3012
|
-
.build() {
|
|
2765
|
+
class GetServiceCommand extends command(_ep0, _mw0, "GetService", GetService$) {
|
|
3013
2766
|
}
|
|
3014
2767
|
|
|
3015
|
-
class GetTriggerCommand extends
|
|
3016
|
-
.classBuilder()
|
|
3017
|
-
.ep(commonParams)
|
|
3018
|
-
.m(function (Command, cs, config, o) {
|
|
3019
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3020
|
-
})
|
|
3021
|
-
.s("DevOpsAgent", "GetTrigger", {})
|
|
3022
|
-
.n("DevOpsAgentClient", "GetTriggerCommand")
|
|
3023
|
-
.sc(GetTrigger$)
|
|
3024
|
-
.build() {
|
|
2768
|
+
class GetTriggerCommand extends command(_ep0, _mw0, "GetTrigger", GetTrigger$) {
|
|
3025
2769
|
}
|
|
3026
2770
|
|
|
3027
|
-
class ListAgentSpacesCommand extends
|
|
3028
|
-
.classBuilder()
|
|
3029
|
-
.ep(commonParams)
|
|
3030
|
-
.m(function (Command, cs, config, o) {
|
|
3031
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3032
|
-
})
|
|
3033
|
-
.s("DevOpsAgent", "ListAgentSpaces", {})
|
|
3034
|
-
.n("DevOpsAgentClient", "ListAgentSpacesCommand")
|
|
3035
|
-
.sc(ListAgentSpaces$)
|
|
3036
|
-
.build() {
|
|
2771
|
+
class ListAgentSpacesCommand extends command(_ep0, _mw0, "ListAgentSpaces", ListAgentSpaces$) {
|
|
3037
2772
|
}
|
|
3038
2773
|
|
|
3039
|
-
class ListAssetFilesCommand extends
|
|
3040
|
-
.classBuilder()
|
|
3041
|
-
.ep(commonParams)
|
|
3042
|
-
.m(function (Command, cs, config, o) {
|
|
3043
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3044
|
-
})
|
|
3045
|
-
.s("DevOpsAgent", "ListAssetFiles", {})
|
|
3046
|
-
.n("DevOpsAgentClient", "ListAssetFilesCommand")
|
|
3047
|
-
.sc(ListAssetFiles$)
|
|
3048
|
-
.build() {
|
|
2774
|
+
class ListAssetFilesCommand extends command(_ep0, _mw0, "ListAssetFiles", ListAssetFiles$) {
|
|
3049
2775
|
}
|
|
3050
2776
|
|
|
3051
|
-
class ListAssetsCommand extends
|
|
3052
|
-
.classBuilder()
|
|
3053
|
-
.ep(commonParams)
|
|
3054
|
-
.m(function (Command, cs, config, o) {
|
|
3055
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3056
|
-
})
|
|
3057
|
-
.s("DevOpsAgent", "ListAssets", {})
|
|
3058
|
-
.n("DevOpsAgentClient", "ListAssetsCommand")
|
|
3059
|
-
.sc(ListAssets$)
|
|
3060
|
-
.build() {
|
|
2777
|
+
class ListAssetsCommand extends command(_ep0, _mw0, "ListAssets", ListAssets$) {
|
|
3061
2778
|
}
|
|
3062
2779
|
|
|
3063
|
-
class ListAssetTypesCommand extends
|
|
3064
|
-
.classBuilder()
|
|
3065
|
-
.ep(commonParams)
|
|
3066
|
-
.m(function (Command, cs, config, o) {
|
|
3067
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3068
|
-
})
|
|
3069
|
-
.s("DevOpsAgent", "ListAssetTypes", {})
|
|
3070
|
-
.n("DevOpsAgentClient", "ListAssetTypesCommand")
|
|
3071
|
-
.sc(ListAssetTypes$)
|
|
3072
|
-
.build() {
|
|
2780
|
+
class ListAssetTypesCommand extends command(_ep0, _mw0, "ListAssetTypes", ListAssetTypes$) {
|
|
3073
2781
|
}
|
|
3074
2782
|
|
|
3075
|
-
class ListAssetVersionsCommand extends
|
|
3076
|
-
.classBuilder()
|
|
3077
|
-
.ep(commonParams)
|
|
3078
|
-
.m(function (Command, cs, config, o) {
|
|
3079
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3080
|
-
})
|
|
3081
|
-
.s("DevOpsAgent", "ListAssetVersions", {})
|
|
3082
|
-
.n("DevOpsAgentClient", "ListAssetVersionsCommand")
|
|
3083
|
-
.sc(ListAssetVersions$)
|
|
3084
|
-
.build() {
|
|
2783
|
+
class ListAssetVersionsCommand extends command(_ep0, _mw0, "ListAssetVersions", ListAssetVersions$) {
|
|
3085
2784
|
}
|
|
3086
2785
|
|
|
3087
|
-
class ListAssociationsCommand extends
|
|
3088
|
-
.classBuilder()
|
|
3089
|
-
.ep(commonParams)
|
|
3090
|
-
.m(function (Command, cs, config, o) {
|
|
3091
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3092
|
-
})
|
|
3093
|
-
.s("DevOpsAgent", "ListAssociations", {})
|
|
3094
|
-
.n("DevOpsAgentClient", "ListAssociationsCommand")
|
|
3095
|
-
.sc(ListAssociations$)
|
|
3096
|
-
.build() {
|
|
2786
|
+
class ListAssociationsCommand extends command(_ep0, _mw0, "ListAssociations", ListAssociations$) {
|
|
3097
2787
|
}
|
|
3098
2788
|
|
|
3099
|
-
class ListBacklogTasksCommand extends
|
|
3100
|
-
.classBuilder()
|
|
3101
|
-
.ep(commonParams)
|
|
3102
|
-
.m(function (Command, cs, config, o) {
|
|
3103
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3104
|
-
})
|
|
3105
|
-
.s("DevOpsAgent", "ListBacklogTasks", {})
|
|
3106
|
-
.n("DevOpsAgentClient", "ListBacklogTasksCommand")
|
|
3107
|
-
.sc(ListBacklogTasks$)
|
|
3108
|
-
.build() {
|
|
2789
|
+
class ListBacklogTasksCommand extends command(_ep0, _mw0, "ListBacklogTasks", ListBacklogTasks$) {
|
|
3109
2790
|
}
|
|
3110
2791
|
|
|
3111
|
-
class ListChatsCommand extends
|
|
3112
|
-
.classBuilder()
|
|
3113
|
-
.ep(commonParams)
|
|
3114
|
-
.m(function (Command, cs, config, o) {
|
|
3115
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3116
|
-
})
|
|
3117
|
-
.s("DevOpsAgent", "ListChats", {})
|
|
3118
|
-
.n("DevOpsAgentClient", "ListChatsCommand")
|
|
3119
|
-
.sc(ListChats$)
|
|
3120
|
-
.build() {
|
|
2792
|
+
class ListChatsCommand extends command(_ep0, _mw0, "ListChats", ListChats$) {
|
|
3121
2793
|
}
|
|
3122
2794
|
|
|
3123
|
-
class ListExecutionsCommand extends
|
|
3124
|
-
.classBuilder()
|
|
3125
|
-
.ep(commonParams)
|
|
3126
|
-
.m(function (Command, cs, config, o) {
|
|
3127
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3128
|
-
})
|
|
3129
|
-
.s("DevOpsAgent", "ListExecutions", {})
|
|
3130
|
-
.n("DevOpsAgentClient", "ListExecutionsCommand")
|
|
3131
|
-
.sc(ListExecutions$)
|
|
3132
|
-
.build() {
|
|
2795
|
+
class ListExecutionsCommand extends command(_ep0, _mw0, "ListExecutions", ListExecutions$) {
|
|
3133
2796
|
}
|
|
3134
2797
|
|
|
3135
|
-
class ListGoalsCommand extends
|
|
3136
|
-
.classBuilder()
|
|
3137
|
-
.ep(commonParams)
|
|
3138
|
-
.m(function (Command, cs, config, o) {
|
|
3139
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3140
|
-
})
|
|
3141
|
-
.s("DevOpsAgent", "ListGoals", {})
|
|
3142
|
-
.n("DevOpsAgentClient", "ListGoalsCommand")
|
|
3143
|
-
.sc(ListGoals$)
|
|
3144
|
-
.build() {
|
|
2798
|
+
class ListGoalsCommand extends command(_ep0, _mw0, "ListGoals", ListGoals$) {
|
|
3145
2799
|
}
|
|
3146
2800
|
|
|
3147
|
-
class ListJournalRecordsCommand extends
|
|
3148
|
-
.classBuilder()
|
|
3149
|
-
.ep(commonParams)
|
|
3150
|
-
.m(function (Command, cs, config, o) {
|
|
3151
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3152
|
-
})
|
|
3153
|
-
.s("DevOpsAgent", "ListJournalRecords", {})
|
|
3154
|
-
.n("DevOpsAgentClient", "ListJournalRecordsCommand")
|
|
3155
|
-
.sc(ListJournalRecords$)
|
|
3156
|
-
.build() {
|
|
2801
|
+
class ListJournalRecordsCommand extends command(_ep0, _mw0, "ListJournalRecords", ListJournalRecords$) {
|
|
3157
2802
|
}
|
|
3158
2803
|
|
|
3159
|
-
class ListPendingMessagesCommand extends
|
|
3160
|
-
.classBuilder()
|
|
3161
|
-
.ep(commonParams)
|
|
3162
|
-
.m(function (Command, cs, config, o) {
|
|
3163
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3164
|
-
})
|
|
3165
|
-
.s("DevOpsAgent", "ListPendingMessages", {})
|
|
3166
|
-
.n("DevOpsAgentClient", "ListPendingMessagesCommand")
|
|
3167
|
-
.sc(ListPendingMessages$)
|
|
3168
|
-
.build() {
|
|
2804
|
+
class ListPendingMessagesCommand extends command(_ep0, _mw0, "ListPendingMessages", ListPendingMessages$) {
|
|
3169
2805
|
}
|
|
3170
2806
|
|
|
3171
|
-
class ListPrivateConnectionsCommand extends
|
|
3172
|
-
.classBuilder()
|
|
3173
|
-
.ep(commonParams)
|
|
3174
|
-
.m(function (Command, cs, config, o) {
|
|
3175
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3176
|
-
})
|
|
3177
|
-
.s("DevOpsAgent", "ListPrivateConnections", {})
|
|
3178
|
-
.n("DevOpsAgentClient", "ListPrivateConnectionsCommand")
|
|
3179
|
-
.sc(ListPrivateConnections$)
|
|
3180
|
-
.build() {
|
|
2807
|
+
class ListPrivateConnectionsCommand extends command(_ep0, _mw0, "ListPrivateConnections", ListPrivateConnections$) {
|
|
3181
2808
|
}
|
|
3182
2809
|
|
|
3183
|
-
class ListRecommendationsCommand extends
|
|
3184
|
-
.classBuilder()
|
|
3185
|
-
.ep(commonParams)
|
|
3186
|
-
.m(function (Command, cs, config, o) {
|
|
3187
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3188
|
-
})
|
|
3189
|
-
.s("DevOpsAgent", "ListRecommendations", {})
|
|
3190
|
-
.n("DevOpsAgentClient", "ListRecommendationsCommand")
|
|
3191
|
-
.sc(ListRecommendations$)
|
|
3192
|
-
.build() {
|
|
2810
|
+
class ListRecommendationsCommand extends command(_ep0, _mw0, "ListRecommendations", ListRecommendations$) {
|
|
3193
2811
|
}
|
|
3194
2812
|
|
|
3195
|
-
class ListServicesCommand extends
|
|
3196
|
-
.classBuilder()
|
|
3197
|
-
.ep(commonParams)
|
|
3198
|
-
.m(function (Command, cs, config, o) {
|
|
3199
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3200
|
-
})
|
|
3201
|
-
.s("DevOpsAgent", "ListServices", {})
|
|
3202
|
-
.n("DevOpsAgentClient", "ListServicesCommand")
|
|
3203
|
-
.sc(ListServices$)
|
|
3204
|
-
.build() {
|
|
2813
|
+
class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
3205
2814
|
}
|
|
3206
2815
|
|
|
3207
|
-
class ListTagsForResourceCommand extends
|
|
3208
|
-
.classBuilder()
|
|
3209
|
-
.ep(commonParams)
|
|
3210
|
-
.m(function (Command, cs, config, o) {
|
|
3211
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3212
|
-
})
|
|
3213
|
-
.s("DevOpsAgent", "ListTagsForResource", {})
|
|
3214
|
-
.n("DevOpsAgentClient", "ListTagsForResourceCommand")
|
|
3215
|
-
.sc(ListTagsForResource$)
|
|
3216
|
-
.build() {
|
|
2816
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3217
2817
|
}
|
|
3218
2818
|
|
|
3219
|
-
class ListTriggersCommand extends
|
|
3220
|
-
.classBuilder()
|
|
3221
|
-
.ep(commonParams)
|
|
3222
|
-
.m(function (Command, cs, config, o) {
|
|
3223
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3224
|
-
})
|
|
3225
|
-
.s("DevOpsAgent", "ListTriggers", {})
|
|
3226
|
-
.n("DevOpsAgentClient", "ListTriggersCommand")
|
|
3227
|
-
.sc(ListTriggers$)
|
|
3228
|
-
.build() {
|
|
2819
|
+
class ListTriggersCommand extends command(_ep0, _mw0, "ListTriggers", ListTriggers$) {
|
|
3229
2820
|
}
|
|
3230
2821
|
|
|
3231
|
-
class ListWebhooksCommand extends
|
|
3232
|
-
.classBuilder()
|
|
3233
|
-
.ep(commonParams)
|
|
3234
|
-
.m(function (Command, cs, config, o) {
|
|
3235
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3236
|
-
})
|
|
3237
|
-
.s("DevOpsAgent", "ListWebhooks", {})
|
|
3238
|
-
.n("DevOpsAgentClient", "ListWebhooksCommand")
|
|
3239
|
-
.sc(ListWebhooks$)
|
|
3240
|
-
.build() {
|
|
2822
|
+
class ListWebhooksCommand extends command(_ep0, _mw0, "ListWebhooks", ListWebhooks$) {
|
|
3241
2823
|
}
|
|
3242
2824
|
|
|
3243
|
-
class RegisterServiceCommand extends
|
|
3244
|
-
.classBuilder()
|
|
3245
|
-
.ep(commonParams)
|
|
3246
|
-
.m(function (Command, cs, config, o) {
|
|
3247
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3248
|
-
})
|
|
3249
|
-
.s("DevOpsAgent", "RegisterService", {})
|
|
3250
|
-
.n("DevOpsAgentClient", "RegisterServiceCommand")
|
|
3251
|
-
.sc(RegisterService$)
|
|
3252
|
-
.build() {
|
|
2825
|
+
class RegisterServiceCommand extends command(_ep0, _mw0, "RegisterService", RegisterService$) {
|
|
3253
2826
|
}
|
|
3254
2827
|
|
|
3255
|
-
class SendMessageCommand extends
|
|
3256
|
-
.classBuilder()
|
|
3257
|
-
.ep(commonParams)
|
|
3258
|
-
.m(function (Command, cs, config, o) {
|
|
3259
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3260
|
-
})
|
|
3261
|
-
.s("DevOpsAgent", "SendMessage", {
|
|
3262
|
-
eventStream: {
|
|
3263
|
-
output: true,
|
|
3264
|
-
},
|
|
3265
|
-
})
|
|
3266
|
-
.n("DevOpsAgentClient", "SendMessageCommand")
|
|
3267
|
-
.sc(SendMessage$)
|
|
3268
|
-
.build() {
|
|
2828
|
+
class SendMessageCommand extends command(_ep0, _mw0, "SendMessage", SendMessage$) {
|
|
3269
2829
|
}
|
|
3270
2830
|
|
|
3271
|
-
class TagResourceCommand extends
|
|
3272
|
-
.classBuilder()
|
|
3273
|
-
.ep(commonParams)
|
|
3274
|
-
.m(function (Command, cs, config, o) {
|
|
3275
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3276
|
-
})
|
|
3277
|
-
.s("DevOpsAgent", "TagResource", {})
|
|
3278
|
-
.n("DevOpsAgentClient", "TagResourceCommand")
|
|
3279
|
-
.sc(TagResource$)
|
|
3280
|
-
.build() {
|
|
2831
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
3281
2832
|
}
|
|
3282
2833
|
|
|
3283
|
-
class UntagResourceCommand extends
|
|
3284
|
-
.classBuilder()
|
|
3285
|
-
.ep(commonParams)
|
|
3286
|
-
.m(function (Command, cs, config, o) {
|
|
3287
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3288
|
-
})
|
|
3289
|
-
.s("DevOpsAgent", "UntagResource", {})
|
|
3290
|
-
.n("DevOpsAgentClient", "UntagResourceCommand")
|
|
3291
|
-
.sc(UntagResource$)
|
|
3292
|
-
.build() {
|
|
2834
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
3293
2835
|
}
|
|
3294
2836
|
|
|
3295
|
-
class UpdateAgentSpaceCommand extends
|
|
3296
|
-
.classBuilder()
|
|
3297
|
-
.ep(commonParams)
|
|
3298
|
-
.m(function (Command, cs, config, o) {
|
|
3299
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3300
|
-
})
|
|
3301
|
-
.s("DevOpsAgent", "UpdateAgentSpace", {})
|
|
3302
|
-
.n("DevOpsAgentClient", "UpdateAgentSpaceCommand")
|
|
3303
|
-
.sc(UpdateAgentSpace$)
|
|
3304
|
-
.build() {
|
|
2837
|
+
class UpdateAgentSpaceCommand extends command(_ep0, _mw0, "UpdateAgentSpace", UpdateAgentSpace$) {
|
|
3305
2838
|
}
|
|
3306
2839
|
|
|
3307
|
-
class UpdateAssetCommand extends
|
|
3308
|
-
.classBuilder()
|
|
3309
|
-
.ep(commonParams)
|
|
3310
|
-
.m(function (Command, cs, config, o) {
|
|
3311
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3312
|
-
})
|
|
3313
|
-
.s("DevOpsAgent", "UpdateAsset", {})
|
|
3314
|
-
.n("DevOpsAgentClient", "UpdateAssetCommand")
|
|
3315
|
-
.sc(UpdateAsset$)
|
|
3316
|
-
.build() {
|
|
2840
|
+
class UpdateAssetCommand extends command(_ep0, _mw0, "UpdateAsset", UpdateAsset$) {
|
|
3317
2841
|
}
|
|
3318
2842
|
|
|
3319
|
-
class UpdateAssetFileCommand extends
|
|
3320
|
-
.classBuilder()
|
|
3321
|
-
.ep(commonParams)
|
|
3322
|
-
.m(function (Command, cs, config, o) {
|
|
3323
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3324
|
-
})
|
|
3325
|
-
.s("DevOpsAgent", "UpdateAssetFile", {})
|
|
3326
|
-
.n("DevOpsAgentClient", "UpdateAssetFileCommand")
|
|
3327
|
-
.sc(UpdateAssetFile$)
|
|
3328
|
-
.build() {
|
|
2843
|
+
class UpdateAssetFileCommand extends command(_ep0, _mw0, "UpdateAssetFile", UpdateAssetFile$) {
|
|
3329
2844
|
}
|
|
3330
2845
|
|
|
3331
|
-
class UpdateAssociationCommand extends
|
|
3332
|
-
.classBuilder()
|
|
3333
|
-
.ep(commonParams)
|
|
3334
|
-
.m(function (Command, cs, config, o) {
|
|
3335
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3336
|
-
})
|
|
3337
|
-
.s("DevOpsAgent", "UpdateAssociation", {})
|
|
3338
|
-
.n("DevOpsAgentClient", "UpdateAssociationCommand")
|
|
3339
|
-
.sc(UpdateAssociation$)
|
|
3340
|
-
.build() {
|
|
2846
|
+
class UpdateAssociationCommand extends command(_ep0, _mw0, "UpdateAssociation", UpdateAssociation$) {
|
|
3341
2847
|
}
|
|
3342
2848
|
|
|
3343
|
-
class UpdateBacklogTaskCommand extends
|
|
3344
|
-
.classBuilder()
|
|
3345
|
-
.ep(commonParams)
|
|
3346
|
-
.m(function (Command, cs, config, o) {
|
|
3347
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3348
|
-
})
|
|
3349
|
-
.s("DevOpsAgent", "UpdateBacklogTask", {})
|
|
3350
|
-
.n("DevOpsAgentClient", "UpdateBacklogTaskCommand")
|
|
3351
|
-
.sc(UpdateBacklogTask$)
|
|
3352
|
-
.build() {
|
|
2849
|
+
class UpdateBacklogTaskCommand extends command(_ep0, _mw0, "UpdateBacklogTask", UpdateBacklogTask$) {
|
|
3353
2850
|
}
|
|
3354
2851
|
|
|
3355
|
-
class UpdateGoalCommand extends
|
|
3356
|
-
.classBuilder()
|
|
3357
|
-
.ep(commonParams)
|
|
3358
|
-
.m(function (Command, cs, config, o) {
|
|
3359
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3360
|
-
})
|
|
3361
|
-
.s("DevOpsAgent", "UpdateGoal", {})
|
|
3362
|
-
.n("DevOpsAgentClient", "UpdateGoalCommand")
|
|
3363
|
-
.sc(UpdateGoal$)
|
|
3364
|
-
.build() {
|
|
2852
|
+
class UpdateGoalCommand extends command(_ep0, _mw0, "UpdateGoal", UpdateGoal$) {
|
|
3365
2853
|
}
|
|
3366
2854
|
|
|
3367
|
-
class UpdateOperatorAppIdpConfigCommand extends
|
|
3368
|
-
.classBuilder()
|
|
3369
|
-
.ep(commonParams)
|
|
3370
|
-
.m(function (Command, cs, config, o) {
|
|
3371
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3372
|
-
})
|
|
3373
|
-
.s("DevOpsAgent", "UpdateOperatorAppIdpConfig", {})
|
|
3374
|
-
.n("DevOpsAgentClient", "UpdateOperatorAppIdpConfigCommand")
|
|
3375
|
-
.sc(UpdateOperatorAppIdpConfig$)
|
|
3376
|
-
.build() {
|
|
2855
|
+
class UpdateOperatorAppIdpConfigCommand extends command(_ep0, _mw0, "UpdateOperatorAppIdpConfig", UpdateOperatorAppIdpConfig$) {
|
|
3377
2856
|
}
|
|
3378
2857
|
|
|
3379
|
-
class UpdatePrivateConnectionCertificateCommand extends
|
|
3380
|
-
.classBuilder()
|
|
3381
|
-
.ep(commonParams)
|
|
3382
|
-
.m(function (Command, cs, config, o) {
|
|
3383
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3384
|
-
})
|
|
3385
|
-
.s("DevOpsAgent", "UpdatePrivateConnectionCertificate", {})
|
|
3386
|
-
.n("DevOpsAgentClient", "UpdatePrivateConnectionCertificateCommand")
|
|
3387
|
-
.sc(UpdatePrivateConnectionCertificate$)
|
|
3388
|
-
.build() {
|
|
2858
|
+
class UpdatePrivateConnectionCertificateCommand extends command(_ep0, _mw0, "UpdatePrivateConnectionCertificate", UpdatePrivateConnectionCertificate$) {
|
|
3389
2859
|
}
|
|
3390
2860
|
|
|
3391
|
-
class UpdateRecommendationCommand extends
|
|
3392
|
-
.classBuilder()
|
|
3393
|
-
.ep(commonParams)
|
|
3394
|
-
.m(function (Command, cs, config, o) {
|
|
3395
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3396
|
-
})
|
|
3397
|
-
.s("DevOpsAgent", "UpdateRecommendation", {})
|
|
3398
|
-
.n("DevOpsAgentClient", "UpdateRecommendationCommand")
|
|
3399
|
-
.sc(UpdateRecommendation$)
|
|
3400
|
-
.build() {
|
|
2861
|
+
class UpdateRecommendationCommand extends command(_ep0, _mw0, "UpdateRecommendation", UpdateRecommendation$) {
|
|
3401
2862
|
}
|
|
3402
2863
|
|
|
3403
|
-
class UpdateTriggerCommand extends
|
|
3404
|
-
.classBuilder()
|
|
3405
|
-
.ep(commonParams)
|
|
3406
|
-
.m(function (Command, cs, config, o) {
|
|
3407
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3408
|
-
})
|
|
3409
|
-
.s("DevOpsAgent", "UpdateTrigger", {})
|
|
3410
|
-
.n("DevOpsAgentClient", "UpdateTriggerCommand")
|
|
3411
|
-
.sc(UpdateTrigger$)
|
|
3412
|
-
.build() {
|
|
2864
|
+
class UpdateTriggerCommand extends command(_ep0, _mw0, "UpdateTrigger", UpdateTrigger$) {
|
|
3413
2865
|
}
|
|
3414
2866
|
|
|
3415
|
-
class ValidateAwsAssociationsCommand extends
|
|
3416
|
-
.classBuilder()
|
|
3417
|
-
.ep(commonParams)
|
|
3418
|
-
.m(function (Command, cs, config, o) {
|
|
3419
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3420
|
-
})
|
|
3421
|
-
.s("DevOpsAgent", "ValidateAwsAssociations", {})
|
|
3422
|
-
.n("DevOpsAgentClient", "ValidateAwsAssociationsCommand")
|
|
3423
|
-
.sc(ValidateAwsAssociations$)
|
|
3424
|
-
.build() {
|
|
2867
|
+
class ValidateAwsAssociationsCommand extends command(_ep0, _mw0, "ValidateAwsAssociations", ValidateAwsAssociations$) {
|
|
3425
2868
|
}
|
|
3426
2869
|
|
|
3427
2870
|
const paginateListAgentSpaces = createPaginator(DevOpsAgentClient, ListAgentSpacesCommand, "nextToken", "nextToken", "maxResults");
|