@aws-sdk/client-devops-agent 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/dist-cjs/index.js +73 -629
  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-es/runtimeConfig.browser.js +0 -2
  67. package/dist-es/runtimeConfig.js +1 -2
  68. package/dist-es/runtimeConfig.native.js +0 -2
  69. package/dist-es/runtimeConfig.shared.js +2 -0
  70. package/dist-types/commandBuilder.d.ts +18 -0
  71. package/dist-types/commands/AssociateServiceCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateAgentSpaceCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateAssetCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateAssetFileCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateBacklogTaskCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateChatCommand.d.ts +3 -8
  77. package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateTriggerCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteAssetCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteAssetFileCommand.d.ts +3 -8
  82. package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +3 -8
  83. package/dist-types/commands/DeleteTriggerCommand.d.ts +3 -8
  84. package/dist-types/commands/DeregisterServiceCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +3 -8
  86. package/dist-types/commands/DisableOperatorAppCommand.d.ts +3 -8
  87. package/dist-types/commands/DisassociateServiceCommand.d.ts +3 -8
  88. package/dist-types/commands/EnableOperatorAppCommand.d.ts +3 -8
  89. package/dist-types/commands/GetAccountUsageCommand.d.ts +3 -8
  90. package/dist-types/commands/GetAgentSpaceCommand.d.ts +3 -8
  91. package/dist-types/commands/GetAssetCommand.d.ts +3 -8
  92. package/dist-types/commands/GetAssetContentCommand.d.ts +3 -8
  93. package/dist-types/commands/GetAssetFileCommand.d.ts +3 -8
  94. package/dist-types/commands/GetAssociationCommand.d.ts +3 -8
  95. package/dist-types/commands/GetBacklogTaskCommand.d.ts +3 -8
  96. package/dist-types/commands/GetOperatorAppCommand.d.ts +3 -8
  97. package/dist-types/commands/GetRecommendationCommand.d.ts +3 -8
  98. package/dist-types/commands/GetServiceCommand.d.ts +3 -8
  99. package/dist-types/commands/GetTriggerCommand.d.ts +3 -8
  100. package/dist-types/commands/ListAgentSpacesCommand.d.ts +3 -8
  101. package/dist-types/commands/ListAssetFilesCommand.d.ts +3 -8
  102. package/dist-types/commands/ListAssetTypesCommand.d.ts +3 -8
  103. package/dist-types/commands/ListAssetVersionsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListAssetsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListAssociationsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListBacklogTasksCommand.d.ts +3 -8
  107. package/dist-types/commands/ListChatsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListExecutionsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListGoalsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListJournalRecordsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListPendingMessagesCommand.d.ts +3 -8
  112. package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +3 -8
  113. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
  114. package/dist-types/commands/ListServicesCommand.d.ts +3 -8
  115. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  116. package/dist-types/commands/ListTriggersCommand.d.ts +3 -8
  117. package/dist-types/commands/ListWebhooksCommand.d.ts +3 -8
  118. package/dist-types/commands/RegisterServiceCommand.d.ts +3 -8
  119. package/dist-types/commands/SendMessageCommand.d.ts +3 -8
  120. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  121. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +3 -8
  123. package/dist-types/commands/UpdateAssetCommand.d.ts +3 -8
  124. package/dist-types/commands/UpdateAssetFileCommand.d.ts +3 -8
  125. package/dist-types/commands/UpdateAssociationCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateGoalCommand.d.ts +3 -8
  128. package/dist-types/commands/UpdateOperatorAppIdpConfigCommand.d.ts +3 -8
  129. package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +3 -8
  130. package/dist-types/commands/UpdateRecommendationCommand.d.ts +3 -8
  131. package/dist-types/commands/UpdateTriggerCommand.d.ts +3 -8
  132. package/dist-types/commands/ValidateAwsAssociationsCommand.d.ts +3 -8
  133. package/dist-types/index.d.ts +1 -0
  134. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  135. package/dist-types/runtimeConfig.d.ts +1 -1
  136. package/dist-types/runtimeConfig.native.d.ts +1 -1
  137. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  138. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  139. package/dist-types/ts3.4/commands/AssociateServiceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/CreateAssetFileCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/CreateBacklogTaskCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/CreateChatCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DeleteAssetFileCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DeleteTriggerCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DeregisterServiceCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DisableOperatorAppCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DisassociateServiceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/EnableOperatorAppCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetAccountUsageCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetAgentSpaceCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetAssetContentCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetAssetFileCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetAssociationCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/GetBacklogTaskCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/GetOperatorAppCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListAssetFilesCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListAssetVersionsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListAssetsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListBacklogTasksCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListChatsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListGoalsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListJournalRecordsCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListPendingMessagesCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/RegisterServiceCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/UpdateAssetFileCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/UpdateBacklogTaskCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/UpdateGoalCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/UpdateOperatorAppIdpConfigCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/UpdateRecommendationCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/UpdateTriggerCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ValidateAwsAssociationsCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/index.d.ts +1 -0
  202. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  203. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  204. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  205. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  206. package/package.json +8 -10
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateAssetCommandInput extends UpdateAssetRequest {}
12
5
  export interface UpdateAssetCommandOutput
