@aws-sdk/client-codestar-connections 3.1077.0 → 3.1079.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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSyncBlockerSummary$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSyncBlockerSummaryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "GetSyncBlockerSummary", {})
13
- .n("CodeStarConnectionsClient", "GetSyncBlockerSummaryCommand")
14
- .sc(GetSyncBlockerSummary$)
15
- .build() {
3
+ export class GetSyncBlockerSummaryCommand extends command(_ep0, _mw0, "GetSyncBlockerSummary", GetSyncBlockerSummary$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetSyncConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetSyncConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "GetSyncConfiguration", {})
13
- .n("CodeStarConnectionsClient", "GetSyncConfigurationCommand")
14
- .sc(GetSyncConfiguration$)
15
- .build() {
3
+ export class GetSyncConfigurationCommand extends command(_ep0, _mw0, "GetSyncConfiguration", GetSyncConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListConnections$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConnectionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "ListConnections", {})
13
- .n("CodeStarConnectionsClient", "ListConnectionsCommand")
14
- .sc(ListConnections$)
15
- .build() {
3
+ export class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListHosts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListHostsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "ListHosts", {})
13
- .n("CodeStarConnectionsClient", "ListHostsCommand")
14
- .sc(ListHosts$)
15
- .build() {
3
+ export class ListHostsCommand extends command(_ep0, _mw0, "ListHosts", ListHosts$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRepositoryLinks$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRepositoryLinksCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "ListRepositoryLinks", {})
13
- .n("CodeStarConnectionsClient", "ListRepositoryLinksCommand")
14
- .sc(ListRepositoryLinks$)
15
- .build() {
3
+ export class ListRepositoryLinksCommand extends command(_ep0, _mw0, "ListRepositoryLinks", ListRepositoryLinks$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRepositorySyncDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRepositorySyncDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "ListRepositorySyncDefinitions", {})
13
- .n("CodeStarConnectionsClient", "ListRepositorySyncDefinitionsCommand")
14
- .sc(ListRepositorySyncDefinitions$)
15
- .build() {
3
+ export class ListRepositorySyncDefinitionsCommand extends command(_ep0, _mw0, "ListRepositorySyncDefinitions", ListRepositorySyncDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSyncConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListSyncConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "ListSyncConfigurations", {})
13
- .n("CodeStarConnectionsClient", "ListSyncConfigurationsCommand")
14
- .sc(ListSyncConfigurations$)
15
- .build() {
3
+ export class ListSyncConfigurationsCommand extends command(_ep0, _mw0, "ListSyncConfigurations", ListSyncConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "ListTagsForResource", {})
13
- .n("CodeStarConnectionsClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "TagResource", {})
13
- .n("CodeStarConnectionsClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "UntagResource", {})
13
- .n("CodeStarConnectionsClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateHost$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateHostCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "UpdateHost", {})
13
- .n("CodeStarConnectionsClient", "UpdateHostCommand")
14
- .sc(UpdateHost$)
15
- .build() {
3
+ export class UpdateHostCommand extends command(_ep0, _mw0, "UpdateHost", UpdateHost$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateRepositoryLink$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRepositoryLinkCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "UpdateRepositoryLink", {})
13
- .n("CodeStarConnectionsClient", "UpdateRepositoryLinkCommand")
14
- .sc(UpdateRepositoryLink$)
15
- .build() {
3
+ export class UpdateRepositoryLinkCommand extends command(_ep0, _mw0, "UpdateRepositoryLink", UpdateRepositoryLink$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateSyncBlocker$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateSyncBlockerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "UpdateSyncBlocker", {})
13
- .n("CodeStarConnectionsClient", "UpdateSyncBlockerCommand")
14
- .sc(UpdateSyncBlocker$)
15
- .build() {
3
+ export class UpdateSyncBlockerCommand extends command(_ep0, _mw0, "UpdateSyncBlocker", UpdateSyncBlocker$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateSyncConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateSyncConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CodeStar_connections_20191201", "UpdateSyncConfiguration", {})
13
- .n("CodeStarConnectionsClient", "UpdateSyncConfigurationCommand")
14
- .sc(UpdateSyncConfiguration$)
15
- .build() {
3
+ export class UpdateSyncConfigurationCommand extends command(_ep0, _mw0, "UpdateSyncConfiguration", UpdateSyncConfiguration$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CodeStarConnectionsClient";
2
2
  export * from "./CodeStarConnections";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CodeStarConnectionsClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { CreateConnectionInput, CreateConnectionOutput } 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 CreateConnectionCommandInput extends CreateConnectionInput {
22
19
  export interface CreateConnectionCommandOutput extends CreateConnectionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConnectionCommand_base: {
25
- new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConnectionCommandInput): import("@smithy/core/client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so
@@ -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 { CreateHostInput, CreateHostOutput } 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 CreateHostCommandInput extends CreateHostInput {
22
19
  export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateHostCommand_base: {
25
- new (input: CreateHostCommandInput): import("@smithy/core/client").CommandImpl<CreateHostCommandInput, CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateHostCommandInput): import("@smithy/core/client").CommandImpl<CreateHostCommandInput, CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateHostCommandInput): import("@smithy/core/client").CommandImpl<CreateHostCommandInput, CreateHostCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateHostCommandInput): import("@smithy/core/client").CommandImpl<CreateHostCommandInput, CreateHostCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a resource that represents the infrastructure where a third-party provider is
@@ -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 { CreateRepositoryLinkInput, CreateRepositoryLinkOutput } 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 CreateRepositoryLinkCommandInput extends CreateRepositoryLinkIn
22
19
  export interface CreateRepositoryLinkCommandOutput extends CreateRepositoryLinkOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRepositoryLinkCommand_base: {
25
- new (input: CreateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -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 { CreateSyncConfigurationInput, CreateSyncConfigurationOutput } 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 CreateSyncConfigurationCommandInput extends CreateSyncConfigura
22
19
  export interface CreateSyncConfigurationCommandOutput extends CreateSyncConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSyncConfigurationCommand_base: {
25
- new (input: CreateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a sync configuration which allows Amazon Web Services to sync content from a Git
@@ -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 { DeleteConnectionInput, DeleteConnectionOutput } 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 DeleteConnectionCommandInput extends DeleteConnectionInput {
22
19
  export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConnectionCommand_base: {
25
- new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConnectionCommandInput): import("@smithy/core/client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The connection to be deleted.</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 { DeleteHostInput, DeleteHostOutput } 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 DeleteHostCommandInput extends DeleteHostInput {
22
19
  export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteHostCommand_base: {
25
- new (input: DeleteHostCommandInput): import("@smithy/core/client").CommandImpl<DeleteHostCommandInput, DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteHostCommandInput): import("@smithy/core/client").CommandImpl<DeleteHostCommandInput, DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteHostCommandInput): import("@smithy/core/client").CommandImpl<DeleteHostCommandInput, DeleteHostCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteHostCommandInput): import("@smithy/core/client").CommandImpl<DeleteHostCommandInput, DeleteHostCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.</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 { DeleteRepositoryLinkInput, DeleteRepositoryLinkOutput } 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 DeleteRepositoryLinkCommandInput extends DeleteRepositoryLinkIn
22
19
  export interface DeleteRepositoryLinkCommandOutput extends DeleteRepositoryLinkOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRepositoryLinkCommand_base: {
25
- new (input: DeleteRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the association between your connection and a specified external 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 { DeleteSyncConfigurationInput, DeleteSyncConfigurationOutput } 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 DeleteSyncConfigurationCommandInput extends DeleteSyncConfigura
22
19
  export interface DeleteSyncConfigurationCommandOutput extends DeleteSyncConfigurationOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSyncConfigurationCommand_base: {
25
- new (input: DeleteSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the sync configuration for a specified repository and connection.</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 { GetConnectionInput, GetConnectionOutput } 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 GetConnectionCommandInput extends GetConnectionInput {
22
19
  export interface GetConnectionCommandOutput extends GetConnectionOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetConnectionCommand_base: {
25
- new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the connection ARN and details such as status, owner, and provider type.</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 { GetHostInput, GetHostOutput } 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 GetHostCommandInput extends GetHostInput {
22
19
  export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetHostCommand_base: {
25
- new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<GetHostCommandInput, GetHostCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<GetHostCommandInput, GetHostCommandOutput, import("..").CodeStarConnectionsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the host ARN and details such as status, provider type, endpoint, and, if