@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.
- package/dist-cjs/index.js +35 -273
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateHostCommand.js +2 -14
- package/dist-es/commands/CreateRepositoryLinkCommand.js +2 -14
- package/dist-es/commands/CreateSyncConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteHostCommand.js +2 -14
- package/dist-es/commands/DeleteRepositoryLinkCommand.js +2 -14
- package/dist-es/commands/DeleteSyncConfigurationCommand.js +2 -14
- package/dist-es/commands/GetConnectionCommand.js +2 -14
- package/dist-es/commands/GetHostCommand.js +2 -14
- package/dist-es/commands/GetRepositoryLinkCommand.js +2 -14
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +2 -14
- package/dist-es/commands/GetResourceSyncStatusCommand.js +2 -14
- package/dist-es/commands/GetSyncBlockerSummaryCommand.js +2 -14
- package/dist-es/commands/GetSyncConfigurationCommand.js +2 -14
- package/dist-es/commands/ListConnectionsCommand.js +2 -14
- package/dist-es/commands/ListHostsCommand.js +2 -14
- package/dist-es/commands/ListRepositoryLinksCommand.js +2 -14
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListSyncConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateHostCommand.js +2 -14
- package/dist-es/commands/UpdateRepositoryLinkCommand.js +2 -14
- package/dist-es/commands/UpdateSyncBlockerCommand.js +2 -14
- package/dist-es/commands/UpdateSyncConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateHostCommand.d.ts +3 -8
- package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHostCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetHostCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositoryLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListHostsCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositoryLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHostCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
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 { CreateHostInput, CreateHostOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreateHostCommandInput extends CreateHostInput {}
|
|
12
5
|
export interface CreateHostCommandOutput
|
|
13
6
|
extends CreateHostOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreateHostCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreateHostCommandInput,
|
|
20
13
|
CreateHostCommandOutput,
|
|
21
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreateHostCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreateHostCommandInput,
|
|
29
22
|
CreateHostCommandOutput,
|
|
30
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreateHostCommand extends CreateHostCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -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
|
CreateRepositoryLinkInput,
|
|
10
4
|
CreateRepositoryLinkOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateRepositoryLinkCommandInput
|
|
15
8
|
extends CreateRepositoryLinkInput {}
|
|
16
9
|
export interface CreateRepositoryLinkCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateRepositoryLinkCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateRepositoryLinkCommandInput,
|
|
24
17
|
CreateRepositoryLinkCommandOutput,
|
|
25
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateRepositoryLinkCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateRepositoryLinkCommandInput,
|
|
33
26
|
CreateRepositoryLinkCommandOutput,
|
|
34
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateRepositoryLinkCommand extends CreateRepositoryLinkCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
CreateSyncConfigurationInput,
|
|
10
4
|
CreateSyncConfigurationOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateSyncConfigurationCommandInput
|
|
15
8
|
extends CreateSyncConfigurationInput {}
|
|
16
9
|
export interface CreateSyncConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateSyncConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateSyncConfigurationCommandInput,
|
|
24
17
|
CreateSyncConfigurationCommandOutput,
|
|
25
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateSyncConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateSyncConfigurationCommandInput,
|
|
33
26
|
CreateSyncConfigurationCommandOutput,
|
|
34
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateSyncConfigurationCommand extends CreateSyncConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
DeleteConnectionInput,
|
|
10
4
|
DeleteConnectionOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteConnectionCommandInput extends DeleteConnectionInput {}
|
|
15
8
|
export interface DeleteConnectionCommandOutput
|
|
16
9
|
extends DeleteConnectionOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeleteConnectionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeleteConnectionCommandInput,
|
|
23
16
|
DeleteConnectionCommandOutput,
|
|
24
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeleteConnectionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeleteConnectionCommandInput,
|
|
32
25
|
DeleteConnectionCommandOutput,
|
|
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 DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
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 { DeleteHostInput, DeleteHostOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteHostCommandInput extends DeleteHostInput {}
|
|
12
5
|
export interface DeleteHostCommandOutput
|
|
13
6
|
extends DeleteHostOutput,
|
|
@@ -18,22 +11,20 @@ declare const DeleteHostCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteHostCommandInput,
|
|
20
13
|
DeleteHostCommandOutput,
|
|
21
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteHostCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteHostCommandInput,
|
|
29
22
|
DeleteHostCommandOutput,
|
|
30
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteHostCommand extends DeleteHostCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -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
|
DeleteRepositoryLinkInput,
|
|
10
4
|
DeleteRepositoryLinkOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteRepositoryLinkCommandInput
|
|
15
8
|
extends DeleteRepositoryLinkInput {}
|
|
16
9
|
export interface DeleteRepositoryLinkCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteRepositoryLinkCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteRepositoryLinkCommandInput,
|
|
24
17
|
DeleteRepositoryLinkCommandOutput,
|
|
25
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteRepositoryLinkCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteRepositoryLinkCommandInput,
|
|
33
26
|
DeleteRepositoryLinkCommandOutput,
|
|
34
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteRepositoryLinkCommand extends DeleteRepositoryLinkCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
DeleteSyncConfigurationInput,
|
|
10
4
|
DeleteSyncConfigurationOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteSyncConfigurationCommandInput
|
|
15
8
|
extends DeleteSyncConfigurationInput {}
|
|
16
9
|
export interface DeleteSyncConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteSyncConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteSyncConfigurationCommandInput,
|
|
24
17
|
DeleteSyncConfigurationCommandOutput,
|
|
25
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteSyncConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteSyncConfigurationCommandInput,
|
|
33
26
|
DeleteSyncConfigurationCommandOutput,
|
|
34
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteSyncConfigurationCommand extends DeleteSyncConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
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 { GetConnectionInput, GetConnectionOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetConnectionCommandInput extends GetConnectionInput {}
|
|
12
5
|
export interface GetConnectionCommandOutput
|
|
13
6
|
extends GetConnectionOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetConnectionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetConnectionCommandInput,
|
|
20
13
|
GetConnectionCommandOutput,
|
|
21
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetConnectionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetConnectionCommandInput,
|
|
29
22
|
GetConnectionCommandOutput,
|
|
30
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetConnectionCommand extends GetConnectionCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,33 +1,24 @@
|
|
|
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 { GetHostInput, GetHostOutput } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetHostCommandInput extends GetHostInput {}
|
|
12
5
|
export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {}
|
|
13
6
|
declare const GetHostCommand_base: {
|
|
14
7
|
new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
8
|
GetHostCommandInput,
|
|
16
9
|
GetHostCommandOutput,
|
|
17
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
10
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
11
|
+
import("..").ServiceInputTypes,
|
|
12
|
+
import("..").ServiceOutputTypes
|
|
20
13
|
>;
|
|
21
14
|
new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetHostCommandInput,
|
|
23
16
|
GetHostCommandOutput,
|
|
24
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
21
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
22
|
};
|
|
32
23
|
export declare class GetHostCommand extends GetHostCommand_base {
|
|
33
24
|
protected static __types: {
|
|
@@ -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
|
GetRepositoryLinkInput,
|
|
10
4
|
GetRepositoryLinkOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetRepositoryLinkCommandInput extends GetRepositoryLinkInput {}
|
|
15
8
|
export interface GetRepositoryLinkCommandOutput
|
|
16
9
|
extends GetRepositoryLinkOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetRepositoryLinkCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetRepositoryLinkCommandInput,
|
|
23
16
|
GetRepositoryLinkCommandOutput,
|
|
24
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetRepositoryLinkCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetRepositoryLinkCommandInput,
|
|
32
25
|
GetRepositoryLinkCommandOutput,
|
|
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 GetRepositoryLinkCommand extends GetRepositoryLinkCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -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
|
GetRepositorySyncStatusInput,
|
|
10
4
|
GetRepositorySyncStatusOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetRepositorySyncStatusCommandInput
|
|
15
8
|
extends GetRepositorySyncStatusInput {}
|
|
16
9
|
export interface GetRepositorySyncStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetRepositorySyncStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetRepositorySyncStatusCommandInput,
|
|
24
17
|
GetRepositorySyncStatusCommandOutput,
|
|
25
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetRepositorySyncStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetRepositorySyncStatusCommandInput,
|
|
33
26
|
GetRepositorySyncStatusCommandOutput,
|
|
34
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
GetResourceSyncStatusInput,
|
|
10
4
|
GetResourceSyncStatusOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetResourceSyncStatusCommandInput
|
|
15
8
|
extends GetResourceSyncStatusInput {}
|
|
16
9
|
export interface GetResourceSyncStatusCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetResourceSyncStatusCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetResourceSyncStatusCommandInput,
|
|
24
17
|
GetResourceSyncStatusCommandOutput,
|
|
25
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetResourceSyncStatusCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetResourceSyncStatusCommandInput,
|
|
33
26
|
GetResourceSyncStatusCommandOutput,
|
|
34
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetResourceSyncStatusCommand extends GetResourceSyncStatusCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
GetSyncBlockerSummaryInput,
|
|
10
4
|
GetSyncBlockerSummaryOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetSyncBlockerSummaryCommandInput
|
|
15
8
|
extends GetSyncBlockerSummaryInput {}
|
|
16
9
|
export interface GetSyncBlockerSummaryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetSyncBlockerSummaryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetSyncBlockerSummaryCommandInput,
|
|
24
17
|
GetSyncBlockerSummaryCommandOutput,
|
|
25
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetSyncBlockerSummaryCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetSyncBlockerSummaryCommandInput,
|
|
33
26
|
GetSyncBlockerSummaryCommandOutput,
|
|
34
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetSyncBlockerSummaryCommand extends GetSyncBlockerSummaryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -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
|
GetSyncConfigurationInput,
|
|
10
4
|
GetSyncConfigurationOutput,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetSyncConfigurationCommandInput
|
|
15
8
|
extends GetSyncConfigurationInput {}
|
|
16
9
|
export interface GetSyncConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetSyncConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetSyncConfigurationCommandInput,
|
|
24
17
|
GetSyncConfigurationCommandOutput,
|
|
25
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetSyncConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetSyncConfigurationCommandInput,
|
|
33
26
|
GetSyncConfigurationCommandOutput,
|
|
34
|
-
CodeStarConnectionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").CodeStarConnectionsClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetSyncConfigurationCommand extends GetSyncConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|