@aws-sdk/client-codestar-connections 3.1087.0 → 3.1089.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 (47) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/CodeStarConnections.d.ts +91 -115
  3. package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +11 -39
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +3 -5
  16. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +6 -2
  17. package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
  23. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +4 -4
  24. package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  30. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  35. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  36. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  37. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  38. package/dist-types/ts3.4/models/errors.d.ts +16 -66
  39. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  40. package/dist-types/ts3.4/pagination/ListHostsPaginator.d.ts +1 -4
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  45. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  46. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  47. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSyncConfigurationsInput,
4
- ListSyncConfigurationsOutput,
5
- } from "../models/models_0";
2
+ import { ListSyncConfigurationsInput, ListSyncConfigurationsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListSyncConfigurationsCommandInput
8
- extends ListSyncConfigurationsInput {}
4
+ export interface ListSyncConfigurationsCommandInput extends ListSyncConfigurationsInput {}
9
5
  export interface ListSyncConfigurationsCommandOutput
10
- extends ListSyncConfigurationsOutput,
11
- __MetadataBearer {}
6
+ extends ListSyncConfigurationsOutput, __MetadataBearer {}
12
7
  declare const ListSyncConfigurationsCommand_base: {
13
8
  new (
14
- input: ListSyncConfigurationsCommandInput
9
+ input: ListSyncConfigurationsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSyncConfigurationsCommandInput,
17
12
  ListSyncConfigurationsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListSyncConfigurationsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListSyncConfigurationsCommandInput
18
+ input: ListSyncConfigurationsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListSyncConfigurationsCommandInput,
26
21
  ListSyncConfigurationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceInput,
4
- ListTagsForResourceOutput,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceInput {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceOutput,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceOutput, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceInput {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceOutput,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
5
- export interface UntagResourceCommandOutput
6
- extends UntagResourceOutput,
7
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {}
8
6
  declare const UntagResourceCommand_base: {
9
7
  new (
10
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UntagResourceCommandInput,
13
11
  UntagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const UntagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UntagResourceCommandInput,
22
20
  UntagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateHostInput, UpdateHostOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateHostCommandInput extends UpdateHostInput {}
5
- export interface UpdateHostCommandOutput
6
- extends UpdateHostOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateHostCommandOutput extends UpdateHostOutput, __MetadataBearer {}
8
6
  declare const UpdateHostCommand_base: {
9
7
  new (
10
- input: UpdateHostCommandInput
8
+ input: UpdateHostCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateHostCommandInput,
13
11
  UpdateHostCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateHostCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateHostCommandInput
17
+ input: UpdateHostCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateHostCommandInput,
22
20
  UpdateHostCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRepositoryLinkInput,
4
- UpdateRepositoryLinkOutput,
5
- } from "../models/models_0";
2
+ import { UpdateRepositoryLinkInput, UpdateRepositoryLinkOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRepositoryLinkCommandInput
8
- extends UpdateRepositoryLinkInput {}
4
+ export interface UpdateRepositoryLinkCommandInput extends UpdateRepositoryLinkInput {}
9
5
  export interface UpdateRepositoryLinkCommandOutput
10
- extends UpdateRepositoryLinkOutput,
11
- __MetadataBearer {}
6
+ extends UpdateRepositoryLinkOutput, __MetadataBearer {}
12
7
  declare const UpdateRepositoryLinkCommand_base: {
13
8
  new (
14
- input: UpdateRepositoryLinkCommandInput
9
+ input: UpdateRepositoryLinkCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateRepositoryLinkCommandInput,
17
12
  UpdateRepositoryLinkCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateRepositoryLinkCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateRepositoryLinkCommandInput
18
+ input: UpdateRepositoryLinkCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateRepositoryLinkCommandInput,
26
21
  UpdateRepositoryLinkCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateSyncBlockerInput,
4
- UpdateSyncBlockerOutput,
5
- } from "../models/models_0";
2
+ import { UpdateSyncBlockerInput, UpdateSyncBlockerOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateSyncBlockerCommandInput extends UpdateSyncBlockerInput {}
8
- export interface UpdateSyncBlockerCommandOutput
9
- extends UpdateSyncBlockerOutput,
10
- __MetadataBearer {}
5
+ export interface UpdateSyncBlockerCommandOutput extends UpdateSyncBlockerOutput, __MetadataBearer {}
11
6
  declare const UpdateSyncBlockerCommand_base: {
12
7
  new (
13
- input: UpdateSyncBlockerCommandInput
8
+ input: UpdateSyncBlockerCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateSyncBlockerCommandInput,
16
11
  UpdateSyncBlockerCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateSyncBlockerCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateSyncBlockerCommandInput
17
+ input: UpdateSyncBlockerCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateSyncBlockerCommandInput,
25
20
  UpdateSyncBlockerCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateSyncConfigurationInput,
4
- UpdateSyncConfigurationOutput,
5
- } from "../models/models_0";
2
+ import { UpdateSyncConfigurationInput, UpdateSyncConfigurationOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateSyncConfigurationCommandInput
8
- extends UpdateSyncConfigurationInput {}
4
+ export interface UpdateSyncConfigurationCommandInput extends UpdateSyncConfigurationInput {}
9
5
  export interface UpdateSyncConfigurationCommandOutput
10
- extends UpdateSyncConfigurationOutput,
11
- __MetadataBearer {}
6
+ extends UpdateSyncConfigurationOutput, __MetadataBearer {}
12
7
  declare const UpdateSyncConfigurationCommand_base: {
13
8
  new (
14
- input: UpdateSyncConfigurationCommandInput
9
+ input: UpdateSyncConfigurationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateSyncConfigurationCommandInput,
17
12
  UpdateSyncConfigurationCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateSyncConfigurationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateSyncConfigurationCommandInput
18
+ input: UpdateSyncConfigurationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateSyncConfigurationCommandInput,
26
21
  UpdateSyncConfigurationCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface CodeStarConnectionsExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -37,8 +37,7 @@ export declare const ConnectionStatus: {
37
37
  readonly ERROR: "ERROR";
38
38
  readonly PENDING: "PENDING";
39
39
  };
40
- export type ConnectionStatus =
41
- (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
40
+ export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
42
41
  export declare const RepositorySyncStatus: {
43
42
  readonly FAILED: "FAILED";
44
43
  readonly INITIATED: "INITIATED";
@@ -46,13 +45,11 @@ export declare const RepositorySyncStatus: {
46
45
  readonly QUEUED: "QUEUED";
47
46
  readonly SUCCEEDED: "SUCCEEDED";
48
47
  };
49
- export type RepositorySyncStatus =
50
- (typeof RepositorySyncStatus)[keyof typeof RepositorySyncStatus];
48
+ export type RepositorySyncStatus = (typeof RepositorySyncStatus)[keyof typeof RepositorySyncStatus];
51
49
  export declare const ResourceSyncStatus: {
52
50
  readonly FAILED: "FAILED";
53
51
  readonly INITIATED: "INITIATED";
54
52
  readonly IN_PROGRESS: "IN_PROGRESS";
55
53
  readonly SUCCEEDED: "SUCCEEDED";
56
54
  };
57
- export type ResourceSyncStatus =
58
- (typeof ResourceSyncStatus)[keyof typeof ResourceSyncStatus];
55
+ export type ResourceSyncStatus = (typeof ResourceSyncStatus)[keyof typeof ResourceSyncStatus];
@@ -4,98 +4,67 @@ export declare class AccessDeniedException extends __BaseException {
4
4
  readonly name: "AccessDeniedException";
5
5
  readonly $fault: "client";
6
6
  Message?: string | undefined;
7
- constructor(
8
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
9
- );
7
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
10
8
  }
11
9
  export declare class LimitExceededException extends __BaseException {
12
10
  readonly name: "LimitExceededException";
13
11
  readonly $fault: "client";
14
12
  Message?: string | undefined;
15
- constructor(
16
- opts: __ExceptionOptionType<LimitExceededException, __BaseException>
17
- );
13
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
18
14
  }
19
15
  export declare class ResourceNotFoundException extends __BaseException {
20
16
  readonly name: "ResourceNotFoundException";
21
17
  readonly $fault: "client";
22
18
  Message?: string | undefined;
23
- constructor(
24
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
25
- );
19
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
26
20
  }
27
21
  export declare class ResourceUnavailableException extends __BaseException {
28
22
  readonly name: "ResourceUnavailableException";
29
23
  readonly $fault: "client";
30
24
  Message?: string | undefined;
31
- constructor(
32
- opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
33
- );
25
+ constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
34
26
  }
35
27
  export declare class ConcurrentModificationException extends __BaseException {
36
28
  readonly name: "ConcurrentModificationException";
37
29
  readonly $fault: "client";
38
30
  Message?: string | undefined;
39
- constructor(
40
- opts: __ExceptionOptionType<
41
- ConcurrentModificationException,
42
- __BaseException
43
- >
44
- );
31
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
45
32
  }
46
33
  export declare class InternalServerException extends __BaseException {
47
34
  readonly name: "InternalServerException";
48
35
  readonly $fault: "server";
49
36
  Message?: string | undefined;
50
- constructor(
51
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
52
- );
37
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
53
38
  }
54
39
  export declare class InvalidInputException extends __BaseException {
55
40
  readonly name: "InvalidInputException";
56
41
  readonly $fault: "client";
57
42
  Message?: string | undefined;
58
- constructor(
59
- opts: __ExceptionOptionType<InvalidInputException, __BaseException>
60
- );
43
+ constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
61
44
  }
62
45
  export declare class ResourceAlreadyExistsException extends __BaseException {
63
46
  readonly name: "ResourceAlreadyExistsException";
64
47
  readonly $fault: "client";
65
48
  Message?: string | undefined;
66
- constructor(
67
- opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
68
- );
49
+ constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
69
50
  }
70
51
  export declare class ThrottlingException extends __BaseException {
71
52
  readonly name: "ThrottlingException";
72
53
  readonly $fault: "client";
73
54
  Message?: string | undefined;
74
- constructor(
75
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
76
- );
55
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
77
56
  }
78
57
  export declare class SyncConfigurationStillExistsException extends __BaseException {
79
58
  readonly name: "SyncConfigurationStillExistsException";
80
59
  readonly $fault: "client";
81
60
  Message?: string | undefined;
82
- constructor(
83
- opts: __ExceptionOptionType<
84
- SyncConfigurationStillExistsException,
85
- __BaseException
86
- >
87
- );
61
+ constructor(opts: __ExceptionOptionType<SyncConfigurationStillExistsException, __BaseException>);
88
62
  }
89
63
  export declare class UnsupportedProviderTypeException extends __BaseException {
90
64
  readonly name: "UnsupportedProviderTypeException";
91
65
  readonly $fault: "client";
92
66
  Message?: string | undefined;
93
- constructor(
94
- opts: __ExceptionOptionType<
95
- UnsupportedProviderTypeException,
96
- __BaseException
97
- >
98
- );
67
+ constructor(opts: __ExceptionOptionType<UnsupportedProviderTypeException, __BaseException>);
99
68
  }
100
69
  export declare class ConflictException extends __BaseException {
101
70
  readonly name: "ConflictException";
@@ -107,48 +76,29 @@ export declare class UnsupportedOperationException extends __BaseException {
107
76
  readonly name: "UnsupportedOperationException";
108
77
  readonly $fault: "client";
109
78
  Message?: string | undefined;
110
- constructor(
111
- opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
112
- );
79
+ constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
113
80
  }
114
81
  export declare class ConditionalCheckFailedException extends __BaseException {
115
82
  readonly name: "ConditionalCheckFailedException";
116
83
  readonly $fault: "client";
117
84
  Message?: string | undefined;
118
- constructor(
119
- opts: __ExceptionOptionType<
120
- ConditionalCheckFailedException,
121
- __BaseException
122
- >
123
- );
85
+ constructor(opts: __ExceptionOptionType<ConditionalCheckFailedException, __BaseException>);
124
86
  }
125
87
  export declare class UpdateOutOfSyncException extends __BaseException {
126
88
  readonly name: "UpdateOutOfSyncException";
127
89
  readonly $fault: "client";
128
90
  Message?: string | undefined;
129
- constructor(
130
- opts: __ExceptionOptionType<UpdateOutOfSyncException, __BaseException>
131
- );
91
+ constructor(opts: __ExceptionOptionType<UpdateOutOfSyncException, __BaseException>);
132
92
  }
133
93
  export declare class RetryLatestCommitFailedException extends __BaseException {
134
94
  readonly name: "RetryLatestCommitFailedException";
135
95
  readonly $fault: "server";
136
96
  Message?: string | undefined;
137
- constructor(
138
- opts: __ExceptionOptionType<
139
- RetryLatestCommitFailedException,
140
- __BaseException
141
- >
142
- );
97
+ constructor(opts: __ExceptionOptionType<RetryLatestCommitFailedException, __BaseException>);
143
98
  }
144
99
  export declare class SyncBlockerDoesNotExistException extends __BaseException {
145
100
  readonly name: "SyncBlockerDoesNotExistException";
146
101
  readonly $fault: "client";
147
102
  Message?: string | undefined;
148
- constructor(
149
- opts: __ExceptionOptionType<
150
- SyncBlockerDoesNotExistException,
151
- __BaseException
152
- >
153
- );
103
+ constructor(opts: __ExceptionOptionType<SyncBlockerDoesNotExistException, __BaseException>);
154
104
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { CodeStarConnectionsClient } from "../CodeStarConnectionsClient";
3
- export interface CodeStarConnectionsPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface CodeStarConnectionsPaginationConfiguration extends PaginationConfiguration {
5
4
  client: CodeStarConnectionsClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListHostsCommandInput,
4
- ListHostsCommandOutput,
5
- } from "../commands/ListHostsCommand";
2
+ import { ListHostsCommandInput, ListHostsCommandOutput } from "../commands/ListHostsCommand";
6
3
  import { CodeStarConnectionsPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListHosts: (
8
5
  config: CodeStarConnectionsPaginationConfiguration,
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
3
- export declare const getRuntimeConfig: (
4
- config: CodeStarConnectionsClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { CodeStarConnectionsClientConfig } from "./CodeStarConnectionsClient";
3
- export declare const getRuntimeConfig: (
4
- config: CodeStarConnectionsClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: CodeStarConnectionsClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
12
10
  credentialDefaultProvider:
13
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
14
12
  | ((
15
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
16
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
17
15
  defaultUserAgentProvider: (
18
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
19
17
  ) => Promise<import("@smithy/types").UserAgent>;
20
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
21
19
  region: string | import("@smithy/types").Provider<string>;
22
- requestHandler:
23
- | RequestHandler
24
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
25
21
  retryMode: string | import("@smithy/types").Provider<string>;
26
22
  streamCollector: (
27
- stream:
28
- | import("stream").Readable
29
- | import("stream/web").ReadableStream
30
- | ReadableStream
31
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
32
24
  ) => Promise<Uint8Array>;
33
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
55
47
  logger: import("@smithy/types").Logger;
56
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- retryStrategy?:
59
- | import("@smithy/types").RetryStrategy
60
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
61
51
  endpoint?:
62
52
  | ((
63
53
  | string
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
79
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
80
70
  context?: {
81
71
  logger?: import("@smithy/types").Logger;
82
- }
72
+ },
83
73
  ) => import("@smithy/types").EndpointV2;
84
74
  tls?: boolean;
85
75
  serviceConfiguredEndpoint?: never;
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
91
81
  signer?:
92
82
  | import("@smithy/types").RequestSigner
93
83
  | ((
94
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
95
85
  ) => Promise<import("@smithy/types").RequestSigner>);
96
86
  signingEscapePath?: boolean;
97
87
  systemClockOffset?: number;
98
88
  signingRegion?: string;
99
89
  signerConstructor?: new (
100
90
  options: import("@smithy/signature-v4").SignatureV4Init &
101
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
102
92
  ) => import("@smithy/types").RequestSigner;
103
93
  };