@aws-sdk/client-codestar-connections 3.49.0 → 3.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
  3. package/dist-types/ts3.4/CodeStarConnections.d.ts +0 -65
  4. package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +0 -85
  5. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/index.d.ts +0 -12
  18. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  19. package/dist-types/ts3.4/index.d.ts +0 -5
  20. package/dist-types/ts3.4/models/index.d.ts +0 -1
  21. package/dist-types/ts3.4/models/models_0.d.ts +0 -333
  22. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  23. package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +0 -4
  24. package/dist-types/ts3.4/pagination/ListHostsPaginator.d.ts +0 -4
  25. package/dist-types/ts3.4/pagination/index.d.ts +0 -3
  26. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -38
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-codestar-connections
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-codestar-connections
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codestar-connections",
3
3
  "description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native",
4
- "version": "3.49.0",
4
+ "version": "3.50.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.49.0",
22
- "@aws-sdk/config-resolver": "3.49.0",
23
- "@aws-sdk/credential-provider-node": "3.49.0",
24
- "@aws-sdk/fetch-http-handler": "3.49.0",
25
- "@aws-sdk/hash-node": "3.49.0",
26
- "@aws-sdk/invalid-dependency": "3.49.0",
27
- "@aws-sdk/middleware-content-length": "3.49.0",
28
- "@aws-sdk/middleware-host-header": "3.49.0",
29
- "@aws-sdk/middleware-logger": "3.49.0",
30
- "@aws-sdk/middleware-retry": "3.49.0",
31
- "@aws-sdk/middleware-serde": "3.49.0",
32
- "@aws-sdk/middleware-signing": "3.49.0",
33
- "@aws-sdk/middleware-stack": "3.49.0",
34
- "@aws-sdk/middleware-user-agent": "3.49.0",
35
- "@aws-sdk/node-config-provider": "3.49.0",
36
- "@aws-sdk/node-http-handler": "3.49.0",
37
- "@aws-sdk/protocol-http": "3.49.0",
38
- "@aws-sdk/smithy-client": "3.49.0",
39
- "@aws-sdk/types": "3.49.0",
40
- "@aws-sdk/url-parser": "3.49.0",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
41
  "@aws-sdk/util-base64-browser": "3.49.0",
42
42
  "@aws-sdk/util-base64-node": "3.49.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.49.0",
44
44
  "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.49.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.49.0",
47
- "@aws-sdk/util-user-agent-browser": "3.49.0",
48
- "@aws-sdk/util-user-agent-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.49.0",
50
50
  "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"
