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