@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.
Files changed (194) hide show
  1. package/dist-cjs/index.js +70 -627
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateServiceCommand.js +2 -14
  4. package/dist-es/commands/CreateAgentSpaceCommand.js +2 -14
  5. package/dist-es/commands/CreateAssetCommand.js +2 -14
  6. package/dist-es/commands/CreateAssetFileCommand.js +2 -14
  7. package/dist-es/commands/CreateBacklogTaskCommand.js +2 -14
  8. package/dist-es/commands/CreateChatCommand.js +2 -14
  9. package/dist-es/commands/CreatePrivateConnectionCommand.js +2 -14
  10. package/dist-es/commands/CreateTriggerCommand.js +2 -14
  11. package/dist-es/commands/DeleteAgentSpaceCommand.js +2 -14
  12. package/dist-es/commands/DeleteAssetCommand.js +2 -14
  13. package/dist-es/commands/DeleteAssetFileCommand.js +2 -14
  14. package/dist-es/commands/DeletePrivateConnectionCommand.js +2 -14
  15. package/dist-es/commands/DeleteTriggerCommand.js +2 -14
  16. package/dist-es/commands/DeregisterServiceCommand.js +2 -14
  17. package/dist-es/commands/DescribePrivateConnectionCommand.js +2 -14
  18. package/dist-es/commands/DisableOperatorAppCommand.js +2 -14
  19. package/dist-es/commands/DisassociateServiceCommand.js +2 -14
  20. package/dist-es/commands/EnableOperatorAppCommand.js +2 -14
  21. package/dist-es/commands/GetAccountUsageCommand.js +2 -14
  22. package/dist-es/commands/GetAgentSpaceCommand.js +2 -14
  23. package/dist-es/commands/GetAssetCommand.js +2 -14
  24. package/dist-es/commands/GetAssetContentCommand.js +2 -14
  25. package/dist-es/commands/GetAssetFileCommand.js +2 -14
  26. package/dist-es/commands/GetAssociationCommand.js +2 -14
  27. package/dist-es/commands/GetBacklogTaskCommand.js +2 -14
  28. package/dist-es/commands/GetOperatorAppCommand.js +2 -14
  29. package/dist-es/commands/GetRecommendationCommand.js +2 -14
  30. package/dist-es/commands/GetServiceCommand.js +2 -14
  31. package/dist-es/commands/GetTriggerCommand.js +2 -14
  32. package/dist-es/commands/ListAgentSpacesCommand.js +2 -14
  33. package/dist-es/commands/ListAssetFilesCommand.js +2 -14
  34. package/dist-es/commands/ListAssetTypesCommand.js +2 -14
  35. package/dist-es/commands/ListAssetVersionsCommand.js +2 -14
  36. package/dist-es/commands/ListAssetsCommand.js +2 -14
  37. package/dist-es/commands/ListAssociationsCommand.js +2 -14
  38. package/dist-es/commands/ListBacklogTasksCommand.js +2 -14
  39. package/dist-es/commands/ListChatsCommand.js +2 -14
  40. package/dist-es/commands/ListExecutionsCommand.js +2 -14
  41. package/dist-es/commands/ListGoalsCommand.js +2 -14
  42. package/dist-es/commands/ListJournalRecordsCommand.js +2 -14
  43. package/dist-es/commands/ListPendingMessagesCommand.js +2 -14
  44. package/dist-es/commands/ListPrivateConnectionsCommand.js +2 -14
  45. package/dist-es/commands/ListRecommendationsCommand.js +2 -14
  46. package/dist-es/commands/ListServicesCommand.js +2 -14
  47. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  48. package/dist-es/commands/ListTriggersCommand.js +2 -14
  49. package/dist-es/commands/ListWebhooksCommand.js +2 -14
  50. package/dist-es/commands/RegisterServiceCommand.js +2 -14
  51. package/dist-es/commands/SendMessageCommand.js +2 -18
  52. package/dist-es/commands/TagResourceCommand.js +2 -14
  53. package/dist-es/commands/UntagResourceCommand.js +2 -14
  54. package/dist-es/commands/UpdateAgentSpaceCommand.js +2 -14
  55. package/dist-es/commands/UpdateAssetCommand.js +2 -14
  56. package/dist-es/commands/UpdateAssetFileCommand.js +2 -14
  57. package/dist-es/commands/UpdateAssociationCommand.js +2 -14
  58. package/dist-es/commands/UpdateBacklogTaskCommand.js +2 -14
  59. package/dist-es/commands/UpdateGoalCommand.js +2 -14
  60. package/dist-es/commands/UpdateOperatorAppIdpConfigCommand.js +2 -14
  61. package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +2 -14
  62. package/dist-es/commands/UpdateRecommendationCommand.js +2 -14
  63. package/dist-es/commands/UpdateTriggerCommand.js +2 -14
  64. package/dist-es/commands/ValidateAwsAssociationsCommand.js +2 -14
  65. package/dist-es/index.js +1 -0
  66. package/dist-types/commandBuilder.d.ts +18 -0
  67. package/dist-types/commands/AssociateServiceCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateAgentSpaceCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateAssetCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateAssetFileCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateBacklogTaskCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateChatCommand.d.ts +3 -8
  73. package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateTriggerCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteAssetCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteAssetFileCommand.d.ts +3 -8
  78. package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteTriggerCommand.d.ts +3 -8
  80. package/dist-types/commands/DeregisterServiceCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +3 -8
  82. package/dist-types/commands/DisableOperatorAppCommand.d.ts +3 -8
  83. package/dist-types/commands/DisassociateServiceCommand.d.ts +3 -8
  84. package/dist-types/commands/EnableOperatorAppCommand.d.ts +3 -8
  85. package/dist-types/commands/GetAccountUsageCommand.d.ts +3 -8
  86. package/dist-types/commands/GetAgentSpaceCommand.d.ts +3 -8
  87. package/dist-types/commands/GetAssetCommand.d.ts +3 -8
  88. package/dist-types/commands/GetAssetContentCommand.d.ts +3 -8
  89. package/dist-types/commands/GetAssetFileCommand.d.ts +3 -8
  90. package/dist-types/commands/GetAssociationCommand.d.ts +3 -8
  91. package/dist-types/commands/GetBacklogTaskCommand.d.ts +3 -8
  92. package/dist-types/commands/GetOperatorAppCommand.d.ts +3 -8
  93. package/dist-types/commands/GetRecommendationCommand.d.ts +3 -8
  94. package/dist-types/commands/GetServiceCommand.d.ts +3 -8
  95. package/dist-types/commands/GetTriggerCommand.d.ts +3 -8
  96. package/dist-types/commands/ListAgentSpacesCommand.d.ts +3 -8
  97. package/dist-types/commands/ListAssetFilesCommand.d.ts +3 -8
  98. package/dist-types/commands/ListAssetTypesCommand.d.ts +3 -8
  99. package/dist-types/commands/ListAssetVersionsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListAssetsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListAssociationsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListBacklogTasksCommand.d.ts +3 -8
  103. package/dist-types/commands/ListChatsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListExecutionsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListGoalsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListJournalRecordsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListPendingMessagesCommand.d.ts +3 -8
  108. package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  111. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  112. package/dist-types/commands/ListTriggersCommand.d.ts +3 -8
  113. package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
  114. package/dist-types/commands/RegisterServiceCommand.d.ts +3 -8
  115. package/dist-types/commands/SendMessageCommand.d.ts +3 -8
  116. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  117. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  118. package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +3 -8
  119. package/dist-types/commands/UpdateAssetCommand.d.ts +3 -8
  120. package/dist-types/commands/UpdateAssetFileCommand.d.ts +3 -8
  121. package/dist-types/commands/UpdateAssociationCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +3 -8
  123. package/dist-types/commands/UpdateGoalCommand.d.ts +3 -8
  124. package/dist-types/commands/UpdateOperatorAppIdpConfigCommand.d.ts +3 -8
  125. package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateRecommendationCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateTriggerCommand.d.ts +3 -8
  128. package/dist-types/commands/ValidateAwsAssociationsCommand.d.ts +3 -8
  129. package/dist-types/index.d.ts +1 -0
  130. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  131. package/dist-types/ts3.4/commands/AssociateServiceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CreateAssetFileCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateBacklogTaskCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateChatCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteAssetFileCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeregisterServiceCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DisableOperatorAppCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DisassociateServiceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/EnableOperatorAppCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/GetAccountUsageCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/GetAgentSpaceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/GetAssetContentCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetAssetFileCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetAssociationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetBacklogTaskCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetOperatorAppCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListAssetFilesCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListAssetVersionsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListBacklogTasksCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListChatsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListGoalsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListJournalRecordsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListPendingMessagesCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/RegisterServiceCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/UpdateAssetFileCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/UpdateBacklogTaskCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/UpdateGoalCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/UpdateOperatorAppIdpConfigCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UpdateRecommendationCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ValidateAwsAssociationsCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/index.d.ts +1 -0
  194. 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, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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.1076.0";
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
- class AssociateServiceCommand extends Command
2680
- .classBuilder()
2681
- .ep(commonParams)
2682
- .m(function (Command, cs, config, o) {
2683
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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 Command
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");