@aws-sdk/client-codestar-connections 3.478.0 → 3.483.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/CreateConnectionCommand.js +18 -41
- package/dist-cjs/commands/CreateHostCommand.js +18 -41
- package/dist-cjs/commands/CreateRepositoryLinkCommand.js +18 -41
- package/dist-cjs/commands/CreateSyncConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteConnectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteHostCommand.js +18 -41
- package/dist-cjs/commands/DeleteRepositoryLinkCommand.js +18 -41
- package/dist-cjs/commands/DeleteSyncConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetConnectionCommand.js +18 -41
- package/dist-cjs/commands/GetHostCommand.js +18 -41
- package/dist-cjs/commands/GetRepositoryLinkCommand.js +18 -41
- package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +18 -41
- package/dist-cjs/commands/GetResourceSyncStatusCommand.js +18 -41
- package/dist-cjs/commands/GetSyncBlockerSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetSyncConfigurationCommand.js +18 -41
- package/dist-cjs/commands/ListConnectionsCommand.js +18 -41
- package/dist-cjs/commands/ListHostsCommand.js +18 -41
- package/dist-cjs/commands/ListRepositoryLinksCommand.js +18 -41
- package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
- package/dist-cjs/commands/ListSyncConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateHostCommand.js +18 -41
- package/dist-cjs/commands/UpdateRepositoryLinkCommand.js +18 -41
- package/dist-cjs/commands/UpdateSyncBlockerCommand.js +18 -41
- package/dist-cjs/commands/UpdateSyncConfigurationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-es/commands/CreateConnectionCommand.js +18 -41
- package/dist-es/commands/CreateHostCommand.js +18 -41
- package/dist-es/commands/CreateRepositoryLinkCommand.js +18 -41
- package/dist-es/commands/CreateSyncConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteConnectionCommand.js +18 -41
- package/dist-es/commands/DeleteHostCommand.js +18 -41
- package/dist-es/commands/DeleteRepositoryLinkCommand.js +18 -41
- package/dist-es/commands/DeleteSyncConfigurationCommand.js +18 -41
- package/dist-es/commands/GetConnectionCommand.js +18 -41
- package/dist-es/commands/GetHostCommand.js +18 -41
- package/dist-es/commands/GetRepositoryLinkCommand.js +18 -41
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +18 -41
- package/dist-es/commands/GetResourceSyncStatusCommand.js +18 -41
- package/dist-es/commands/GetSyncBlockerSummaryCommand.js +18 -41
- package/dist-es/commands/GetSyncConfigurationCommand.js +18 -41
- package/dist-es/commands/ListConnectionsCommand.js +18 -41
- package/dist-es/commands/ListHostsCommand.js +18 -41
- package/dist-es/commands/ListRepositoryLinksCommand.js +18 -41
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +18 -41
- package/dist-es/commands/ListSyncConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateHostCommand.js +18 -41
- package/dist-es/commands/UpdateRepositoryLinkCommand.js +18 -41
- package/dist-es/commands/UpdateSyncBlockerCommand.js +18 -41
- package/dist-es/commands/UpdateSyncConfigurationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +7 -22
- package/dist-types/commands/CreateHostCommand.d.ts +7 -22
- package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +7 -22
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +7 -22
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteHostCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +6 -21
- package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetConnectionCommand.d.ts +7 -22
- package/dist-types/commands/GetHostCommand.d.ts +7 -22
- package/dist-types/commands/GetRepositoryLinkCommand.d.ts +7 -22
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +11 -26
- package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +7 -22
- package/dist-types/commands/ListConnectionsCommand.d.ts +8 -23
- package/dist-types/commands/ListHostsCommand.d.ts +7 -22
- package/dist-types/commands/ListRepositoryLinksCommand.d.ts +7 -22
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -21
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +7 -22
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateHostCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +7 -22
- package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +7 -22
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetHostCommand.d.ts +12 -23
- package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateConnectionCommandInput extends CreateConnectionInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateConnectionCommandOutput extends CreateConnectionOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateConnectionCommand_base: {
|
|
24
|
+
new (input: CreateConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConnectionCommandInput, CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so
|
|
@@ -33,7 +36,7 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _
|
|
|
33
36
|
* // const { CodeStarConnectionsClient, CreateConnectionCommand } = require("@aws-sdk/client-codestar-connections"); // CommonJS import
|
|
34
37
|
* const client = new CodeStarConnectionsClient(config);
|
|
35
38
|
* const input = { // CreateConnectionInput
|
|
36
|
-
* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab",
|
|
39
|
+
* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
|
|
37
40
|
* ConnectionName: "STRING_VALUE", // required
|
|
38
41
|
* Tags: [ // TagList
|
|
39
42
|
* { // Tag
|
|
@@ -76,23 +79,5 @@ export interface CreateConnectionCommandOutput extends CreateConnectionOutput, _
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class CreateConnectionCommand extends
|
|
80
|
-
readonly input: CreateConnectionCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: CreateConnectionCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { CreateHostInput, CreateHostOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateHostCommandInput extends CreateHostInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateHostCommand_base: {
|
|
24
|
+
new (input: CreateHostCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHostCommandInput, CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a resource that represents the infrastructure where a third-party provider is
|
|
@@ -39,7 +42,7 @@ export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBea
|
|
|
39
42
|
* const client = new CodeStarConnectionsClient(config);
|
|
40
43
|
* const input = { // CreateHostInput
|
|
41
44
|
* Name: "STRING_VALUE", // required
|
|
42
|
-
* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
|
|
45
|
+
* ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
|
|
43
46
|
* ProviderEndpoint: "STRING_VALUE", // required
|
|
44
47
|
* VpcConfiguration: { // VpcConfiguration
|
|
45
48
|
* VpcId: "STRING_VALUE", // required
|
|
@@ -85,23 +88,5 @@ export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBea
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class CreateHostCommand extends
|
|
89
|
-
readonly input: CreateHostCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: CreateHostCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostCommandInput, CreateHostCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class CreateHostCommand extends CreateHostCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { CreateRepositoryLinkInput, CreateRepositoryLinkOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateRepositoryLinkCommandInput extends CreateRepositoryLinkIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateRepositoryLinkCommandOutput extends CreateRepositoryLinkOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateRepositoryLinkCommand_base: {
|
|
24
|
+
new (input: CreateRepositoryLinkCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <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>
|
|
@@ -49,7 +52,7 @@ export interface CreateRepositoryLinkCommandOutput extends CreateRepositoryLinkO
|
|
|
49
52
|
* // ConnectionArn: "STRING_VALUE", // required
|
|
50
53
|
* // EncryptionKeyArn: "STRING_VALUE",
|
|
51
54
|
* // OwnerId: "STRING_VALUE", // required
|
|
52
|
-
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
|
|
55
|
+
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
|
|
53
56
|
* // RepositoryLinkArn: "STRING_VALUE", // required
|
|
54
57
|
* // RepositoryLinkId: "STRING_VALUE", // required
|
|
55
58
|
* // RepositoryName: "STRING_VALUE", // required
|
|
@@ -89,23 +92,5 @@ export interface CreateRepositoryLinkCommandOutput extends CreateRepositoryLinkO
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class CreateRepositoryLinkCommand extends
|
|
93
|
-
readonly input: CreateRepositoryLinkCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: CreateRepositoryLinkCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class CreateRepositoryLinkCommand extends CreateRepositoryLinkCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { CreateSyncConfigurationInput, CreateSyncConfigurationOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateSyncConfigurationCommandInput extends CreateSyncConfigura
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateSyncConfigurationCommandOutput extends CreateSyncConfigurationOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateSyncConfigurationCommand_base: {
|
|
24
|
+
new (input: CreateSyncConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a sync configuration which allows Amazon Web Services to sync content from a Git
|
|
@@ -47,7 +50,7 @@ export interface CreateSyncConfigurationCommandOutput extends CreateSyncConfigur
|
|
|
47
50
|
* // Branch: "STRING_VALUE", // required
|
|
48
51
|
* // ConfigFile: "STRING_VALUE",
|
|
49
52
|
* // OwnerId: "STRING_VALUE", // required
|
|
50
|
-
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
|
|
53
|
+
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
|
|
51
54
|
* // RepositoryLinkId: "STRING_VALUE", // required
|
|
52
55
|
* // RepositoryName: "STRING_VALUE", // required
|
|
53
56
|
* // ResourceName: "STRING_VALUE", // required
|
|
@@ -89,23 +92,5 @@ export interface CreateSyncConfigurationCommandOutput extends CreateSyncConfigur
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class CreateSyncConfigurationCommand extends
|
|
93
|
-
readonly input: CreateSyncConfigurationCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: CreateSyncConfigurationCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class CreateSyncConfigurationCommand extends CreateSyncConfigurationCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { DeleteConnectionInput, DeleteConnectionOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteConnectionCommandInput extends DeleteConnectionInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteConnectionCommand_base: {
|
|
24
|
+
new (input: DeleteConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The connection to be deleted.</p>
|
|
@@ -52,23 +55,5 @@ export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, _
|
|
|
52
55
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
53
56
|
*
|
|
54
57
|
*/
|
|
55
|
-
export declare class DeleteConnectionCommand extends
|
|
56
|
-
readonly input: DeleteConnectionCommandInput;
|
|
57
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
|
-
/**
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
constructor(input: DeleteConnectionCommandInput);
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
|
-
private serialize;
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
private deserialize;
|
|
58
|
+
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
74
59
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { DeleteHostInput, DeleteHostOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteHostCommandInput extends DeleteHostInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteHostCommand_base: {
|
|
24
|
+
new (input: DeleteHostCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHostCommandInput, DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.</p>
|
|
@@ -58,23 +61,5 @@ export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBea
|
|
|
58
61
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
59
62
|
*
|
|
60
63
|
*/
|
|
61
|
-
export declare class DeleteHostCommand extends
|
|
62
|
-
readonly input: DeleteHostCommandInput;
|
|
63
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
-
/**
|
|
65
|
-
* @public
|
|
66
|
-
*/
|
|
67
|
-
constructor(input: DeleteHostCommandInput);
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostCommandInput, DeleteHostCommandOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
|
-
private serialize;
|
|
76
|
-
/**
|
|
77
|
-
* @internal
|
|
78
|
-
*/
|
|
79
|
-
private deserialize;
|
|
64
|
+
export declare class DeleteHostCommand extends DeleteHostCommand_base {
|
|
80
65
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { DeleteRepositoryLinkInput, DeleteRepositoryLinkOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteRepositoryLinkCommandInput extends DeleteRepositoryLinkIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteRepositoryLinkCommandOutput extends DeleteRepositoryLinkOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteRepositoryLinkCommand_base: {
|
|
24
|
+
new (input: DeleteRepositoryLinkCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the association between your connection and a specified external Git repository.</p>
|
|
@@ -73,23 +76,5 @@ export interface DeleteRepositoryLinkCommandOutput extends DeleteRepositoryLinkO
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class DeleteRepositoryLinkCommand extends
|
|
77
|
-
readonly input: DeleteRepositoryLinkCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: DeleteRepositoryLinkCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class DeleteRepositoryLinkCommand extends DeleteRepositoryLinkCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { DeleteSyncConfigurationInput, DeleteSyncConfigurationOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteSyncConfigurationCommandInput extends DeleteSyncConfigura
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteSyncConfigurationCommandOutput extends DeleteSyncConfigurationOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteSyncConfigurationCommand_base: {
|
|
24
|
+
new (input: DeleteSyncConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the sync configuration for a specified repository and connection.</p>
|
|
@@ -68,23 +71,5 @@ export interface DeleteSyncConfigurationCommandOutput extends DeleteSyncConfigur
|
|
|
68
71
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
69
72
|
*
|
|
70
73
|
*/
|
|
71
|
-
export declare class DeleteSyncConfigurationCommand extends
|
|
72
|
-
readonly input: DeleteSyncConfigurationCommandInput;
|
|
73
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
-
/**
|
|
75
|
-
* @public
|
|
76
|
-
*/
|
|
77
|
-
constructor(input: DeleteSyncConfigurationCommandInput);
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput>;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private serialize;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private deserialize;
|
|
74
|
+
export declare class DeleteSyncConfigurationCommand extends DeleteSyncConfigurationCommand_base {
|
|
90
75
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { GetConnectionInput, GetConnectionOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetConnectionCommandInput extends GetConnectionInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetConnectionCommandOutput extends GetConnectionOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetConnectionCommand_base: {
|
|
24
|
+
new (input: GetConnectionCommandInput): import("@smithy/smithy-client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the connection ARN and details such as status, owner, and provider type.</p>
|
|
@@ -39,7 +42,7 @@ export interface GetConnectionCommandOutput extends GetConnectionOutput, __Metad
|
|
|
39
42
|
* // Connection: { // Connection
|
|
40
43
|
* // ConnectionName: "STRING_VALUE",
|
|
41
44
|
* // ConnectionArn: "STRING_VALUE",
|
|
42
|
-
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab",
|
|
45
|
+
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
|
|
43
46
|
* // OwnerAccountId: "STRING_VALUE",
|
|
44
47
|
* // ConnectionStatus: "PENDING" || "AVAILABLE" || "ERROR",
|
|
45
48
|
* // HostArn: "STRING_VALUE",
|
|
@@ -64,23 +67,5 @@ export interface GetConnectionCommandOutput extends GetConnectionOutput, __Metad
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class GetConnectionCommand extends
|
|
68
|
-
readonly input: GetConnectionCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: GetConnectionCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class GetConnectionCommand extends GetConnectionCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { GetHostInput, GetHostOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetHostCommandInput extends GetHostInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetHostCommand_base: {
|
|
24
|
+
new (input: GetHostCommandInput): import("@smithy/smithy-client").CommandImpl<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the host ARN and details such as status, provider type, endpoint, and, if
|
|
@@ -39,7 +42,7 @@ export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
|
|
|
39
42
|
* // { // GetHostOutput
|
|
40
43
|
* // Name: "STRING_VALUE",
|
|
41
44
|
* // Status: "STRING_VALUE",
|
|
42
|
-
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab",
|
|
45
|
+
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged",
|
|
43
46
|
* // ProviderEndpoint: "STRING_VALUE",
|
|
44
47
|
* // VpcConfiguration: { // VpcConfiguration
|
|
45
48
|
* // VpcId: "STRING_VALUE", // required
|
|
@@ -71,23 +74,5 @@ export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
|
|
|
71
74
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
72
75
|
*
|
|
73
76
|
*/
|
|
74
|
-
export declare class GetHostCommand extends
|
|
75
|
-
readonly input: GetHostCommandInput;
|
|
76
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
constructor(input: GetHostCommandInput);
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHostCommandInput, GetHostCommandOutput>;
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
private serialize;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private deserialize;
|
|
77
|
+
export declare class GetHostCommand extends GetHostCommand_base {
|
|
93
78
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { GetRepositoryLinkInput, GetRepositoryLinkOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRepositoryLinkCommandInput extends GetRepositoryLinkInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRepositoryLinkCommandOutput extends GetRepositoryLinkOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRepositoryLinkCommand_base: {
|
|
24
|
+
new (input: GetRepositoryLinkCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns details about a repository link. A repository link allows Git sync to monitor
|
|
@@ -41,7 +44,7 @@ export interface GetRepositoryLinkCommandOutput extends GetRepositoryLinkOutput,
|
|
|
41
44
|
* // ConnectionArn: "STRING_VALUE", // required
|
|
42
45
|
* // EncryptionKeyArn: "STRING_VALUE",
|
|
43
46
|
* // OwnerId: "STRING_VALUE", // required
|
|
44
|
-
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab", // required
|
|
47
|
+
* // ProviderType: "Bitbucket" || "GitHub" || "GitHubEnterpriseServer" || "GitLab" || "GitLabSelfManaged", // required
|
|
45
48
|
* // RepositoryLinkArn: "STRING_VALUE", // required
|
|
46
49
|
* // RepositoryLinkId: "STRING_VALUE", // required
|
|
47
50
|
* // RepositoryName: "STRING_VALUE", // required
|
|
@@ -78,23 +81,5 @@ export interface GetRepositoryLinkCommandOutput extends GetRepositoryLinkOutput,
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetRepositoryLinkCommand extends
|
|
82
|
-
readonly input: GetRepositoryLinkCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetRepositoryLinkCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetRepositoryLinkCommand extends GetRepositoryLinkCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
5
4
|
import { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRepositorySyncStatusCommandInput extends GetRepositorySyncSt
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncStatusOutput, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRepositorySyncStatusCommand_base: {
|
|
24
|
+
new (input: GetRepositorySyncStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns details about the sync status for a repository. A repository sync uses Git sync
|
|
@@ -80,23 +83,5 @@ export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncS
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from CodeStarConnections service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class GetRepositorySyncStatusCommand extends
|
|
84
|
-
readonly input: GetRepositorySyncStatusCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: GetRepositorySyncStatusCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {
|
|
102
87
|
}
|