@@ -1,65 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CodeStarConnectionsClient } from "./CodeStarConnectionsClient";
3
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
4
- import { CreateHostCommandInput, CreateHostCommandOutput } from "./commands/CreateHostCommand";
5
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
6
- import { DeleteHostCommandInput, DeleteHostCommandOutput } from "./commands/DeleteHostCommand";
7
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
8
- import { GetHostCommandInput, GetHostCommandOutput } from "./commands/GetHostCommand";
9
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
10
- import { ListHostsCommandInput, ListHostsCommandOutput } from "./commands/ListHostsCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
12
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
13
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
14
- import { UpdateHostCommandInput, UpdateHostCommandOutput } from "./commands/UpdateHostCommand";
15
-
16
- export declare class CodeStarConnections extends CodeStarConnectionsClient {
17
-
18
- createConnection(args: CreateConnectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectionCommandOutput>;
19
- createConnection(args: CreateConnectionCommandInput, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
20
- createConnection(args: CreateConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectionCommandOutput) => void): void;
21
-
22
- createHost(args: CreateHostCommandInput, options?: __HttpHandlerOptions): Promise<CreateHostCommandOutput>;
23
- createHost(args: CreateHostCommandInput, cb: (err: any, data?: CreateHostCommandOutput) => void): void;
24
- createHost(args: CreateHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHostCommandOutput) => void): void;
25
-
26
- deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
27
- deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
28
- deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
29
-
30
- deleteHost(args: DeleteHostCommandInput, options?: __HttpHandlerOptions): Promise<DeleteHostCommandOutput>;
31
- deleteHost(args: DeleteHostCommandInput, cb: (err: any, data?: DeleteHostCommandOutput) => void): void;
32
- deleteHost(args: DeleteHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostCommandOutput) => void): void;
33
-
34
- getConnection(args: GetConnectionCommandInput, options?: __HttpHandlerOptions): Promise<GetConnectionCommandOutput>;
35
- getConnection(args: GetConnectionCommandInput, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
36
- getConnection(args: GetConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConnectionCommandOutput) => void): void;
37
-
38
- getHost(args: GetHostCommandInput, options?: __HttpHandlerOptions): Promise<GetHostCommandOutput>;
39
- getHost(args: GetHostCommandInput, cb: (err: any, data?: GetHostCommandOutput) => void): void;
40
- getHost(args: GetHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostCommandOutput) => void): void;
41
-
42
- listConnections(args: ListConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectionsCommandOutput>;
43
- listConnections(args: ListConnectionsCommandInput, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
44
- listConnections(args: ListConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectionsCommandOutput) => void): void;
45
-
46
- listHosts(args: ListHostsCommandInput, options?: __HttpHandlerOptions): Promise<ListHostsCommandOutput>;
47
- listHosts(args: ListHostsCommandInput, cb: (err: any, data?: ListHostsCommandOutput) => void): void;
48
- listHosts(args: ListHostsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostsCommandOutput) => void): void;
49
-
50
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
51
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
52
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
53
-
54
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
55
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
56
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
57
-
58
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
59
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
60
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
61
-
62
- updateHost(args: UpdateHostCommandInput, options?: __HttpHandlerOptions): Promise<UpdateHostCommandOutput>;
63
- updateHost(args: UpdateHostCommandInput, cb: (err: any, data?: UpdateHostCommandOutput) => void): void;
64
- updateHost(args: UpdateHostCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateHostCommandOutput) => void): void;
65
- }
@@ -1,85 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
10
- import { CreateHostCommandInput, CreateHostCommandOutput } from "./commands/CreateHostCommand";
11
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
12
- import { DeleteHostCommandInput, DeleteHostCommandOutput } from "./commands/DeleteHostCommand";
13
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "./commands/GetConnectionCommand";
14
- import { GetHostCommandInput, GetHostCommandOutput } from "./commands/GetHostCommand";
15
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
16
- import { ListHostsCommandInput, ListHostsCommandOutput } from "./commands/ListHostsCommand";
17
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
18
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
19
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
20
- import { UpdateHostCommandInput, UpdateHostCommandOutput } from "./commands/UpdateHostCommand";
21
- export declare type ServiceInputTypes = CreateConnectionCommandInput | CreateHostCommandInput | DeleteConnectionCommandInput | DeleteHostCommandInput | GetConnectionCommandInput | GetHostCommandInput | ListConnectionsCommandInput | ListHostsCommandInput | ListTagsForResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateHostCommandInput;
22
- export declare type ServiceOutputTypes = CreateConnectionCommandOutput | CreateHostCommandOutput | DeleteConnectionCommandOutput | DeleteHostCommandOutput | GetConnectionCommandOutput | GetHostCommandOutput | ListConnectionsCommandOutput | ListHostsCommandOutput | ListTagsForResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateHostCommandOutput;
23
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
24
-
25
- requestHandler?: __HttpHandler;
26
-
27
- sha256?: __HashConstructor;
28
-
29
- urlParser?: __UrlParser;
30
-
31
- bodyLengthChecker?: (body: any) => number | undefined;
32
-
33
- streamCollector?: __StreamCollector;
34
-
35
- base64Decoder?: __Decoder;
36
-
37
- base64Encoder?: __Encoder;
38
-
39
- utf8Decoder?: __Decoder;
40
-
41
- utf8Encoder?: __Encoder;
42
-
43
- runtime?: string;
44
-
45
- disableHostPrefix?: boolean;
46
-
47
- maxAttempts?: number | __Provider<number>;
48
-
49
- retryMode?: string | __Provider<string>;
50
-
51
- logger?: __Logger;
52
-
53
- useDualstackEndpoint?: boolean | __Provider<boolean>;
54
-
55
- useFipsEndpoint?: boolean | __Provider<boolean>;
56
-
57
- serviceId?: string;
58
-
59
- region?: string | __Provider<string>;
60
-
61
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
62
-
63
- regionInfoProvider?: RegionInfoProvider;
64
-
65
- defaultUserAgentProvider?: Provider<__UserAgent>;
66
-
67
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
68
- }
69
- declare type CodeStarConnectionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
70
-
71
- export interface CodeStarConnectionsClientConfig extends CodeStarConnectionsClientConfigType {
72
- }
73
- declare type CodeStarConnectionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
74
-
75
- export interface CodeStarConnectionsClientResolvedConfig extends CodeStarConnectionsClientResolvedConfigType {
76
- }
77
-
78
- export declare class CodeStarConnectionsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeStarConnectionsClientResolvedConfig> {
79
-
80
- readonly config: CodeStarConnectionsClientResolvedConfig;
81
- constructor(configuration: CodeStarConnectionsClientConfig);
82
-
83
- destroy(): void;
84
- }
85
- export {};
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0";
5
- export interface CreateConnectionCommandInput extends CreateConnectionInput {
6
- }
7
- export interface CreateConnectionCommandOutput extends CreateConnectionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateConnectionCommand extends $Command<CreateConnectionCommandInput, CreateConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: CreateConnectionCommandInput;
12
- constructor(input: CreateConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectionCommandInput, CreateConnectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { CreateHostInput, CreateHostOutput } from "../models/models_0";
5
- export interface CreateHostCommandInput extends CreateHostInput {
6
- }
7
- export interface CreateHostCommandOutput extends CreateHostOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateHostCommand extends $Command<CreateHostCommandInput, CreateHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: CreateHostCommandInput;
12
- constructor(input: CreateHostCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHostCommandInput, CreateHostCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { DeleteConnectionInput, DeleteConnectionOutput } from "../models/models_0";
5
- export interface DeleteConnectionCommandInput extends DeleteConnectionInput {
6
- }
7
- export interface DeleteConnectionCommandOutput extends DeleteConnectionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: DeleteConnectionCommandInput;
12
- constructor(input: DeleteConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectionCommandInput, DeleteConnectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { DeleteHostInput, DeleteHostOutput } from "../models/models_0";
5
- export interface DeleteHostCommandInput extends DeleteHostInput {
6
- }
7
- export interface DeleteHostCommandOutput extends DeleteHostOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteHostCommand extends $Command<DeleteHostCommandInput, DeleteHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: DeleteHostCommandInput;
12
- constructor(input: DeleteHostCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHostCommandInput, DeleteHostCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { GetConnectionInput, GetConnectionOutput } from "../models/models_0";
5
- export interface GetConnectionCommandInput extends GetConnectionInput {
6
- }
7
- export interface GetConnectionCommandOutput extends GetConnectionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetConnectionCommand extends $Command<GetConnectionCommandInput, GetConnectionCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: GetConnectionCommandInput;
12
- constructor(input: GetConnectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConnectionCommandInput, GetConnectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { GetHostInput, GetHostOutput } from "../models/models_0";
5
- export interface GetHostCommandInput extends GetHostInput {
6
- }
7
- export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class GetHostCommand extends $Command<GetHostCommandInput, GetHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: GetHostCommandInput;
12
- constructor(input: GetHostCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetHostCommandInput, GetHostCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { ListConnectionsInput, ListConnectionsOutput } from "../models/models_0";
5
- export interface ListConnectionsCommandInput extends ListConnectionsInput {
6
- }
7
- export interface ListConnectionsCommandOutput extends ListConnectionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListConnectionsCommand extends $Command<ListConnectionsCommandInput, ListConnectionsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: ListConnectionsCommandInput;
12
- constructor(input: ListConnectionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConnectionsCommandInput, ListConnectionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { ListHostsInput, ListHostsOutput } from "../models/models_0";
5
- export interface ListHostsCommandInput extends ListHostsInput {
6
- }
7
- export interface ListHostsCommandOutput extends ListHostsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListHostsCommand extends $Command<ListHostsCommandInput, ListHostsCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: ListHostsCommandInput;
12
- constructor(input: ListHostsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHostsCommandInput, ListHostsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceInput {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceInput {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CodeStarConnectionsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeStarConnectionsClient";
4
- import { UpdateHostInput, UpdateHostOutput } from "../models/models_0";
5
- export interface UpdateHostCommandInput extends UpdateHostInput {
6
- }
7
- export interface UpdateHostCommandOutput extends UpdateHostOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateHostCommand extends $Command<UpdateHostCommandInput, UpdateHostCommandOutput, CodeStarConnectionsClientResolvedConfig> {
11
- readonly input: UpdateHostCommandInput;
12
- constructor(input: UpdateHostCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeStarConnectionsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateHostCommandInput, UpdateHostCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,12 +0,0 @@
1
- export * from "./CreateConnectionCommand";
2
- export * from "./CreateHostCommand";
3
- export * from "./DeleteConnectionCommand";
4
- export * from "./DeleteHostCommand";
5
- export * from "./GetConnectionCommand";
6
- export * from "./GetHostCommand";
7
- export * from "./ListConnectionsCommand";
8
- export * from "./ListHostsCommand";
9
- export * from "./ListTagsForResourceCommand";
10
- export * from "./TagResourceCommand";
11
- export * from "./UntagResourceCommand";
12
- export * from "./UpdateHostCommand";
@@ -1,2 +0,0 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,5 +0,0 @@
1
- export * from "./CodeStarConnections";
2
- export * from "./CodeStarConnectionsClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
@@ -1 +0,0 @@
1
- export * from "./models_0";
@@ -1,333 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- export declare enum ProviderType {
3
- BITBUCKET = "Bitbucket",
4
- GITHUB = "GitHub",
5
- GITHUB_ENTERPRISE_SERVER = "GitHubEnterpriseServer"
6
- }
7
-
8
- export interface Tag {
9
-
10
- Key: string | undefined;
11
-
12
- Value: string | undefined;
13
- }
14
- export declare namespace Tag {
15
-
16
- const filterSensitiveLog: (obj: Tag) => any;
17
- }
18
- export interface CreateConnectionInput {
19
-
20
- ProviderType?: ProviderType | string;
21
-
22
- ConnectionName: string | undefined;
23
-
24
- Tags?: Tag[];
25
-
26
- HostArn?: string;
27
- }
28
- export declare namespace CreateConnectionInput {
29
-
30
- const filterSensitiveLog: (obj: CreateConnectionInput) => any;
31
- }
32
- export interface CreateConnectionOutput {
33
-
34
- ConnectionArn: string | undefined;
35
-
36
- Tags?: Tag[];
37
- }
38
- export declare namespace CreateConnectionOutput {
39
-
40
- const filterSensitiveLog: (obj: CreateConnectionOutput) => any;
41
- }
42
-
43
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
44
- name: "LimitExceededException";
45
- $fault: "client";
46
- Message?: string;
47
- }
48
-
49
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
50
- name: "ResourceNotFoundException";
51
- $fault: "client";
52
- Message?: string;
53
- }
54
-
55
- export interface ResourceUnavailableException extends __SmithyException, $MetadataBearer {
56
- name: "ResourceUnavailableException";
57
- $fault: "client";
58
- Message?: string;
59
- }
60
-
61
- export interface VpcConfiguration {
62
-
63
- VpcId: string | undefined;
64
-
65
- SubnetIds: string[] | undefined;
66
-
67
- SecurityGroupIds: string[] | undefined;
68
-
69
- TlsCertificate?: string;
70
- }
71
- export declare namespace VpcConfiguration {
72
-
73
- const filterSensitiveLog: (obj: VpcConfiguration) => any;
74
- }
75
- export interface CreateHostInput {
76
-
77
- Name: string | undefined;
78
-
79
- ProviderType: ProviderType | string | undefined;
80
-
81
- ProviderEndpoint: string | undefined;
82
-
83
- VpcConfiguration?: VpcConfiguration;
84
- Tags?: Tag[];
85
- }
86
- export declare namespace CreateHostInput {
87
-
88
- const filterSensitiveLog: (obj: CreateHostInput) => any;
89
- }
90
- export interface CreateHostOutput {
91
-
92
- HostArn?: string;
93
- Tags?: Tag[];
94
- }
95
- export declare namespace CreateHostOutput {
96
-
97
- const filterSensitiveLog: (obj: CreateHostOutput) => any;
98
- }
99
- export interface DeleteConnectionInput {
100
-
101
- ConnectionArn: string | undefined;
102
- }
103
- export declare namespace DeleteConnectionInput {
104
-
105
- const filterSensitiveLog: (obj: DeleteConnectionInput) => any;
106
- }
107
- export interface DeleteConnectionOutput {
108
- }
109
- export declare namespace DeleteConnectionOutput {
110
-
111
- const filterSensitiveLog: (obj: DeleteConnectionOutput) => any;
112
- }
113
- export interface DeleteHostInput {
114
-
115
- HostArn: string | undefined;
116
- }
117
- export declare namespace DeleteHostInput {
118
-
119
- const filterSensitiveLog: (obj: DeleteHostInput) => any;
120
- }
121
- export interface DeleteHostOutput {
122
- }
123
- export declare namespace DeleteHostOutput {
124
-
125
- const filterSensitiveLog: (obj: DeleteHostOutput) => any;
126
- }
127
- export interface GetConnectionInput {
128
-
129
- ConnectionArn: string | undefined;
130
- }
131
- export declare namespace GetConnectionInput {
132
-
133
- const filterSensitiveLog: (obj: GetConnectionInput) => any;
134
- }
135
- export declare enum ConnectionStatus {
136
- AVAILABLE = "AVAILABLE",
137
- ERROR = "ERROR",
138
- PENDING = "PENDING"
139
- }
140
-
141
- export interface Connection {
142
-
143
- ConnectionName?: string;
144
-
145
- ConnectionArn?: string;
146
-
147
- ProviderType?: ProviderType | string;
148
-
149
- OwnerAccountId?: string;
150
-
151
- ConnectionStatus?: ConnectionStatus | string;
152
-
153
- HostArn?: string;
154
- }
155
- export declare namespace Connection {
156
-
157
- const filterSensitiveLog: (obj: Connection) => any;
158
- }
159
- export interface GetConnectionOutput {
160
-
161
- Connection?: Connection;
162
- }
163
- export declare namespace GetConnectionOutput {
164
-
165
- const filterSensitiveLog: (obj: GetConnectionOutput) => any;
166
- }
167
- export interface GetHostInput {
168
-
169
- HostArn: string | undefined;
170
- }
171
- export declare namespace GetHostInput {
172
-
173
- const filterSensitiveLog: (obj: GetHostInput) => any;
174
- }
175
- export interface GetHostOutput {
176
-
177
- Name?: string;
178
-
179
- Status?: string;
180
-
181
- ProviderType?: ProviderType | string;
182
-
183
- ProviderEndpoint?: string;
184
-
185
- VpcConfiguration?: VpcConfiguration;
186
- }
187
- export declare namespace GetHostOutput {
188
-
189
- const filterSensitiveLog: (obj: GetHostOutput) => any;
190
- }
191
- export interface ListConnectionsInput {
192
-
193
- ProviderTypeFilter?: ProviderType | string;
194
-
195
- HostArnFilter?: string;
196
-
197
- MaxResults?: number;
198
-
199
- NextToken?: string;
200
- }
201
- export declare namespace ListConnectionsInput {
202
-
203
- const filterSensitiveLog: (obj: ListConnectionsInput) => any;
204
- }
205
- export interface ListConnectionsOutput {
206
-
207
- Connections?: Connection[];
208
-
209
- NextToken?: string;
210
- }
211
- export declare namespace ListConnectionsOutput {
212
-
213
- const filterSensitiveLog: (obj: ListConnectionsOutput) => any;
214
- }
215
- export interface ListHostsInput {
216
-
217
- MaxResults?: number;
218
-
219
- NextToken?: string;
220
- }
221
- export declare namespace ListHostsInput {
222
-
223
- const filterSensitiveLog: (obj: ListHostsInput) => any;
224
- }
225
-
226
- export interface Host {
227
-
228
- Name?: string;
229
-
230
- HostArn?: string;
231
-
232
- ProviderType?: ProviderType | string;
233
-
234
- ProviderEndpoint?: string;
235
-
236
- VpcConfiguration?: VpcConfiguration;
237
-
238
- Status?: string;
239
-
240
- StatusMessage?: string;
241
- }
242
- export declare namespace Host {
243
-
244
- const filterSensitiveLog: (obj: Host) => any;
245
- }
246
- export interface ListHostsOutput {
247
-
248
- Hosts?: Host[];
249
-
250
- NextToken?: string;
251
- }
252
- export declare namespace ListHostsOutput {
253
-
254
- const filterSensitiveLog: (obj: ListHostsOutput) => any;
255
- }
256
- export interface ListTagsForResourceInput {
257
-
258
- ResourceArn: string | undefined;
259
- }
260
- export declare namespace ListTagsForResourceInput {
261
-
262
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
263
- }
264
- export interface ListTagsForResourceOutput {
265
-
266
- Tags?: Tag[];
267
- }
268
- export declare namespace ListTagsForResourceOutput {
269
-
270
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
271
- }
272
- export interface TagResourceInput {
273
-
274
- ResourceArn: string | undefined;
275
-
276
- Tags: Tag[] | undefined;
277
- }
278
- export declare namespace TagResourceInput {
279
-
280
- const filterSensitiveLog: (obj: TagResourceInput) => any;
281
- }
282
- export interface TagResourceOutput {
283
- }
284
- export declare namespace TagResourceOutput {
285
-
286
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
287
- }
288
- export interface UntagResourceInput {
289
-
290
- ResourceArn: string | undefined;
291
-
292
- TagKeys: string[] | undefined;
293
- }
294
- export declare namespace UntagResourceInput {
295
-
296
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
297
- }
298
- export interface UntagResourceOutput {
299
- }
300
- export declare namespace UntagResourceOutput {
301
-
302
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
303
- }
304
-
305
- export interface ConflictException extends __SmithyException, $MetadataBearer {
306
- name: "ConflictException";
307
- $fault: "client";
308
- Message?: string;
309
- }
310
-
311
- export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
312
- name: "UnsupportedOperationException";
313
- $fault: "client";
314
- Message?: string;
315
- }
316
- export interface UpdateHostInput {
317
-
318
- HostArn: string | undefined;
319
-
320
- ProviderEndpoint?: string;
321
-
322
- VpcConfiguration?: VpcConfiguration;
323
- }
324
- export declare namespace UpdateHostInput {
325
-
326
- const filterSensitiveLog: (obj: UpdateHostInput) => any;
327
- }
328
- export interface UpdateHostOutput {
329
- }
330
- export declare namespace UpdateHostOutput {
331
-
332
- const filterSensitiveLog: (obj: UpdateHostOutput) => any;
333
- }
@@ -1,6 +0,0 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { CodeStarConnections } from "../CodeStarConnections";
3
- import { CodeStarConnectionsClient } from "../CodeStarConnectionsClient";
4
- export interface CodeStarConnectionsPaginationConfiguration extends PaginationConfiguration {
5
- client: CodeStarConnections | CodeStarConnectionsClient;
6
- }
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
3
- import { CodeStarConnectionsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListConnections(config: CodeStarConnectionsPaginationConfiguration, input: ListConnectionsCommandInput, ...additionalArguments: any): Paginator<ListConnectionsCommandOutput>;
@@ -1,4 +0,0 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListHostsCommandInput, ListHostsCommandOutput } from "../commands/ListHostsCommand";
3
- import { CodeStarConnectionsPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListHosts(config: CodeStarConnectionsPaginationConfiguration, input: ListHostsCommandInput, ...additionalArguments: any): Paginator<ListHostsCommandOutput>;
@@ -1,3 +0,0 @@
1
- export * from "./Interfaces";
2
- export * from "./ListConnectionsPaginator";
3
- export * from "./ListHostsPaginator";
@@ -1,38 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
4
- import { CreateHostCommandInput, CreateHostCommandOutput } from "../commands/CreateHostCommand";
5
- import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
6
- import { DeleteHostCommandInput, DeleteHostCommandOutput } from "../commands/DeleteHostCommand";
7
- import { GetConnectionCommandInput, GetConnectionCommandOutput } from "../commands/GetConnectionCommand";
8
- import { GetHostCommandInput, GetHostCommandOutput } from "../commands/GetHostCommand";
9
- import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
10
- import { ListHostsCommandInput, ListHostsCommandOutput } from "../commands/ListHostsCommand";
11
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
12
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
13
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
14
- import { UpdateHostCommandInput, UpdateHostCommandOutput } from "../commands/UpdateHostCommand";
15
- export declare const serializeAws_json1_0CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
16
- export declare const serializeAws_json1_0CreateHostCommand: (input: CreateHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
17
- export declare const serializeAws_json1_0DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
- export declare const serializeAws_json1_0DeleteHostCommand: (input: DeleteHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
- export declare const serializeAws_json1_0GetConnectionCommand: (input: GetConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
20
- export declare const serializeAws_json1_0GetHostCommand: (input: GetHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
21
- export declare const serializeAws_json1_0ListConnectionsCommand: (input: ListConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
22
- export declare const serializeAws_json1_0ListHostsCommand: (input: ListHostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
24
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
- export declare const serializeAws_json1_0UpdateHostCommand: (input: UpdateHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const deserializeAws_json1_0CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
28
- export declare const deserializeAws_json1_0CreateHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostCommandOutput>;
29
- export declare const deserializeAws_json1_0DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
30
- export declare const deserializeAws_json1_0DeleteHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostCommandOutput>;
31
- export declare const deserializeAws_json1_0GetConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConnectionCommandOutput>;
32
- export declare const deserializeAws_json1_0GetHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostCommandOutput>;
33
- export declare const deserializeAws_json1_0ListConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionsCommandOutput>;
34
- export declare const deserializeAws_json1_0ListHostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostsCommandOutput>;
35
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
36
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
37
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
38
- export declare const deserializeAws_json1_0UpdateHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostCommandOutput>;
@@ -1,38 +0,0 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
3
-
4
- export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,38 +0,0 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
3
-
4
- export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
@@ -1,37 +0,0 @@
1
- import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
2
-
3
- export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
4
- runtime: string;
5
- sha256: import("@aws-sdk/types").HashConstructor;
6
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
- apiVersion: string;
8
- urlParser: import("@aws-sdk/types").UrlParser;
9
- bodyLengthChecker: (body: any) => number | undefined;
10
- streamCollector: import("@aws-sdk/types").StreamCollector;
11
- base64Decoder: import("@aws-sdk/types").Decoder;
12
- base64Encoder: import("@aws-sdk/types").Encoder;
13
- utf8Decoder: import("@aws-sdk/types").Decoder;
14
- utf8Encoder: import("@aws-sdk/types").Encoder;
15
- disableHostPrefix: boolean;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
- retryMode: string | import("@aws-sdk/types").Provider<string>;
18
- logger: import("@aws-sdk/types").Logger;
19
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
- serviceId: string;
22
- region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
- defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
- };
@@ -1,11 +0,0 @@
1
- import { Logger as __Logger } from "@aws-sdk/types";
2
- import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
3
-
4
- export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
5
- apiVersion: string;
6
- disableHostPrefix: boolean;
7
- logger: __Logger;
8
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
- serviceId: string;
10
- urlParser: import("@aws-sdk/types").UrlParser;
11
- };