@aws-sdk/client-devops-agent 3.1045.0 → 3.1047.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 (167) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +106 -107
  5. package/dist-cjs/models/DevOpsAgentServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +14 -16
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/DevOpsAgent.js +1 -1
  10. package/dist-es/DevOpsAgentClient.js +6 -6
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateServiceCommand.js +2 -2
  13. package/dist-es/commands/CreateAgentSpaceCommand.js +2 -2
  14. package/dist-es/commands/CreateBacklogTaskCommand.js +2 -2
  15. package/dist-es/commands/CreateChatCommand.js +2 -2
  16. package/dist-es/commands/CreatePrivateConnectionCommand.js +2 -2
  17. package/dist-es/commands/DeleteAgentSpaceCommand.js +2 -2
  18. package/dist-es/commands/DeletePrivateConnectionCommand.js +2 -2
  19. package/dist-es/commands/DeregisterServiceCommand.js +2 -2
  20. package/dist-es/commands/DescribePrivateConnectionCommand.js +2 -2
  21. package/dist-es/commands/DisableOperatorAppCommand.js +2 -2
  22. package/dist-es/commands/DisassociateServiceCommand.js +2 -2
  23. package/dist-es/commands/EnableOperatorAppCommand.js +2 -2
  24. package/dist-es/commands/GetAccountUsageCommand.js +2 -2
  25. package/dist-es/commands/GetAgentSpaceCommand.js +2 -2
  26. package/dist-es/commands/GetAssociationCommand.js +2 -2
  27. package/dist-es/commands/GetBacklogTaskCommand.js +2 -2
  28. package/dist-es/commands/GetOperatorAppCommand.js +2 -2
  29. package/dist-es/commands/GetRecommendationCommand.js +2 -2
  30. package/dist-es/commands/GetServiceCommand.js +2 -2
  31. package/dist-es/commands/ListAgentSpacesCommand.js +2 -2
  32. package/dist-es/commands/ListAssociationsCommand.js +2 -2
  33. package/dist-es/commands/ListBacklogTasksCommand.js +2 -2
  34. package/dist-es/commands/ListChatsCommand.js +2 -2
  35. package/dist-es/commands/ListExecutionsCommand.js +2 -2
  36. package/dist-es/commands/ListGoalsCommand.js +2 -2
  37. package/dist-es/commands/ListJournalRecordsCommand.js +2 -2
  38. package/dist-es/commands/ListPendingMessagesCommand.js +2 -2
  39. package/dist-es/commands/ListPrivateConnectionsCommand.js +2 -2
  40. package/dist-es/commands/ListRecommendationsCommand.js +2 -2
  41. package/dist-es/commands/ListServicesCommand.js +2 -2
  42. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  43. package/dist-es/commands/ListWebhooksCommand.js +2 -2
  44. package/dist-es/commands/RegisterServiceCommand.js +2 -2
  45. package/dist-es/commands/SendMessageCommand.js +2 -2
  46. package/dist-es/commands/TagResourceCommand.js +2 -2
  47. package/dist-es/commands/UntagResourceCommand.js +2 -2
  48. package/dist-es/commands/UpdateAgentSpaceCommand.js +2 -2
  49. package/dist-es/commands/UpdateAssociationCommand.js +2 -2
  50. package/dist-es/commands/UpdateBacklogTaskCommand.js +2 -2
  51. package/dist-es/commands/UpdateGoalCommand.js +2 -2
  52. package/dist-es/commands/UpdateOperatorAppIdpConfigCommand.js +2 -2
  53. package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +2 -2
  54. package/dist-es/commands/UpdateRecommendationCommand.js +2 -2
  55. package/dist-es/commands/ValidateAwsAssociationsCommand.js +2 -2
  56. package/dist-es/endpoint/bdd.js +1 -1
  57. package/dist-es/endpoint/endpointResolver.js +1 -1
  58. package/dist-es/models/DevOpsAgentServiceException.js +1 -1
  59. package/dist-es/runtimeConfig.browser.js +5 -7
  60. package/dist-es/runtimeConfig.js +5 -9
  61. package/dist-es/runtimeConfig.shared.js +3 -4
  62. package/dist-es/runtimeExtensions.js +2 -2
  63. package/dist-types/DevOpsAgentClient.d.ts +6 -6
  64. package/dist-types/commands/AssociateServiceCommand.d.ts +6 -4
  65. package/dist-types/commands/CreateAgentSpaceCommand.d.ts +6 -4
  66. package/dist-types/commands/CreateBacklogTaskCommand.d.ts +6 -4
  67. package/dist-types/commands/CreateChatCommand.d.ts +6 -4
  68. package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +6 -4
  69. package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +6 -4
  70. package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +6 -4
  71. package/dist-types/commands/DeregisterServiceCommand.d.ts +6 -4
  72. package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +6 -4
  73. package/dist-types/commands/DisableOperatorAppCommand.d.ts +6 -4
  74. package/dist-types/commands/DisassociateServiceCommand.d.ts +6 -4
  75. package/dist-types/commands/EnableOperatorAppCommand.d.ts +6 -4
  76. package/dist-types/commands/GetAccountUsageCommand.d.ts +6 -4
  77. package/dist-types/commands/GetAgentSpaceCommand.d.ts +6 -4
  78. package/dist-types/commands/GetAssociationCommand.d.ts +6 -4
  79. package/dist-types/commands/GetBacklogTaskCommand.d.ts +6 -4
  80. package/dist-types/commands/GetOperatorAppCommand.d.ts +6 -4
  81. package/dist-types/commands/GetRecommendationCommand.d.ts +6 -4
  82. package/dist-types/commands/GetServiceCommand.d.ts +6 -4
  83. package/dist-types/commands/ListAgentSpacesCommand.d.ts +6 -4
  84. package/dist-types/commands/ListAssociationsCommand.d.ts +6 -4
  85. package/dist-types/commands/ListBacklogTasksCommand.d.ts +6 -4
  86. package/dist-types/commands/ListChatsCommand.d.ts +6 -4
  87. package/dist-types/commands/ListExecutionsCommand.d.ts +6 -4
  88. package/dist-types/commands/ListGoalsCommand.d.ts +6 -4
  89. package/dist-types/commands/ListJournalRecordsCommand.d.ts +6 -4
  90. package/dist-types/commands/ListPendingMessagesCommand.d.ts +6 -4
  91. package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +6 -4
  92. package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -4
  93. package/dist-types/commands/ListServicesCommand.d.ts +6 -4
  94. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  95. package/dist-types/commands/ListWebhooksCommand.d.ts +6 -4
  96. package/dist-types/commands/RegisterServiceCommand.d.ts +6 -4
  97. package/dist-types/commands/SendMessageCommand.d.ts +6 -4
  98. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  99. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  100. package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +6 -4
  101. package/dist-types/commands/UpdateAssociationCommand.d.ts +6 -4
  102. package/dist-types/commands/UpdateBacklogTaskCommand.d.ts +6 -4
  103. package/dist-types/commands/UpdateGoalCommand.d.ts +6 -4
  104. package/dist-types/commands/UpdateOperatorAppIdpConfigCommand.d.ts +6 -4
  105. package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +6 -4
  106. package/dist-types/commands/UpdateRecommendationCommand.d.ts +6 -4
  107. package/dist-types/commands/ValidateAwsAssociationsCommand.d.ts +6 -4
  108. package/dist-types/endpoint/bdd.d.ts +1 -1
  109. package/dist-types/extensionConfiguration.d.ts +1 -1
  110. package/dist-types/models/DevOpsAgentServiceException.d.ts +1 -1
  111. package/dist-types/models/errors.d.ts +1 -1
  112. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  113. package/dist-types/runtimeConfig.d.ts +2 -2
  114. package/dist-types/runtimeConfig.native.d.ts +2 -2
  115. package/dist-types/ts3.4/DevOpsAgentClient.d.ts +12 -18
  116. package/dist-types/ts3.4/commands/AssociateServiceCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/CreateBacklogTaskCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/CreateChatCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/DeregisterServiceCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/DisableOperatorAppCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/DisassociateServiceCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/EnableOperatorAppCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/GetAccountUsageCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/GetAgentSpaceCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/GetAssociationCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/GetBacklogTaskCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/GetOperatorAppCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/GetServiceCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/ListBacklogTasksCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/ListChatsCommand.d.ts +6 -8
  139. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/ListGoalsCommand.d.ts +6 -8
  141. package/dist-types/ts3.4/commands/ListJournalRecordsCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/ListPendingMessagesCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/RegisterServiceCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/UpdateAssociationCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/UpdateBacklogTaskCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/UpdateGoalCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/UpdateOperatorAppIdpConfigCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/UpdateRecommendationCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/ValidateAwsAssociationsCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  161. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  162. package/dist-types/ts3.4/models/DevOpsAgentServiceException.d.ts +1 -1
  163. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  164. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  165. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  166. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  167. package/package.json +13 -37
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetOperatorAppCommandOutput
15
15
  declare const GetOperatorAppCommand_base: {
16
16
  new (
17
17
  input: GetOperatorAppCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetOperatorAppCommandInput,
20
20
  GetOperatorAppCommandOutput,
21
21
  DevOpsAgentClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetOperatorAppCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetOperatorAppCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetOperatorAppCommandInput,
29
29
  GetOperatorAppCommandOutput,
30
30
  DevOpsAgentClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetOperatorAppCommand extends GetOperatorAppCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetRecommendationCommandOutput
19
19
  declare const GetRecommendationCommand_base: {
20
20
  new (
21
21
  input: GetRecommendationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetRecommendationCommandInput,
24
24
  GetRecommendationCommandOutput,
25
25
  DevOpsAgentClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetRecommendationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetRecommendationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetRecommendationCommandInput,
33
33
  GetRecommendationCommandOutput,
34
34
  DevOpsAgentClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetRecommendationCommand extends GetRecommendationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetServiceCommandOutput
15
15
  declare const GetServiceCommand_base: {
16
16
  new (
17
17
  input: GetServiceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetServiceCommandInput,
20
20
  GetServiceCommandOutput,
21
21
  DevOpsAgentClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetServiceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetServiceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetServiceCommandInput,
29
29
  GetServiceCommandOutput,
30
30
  DevOpsAgentClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetServiceCommand extends GetServiceCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListAgentSpacesCommandOutput
18
18
  declare const ListAgentSpacesCommand_base: {
19
19
  new (
20
20
  input: ListAgentSpacesCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListAgentSpacesCommandInput,
23
23
  ListAgentSpacesCommandOutput,
24
24
  DevOpsAgentClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListAgentSpacesCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListAgentSpacesCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListAgentSpacesCommandInput,
32
32
  ListAgentSpacesCommandOutput,
33
33
  DevOpsAgentClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListAgentSpacesCommand extends ListAgentSpacesCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListAssociationsCommandOutput
18
18
  declare const ListAssociationsCommand_base: {
19
19
  new (
20
20
  input: ListAssociationsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListAssociationsCommandInput,
23
23
  ListAssociationsCommandOutput,
24
24
  DevOpsAgentClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListAssociationsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListAssociationsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListAssociationsCommandInput,
32
32
  ListAssociationsCommandOutput,
33
33
  DevOpsAgentClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListAssociationsCommand extends ListAssociationsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListBacklogTasksCommandOutput
18
18
  declare const ListBacklogTasksCommand_base: {
19
19
  new (
20
20
  input: ListBacklogTasksCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListBacklogTasksCommandInput,
23
23
  ListBacklogTasksCommandOutput,
24
24
  DevOpsAgentClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListBacklogTasksCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListBacklogTasksCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListBacklogTasksCommandInput,
32
32
  ListBacklogTasksCommandOutput,
33
33
  DevOpsAgentClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListBacklogTasksCommand extends ListBacklogTasksCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface ListChatsCommandOutput
13
13
  extends ListChatsResponse,
14
14
  __MetadataBearer {}
15
15
  declare const ListChatsCommand_base: {
16
- new (
17
- input: ListChatsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListChatsCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListChatsCommandInput,
20
18
  ListChatsCommandOutput,
21
19
  DevOpsAgentClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: ListChatsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: ListChatsCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  ListChatsCommandInput,
29
25
  ListChatsCommandOutput,
30
26
  DevOpsAgentClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class ListChatsCommand extends ListChatsCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListExecutionsCommandOutput
18
18
  declare const ListExecutionsCommand_base: {
19
19
  new (
20
20
  input: ListExecutionsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListExecutionsCommandInput,
23
23
  ListExecutionsCommandOutput,
24
24
  DevOpsAgentClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListExecutionsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: ListExecutionsCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListExecutionsCommandInput,
32
32
  ListExecutionsCommandOutput,
33
33
  DevOpsAgentClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface ListGoalsCommandOutput
13
13
  extends ListGoalsResponse,
14
14
  __MetadataBearer {}
15
15
  declare const ListGoalsCommand_base: {
16
- new (
17
- input: ListGoalsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListGoalsCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListGoalsCommandInput,
20
18
  ListGoalsCommandOutput,
21
19
  DevOpsAgentClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: ListGoalsCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: ListGoalsCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  ListGoalsCommandInput,
29
25
  ListGoalsCommandOutput,
30
26
  DevOpsAgentClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class ListGoalsCommand extends ListGoalsCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListJournalRecordsCommandOutput
19
19
  declare const ListJournalRecordsCommand_base: {
20
20
  new (
21
21
  input: ListJournalRecordsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListJournalRecordsCommandInput,
24
24
  ListJournalRecordsCommandOutput,
25
25
  DevOpsAgentClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListJournalRecordsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListJournalRecordsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListJournalRecordsCommandInput,
33
33
  ListJournalRecordsCommandOutput,
34
34
  DevOpsAgentClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListJournalRecordsCommand extends ListJournalRecordsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListPendingMessagesCommandOutput
19
19
  declare const ListPendingMessagesCommand_base: {
20
20
  new (
21
21
  input: ListPendingMessagesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListPendingMessagesCommandInput,
24
24
  ListPendingMessagesCommandOutput,
25
25
  DevOpsAgentClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListPendingMessagesCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListPendingMessagesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListPendingMessagesCommandInput,
33
33
  ListPendingMessagesCommandOutput,
34
34
  DevOpsAgentClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListPendingMessagesCommand extends ListPendingMessagesCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListPrivateConnectionsCommandOutput
19
19
  declare const ListPrivateConnectionsCommand_base: {
20
20
  new (
21
21
  input: ListPrivateConnectionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListPrivateConnectionsCommandInput,
24
24
  ListPrivateConnectionsCommandOutput,
25
25
  DevOpsAgentClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListPrivateConnectionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListPrivateConnectionsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListPrivateConnectionsCommandInput,
33
33
  ListPrivateConnectionsCommandOutput,
34
34
  DevOpsAgentClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListPrivateConnectionsCommand extends ListPrivateConnectionsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListRecommendationsCommandOutput
19
19
  declare const ListRecommendationsCommand_base: {
20
20
  new (
21
21
  input: ListRecommendationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListRecommendationsCommandInput,
24
24
  ListRecommendationsCommandOutput,
25
25
  DevOpsAgentClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListRecommendationsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListRecommendationsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListRecommendationsCommandInput,
33
33
  ListRecommendationsCommandOutput,
34
34
  DevOpsAgentClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListServicesCommandOutput
15
15
  declare const ListServicesCommand_base: {
16
16
  new (
17
17
  input: ListServicesCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListServicesCommandInput,
20
20
  ListServicesCommandOutput,
21
21
  DevOpsAgentClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListServicesCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [ListServicesCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListServicesCommandInput,
29
29
  ListServicesCommandOutput,
30
30
  DevOpsAgentClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListServicesCommand extends ListServicesCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
19
19
  declare const ListTagsForResourceCommand_base: {
20
20
  new (
21
21
  input: ListTagsForResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListTagsForResourceCommandInput,
24
24
  ListTagsForResourceCommandOutput,
25
25
  DevOpsAgentClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListTagsForResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListTagsForResourceCommandInput,
33
33
  ListTagsForResourceCommandOutput,
34
34
  DevOpsAgentClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface ListWebhooksCommandOutput
15
15
  declare const ListWebhooksCommand_base: {
16
16
  new (
17
17
  input: ListWebhooksCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ListWebhooksCommandInput,
20
20
  ListWebhooksCommandOutput,
21
21
  DevOpsAgentClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ListWebhooksCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: ListWebhooksCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ListWebhooksCommandInput,
29
29
  ListWebhooksCommandOutput,
30
30
  DevOpsAgentClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface RegisterServiceCommandOutput
18
18
  declare const RegisterServiceCommand_base: {
19
19
  new (
20
20
  input: RegisterServiceCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  RegisterServiceCommandInput,
23
23
  RegisterServiceCommandOutput,
24
24
  DevOpsAgentClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const RegisterServiceCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: RegisterServiceCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  RegisterServiceCommandInput,
32
32
  RegisterServiceCommandOutput,
33
33
  DevOpsAgentClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class RegisterServiceCommand extends RegisterServiceCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface SendMessageCommandOutput
15
15
  declare const SendMessageCommand_base: {
16
16
  new (
17
17
  input: SendMessageCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  SendMessageCommandInput,
20
20
  SendMessageCommandOutput,
21
21
  DevOpsAgentClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const SendMessageCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: SendMessageCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  SendMessageCommandInput,
29
29
  SendMessageCommandOutput,
30
30
  DevOpsAgentClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class SendMessageCommand extends SendMessageCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DevOpsAgentClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
15
15
  declare const TagResourceCommand_base: {
16
16
  new (
17
17
  input: TagResourceCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  TagResourceCommandInput,
20
20
  TagResourceCommandOutput,
21
21
  DevOpsAgentClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: TagResourceCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  TagResourceCommandInput,
29
29
  TagResourceCommandOutput,
30
30
  DevOpsAgentClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
39
  protected static __types: {