13
6
  extends UpdateAssetResponse,
@@ -18,22 +11,20 @@ declare const UpdateAssetCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateAssetCommandInput,
20
13
  UpdateAssetCommandOutput,
21
- DevOpsAgentClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DevOpsAgentClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateAssetCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateAssetCommandInput,
29
22
  UpdateAssetCommandOutput,
30
- DevOpsAgentClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DevOpsAgentClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UpdateAssetCommand extends UpdateAssetCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import {
9
3
  UpdateAssetFileRequest,
10
4
  UpdateAssetFileResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateAssetFileCommandInput extends UpdateAssetFileRequest {}
15
8
  export interface UpdateAssetFileCommandOutput
16
9
  extends UpdateAssetFileResponse,
@@ -21,22 +14,20 @@ declare const UpdateAssetFileCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateAssetFileCommandInput,
23
16
  UpdateAssetFileCommandOutput,
24
- DevOpsAgentClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DevOpsAgentClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateAssetFileCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateAssetFileCommandInput,
32
25
  UpdateAssetFileCommandOutput,
33
- DevOpsAgentClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DevOpsAgentClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateAssetFileCommand extends UpdateAssetFileCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import {
9
3
  UpdateAssociationInput,
10
4
  UpdateAssociationOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateAssociationCommandInput extends UpdateAssociationInput {}
15
8
  export interface UpdateAssociationCommandOutput
16
9
  extends UpdateAssociationOutput,
@@ -21,22 +14,20 @@ declare const UpdateAssociationCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateAssociationCommandInput,
23
16
  UpdateAssociationCommandOutput,
24
- DevOpsAgentClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DevOpsAgentClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateAssociationCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateAssociationCommandInput,
32
25
  UpdateAssociationCommandOutput,
33
- DevOpsAgentClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DevOpsAgentClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateAssociationCommand extends UpdateAssociationCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import {
9
3
  UpdateBacklogTaskRequest,
10
4
  UpdateBacklogTaskResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateBacklogTaskCommandInput
15
8
  extends UpdateBacklogTaskRequest {}
16
9
  export interface UpdateBacklogTaskCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateBacklogTaskCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateBacklogTaskCommandInput,
24
17
  UpdateBacklogTaskCommandOutput,
25
- DevOpsAgentClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsAgentClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateBacklogTaskCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateBacklogTaskCommandInput,
33
26
  UpdateBacklogTaskCommandOutput,
34
- DevOpsAgentClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsAgentClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateBacklogTaskCommand extends UpdateBacklogTaskCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import { UpdateGoalRequest, UpdateGoalResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateGoalCommandInput extends UpdateGoalRequest {}
12
5
  export interface UpdateGoalCommandOutput
13
6
  extends UpdateGoalResponse,
@@ -18,22 +11,20 @@ declare const UpdateGoalCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateGoalCommandInput,
20
13
  UpdateGoalCommandOutput,
21
- DevOpsAgentClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DevOpsAgentClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateGoalCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateGoalCommandInput,
29
22
  UpdateGoalCommandOutput,
30
- DevOpsAgentClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DevOpsAgentClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UpdateGoalCommand extends UpdateGoalCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import {
9
3
  UpdateOperatorAppIdpConfigInput,
10
4
  UpdateOperatorAppIdpConfigOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateOperatorAppIdpConfigCommandInput
15
8
  extends UpdateOperatorAppIdpConfigInput {}
16
9
  export interface UpdateOperatorAppIdpConfigCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateOperatorAppIdpConfigCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateOperatorAppIdpConfigCommandInput,
24
17
  UpdateOperatorAppIdpConfigCommandOutput,
25
- DevOpsAgentClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsAgentClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateOperatorAppIdpConfigCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateOperatorAppIdpConfigCommandInput,
33
26
  UpdateOperatorAppIdpConfigCommandOutput,
34
- DevOpsAgentClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsAgentClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateOperatorAppIdpConfigCommand extends UpdateOperatorAppIdpConfigCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import {
9
3
  UpdatePrivateConnectionCertificateInput,
10
4
  UpdatePrivateConnectionCertificateOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdatePrivateConnectionCertificateCommandInput
15
8
  extends UpdatePrivateConnectionCertificateInput {}
16
9
  export interface UpdatePrivateConnectionCertificateCommandOutput
@@ -22,22 +15,20 @@ declare const UpdatePrivateConnectionCertificateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdatePrivateConnectionCertificateCommandInput,
24
17
  UpdatePrivateConnectionCertificateCommandOutput,
25
- DevOpsAgentClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsAgentClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdatePrivateConnectionCertificateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdatePrivateConnectionCertificateCommandInput,
33
26
  UpdatePrivateConnectionCertificateCommandOutput,
34
- DevOpsAgentClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsAgentClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdatePrivateConnectionCertificateCommand extends UpdatePrivateConnectionCertificateCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import {
9
3
  UpdateRecommendationRequest,
10
4
  UpdateRecommendationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateRecommendationCommandInput
15
8
  extends UpdateRecommendationRequest {}
16
9
  export interface UpdateRecommendationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateRecommendationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateRecommendationCommandInput,
24
17
  UpdateRecommendationCommandOutput,
25
- DevOpsAgentClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsAgentClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateRecommendationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateRecommendationCommandInput,
33
26
  UpdateRecommendationCommandOutput,
34
- DevOpsAgentClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsAgentClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateRecommendationCommand extends UpdateRecommendationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import {
9
3
  UpdateTriggerRequest,
10
4
  UpdateTriggerResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateTriggerCommandInput extends UpdateTriggerRequest {}
15
8
  export interface UpdateTriggerCommandOutput
16
9
  extends UpdateTriggerResponse,
@@ -21,22 +14,20 @@ declare const UpdateTriggerCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateTriggerCommandInput,
23
16
  UpdateTriggerCommandOutput,
24
- DevOpsAgentClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DevOpsAgentClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateTriggerCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateTriggerCommandInput,
32
25
  UpdateTriggerCommandOutput,
33
- DevOpsAgentClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DevOpsAgentClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateTriggerCommand extends UpdateTriggerCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsAgentClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsAgentClient";
8
2
  import {
9
3
  ValidateAwsAssociationsInput,
10
4
  ValidateAwsAssociationsOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ValidateAwsAssociationsCommandInput
15
8
  extends ValidateAwsAssociationsInput {}
16
9
  export interface ValidateAwsAssociationsCommandOutput
@@ -22,22 +15,20 @@ declare const ValidateAwsAssociationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ValidateAwsAssociationsCommandInput,
24
17
  ValidateAwsAssociationsCommandOutput,
25
- DevOpsAgentClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsAgentClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ValidateAwsAssociationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ValidateAwsAssociationsCommandInput,
33
26
  ValidateAwsAssociationsCommandOutput,
34
- DevOpsAgentClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsAgentClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ValidateAwsAssociationsCommand extends ValidateAwsAssociationsCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { DevOpsAgentExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
21
21
  | import("@smithy/core/protocols").HttpHandler<any>
22
22
  | RequestHandler;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
- sha256: import("@smithy/types").HashConstructor;
25
24
  streamCollector: (
26
25
  stream:
27
26
  | import("stream").Readable
@@ -43,6 +42,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
43
42
  [setting: string]: unknown;
44
43
  };
45
44
  apiVersion: string;
45
+ sha256: import("@smithy/types").HashConstructor;
46
46
  urlParser: import("@smithy/types").UrlParser;
47
47
  base64Decoder: import("@smithy/types").Decoder;
48
48
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -22,7 +22,6 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
22
22
  | RequestHandler
23
23
  | import("@smithy/core/protocols").HttpHandler<any>;
24
24
  retryMode: string | import("@smithy/types").Provider<string>;
25
- sha256: import("@smithy/types").HashConstructor;
26
25
  streamCollector: (
27
26
  stream:
28
27
  | import("stream").Readable
@@ -43,6 +42,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
43
42
  [setting: string]: unknown;
44
43
  };
45
44
  apiVersion: string;
45
+ sha256: import("@smithy/types").HashConstructor;
46
46
  urlParser: import("@smithy/types").UrlParser;
47
47
  base64Decoder: import("@smithy/types").Decoder;
48
48
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -1,7 +1,6 @@
1
1
  import { DevOpsAgentClientConfig } from "./DevOpsAgentClient";
2
2
  export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@smithy/types").HashConstructor;
5
4
  requestHandler:
6
5
  | import("@smithy/types").NodeHttpHandlerOptions
7
6
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
18
17
  [setting: string]: unknown;
19
18
  };
20
19
  apiVersion: string;
20
+ sha256: import("@smithy/types").HashConstructor;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: DevOpsAgentClientConfig) => {
24
24
  defaultNamespace?: string;
25
25
  };
26
26
  serviceId: string;
27
+ sha256: import("@smithy/types").HashConstructor;
27
28
  urlParser: import("@smithy/types").UrlParser;
28
29
  utf8Decoder: import("@smithy/types").Decoder;
29
30
  utf8Encoder: (input: Uint8Array | string) => string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-devops-agent",
3
3
  "description": "AWS SDK for JavaScript Devops Agent Client for Node.js, Browser and React Native",
4
- "version": "3.1076.0",
4
+ "version": "3.1078.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,15 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "5.2.0",
23
- "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.24",
25
- "@aws-sdk/credential-provider-node": "^3.972.59",
26
- "@aws-sdk/types": "^3.973.14",
27
- "@smithy/core": "^3.27.0",
28
- "@smithy/fetch-http-handler": "^5.6.0",
29
- "@smithy/node-http-handler": "^4.9.0",
30
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.26",
23
+ "@aws-sdk/credential-provider-node": "^3.972.61",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
31
29
  "tslib": "^2.6.2"
32
30
  },
33
31
  "devDependencies": {