@aws-sdk/client-codestar-connections 3.478.0 → 3.483.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 (117) 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-cjs/models/models_0.js +1 -0
  30. package/dist-es/commands/CreateConnectionCommand.js +18 -41
  31. package/dist-es/commands/CreateHostCommand.js +18 -41
  32. package/dist-es/commands/CreateRepositoryLinkCommand.js +18 -41
  33. package/dist-es/commands/CreateSyncConfigurationCommand.js +18 -41
  34. package/dist-es/commands/DeleteConnectionCommand.js +18 -41
  35. package/dist-es/commands/DeleteHostCommand.js +18 -41
  36. package/dist-es/commands/DeleteRepositoryLinkCommand.js +18 -41
  37. package/dist-es/commands/DeleteSyncConfigurationCommand.js +18 -41
  38. package/dist-es/commands/GetConnectionCommand.js +18 -41
  39. package/dist-es/commands/GetHostCommand.js +18 -41
  40. package/dist-es/commands/GetRepositoryLinkCommand.js +18 -41
  41. package/dist-es/commands/GetRepositorySyncStatusCommand.js +18 -41
  42. package/dist-es/commands/GetResourceSyncStatusCommand.js +18 -41
  43. package/dist-es/commands/GetSyncBlockerSummaryCommand.js +18 -41
  44. package/dist-es/commands/GetSyncConfigurationCommand.js +18 -41
  45. package/dist-es/commands/ListConnectionsCommand.js +18 -41
  46. package/dist-es/commands/ListHostsCommand.js +18 -41
  47. package/dist-es/commands/ListRepositoryLinksCommand.js +18 -41
  48. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
  49. package/dist-es/commands/ListSyncConfigurationsCommand.js +18 -41
  50. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  51. package/dist-es/commands/TagResourceCommand.js +18 -41
  52. package/dist-es/commands/UntagResourceCommand.js +18 -41
  53. package/dist-es/commands/UpdateHostCommand.js +18 -41
  54. package/dist-es/commands/UpdateRepositoryLinkCommand.js +18 -41
  55. package/dist-es/commands/UpdateSyncBlockerCommand.js +18 -41
  56. package/dist-es/commands/UpdateSyncConfigurationCommand.js +18 -41
  57. package/dist-es/endpoint/EndpointParameters.js +6 -0
  58. package/dist-es/models/models_0.js +1 -0
  59. package/dist-types/commands/CreateConnectionCommand.d.ts +7 -22
  60. package/dist-types/commands/CreateHostCommand.d.ts +7 -22
  61. package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +7 -22
  62. package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +7 -22
  63. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteHostCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +6 -21
  67. package/dist-types/commands/GetConnectionCommand.d.ts +7 -22
  68. package/dist-types/commands/GetHostCommand.d.ts +7 -22
  69. package/dist-types/commands/GetRepositoryLinkCommand.d.ts +7 -22
  70. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -21
  71. package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +11 -26
  72. package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +6 -21
  73. package/dist-types/commands/GetSyncConfigurationCommand.d.ts +7 -22
  74. package/dist-types/commands/ListConnectionsCommand.d.ts +8 -23
  75. package/dist-types/commands/ListHostsCommand.d.ts +7 -22
  76. package/dist-types/commands/ListRepositoryLinksCommand.d.ts +7 -22
  77. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +7 -22
  79. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  80. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  81. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/UpdateHostCommand.d.ts +6 -21
  83. package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +7 -22
  84. package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +6 -21
  85. package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +7 -22
  86. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  87. package/dist-types/models/models_0.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +12 -23
  98. package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  116. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  117. 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 { 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
@@ -43,7 +46,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu
43
46
  * // Directory: "STRING_VALUE", // required
44
47
  * // OwnerId: "STRING_VALUE", // required
45
48
  * // RepositoryName: "STRING_VALUE", // required
46
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
49
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
47
50
  * // Sha: "STRING_VALUE", // required
48
51
  * // },
49
52
  * // LatestSuccessfulSync: { // ResourceSyncAttempt
@@ -60,7 +63,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu
60
63
  * // Directory: "STRING_VALUE", // required
61
64
  * // OwnerId: "STRING_VALUE", // required
62
65
  * // RepositoryName: "STRING_VALUE", // required
63
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
66
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
64
67
  * // Sha: "STRING_VALUE", // required
65
68
  * // },
66
69
  * // StartedAt: new Date("TIMESTAMP"), // required
@@ -70,7 +73,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu
70
73
  * // Directory: "STRING_VALUE", // required
71
74
  * // OwnerId: "STRING_VALUE", // required
72
75
  * // RepositoryName: "STRING_VALUE", // required
73
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
76
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
74
77
  * // Sha: "STRING_VALUE", // required
75
78
  * // },
76
79
  * // Target: "STRING_VALUE", // required
@@ -89,7 +92,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu
89
92
  * // Directory: "STRING_VALUE", // required
90
93
  * // OwnerId: "STRING_VALUE", // required
91
94
  * // RepositoryName: "STRING_VALUE", // required
92
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
95
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
93
96
  * // Sha: "STRING_VALUE", // required
94
97
  * // },
95
98
  * // StartedAt: new Date("TIMESTAMP"), // required
@@ -99,7 +102,7 @@ export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatu
99
102
  * // Directory: "STRING_VALUE", // required
100
103
  * // OwnerId: "STRING_VALUE", // required
101
104
  * // RepositoryName: "STRING_VALUE", // required
102
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
105
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
103
106
  * // Sha: "STRING_VALUE", // required
104
107
  * // },
105
108
  * // Target: "STRING_VALUE", // required
@@ -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
  }
