@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
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DevOpsAgentClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { AssociateServiceInput, AssociateServiceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AssociateServiceCommandInput extends AssociateServiceInput {
22
19
  export interface AssociateServiceCommandOutput extends AssociateServiceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateServiceCommand_base: {
25
- new (input: AssociateServiceCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceCommandInput, AssociateServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateServiceCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceCommandInput, AssociateServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateServiceCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceCommandInput, AssociateServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AssociateServiceCommandInput): import("@smithy/core/client").CommandImpl<AssociateServiceCommandInput, AssociateServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a specific service association to an AgentSpace. It overwrites the existing association of the same service. Returns 201 Created on success.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { CreateAgentSpaceInput, CreateAgentSpaceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAgentSpaceCommandInput extends CreateAgentSpaceInput {
22
19
  export interface CreateAgentSpaceCommandOutput extends CreateAgentSpaceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAgentSpaceCommand_base: {
25
- new (input: CreateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentSpaceCommandInput, CreateAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentSpaceCommandInput, CreateAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentSpaceCommandInput, CreateAgentSpaceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentSpaceCommandInput, CreateAgentSpaceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new AgentSpace with the specified name and description. Duplicate space names are allowed.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { CreateAssetRequest, CreateAssetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAssetCommandInput extends CreateAssetRequest {
22
19
  export interface CreateAssetCommandOutput extends CreateAssetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAssetCommand_base: {
25
- new (input: CreateAssetCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetCommandInput, CreateAssetCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAssetCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetCommandInput, CreateAssetCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAssetCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetCommandInput, CreateAssetCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAssetCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetCommandInput, CreateAssetCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new asset in the specified agent space</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { CreateAssetFileRequest, CreateAssetFileResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAssetFileCommandInput extends CreateAssetFileRequest {
22
19
  export interface CreateAssetFileCommandOutput extends CreateAssetFileResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAssetFileCommand_base: {
25
- new (input: CreateAssetFileCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetFileCommandInput, CreateAssetFileCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAssetFileCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetFileCommandInput, CreateAssetFileCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAssetFileCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetFileCommandInput, CreateAssetFileCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAssetFileCommandInput): import("@smithy/core/client").CommandImpl<CreateAssetFileCommandInput, CreateAssetFileCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a file in an asset</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { CreateBacklogTaskRequest, CreateBacklogTaskResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateBacklogTaskCommandInput extends CreateBacklogTaskRequest
22
19
  export interface CreateBacklogTaskCommandOutput extends CreateBacklogTaskResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateBacklogTaskCommand_base: {
25
- new (input: CreateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateBacklogTaskCommandInput, CreateBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateBacklogTaskCommandInput, CreateBacklogTaskCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateBacklogTaskCommandInput, CreateBacklogTaskCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateBacklogTaskCommandInput): import("@smithy/core/client").CommandImpl<CreateBacklogTaskCommandInput, CreateBacklogTaskCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new backlog task in the specified agent space</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { CreateChatRequest, CreateChatResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateChatCommandInput extends CreateChatRequest {
22
19
  export interface CreateChatCommandOutput extends CreateChatResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateChatCommand_base: {
25
- new (input: CreateChatCommandInput): import("@smithy/core/client").CommandImpl<CreateChatCommandInput, CreateChatCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateChatCommandInput): import("@smithy/core/client").CommandImpl<CreateChatCommandInput, CreateChatCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateChatCommandInput): import("@smithy/core/client").CommandImpl<CreateChatCommandInput, CreateChatCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateChatCommandInput): import("@smithy/core/client").CommandImpl<CreateChatCommandInput, CreateChatCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new chat execution in the specified agent space</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { CreatePrivateConnectionInput, CreatePrivateConnectionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreatePrivateConnectionCommandInput extends CreatePrivateConnec
22
19
  export interface CreatePrivateConnectionCommandOutput extends CreatePrivateConnectionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreatePrivateConnectionCommand_base: {
25
- new (input: CreatePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreatePrivateConnectionCommandInput, CreatePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreatePrivateConnectionCommandInput, CreatePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreatePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreatePrivateConnectionCommandInput, CreatePrivateConnectionCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreatePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreatePrivateConnectionCommandInput, CreatePrivateConnectionCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a Private Connection to a target resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { CreateTriggerRequest, CreateTriggerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTriggerCommandInput extends CreateTriggerRequest {
22
19
  export interface CreateTriggerCommandOutput extends CreateTriggerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTriggerCommand_base: {
25
- new (input: CreateTriggerCommandInput): import("@smithy/core/client").CommandImpl<CreateTriggerCommandInput, CreateTriggerCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTriggerCommandInput): import("@smithy/core/client").CommandImpl<CreateTriggerCommandInput, CreateTriggerCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTriggerCommandInput): import("@smithy/core/client").CommandImpl<CreateTriggerCommandInput, CreateTriggerCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTriggerCommandInput): import("@smithy/core/client").CommandImpl<CreateTriggerCommandInput, CreateTriggerCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new Trigger in the specified agent space</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DeleteAgentSpaceInput, DeleteAgentSpaceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAgentSpaceCommandInput extends DeleteAgentSpaceInput {
22
19
  export interface DeleteAgentSpaceCommandOutput extends DeleteAgentSpaceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAgentSpaceCommand_base: {
25
- new (input: DeleteAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAssetCommandInput extends DeleteAssetRequest {
22
19
  export interface DeleteAssetCommandOutput extends DeleteAssetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAssetCommand_base: {
25
- new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAssetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetCommandInput, DeleteAssetCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an asset and all its files from the specified agent space</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DeleteAssetFileRequest, DeleteAssetFileResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAssetFileCommandInput extends DeleteAssetFileRequest {
22
19
  export interface DeleteAssetFileCommandOutput extends DeleteAssetFileResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAssetFileCommand_base: {
25
- new (input: DeleteAssetFileCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetFileCommandInput, DeleteAssetFileCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAssetFileCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetFileCommandInput, DeleteAssetFileCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAssetFileCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetFileCommandInput, DeleteAssetFileCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAssetFileCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssetFileCommandInput, DeleteAssetFileCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a file from an asset</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DeletePrivateConnectionInput, DeletePrivateConnectionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeletePrivateConnectionCommandInput extends DeletePrivateConnec
22
19
  export interface DeletePrivateConnectionCommandOutput extends DeletePrivateConnectionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeletePrivateConnectionCommand_base: {
25
- new (input: DeletePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeletePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeletePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeletePrivateConnectionCommandInput, DeletePrivateConnectionCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Private Connection. The deletion is asynchronous and returns DELETE_IN_PROGRESS status.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTriggerCommandInput extends DeleteTriggerRequest {
22
19
  export interface DeleteTriggerCommandOutput extends DeleteTriggerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTriggerCommand_base: {
25
- new (input: DeleteTriggerCommandInput): import("@smithy/core/client").CommandImpl<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTriggerCommandInput): import("@smithy/core/client").CommandImpl<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTriggerCommandInput): import("@smithy/core/client").CommandImpl<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTriggerCommandInput): import("@smithy/core/client").CommandImpl<DeleteTriggerCommandInput, DeleteTriggerCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Trigger from the specified agent space</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DeregisterServiceInput, DeregisterServiceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeregisterServiceCommandInput extends DeregisterServiceInput {
22
19
  export interface DeregisterServiceCommandOutput extends DeregisterServiceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeregisterServiceCommand_base: {
25
- new (input: DeregisterServiceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterServiceCommandInput, DeregisterServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeregisterServiceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterServiceCommandInput, DeregisterServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeregisterServiceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterServiceCommandInput, DeregisterServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeregisterServiceCommandInput): import("@smithy/core/client").CommandImpl<DeregisterServiceCommandInput, DeregisterServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deregister a service</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DescribePrivateConnectionInput, DescribePrivateConnectionOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribePrivateConnectionCommandInput extends DescribePrivateCo
22
19
  export interface DescribePrivateConnectionCommandOutput extends DescribePrivateConnectionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DescribePrivateConnectionCommand_base: {
25
- new (input: DescribePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribePrivateConnectionCommandInput): import("@smithy/core/client").CommandImpl<DescribePrivateConnectionCommandInput, DescribePrivateConnectionCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves details of an existing Private Connection.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DisableOperatorAppInput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisableOperatorAppCommandInput extends DisableOperatorAppInput
22
19
  export interface DisableOperatorAppCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DisableOperatorAppCommand_base: {
25
- new (input: DisableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<DisableOperatorAppCommandInput, DisableOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<DisableOperatorAppCommandInput, DisableOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<DisableOperatorAppCommandInput, DisableOperatorAppCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<DisableOperatorAppCommandInput, DisableOperatorAppCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disable the Operator App for the specified AgentSpace</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { DisassociateServiceInput, DisassociateServiceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateServiceCommandInput extends DisassociateServiceInpu
22
19
  export interface DisassociateServiceCommandOutput extends DisassociateServiceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateServiceCommand_base: {
25
- new (input: DisassociateServiceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateServiceCommandInput, DisassociateServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateServiceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateServiceCommandInput, DisassociateServiceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateServiceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateServiceCommandInput, DisassociateServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateServiceCommandInput): import("@smithy/core/client").CommandImpl<DisassociateServiceCommandInput, DisassociateServiceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a specific service association from an AgentSpace. This operation is idempotent and returns a 204 No Content response on success.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { EnableOperatorAppInput, EnableOperatorAppOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableOperatorAppCommandInput extends EnableOperatorAppInput {
22
19
  export interface EnableOperatorAppCommandOutput extends EnableOperatorAppOutput, __MetadataBearer {
23
20
  }
24
21
  declare const EnableOperatorAppCommand_base: {
25
- new (input: EnableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<EnableOperatorAppCommandInput, EnableOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<EnableOperatorAppCommandInput, EnableOperatorAppCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<EnableOperatorAppCommandInput, EnableOperatorAppCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableOperatorAppCommandInput): import("@smithy/core/client").CommandImpl<EnableOperatorAppCommandInput, EnableOperatorAppCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Enable the Operator App to access the given AgentSpace</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { GetAccountUsageInput, GetAccountUsageOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAccountUsageCommandInput extends GetAccountUsageInput {
22
19
  export interface GetAccountUsageCommandOutput extends GetAccountUsageOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccountUsageCommand_base: {
25
- new (input: GetAccountUsageCommandInput): import("@smithy/core/client").CommandImpl<GetAccountUsageCommandInput, GetAccountUsageCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountUsageCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountUsageCommandInput, GetAccountUsageCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAccountUsageCommandInput): import("@smithy/core/client").CommandImpl<GetAccountUsageCommandInput, GetAccountUsageCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetAccountUsageCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountUsageCommandInput, GetAccountUsageCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves monthly account usage metrics and limits for the AWS account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsAgentClient";
4
2
  import type { GetAgentSpaceInput, GetAgentSpaceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAgentSpaceCommandInput extends GetAgentSpaceInput {
22
19
  export interface GetAgentSpaceCommandOutput extends GetAgentSpaceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetAgentSpaceCommand_base: {
25
- new (input: GetAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetAgentSpaceCommandInput, GetAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetAgentSpaceCommandInput, GetAgentSpaceCommandOutput, DevOpsAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetAgentSpaceCommandInput, GetAgentSpaceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<GetAgentSpaceCommandInput, GetAgentSpaceCommandOutput, import("..").DevOpsAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves detailed information about a specific AgentSpace.</p>