@aws-sdk/client-codestar-connections 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +70 -71
- package/dist-cjs/models/CodeStarConnectionsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CodeStarConnections.js +1 -1
- package/dist-es/CodeStarConnectionsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateConnectionCommand.js +2 -2
- package/dist-es/commands/CreateHostCommand.js +2 -2
- package/dist-es/commands/CreateRepositoryLinkCommand.js +2 -2
- package/dist-es/commands/CreateSyncConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteConnectionCommand.js +2 -2
- package/dist-es/commands/DeleteHostCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryLinkCommand.js +2 -2
- package/dist-es/commands/DeleteSyncConfigurationCommand.js +2 -2
- package/dist-es/commands/GetConnectionCommand.js +2 -2
- package/dist-es/commands/GetHostCommand.js +2 -2
- package/dist-es/commands/GetRepositoryLinkCommand.js +2 -2
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +2 -2
- package/dist-es/commands/GetResourceSyncStatusCommand.js +2 -2
- package/dist-es/commands/GetSyncBlockerSummaryCommand.js +2 -2
- package/dist-es/commands/GetSyncConfigurationCommand.js +2 -2
- package/dist-es/commands/ListConnectionsCommand.js +2 -2
- package/dist-es/commands/ListHostsCommand.js +2 -2
- package/dist-es/commands/ListRepositoryLinksCommand.js +2 -2
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +2 -2
- package/dist-es/commands/ListSyncConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateHostCommand.js +2 -2
- package/dist-es/commands/UpdateRepositoryLinkCommand.js +2 -2
- package/dist-es/commands/UpdateSyncBlockerCommand.js +2 -2
- package/dist-es/commands/UpdateSyncConfigurationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CodeStarConnectionsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CodeStarConnectionsClient.d.ts +5 -5
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/commands/CreateHostCommand.d.ts +6 -4
- package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +6 -4
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteHostCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
- package/dist-types/commands/GetHostCommand.d.ts +6 -4
- package/dist-types/commands/GetRepositoryLinkCommand.d.ts +6 -4
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +6 -4
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/ListConnectionsCommand.d.ts +6 -4
- package/dist-types/commands/ListHostsCommand.d.ts +6 -4
- package/dist-types/commands/ListRepositoryLinksCommand.d.ts +6 -4
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -4
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateHostCommand.d.ts +6 -4
- package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CodeStarConnectionsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetHostCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +6 -6
- package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CodeStarConnectionsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface CreateConnectionCommandOutput
|
|
|
18
18
|
declare const CreateConnectionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: CreateConnectionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
CreateConnectionCommandInput,
|
|
23
23
|
CreateConnectionCommandOutput,
|
|
24
24
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const CreateConnectionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: CreateConnectionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
CreateConnectionCommandInput,
|
|
32
32
|
CreateConnectionCommandOutput,
|
|
33
33
|
CodeStarConnectionsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface CreateHostCommandOutput
|
|
|
15
15
|
declare const CreateHostCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: CreateHostCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
CreateHostCommandInput,
|
|
20
20
|
CreateHostCommandOutput,
|
|
21
21
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const CreateHostCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: CreateHostCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
CreateHostCommandInput,
|
|
29
29
|
CreateHostCommandOutput,
|
|
30
30
|
CodeStarConnectionsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class CreateHostCommand extends CreateHostCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateRepositoryLinkCommandOutput
|
|
|
19
19
|
declare const CreateRepositoryLinkCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateRepositoryLinkCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateRepositoryLinkCommandInput,
|
|
24
24
|
CreateRepositoryLinkCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateRepositoryLinkCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateRepositoryLinkCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateRepositoryLinkCommandInput,
|
|
33
33
|
CreateRepositoryLinkCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateRepositoryLinkCommand extends CreateRepositoryLinkCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateSyncConfigurationCommandOutput
|
|
|
19
19
|
declare const CreateSyncConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateSyncConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateSyncConfigurationCommandInput,
|
|
24
24
|
CreateSyncConfigurationCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateSyncConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateSyncConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateSyncConfigurationCommandInput,
|
|
33
33
|
CreateSyncConfigurationCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateSyncConfigurationCommand extends CreateSyncConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DeleteConnectionCommandOutput
|
|
|
18
18
|
declare const DeleteConnectionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DeleteConnectionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DeleteConnectionCommandInput,
|
|
23
23
|
DeleteConnectionCommandOutput,
|
|
24
24
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DeleteConnectionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DeleteConnectionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DeleteConnectionCommandInput,
|
|
32
32
|
DeleteConnectionCommandOutput,
|
|
33
33
|
CodeStarConnectionsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteHostCommandOutput
|
|
|
15
15
|
declare const DeleteHostCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteHostCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteHostCommandInput,
|
|
20
20
|
DeleteHostCommandOutput,
|
|
21
21
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteHostCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteHostCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteHostCommandInput,
|
|
29
29
|
DeleteHostCommandOutput,
|
|
30
30
|
CodeStarConnectionsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteHostCommand extends DeleteHostCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteRepositoryLinkCommandOutput
|
|
|
19
19
|
declare const DeleteRepositoryLinkCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteRepositoryLinkCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteRepositoryLinkCommandInput,
|
|
24
24
|
DeleteRepositoryLinkCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteRepositoryLinkCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteRepositoryLinkCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteRepositoryLinkCommandInput,
|
|
33
33
|
DeleteRepositoryLinkCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteRepositoryLinkCommand extends DeleteRepositoryLinkCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DeleteSyncConfigurationCommandOutput
|
|
|
19
19
|
declare const DeleteSyncConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteSyncConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteSyncConfigurationCommandInput,
|
|
24
24
|
DeleteSyncConfigurationCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteSyncConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteSyncConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteSyncConfigurationCommandInput,
|
|
33
33
|
DeleteSyncConfigurationCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteSyncConfigurationCommand extends DeleteSyncConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetConnectionCommandOutput
|
|
|
15
15
|
declare const GetConnectionCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetConnectionCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetConnectionCommandInput,
|
|
20
20
|
GetConnectionCommandOutput,
|
|
21
21
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetConnectionCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetConnectionCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetConnectionCommandInput,
|
|
29
29
|
GetConnectionCommandOutput,
|
|
30
30
|
CodeStarConnectionsClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetConnectionCommand extends GetConnectionCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface GetHostCommandInput extends GetHostInput {}
|
|
12
12
|
export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {}
|
|
13
13
|
declare const GetHostCommand_base: {
|
|
14
|
-
new (input: GetHostCommandInput): import("@smithy/
|
|
14
|
+
new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
GetHostCommandInput,
|
|
16
16
|
GetHostCommandOutput,
|
|
17
17
|
CodeStarConnectionsClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: GetHostCommandInput): import("@smithy/
|
|
21
|
+
new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetHostCommandInput,
|
|
23
23
|
GetHostCommandOutput,
|
|
24
24
|
CodeStarConnectionsClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class GetHostCommand extends GetHostCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetRepositoryLinkCommandOutput
|
|
|
18
18
|
declare const GetRepositoryLinkCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetRepositoryLinkCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetRepositoryLinkCommandInput,
|
|
23
23
|
GetRepositoryLinkCommandOutput,
|
|
24
24
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetRepositoryLinkCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetRepositoryLinkCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetRepositoryLinkCommandInput,
|
|
32
32
|
GetRepositoryLinkCommandOutput,
|
|
33
33
|
CodeStarConnectionsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetRepositoryLinkCommand extends GetRepositoryLinkCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetRepositorySyncStatusCommandOutput
|
|
|
19
19
|
declare const GetRepositorySyncStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetRepositorySyncStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetRepositorySyncStatusCommandInput,
|
|
24
24
|
GetRepositorySyncStatusCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetRepositorySyncStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetRepositorySyncStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetRepositorySyncStatusCommandInput,
|
|
33
33
|
GetRepositorySyncStatusCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetResourceSyncStatusCommandOutput
|
|
|
19
19
|
declare const GetResourceSyncStatusCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetResourceSyncStatusCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetResourceSyncStatusCommandInput,
|
|
24
24
|
GetResourceSyncStatusCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetResourceSyncStatusCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetResourceSyncStatusCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetResourceSyncStatusCommandInput,
|
|
33
33
|
GetResourceSyncStatusCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetResourceSyncStatusCommand extends GetResourceSyncStatusCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetSyncBlockerSummaryCommandOutput
|
|
|
19
19
|
declare const GetSyncBlockerSummaryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSyncBlockerSummaryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSyncBlockerSummaryCommandInput,
|
|
24
24
|
GetSyncBlockerSummaryCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSyncBlockerSummaryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSyncBlockerSummaryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSyncBlockerSummaryCommandInput,
|
|
33
33
|
GetSyncBlockerSummaryCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSyncBlockerSummaryCommand extends GetSyncBlockerSummaryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetSyncConfigurationCommandOutput
|
|
|
19
19
|
declare const GetSyncConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetSyncConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetSyncConfigurationCommandInput,
|
|
24
24
|
GetSyncConfigurationCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetSyncConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetSyncConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetSyncConfigurationCommandInput,
|
|
33
33
|
GetSyncConfigurationCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetSyncConfigurationCommand extends GetSyncConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListConnectionsCommandOutput
|
|
|
18
18
|
declare const ListConnectionsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListConnectionsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListConnectionsCommandInput,
|
|
23
23
|
ListConnectionsCommandOutput,
|
|
24
24
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListConnectionsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [ListConnectionsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListConnectionsCommandInput,
|
|
32
32
|
ListConnectionsCommandOutput,
|
|
33
33
|
CodeStarConnectionsClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -13,9 +13,7 @@ export interface ListHostsCommandOutput
|
|
|
13
13
|
extends ListHostsOutput,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListHostsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListHostsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListHostsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListHostsCommandInput,
|
|
20
18
|
ListHostsCommandOutput,
|
|
21
19
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -24,14 +22,16 @@ declare const ListHostsCommand_base: {
|
|
|
24
22
|
>;
|
|
25
23
|
new (
|
|
26
24
|
...[input]: [] | [ListHostsCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
26
|
ListHostsCommandInput,
|
|
29
27
|
ListHostsCommandOutput,
|
|
30
28
|
CodeStarConnectionsClientResolvedConfig,
|
|
31
29
|
ServiceInputTypes,
|
|
32
30
|
ServiceOutputTypes
|
|
33
31
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
35
35
|
};
|
|
36
36
|
export declare class ListHostsCommand extends ListHostsCommand_base {
|
|
37
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListRepositoryLinksCommandOutput
|
|
|
19
19
|
declare const ListRepositoryLinksCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListRepositoryLinksCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListRepositoryLinksCommandInput,
|
|
24
24
|
ListRepositoryLinksCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListRepositoryLinksCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListRepositoryLinksCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListRepositoryLinksCommandInput,
|
|
33
33
|
ListRepositoryLinksCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListRepositoryLinksCommand extends ListRepositoryLinksCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListRepositorySyncDefinitionsCommandOutput
|
|
|
19
19
|
declare const ListRepositorySyncDefinitionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListRepositorySyncDefinitionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListRepositorySyncDefinitionsCommandInput,
|
|
24
24
|
ListRepositorySyncDefinitionsCommandOutput,
|
|
25
25
|
CodeStarConnectionsClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListRepositorySyncDefinitionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListRepositorySyncDefinitionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListRepositorySyncDefinitionsCommandInput,
|
|
33
33
|
ListRepositorySyncDefinitionsCommandOutput,
|
|
34
34
|
CodeStarConnectionsClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListRepositorySyncDefinitionsCommand extends ListRepositorySyncDefinitionsCommand_base {
|
|
41
43
|
protected static __types: {
|