@@ -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 { GetSyncConfigurationInput, GetSyncConfigurationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSyncConfigurationCommandInput extends GetSyncConfigurationIn
21
20
  */
22
21
  export interface GetSyncConfigurationCommandOutput extends GetSyncConfigurationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetSyncConfigurationCommand_base: {
24
+ new (input: GetSyncConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.</p>
@@ -41,7 +44,7 @@ export interface GetSyncConfigurationCommandOutput extends GetSyncConfigurationO
41
44
  * // Branch: "STRING_VALUE", // required
42
45
  * // ConfigFile: "STRING_VALUE",
43
46
  * // OwnerId: "STRING_VALUE", // required
44
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
47
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
45
48
  * // RepositoryLinkId: "STRING_VALUE", // required
46
49
  * // RepositoryName: "STRING_VALUE", // required
47
50
  * // ResourceName: "STRING_VALUE", // required
@@ -77,23 +80,5 @@ export interface GetSyncConfigurationCommandOutput extends GetSyncConfigurationO
77
80
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
78
81
  *
79
82
  */
80
- export declare class GetSyncConfigurationCommand extends $Command<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig> {
81
- readonly input: GetSyncConfigurationCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: GetSyncConfigurationCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class GetSyncConfigurationCommand extends GetSyncConfigurationCommand_base {
99
84
  }
@@ -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 { ListConnectionsInput, ListConnectionsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListConnectionsCommandInput extends ListConnectionsInput {
21
20
  */
22
21
  export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListConnectionsCommand_base: {
24
+ new (input: ListConnectionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the connections associated with your account.</p>
@@ -31,7 +34,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M
31
34
  * // const { CodeStarConnectionsClient, ListConnectionsCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
32
35
  * const client = new CodeStarConnectionsClient(config);
33
36
  * const input = { // ListConnectionsInput
34
- * ProviderTypeFilter: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab",
37
+ * ProviderTypeFilter: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
35
38
  * HostArnFilter: "STRING_VALUE",
36
39
  * MaxResults: Number("int"),
37
40
  * NextToken: "STRING_VALUE",
@@ -43,7 +46,7 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M
43
46
  * // { // Connection
44
47
  * // ConnectionName: "STRING_VALUE",
45
48
  * // ConnectionArn: "STRING_VALUE",
46
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab",
49
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
47
50
  * // OwnerAccountId: "STRING_VALUE",
48
51
  * // ConnectionStatus: "PENDING" || "AVAILABLE" || "ERROR",
49
52
  * // HostArn: "STRING_VALUE",
@@ -67,23 +70,5 @@ export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __M
67
70
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
68
71
  *
69
72
  */
70
- export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
71
- readonly input: ListConnectionsCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: ListConnectionsCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
89
74
  }
@@ -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 { ListHostsInput, ListHostsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHostsCommandInput extends ListHostsInput {
21
20
  */
22
21
  export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListHostsCommand_base: {
24
+ new (input: ListHostsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the hosts associated with your account.</p>
@@ -41,7 +44,7 @@ export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBeare
41
44
  * // { // Host
42
45
  * // Name: "STRING_VALUE",
43
46
  * // HostArn: "STRING_VALUE",
44
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab",
47
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
45
48
  * // ProviderEndpoint: "STRING_VALUE",
46
49
  * // VpcConfiguration: { // VpcConfiguration
47
50
  * // VpcId: "STRING_VALUE", // required
@@ -72,23 +75,5 @@ export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBeare
72
75
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
73
76
  *
74
77
  */
75
- export declare class ListHostsCommand extends $Command<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
76
- readonly input: ListHostsCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListHostsCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostsCommandInput, ListHostsCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListHostsCommand extends ListHostsCommand_base {
94
79
  }
@@ -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 { ListRepositoryLinksInput, ListRepositoryLinksOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRepositoryLinksCommandInput extends ListRepositoryLinksInpu
21
20
  */
22
21
  export interface ListRepositoryLinksCommandOutput extends ListRepositoryLinksOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListRepositoryLinksCommand_base: {
24
+ new (input: ListRepositoryLinksCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the repository links created for connections in your account.</p>
@@ -42,7 +45,7 @@ export interface ListRepositoryLinksCommandOutput extends ListRepositoryLinksOut
42
45
  * // ConnectionArn: "STRING_VALUE", // required
43
46
  * // EncryptionKeyArn: "STRING_VALUE",
44
47
  * // OwnerId: "STRING_VALUE", // required
45
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
48
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
46
49
  * // RepositoryLinkArn: "STRING_VALUE", // required
47
50
  * // RepositoryLinkId: "STRING_VALUE", // required
48
51
  * // RepositoryName: "STRING_VALUE", // required
@@ -81,23 +84,5 @@ export interface ListRepositoryLinksCommandOutput extends ListRepositoryLinksOut
81
84
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
82
85
  *
83
86
  */
84
- export declare class ListRepositoryLinksCommand extends $Command<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput, CodeStarConnectionsClientResolvedConfig> {
85
- readonly input: ListRepositoryLinksCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListRepositoryLinksCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListRepositoryLinksCommand extends ListRepositoryLinksCommand_base {
103
88
  }
@@ -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 { ListRepositorySyncDefinitionsInput, ListRepositorySyncDefinitionsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRepositorySyncDefinitionsCommandInput extends ListRepositor
21
20
  */
22
21
  export interface ListRepositorySyncDefinitionsCommandOutput extends ListRepositorySyncDefinitionsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListRepositorySyncDefinitionsCommand_base: {
24
+ new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the repository sync definitions for repository links in your account.</p>
@@ -75,23 +78,5 @@ export interface ListRepositorySyncDefinitionsCommandOutput extends ListReposito
75
78
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
76
79
  *
77
80
  */
78
- export declare class ListRepositorySyncDefinitionsCommand extends $Command<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
79
- readonly input: ListRepositorySyncDefinitionsCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: ListRepositorySyncDefinitionsCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class ListRepositorySyncDefinitionsCommand extends ListRepositorySyncDefinitionsCommand_base {
97
82
  }
@@ -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 { ListSyncConfigurationsInput, ListSyncConfigurationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSyncConfigurationsCommandInput extends ListSyncConfiguratio
21
20
  */
22
21
  export interface ListSyncConfigurationsCommandOutput extends ListSyncConfigurationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSyncConfigurationsCommand_base: {
24
+ new (input: ListSyncConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of sync configurations for a specified repository.</p>
@@ -44,7 +47,7 @@ export interface ListSyncConfigurationsCommandOutput extends ListSyncConfigurati
44
47
  * // Branch: "STRING_VALUE", // required
45
48
  * // ConfigFile: "STRING_VALUE",
46
49
  * // OwnerId: "STRING_VALUE", // required
47
- * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
50
+ * // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
48
51
  * // RepositoryLinkId: "STRING_VALUE", // required
49
52
  * // RepositoryName: "STRING_VALUE", // required
50
53
  * // ResourceName: "STRING_VALUE", // required
@@ -82,23 +85,5 @@ export interface ListSyncConfigurationsCommandOutput extends ListSyncConfigurati
82
85
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
83
86
  *
84
87
  */
85
- export declare class ListSyncConfigurationsCommand extends $Command<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
86
- readonly input: ListSyncConfigurationsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: ListSyncConfigurationsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class ListSyncConfigurationsCommand extends ListSyncConfigurationsCommand_base {
104
89
  }
@@ -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 { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the set of key-value pairs (metadata) that are used to manage the resource.</p>
@@ -59,23 +62,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
59
62
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
60
63
  *
61
64
  */
62
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
63
- readonly input: ListTagsForResourceCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: ListTagsForResourceCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
66
  }
@@ -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 { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
@@ -62,23 +65,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
62
65
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
63
66
  *
64
67
  */
65
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
66
- readonly input: TagResourceCommandInput;
67
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
- /**
69
- * @public
70
- */
71
- constructor(input: TagResourceCommandInput);
72
- /**
73
- * @internal
74
- */
75
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
76
- /**
77
- * @internal
78
- */
79
- private serialize;
80
- /**
81
- * @internal
82
- */
83
- private deserialize;
68
+ export declare class TagResourceCommand extends TagResourceCommand_base {
84
69
  }
@@ -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 { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from an Amazon Web Services resource.</p>
@@ -55,23 +58,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
55
58
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
56
59
  *
57
60
  */
58
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
59
- readonly input: UntagResourceCommandInput;
60
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
- /**
62
- * @public
63
- */
64
- constructor(input: UntagResourceCommandInput);
65
- /**
66
- * @internal
67
- */
68
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
69
- /**
70
- * @internal
71
- */
72
- private serialize;
73
- /**
74
- * @internal
75
- */
76
- private deserialize;
61
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
62
  }
@@ -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 { UpdateHostInput, UpdateHostOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateHostCommandInput extends UpdateHostInput {
21
20
  */
22
21
  export interface UpdateHostCommandOutput extends UpdateHostOutput, __MetadataBearer {
23
22
  }
23
+ declare const UpdateHostCommand_base: {
24
+ new (input: UpdateHostCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateHostCommandInput, UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a specified host with the provided configurations.</p>
@@ -72,23 +75,5 @@ export interface UpdateHostCommandOutput extends UpdateHostOutput, __MetadataBea
72
75
  * <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
73
76
  *
74
77
  */
75
- export declare class UpdateHostCommand extends $Command<UpdateHostCommandInput, UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
76
- readonly input: UpdateHostCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: UpdateHostCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHostCommandInput, UpdateHostCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class UpdateHostCommand extends UpdateHostCommand_base {
94
79
  }