@aws-sdk/client-codestar-connections 3.1077.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/dist-cjs/index.js +35 -273
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateConnectionCommand.js +2 -14
  4. package/dist-es/commands/CreateHostCommand.js +2 -14
  5. package/dist-es/commands/CreateRepositoryLinkCommand.js +2 -14
  6. package/dist-es/commands/CreateSyncConfigurationCommand.js +2 -14
  7. package/dist-es/commands/DeleteConnectionCommand.js +2 -14
  8. package/dist-es/commands/DeleteHostCommand.js +2 -14
  9. package/dist-es/commands/DeleteRepositoryLinkCommand.js +2 -14
  10. package/dist-es/commands/DeleteSyncConfigurationCommand.js +2 -14
  11. package/dist-es/commands/GetConnectionCommand.js +2 -14
  12. package/dist-es/commands/GetHostCommand.js +2 -14
  13. package/dist-es/commands/GetRepositoryLinkCommand.js +2 -14
  14. package/dist-es/commands/GetRepositorySyncStatusCommand.js +2 -14
  15. package/dist-es/commands/GetResourceSyncStatusCommand.js +2 -14
  16. package/dist-es/commands/GetSyncBlockerSummaryCommand.js +2 -14
  17. package/dist-es/commands/GetSyncConfigurationCommand.js +2 -14
  18. package/dist-es/commands/ListConnectionsCommand.js +2 -14
  19. package/dist-es/commands/ListHostsCommand.js +2 -14
  20. package/dist-es/commands/ListRepositoryLinksCommand.js +2 -14
  21. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +2 -14
  22. package/dist-es/commands/ListSyncConfigurationsCommand.js +2 -14
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  24. package/dist-es/commands/TagResourceCommand.js +2 -14
  25. package/dist-es/commands/UntagResourceCommand.js +2 -14
  26. package/dist-es/commands/UpdateHostCommand.js +2 -14
  27. package/dist-es/commands/UpdateRepositoryLinkCommand.js +2 -14
  28. package/dist-es/commands/UpdateSyncBlockerCommand.js +2 -14
  29. package/dist-es/commands/UpdateSyncConfigurationCommand.js +2 -14
  30. package/dist-es/index.js +1 -0
  31. package/dist-types/commandBuilder.d.ts +18 -0
  32. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateHostCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +3 -8
  35. package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteHostCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +3 -8
  40. package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
  41. package/dist-types/commands/GetHostCommand.d.ts +3 -8
  42. package/dist-types/commands/GetRepositoryLinkCommand.d.ts +3 -8
  43. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +3 -8
  44. package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +3 -8
  45. package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +3 -8
  46. package/dist-types/commands/GetSyncConfigurationCommand.d.ts +3 -8
  47. package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListHostsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListRepositoryLinksCommand.d.ts +3 -8
  50. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  55. package/dist-types/commands/UpdateHostCommand.d.ts +3 -8
  56. package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +3 -8
  57. package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +3 -8
  58. package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +3 -8
  59. package/dist-types/index.d.ts +1 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  61. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/index.d.ts +1 -0
  89. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { GetRepositoryLinkInput, GetRepositoryLinkOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRepositoryLinkCommandInput extends GetRepositoryLinkInput {
22
19
  export interface GetRepositoryLinkCommandOutput extends GetRepositoryLinkOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetRepositoryLinkCommand_base: {
25
- new (input: GetRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns details about a repository link. A repository link allows Git sync to monitor
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRepositorySyncStatusCommandInput extends GetRepositorySyncSt
22
19
  export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncStatusOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetRepositorySyncStatusCommand_base: {
25
- new (input: GetRepositorySyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRepositorySyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRepositorySyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRepositorySyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns details about the sync status for a repository. A repository sync uses Git sync
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { GetResourceSyncStatusInput, GetResourceSyncStatusOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetResourceSyncStatusCommandInput extends GetResourceSyncStatus
22
19
  export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatusOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetResourceSyncStatusCommand_base: {
25
- new (input: GetResourceSyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetResourceSyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetResourceSyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetResourceSyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the status of the sync with the Git repository for a specific Amazon Web Services
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { GetSyncBlockerSummaryInput, GetSyncBlockerSummaryOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSyncBlockerSummaryCommandInput extends GetSyncBlockerSummary
22
19
  export interface GetSyncBlockerSummaryCommandOutput extends GetSyncBlockerSummaryOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetSyncBlockerSummaryCommand_base: {
25
- new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the most recent sync blockers.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { GetSyncConfigurationInput, GetSyncConfigurationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSyncConfigurationCommandInput extends GetSyncConfigurationIn
22
19
  export interface GetSyncConfigurationCommandOutput extends GetSyncConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetSyncConfigurationCommand_base: {
25
- new (input: GetSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { ListConnectionsInput, ListConnectionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListConnectionsCommandInput extends ListConnectionsInput {
22
19
  export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListConnectionsCommand_base: {
25
- new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the connections associated with your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { ListHostsInput, ListHostsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListHostsCommandInput extends ListHostsInput {
22
19
  export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListHostsCommand_base: {
25
- new (input: ListHostsCommandInput): import("@smithy/core/client").CommandImpl<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListHostsCommandInput]): import("@smithy/core/client").CommandImpl<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListHostsCommandInput): import("@smithy/core/client").CommandImpl<ListHostsCommandInput, ListHostsCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListHostsCommandInput]): import("@smithy/core/client").CommandImpl<ListHostsCommandInput, ListHostsCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the hosts associated with your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { ListRepositoryLinksInput, ListRepositoryLinksOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRepositoryLinksCommandInput extends ListRepositoryLinksInpu
22
19
  export interface ListRepositoryLinksCommandOutput extends ListRepositoryLinksOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListRepositoryLinksCommand_base: {
25
- new (input: ListRepositoryLinksCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRepositoryLinksCommandInput]): import("@smithy/core/client").CommandImpl<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRepositoryLinksCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListRepositoryLinksCommandInput]): import("@smithy/core/client").CommandImpl<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the repository links created for connections in your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { ListRepositorySyncDefinitionsInput, ListRepositorySyncDefinitionsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListRepositorySyncDefinitionsCommandInput extends ListRepositor
22
19
  export interface ListRepositorySyncDefinitionsCommandOutput extends ListRepositorySyncDefinitionsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListRepositorySyncDefinitionsCommand_base: {
25
- new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the repository sync definitions for repository links in your account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { ListSyncConfigurationsInput, ListSyncConfigurationsOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListSyncConfigurationsCommandInput extends ListSyncConfiguratio
22
19
  export interface ListSyncConfigurationsCommandOutput extends ListSyncConfigurationsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListSyncConfigurationsCommand_base: {
25
- new (input: ListSyncConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListSyncConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListSyncConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListSyncConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of sync configurations for a specified repository.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the set of key-value pairs (metadata) that are used to manage the resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from an Amazon Web Services resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { UpdateHostInput, UpdateHostOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateHostCommandInput extends UpdateHostInput {
22
19
  export interface UpdateHostCommandOutput extends UpdateHostOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateHostCommand_base: {
25
- new (input: UpdateHostCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostCommandInput, UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateHostCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostCommandInput, UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateHostCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostCommandInput, UpdateHostCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateHostCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostCommandInput, UpdateHostCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a specified host with the provided configurations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { UpdateRepositoryLinkInput, UpdateRepositoryLinkOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateRepositoryLinkCommandInput extends UpdateRepositoryLinkIn
22
19
  export interface UpdateRepositoryLinkCommandOutput extends UpdateRepositoryLinkOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRepositoryLinkCommand_base: {
25
- new (input: UpdateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the association between your connection and a specified external Git repository.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { UpdateSyncBlockerInput, UpdateSyncBlockerOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSyncBlockerCommandInput extends UpdateSyncBlockerInput {
22
19
  export interface UpdateSyncBlockerCommandOutput extends UpdateSyncBlockerOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSyncBlockerCommand_base: {
25
- new (input: UpdateSyncBlockerCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSyncBlockerCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSyncBlockerCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSyncBlockerCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
2
  import type { UpdateSyncConfigurationInput, UpdateSyncConfigurationOutput } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSyncConfigurationCommandInput extends UpdateSyncConfigura
22
19
  export interface UpdateSyncConfigurationCommandOutput extends UpdateSyncConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSyncConfigurationCommand_base: {
25
- new (input: UpdateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the sync configuration for your connection and a specified external Git repository.</p>
@@ -88,6 +88,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
88
88
  export type { RuntimeExtension } from "./runtimeExtensions";
89
89
  export type { CodeStarConnectionsExtensionConfiguration } from "./extensionConfiguration";
90
90
  export * from "./commands";
91
+ export { Command as $Command } from "@smithy/core/client";
91
92
  export * from "./schemas/schemas_0";
92
93
  export * from "./pagination";
93
94
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ CodeStarConnectionsClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./CodeStarConnectionsClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ CodeStarConnectionsClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ CodeStarConnectionsClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- CodeStarConnectionsClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../CodeStarConnectionsClient";
8
2
  import {
9
3
  CreateConnectionInput,
10
4
  CreateConnectionOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateConnectionCommandInput extends CreateConnectionInput {}
15
8
  export interface CreateConnectionCommandOutput
16
9
  extends CreateConnectionOutput,
@@ -21,22 +14,20 @@ declare const CreateConnectionCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateConnectionCommandInput,
23
16
  CreateConnectionCommandOutput,
24
- CodeStarConnectionsClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").CodeStarConnectionsClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateConnectionCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateConnectionCommandInput,
32
25
  CreateConnectionCommandOutput,
33
- CodeStarConnectionsClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").CodeStarConnectionsClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
42
33
  protected static __types: {