@aws-sdk/client-codestar-connections 3.478.0 → 3.481.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 (113) hide show
  1. package/dist-cjs/commands/CreateConnectionCommand.js +18 -41
  2. package/dist-cjs/commands/CreateHostCommand.js +18 -41
  3. package/dist-cjs/commands/CreateRepositoryLinkCommand.js +18 -41
  4. package/dist-cjs/commands/CreateSyncConfigurationCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteConnectionCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteHostCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteRepositoryLinkCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteSyncConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/GetConnectionCommand.js +18 -41
  10. package/dist-cjs/commands/GetHostCommand.js +18 -41
  11. package/dist-cjs/commands/GetRepositoryLinkCommand.js +18 -41
  12. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +18 -41
  13. package/dist-cjs/commands/GetResourceSyncStatusCommand.js +18 -41
  14. package/dist-cjs/commands/GetSyncBlockerSummaryCommand.js +18 -41
  15. package/dist-cjs/commands/GetSyncConfigurationCommand.js +18 -41
  16. package/dist-cjs/commands/ListConnectionsCommand.js +18 -41
  17. package/dist-cjs/commands/ListHostsCommand.js +18 -41
  18. package/dist-cjs/commands/ListRepositoryLinksCommand.js +18 -41
  19. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
  20. package/dist-cjs/commands/ListSyncConfigurationsCommand.js +18 -41
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  24. package/dist-cjs/commands/UpdateHostCommand.js +18 -41
  25. package/dist-cjs/commands/UpdateRepositoryLinkCommand.js +18 -41
  26. package/dist-cjs/commands/UpdateSyncBlockerCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateSyncConfigurationCommand.js +18 -41
  28. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  29. package/dist-es/commands/CreateConnectionCommand.js +18 -41
  30. package/dist-es/commands/CreateHostCommand.js +18 -41
  31. package/dist-es/commands/CreateRepositoryLinkCommand.js +18 -41
  32. package/dist-es/commands/CreateSyncConfigurationCommand.js +18 -41
  33. package/dist-es/commands/DeleteConnectionCommand.js +18 -41
  34. package/dist-es/commands/DeleteHostCommand.js +18 -41
  35. package/dist-es/commands/DeleteRepositoryLinkCommand.js +18 -41
  36. package/dist-es/commands/DeleteSyncConfigurationCommand.js +18 -41
  37. package/dist-es/commands/GetConnectionCommand.js +18 -41
  38. package/dist-es/commands/GetHostCommand.js +18 -41
  39. package/dist-es/commands/GetRepositoryLinkCommand.js +18 -41
  40. package/dist-es/commands/GetRepositorySyncStatusCommand.js +18 -41
  41. package/dist-es/commands/GetResourceSyncStatusCommand.js +18 -41
  42. package/dist-es/commands/GetSyncBlockerSummaryCommand.js +18 -41
  43. package/dist-es/commands/GetSyncConfigurationCommand.js +18 -41
  44. package/dist-es/commands/ListConnectionsCommand.js +18 -41
  45. package/dist-es/commands/ListHostsCommand.js +18 -41
  46. package/dist-es/commands/ListRepositoryLinksCommand.js +18 -41
  47. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
  48. package/dist-es/commands/ListSyncConfigurationsCommand.js +18 -41
  49. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  50. package/dist-es/commands/TagResourceCommand.js +18 -41
  51. package/dist-es/commands/UntagResourceCommand.js +18 -41
  52. package/dist-es/commands/UpdateHostCommand.js +18 -41
  53. package/dist-es/commands/UpdateRepositoryLinkCommand.js +18 -41
  54. package/dist-es/commands/UpdateSyncBlockerCommand.js +18 -41
  55. package/dist-es/commands/UpdateSyncConfigurationCommand.js +18 -41
  56. package/dist-es/endpoint/EndpointParameters.js +6 -0
  57. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -21
  58. package/dist-types/commands/CreateHostCommand.d.ts +6 -21
  59. package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteHostCommand.d.ts +6 -21
  63. package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +6 -21
  65. package/dist-types/commands/GetConnectionCommand.d.ts +6 -21
  66. package/dist-types/commands/GetHostCommand.d.ts +6 -21
  67. package/dist-types/commands/GetRepositoryLinkCommand.d.ts +6 -21
  68. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -21
  69. package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +6 -21
  70. package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +6 -21
  71. package/dist-types/commands/GetSyncConfigurationCommand.d.ts +6 -21
  72. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -21
  73. package/dist-types/commands/ListHostsCommand.d.ts +6 -21
  74. package/dist-types/commands/ListRepositoryLinksCommand.d.ts +6 -21
  75. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  80. package/dist-types/commands/UpdateHostCommand.d.ts +6 -21
  81. package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +6 -21
  84. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  85. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +12 -23
  95. package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  113. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateConnectionCommandInput extends CreateConnectionInput {
21
20
  */
22
21
  export interface CreateConnectionCommandOutput extends CreateConnectionOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateConnectionCommand_base: {
24
+ new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so
@@ -76,23 +79,5 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _
76
79
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
77
80
  *
78
81
  */
79
- export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
80
- readonly input: CreateConnectionCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: CreateConnectionCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { CreateHostInput, CreateHostOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateHostCommandInput extends CreateHostInput {
21
20
  */
22
21
  export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateHostCommand_base: {
24
+ new (input: CreateHostCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHostCommandInput, CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a resource that represents the infrastructure where a third-party provider is
@@ -85,23 +88,5 @@ export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBea
85
88
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
86
89
  *
87
90
  */
88
- export declare class CreateHostCommand extends $Command<CreateHostCommandInput, CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
89
- readonly input: CreateHostCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: CreateHostCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostCommandInput, CreateHostCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class CreateHostCommand extends CreateHostCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { CreateRepositoryLinkInput, CreateRepositoryLinkOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateRepositoryLinkCommandInput extends CreateRepositoryLinkIn
21
20
  */
22
21
  export interface CreateRepositoryLinkCommandOutput extends CreateRepositoryLinkOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateRepositoryLinkCommand_base: {
24
+ new (input: CreateRepositoryLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a link to a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.</p>
@@ -89,23 +92,5 @@ export interface CreateRepositoryLinkCommandOutput extends CreateRepositoryLinkO
89
92
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
90
93
  *
91
94
  */
92
- export declare class CreateRepositoryLinkCommand extends $Command<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig> {
93
- readonly input: CreateRepositoryLinkCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: CreateRepositoryLinkCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class CreateRepositoryLinkCommand extends CreateRepositoryLinkCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { CreateSyncConfigurationInput, CreateSyncConfigurationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSyncConfigurationCommandInput extends CreateSyncConfigura
21
20
  */
22
21
  export interface CreateSyncConfigurationCommandOutput extends CreateSyncConfigurationOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateSyncConfigurationCommand_base: {
24
+ new (input: CreateSyncConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a sync configuration which allows Amazon Web Services to sync content from a Git
@@ -89,23 +92,5 @@ export interface CreateSyncConfigurationCommandOutput extends CreateSyncConfigur
89
92
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
90
93
  *
91
94
  */
92
- export declare class CreateSyncConfigurationCommand extends $Command<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig> {
93
- readonly input: CreateSyncConfigurationCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: CreateSyncConfigurationCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class CreateSyncConfigurationCommand extends CreateSyncConfigurationCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { DeleteConnectionInput, DeleteConnectionOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteConnectionCommandInput extends DeleteConnectionInput {
21
20
  */
22
21
  export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteConnectionCommand_base: {
24
+ new (input: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The connection to be deleted.</p>
@@ -52,23 +55,5 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, _
52
55
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
53
56
  *
54
57
  */
55
- export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
56
- readonly input: DeleteConnectionCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: DeleteConnectionCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
74
59
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { DeleteHostInput, DeleteHostOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteHostCommandInput extends DeleteHostInput {
21
20
  */
22
21
  export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteHostCommand_base: {
24
+ new (input: DeleteHostCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostCommandInput, DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.</p>
@@ -58,23 +61,5 @@ export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBea
58
61
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
59
62
  *
60
63
  */
61
- export declare class DeleteHostCommand extends $Command<DeleteHostCommandInput, DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
62
- readonly input: DeleteHostCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: DeleteHostCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostCommandInput, DeleteHostCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class DeleteHostCommand extends DeleteHostCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { DeleteRepositoryLinkInput, DeleteRepositoryLinkOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRepositoryLinkCommandInput extends DeleteRepositoryLinkIn
21
20
  */
22
21
  export interface DeleteRepositoryLinkCommandOutput extends DeleteRepositoryLinkOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteRepositoryLinkCommand_base: {
24
+ new (input: DeleteRepositoryLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the association between your connection and a specified external Git repository.</p>
@@ -73,23 +76,5 @@ export interface DeleteRepositoryLinkCommandOutput extends DeleteRepositoryLinkO
73
76
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteRepositoryLinkCommand extends $Command<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig> {
77
- readonly input: DeleteRepositoryLinkCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteRepositoryLinkCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteRepositoryLinkCommand extends DeleteRepositoryLinkCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { DeleteSyncConfigurationInput, DeleteSyncConfigurationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSyncConfigurationCommandInput extends DeleteSyncConfigura
21
20
  */
22
21
  export interface DeleteSyncConfigurationCommandOutput extends DeleteSyncConfigurationOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSyncConfigurationCommand_base: {
24
+ new (input: DeleteSyncConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the sync configuration for a specified repository and connection.</p>
@@ -68,23 +71,5 @@ export interface DeleteSyncConfigurationCommandOutput extends DeleteSyncConfigur
68
71
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
69
72
  *
70
73
  */
71
- export declare class DeleteSyncConfigurationCommand extends $Command<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig> {
72
- readonly input: DeleteSyncConfigurationCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DeleteSyncConfigurationCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DeleteSyncConfigurationCommand extends DeleteSyncConfigurationCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { GetConnectionInput, GetConnectionOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConnectionCommandInput extends GetConnectionInput {
21
20
  */
22
21
  export interface GetConnectionCommandOutput extends GetConnectionOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetConnectionCommand_base: {
24
+ new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the connection ARN and details such as status, owner, and provider type.</p>
@@ -64,23 +67,5 @@ export interface GetConnectionCommandOutput extends GetConnectionOutput, __Metad
64
67
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
65
68
  *
66
69
  */
67
- export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
68
- readonly input: GetConnectionCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: GetConnectionCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class GetConnectionCommand extends GetConnectionCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { GetHostInput, GetHostOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetHostCommandInput extends GetHostInput {
21
20
  */
22
21
  export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetHostCommand_base: {
24
+ new (input: GetHostCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the host ARN and details such as status, provider type, endpoint, and, if
@@ -71,23 +74,5 @@ export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
71
74
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
72
75
  *
73
76
  */
74
- export declare class GetHostCommand extends $Command<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
75
- readonly input: GetHostCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetHostCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHostCommandInput, GetHostCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetHostCommand extends GetHostCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { GetRepositoryLinkInput, GetRepositoryLinkOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRepositoryLinkCommandInput extends GetRepositoryLinkInput {
21
20
  */
22
21
  export interface GetRepositoryLinkCommandOutput extends GetRepositoryLinkOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetRepositoryLinkCommand_base: {
24
+ new (input: GetRepositoryLinkCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns details about a repository link. A repository link allows Git sync to monitor
@@ -78,23 +81,5 @@ export interface GetRepositoryLinkCommandOutput extends GetRepositoryLinkOutput,
78
81
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
79
82
  *
80
83
  */
81
- export declare class GetRepositoryLinkCommand extends $Command<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig> {
82
- readonly input: GetRepositoryLinkCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetRepositoryLinkCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetRepositoryLinkCommand extends GetRepositoryLinkCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRepositorySyncStatusCommandInput extends GetRepositorySyncSt
21
20
  */
22
21
  export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncStatusOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetRepositorySyncStatusCommand_base: {
24
+ new (input: GetRepositorySyncStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns details about the sync status for a repository. A repository sync uses Git sync
@@ -80,23 +83,5 @@ export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncS
80
83
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
81
84
  *
82
85
  */
83
- export declare class GetRepositorySyncStatusCommand extends $Command<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig> {
84
- readonly input: GetRepositorySyncStatusCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: GetRepositorySyncStatusCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { GetResourceSyncStatusInput, GetResourceSyncStatusOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetResourceSyncStatusCommandInput extends GetResourceSyncStatus
21
20
  */
22
21
  export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatusOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetResourceSyncStatusCommand_base: {
24
+ new (input: GetResourceSyncStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the status of the sync with the Git repository for a specific Amazon Web Services
@@ -133,23 +136,5 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu
133
136
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
134
137
  *
135
138
  */
136
- export declare class GetResourceSyncStatusCommand extends $Command<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig> {
137
- readonly input: GetResourceSyncStatusCommandInput;
138
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
139
- /**
140
- * @public
141
- */
142
- constructor(input: GetResourceSyncStatusCommandInput);
143
- /**
144
- * @internal
145
- */
146
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput>;
147
- /**
148
- * @internal
149
- */
150
- private serialize;
151
- /**
152
- * @internal
153
- */
154
- private deserialize;
139
+ export declare class GetResourceSyncStatusCommand extends GetResourceSyncStatusCommand_base {
155
140
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
5
4
  import { GetSyncBlockerSummaryInput, GetSyncBlockerSummaryOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSyncBlockerSummaryCommandInput extends GetSyncBlockerSummary
21
20
  */
22
21
  export interface GetSyncBlockerSummaryCommandOutput extends GetSyncBlockerSummaryOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetSyncBlockerSummaryCommand_base: {
24
+ new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of the most recent sync blockers.</p>
@@ -87,23 +90,5 @@ export interface GetSyncBlockerSummaryCommandOutput extends GetSyncBlockerSummar
87
90
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
88
91
  *
89
92
  */
90
- export declare class GetSyncBlockerSummaryCommand extends $Command<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput, CodeStarConnectionsClientResolvedConfig> {
91
- readonly input: GetSyncBlockerSummaryCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: GetSyncBlockerSummaryCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class GetSyncBlockerSummaryCommand extends GetSyncBlockerSummaryCommand_base {
109
94
  }