@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 type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { DeleteRepositoryLinkInput, DeleteRepositoryLinkOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteRepositoryLinkCommandInput extends DeleteRepositoryLinkIn
|
|
|
22
22
|
export interface DeleteRepositoryLinkCommandOutput extends DeleteRepositoryLinkOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteRepositoryLinkCommand_base: {
|
|
25
|
-
new (input: DeleteRepositoryLinkCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteRepositoryLinkCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the association between your connection and a specified external Git repository.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { DeleteSyncConfigurationInput, DeleteSyncConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteSyncConfigurationCommandInput extends DeleteSyncConfigura
|
|
|
22
22
|
export interface DeleteSyncConfigurationCommandOutput extends DeleteSyncConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteSyncConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteSyncConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteSyncConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the sync configuration for a specified repository and connection.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { GetConnectionInput, GetConnectionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConnectionCommandInput extends GetConnectionInput {
|
|
|
22
22
|
export interface GetConnectionCommandOutput extends GetConnectionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConnectionCommand_base: {
|
|
25
|
-
new (input: GetConnectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConnectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConnectionCommandInput): import("@smithy/core/client").CommandImpl<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the connection ARN and details such as status, owner, and provider type.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { GetHostInput, GetHostOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetHostCommandInput extends GetHostInput {
|
|
|
22
22
|
export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetHostCommand_base: {
|
|
25
|
-
new (input: GetHostCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetHostCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the host ARN and details such as status, provider type, endpoint, and, if
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { GetRepositoryLinkInput, GetRepositoryLinkOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRepositoryLinkCommandInput extends GetRepositoryLinkInput {
|
|
|
22
22
|
export interface GetRepositoryLinkCommandOutput extends GetRepositoryLinkOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRepositoryLinkCommand_base: {
|
|
25
|
-
new (input: GetRepositoryLinkCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRepositoryLinkCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns details about a repository link. A repository link allows Git sync to monitor
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRepositorySyncStatusCommandInput extends GetRepositorySyncSt
|
|
|
22
22
|
export interface GetRepositorySyncStatusCommandOutput extends GetRepositorySyncStatusOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRepositorySyncStatusCommand_base: {
|
|
25
|
-
new (input: GetRepositorySyncStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRepositorySyncStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRepositorySyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRepositorySyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns details about the sync status for a repository. A repository sync uses Git sync
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { GetResourceSyncStatusInput, GetResourceSyncStatusOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetResourceSyncStatusCommandInput extends GetResourceSyncStatus
|
|
|
22
22
|
export interface GetResourceSyncStatusCommandOutput extends GetResourceSyncStatusOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetResourceSyncStatusCommand_base: {
|
|
25
|
-
new (input: GetResourceSyncStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetResourceSyncStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetResourceSyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetResourceSyncStatusCommandInput): import("@smithy/core/client").CommandImpl<GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the status of the sync with the Git repository for a specific Amazon Web Services
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { GetSyncBlockerSummaryInput, GetSyncBlockerSummaryOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSyncBlockerSummaryCommandInput extends GetSyncBlockerSummary
|
|
|
22
22
|
export interface GetSyncBlockerSummaryCommandOutput extends GetSyncBlockerSummaryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSyncBlockerSummaryCommand_base: {
|
|
25
|
-
new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSyncBlockerSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the most recent sync blockers.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { GetSyncConfigurationInput, GetSyncConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSyncConfigurationCommandInput extends GetSyncConfigurationIn
|
|
|
22
22
|
export interface GetSyncConfigurationCommandOutput extends GetSyncConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSyncConfigurationCommand_base: {
|
|
25
|
-
new (input: GetSyncConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSyncConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { ListConnectionsInput, ListConnectionsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConnectionsCommandInput extends ListConnectionsInput {
|
|
|
22
22
|
export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConnectionsCommand_base: {
|
|
25
|
-
new (input: ListConnectionsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConnectionsCommandInput): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListConnectionsCommandInput]): import("@smithy/core/client").CommandImpl<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the connections associated with your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { ListHostsInput, ListHostsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListHostsCommandInput extends ListHostsInput {
|
|
|
22
22
|
export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListHostsCommand_base: {
|
|
25
|
-
new (input: ListHostsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListHostsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListHostsCommandInput): import("@smithy/core/client").CommandImpl<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListHostsCommandInput]): import("@smithy/core/client").CommandImpl<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the hosts associated with your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { ListRepositoryLinksInput, ListRepositoryLinksOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRepositoryLinksCommandInput extends ListRepositoryLinksInpu
|
|
|
22
22
|
export interface ListRepositoryLinksCommandOutput extends ListRepositoryLinksOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRepositoryLinksCommand_base: {
|
|
25
|
-
new (input: ListRepositoryLinksCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListRepositoryLinksCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRepositoryLinksCommandInput): import("@smithy/core/client").CommandImpl<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListRepositoryLinksCommandInput]): import("@smithy/core/client").CommandImpl<ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the repository links created for connections in your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { ListRepositorySyncDefinitionsInput, ListRepositorySyncDefinitionsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListRepositorySyncDefinitionsCommandInput extends ListRepositor
|
|
|
22
22
|
export interface ListRepositorySyncDefinitionsCommandOutput extends ListRepositorySyncDefinitionsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListRepositorySyncDefinitionsCommand_base: {
|
|
25
|
-
new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListRepositorySyncDefinitionsCommandInput): import("@smithy/core/client").CommandImpl<ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the repository sync definitions for repository links in your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { ListSyncConfigurationsInput, ListSyncConfigurationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSyncConfigurationsCommandInput extends ListSyncConfiguratio
|
|
|
22
22
|
export interface ListSyncConfigurationsCommandOutput extends ListSyncConfigurationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSyncConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListSyncConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListSyncConfigurationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSyncConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListSyncConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of sync configurations for a specified repository.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
22
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Gets the set of key-value pairs (metadata) that are used to manage the resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes tags from an Amazon Web Services resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { UpdateHostInput, UpdateHostOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateHostCommandInput extends UpdateHostInput {
|
|
|
22
22
|
export interface UpdateHostCommandOutput extends UpdateHostOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateHostCommand_base: {
|
|
25
|
-
new (input: UpdateHostCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateHostCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateHostCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostCommandInput, UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateHostCommandInput): import("@smithy/core/client").CommandImpl<UpdateHostCommandInput, UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a specified host with the provided configurations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { UpdateRepositoryLinkInput, UpdateRepositoryLinkOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateRepositoryLinkCommandInput extends UpdateRepositoryLinkIn
|
|
|
22
22
|
export interface UpdateRepositoryLinkCommandOutput extends UpdateRepositoryLinkOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateRepositoryLinkCommand_base: {
|
|
25
|
-
new (input: UpdateRepositoryLinkCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateRepositoryLinkCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateRepositoryLinkCommandInput): import("@smithy/core/client").CommandImpl<UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the association between your connection and a specified external Git repository.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { UpdateSyncBlockerInput, UpdateSyncBlockerOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSyncBlockerCommandInput extends UpdateSyncBlockerInput {
|
|
|
22
22
|
export interface UpdateSyncBlockerCommandOutput extends UpdateSyncBlockerOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSyncBlockerCommand_base: {
|
|
25
|
-
new (input: UpdateSyncBlockerCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSyncBlockerCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSyncBlockerCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSyncBlockerCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
|
|
4
4
|
import type { UpdateSyncConfigurationInput, UpdateSyncConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSyncConfigurationCommandInput extends UpdateSyncConfigura
|
|
|
22
22
|
export interface UpdateSyncConfigurationCommandOutput extends UpdateSyncConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSyncConfigurationCommand_base: {
|
|
25
|
-
new (input: UpdateSyncConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSyncConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSyncConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput, CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the sync configuration for your connection and a specified external Git repository.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { CodeStarConnectionsServiceException as __BaseException } from "./CodeStarConnectionsServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -5,13 +5,13 @@ import type { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClien
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClien
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClien
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig)
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|