@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.
Files changed (116) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +70 -71
  5. package/dist-cjs/models/CodeStarConnectionsServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/CodeStarConnections.js +1 -1
  10. package/dist-es/CodeStarConnectionsClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CreateConnectionCommand.js +2 -2
  13. package/dist-es/commands/CreateHostCommand.js +2 -2
  14. package/dist-es/commands/CreateRepositoryLinkCommand.js +2 -2
  15. package/dist-es/commands/CreateSyncConfigurationCommand.js +2 -2
  16. package/dist-es/commands/DeleteConnectionCommand.js +2 -2
  17. package/dist-es/commands/DeleteHostCommand.js +2 -2
  18. package/dist-es/commands/DeleteRepositoryLinkCommand.js +2 -2
  19. package/dist-es/commands/DeleteSyncConfigurationCommand.js +2 -2
  20. package/dist-es/commands/GetConnectionCommand.js +2 -2
  21. package/dist-es/commands/GetHostCommand.js +2 -2
  22. package/dist-es/commands/GetRepositoryLinkCommand.js +2 -2
  23. package/dist-es/commands/GetRepositorySyncStatusCommand.js +2 -2
  24. package/dist-es/commands/GetResourceSyncStatusCommand.js +2 -2
  25. package/dist-es/commands/GetSyncBlockerSummaryCommand.js +2 -2
  26. package/dist-es/commands/GetSyncConfigurationCommand.js +2 -2
  27. package/dist-es/commands/ListConnectionsCommand.js +2 -2
  28. package/dist-es/commands/ListHostsCommand.js +2 -2
  29. package/dist-es/commands/ListRepositoryLinksCommand.js +2 -2
  30. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +2 -2
  31. package/dist-es/commands/ListSyncConfigurationsCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/TagResourceCommand.js +2 -2
  34. package/dist-es/commands/UntagResourceCommand.js +2 -2
  35. package/dist-es/commands/UpdateHostCommand.js +2 -2
  36. package/dist-es/commands/UpdateRepositoryLinkCommand.js +2 -2
  37. package/dist-es/commands/UpdateSyncBlockerCommand.js +2 -2
  38. package/dist-es/commands/UpdateSyncConfigurationCommand.js +2 -2
  39. package/dist-es/endpoint/bdd.js +1 -1
  40. package/dist-es/endpoint/endpointResolver.js +1 -1
  41. package/dist-es/models/CodeStarConnectionsServiceException.js +1 -1
  42. package/dist-es/runtimeConfig.browser.js +4 -6
  43. package/dist-es/runtimeConfig.js +4 -8
  44. package/dist-es/runtimeConfig.shared.js +3 -4
  45. package/dist-es/runtimeExtensions.js +2 -2
  46. package/dist-types/CodeStarConnectionsClient.d.ts +5 -5
  47. package/dist-types/commands/CreateConnectionCommand.d.ts +6 -4
  48. package/dist-types/commands/CreateHostCommand.d.ts +6 -4
  49. package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +6 -4
  50. package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +6 -4
  51. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -4
  52. package/dist-types/commands/DeleteHostCommand.d.ts +6 -4
  53. package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +6 -4
  55. package/dist-types/commands/GetConnectionCommand.d.ts +6 -4
  56. package/dist-types/commands/GetHostCommand.d.ts +6 -4
  57. package/dist-types/commands/GetRepositoryLinkCommand.d.ts +6 -4
  58. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +6 -4
  59. package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +6 -4
  60. package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +6 -4
  61. package/dist-types/commands/GetSyncConfigurationCommand.d.ts +6 -4
  62. package/dist-types/commands/ListConnectionsCommand.d.ts +6 -4
  63. package/dist-types/commands/ListHostsCommand.d.ts +6 -4
  64. package/dist-types/commands/ListRepositoryLinksCommand.d.ts +6 -4
  65. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -4
  66. package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +6 -4
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  68. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  69. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  70. package/dist-types/commands/UpdateHostCommand.d.ts +6 -4
  71. package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +6 -4
  72. package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +6 -4
  73. package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +6 -4
  74. package/dist-types/endpoint/bdd.d.ts +1 -1
  75. package/dist-types/extensionConfiguration.d.ts +1 -1
  76. package/dist-types/models/CodeStarConnectionsServiceException.d.ts +1 -1
  77. package/dist-types/models/errors.d.ts +1 -1
  78. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  79. package/dist-types/runtimeConfig.d.ts +2 -2
  80. package/dist-types/runtimeConfig.native.d.ts +2 -2
  81. package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +8 -14
  82. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/GetHostCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +6 -6
  99. package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  110. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  111. package/dist-types/ts3.4/models/CodeStarConnectionsServiceException.d.ts +1 -1
  112. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  113. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  114. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  115. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  116. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateConnectionCommandOutput
18
18
  declare const CreateConnectionCommand_base: {
19
19
  new (
20
20
  input: CreateConnectionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateConnectionCommandInput,
23
23
  CreateConnectionCommandOutput,
24
24
  CodeStarConnectionsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateConnectionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateConnectionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateConnectionCommandInput,
32
32
  CreateConnectionCommandOutput,
33
33
  CodeStarConnectionsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateHostCommandOutput
15
15
  declare const CreateHostCommand_base: {
16
16
  new (
17
17
  input: CreateHostCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateHostCommandInput,
20
20
  CreateHostCommandOutput,
21
21
  CodeStarConnectionsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateHostCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateHostCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateHostCommandInput,
29
29
  CreateHostCommandOutput,
30
30
  CodeStarConnectionsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateHostCommand extends CreateHostCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateRepositoryLinkCommandOutput
19
19
  declare const CreateRepositoryLinkCommand_base: {
20
20
  new (
21
21
  input: CreateRepositoryLinkCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateRepositoryLinkCommandInput,
24
24
  CreateRepositoryLinkCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateRepositoryLinkCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateRepositoryLinkCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateRepositoryLinkCommandInput,
33
33
  CreateRepositoryLinkCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateRepositoryLinkCommand extends CreateRepositoryLinkCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateSyncConfigurationCommandOutput
19
19
  declare const CreateSyncConfigurationCommand_base: {
20
20
  new (
21
21
  input: CreateSyncConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateSyncConfigurationCommandInput,
24
24
  CreateSyncConfigurationCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateSyncConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateSyncConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateSyncConfigurationCommandInput,
33
33
  CreateSyncConfigurationCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateSyncConfigurationCommand extends CreateSyncConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteConnectionCommandOutput
18
18
  declare const DeleteConnectionCommand_base: {
19
19
  new (
20
20
  input: DeleteConnectionCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteConnectionCommandInput,
23
23
  DeleteConnectionCommandOutput,
24
24
  CodeStarConnectionsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteConnectionCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteConnectionCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteConnectionCommandInput,
32
32
  DeleteConnectionCommandOutput,
33
33
  CodeStarConnectionsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteHostCommandOutput
15
15
  declare const DeleteHostCommand_base: {
16
16
  new (
17
17
  input: DeleteHostCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteHostCommandInput,
20
20
  DeleteHostCommandOutput,
21
21
  CodeStarConnectionsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteHostCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteHostCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteHostCommandInput,
29
29
  DeleteHostCommandOutput,
30
30
  CodeStarConnectionsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteHostCommand extends DeleteHostCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteRepositoryLinkCommandOutput
19
19
  declare const DeleteRepositoryLinkCommand_base: {
20
20
  new (
21
21
  input: DeleteRepositoryLinkCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteRepositoryLinkCommandInput,
24
24
  DeleteRepositoryLinkCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteRepositoryLinkCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteRepositoryLinkCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteRepositoryLinkCommandInput,
33
33
  DeleteRepositoryLinkCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteRepositoryLinkCommand extends DeleteRepositoryLinkCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DeleteSyncConfigurationCommandOutput
19
19
  declare const DeleteSyncConfigurationCommand_base: {
20
20
  new (
21
21
  input: DeleteSyncConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteSyncConfigurationCommandInput,
24
24
  DeleteSyncConfigurationCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteSyncConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteSyncConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteSyncConfigurationCommandInput,
33
33
  DeleteSyncConfigurationCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteSyncConfigurationCommand extends DeleteSyncConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface GetConnectionCommandOutput
15
15
  declare const GetConnectionCommand_base: {
16
16
  new (
17
17
  input: GetConnectionCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  GetConnectionCommandInput,
20
20
  GetConnectionCommandOutput,
21
21
  CodeStarConnectionsClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const GetConnectionCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: GetConnectionCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  GetConnectionCommandInput,
29
29
  GetConnectionCommandOutput,
30
30
  CodeStarConnectionsClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class GetConnectionCommand extends GetConnectionCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -11,21 +11,23 @@ export { $Command };
11
11
  export interface GetHostCommandInput extends GetHostInput {}
12
12
  export interface GetHostCommandOutput extends GetHostOutput, __MetadataBearer {}
13
13
  declare const GetHostCommand_base: {
14
- new (input: GetHostCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<
15
15
  GetHostCommandInput,
16
16
  GetHostCommandOutput,
17
17
  CodeStarConnectionsClientResolvedConfig,
18
18
  ServiceInputTypes,
19
19
  ServiceOutputTypes
20
20
  >;
21
- new (input: GetHostCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ new (input: GetHostCommandInput): import("@smithy/core/client").CommandImpl<
22
22
  GetHostCommandInput,
23
23
  GetHostCommandOutput,
24
24
  CodeStarConnectionsClientResolvedConfig,
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ getEndpointParameterInstructions(): {
29
+ [x: string]: unknown;
30
+ };
29
31
  };
30
32
  export declare class GetHostCommand extends GetHostCommand_base {
31
33
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface GetRepositoryLinkCommandOutput
18
18
  declare const GetRepositoryLinkCommand_base: {
19
19
  new (
20
20
  input: GetRepositoryLinkCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  GetRepositoryLinkCommandInput,
23
23
  GetRepositoryLinkCommandOutput,
24
24
  CodeStarConnectionsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const GetRepositoryLinkCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: GetRepositoryLinkCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  GetRepositoryLinkCommandInput,
32
32
  GetRepositoryLinkCommandOutput,
33
33
  CodeStarConnectionsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class GetRepositoryLinkCommand extends GetRepositoryLinkCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetRepositorySyncStatusCommandOutput
19
19
  declare const GetRepositorySyncStatusCommand_base: {
20
20
  new (
21
21
  input: GetRepositorySyncStatusCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetRepositorySyncStatusCommandInput,
24
24
  GetRepositorySyncStatusCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetRepositorySyncStatusCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetRepositorySyncStatusCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetRepositorySyncStatusCommandInput,
33
33
  GetRepositorySyncStatusCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetRepositorySyncStatusCommand extends GetRepositorySyncStatusCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetResourceSyncStatusCommandOutput
19
19
  declare const GetResourceSyncStatusCommand_base: {
20
20
  new (
21
21
  input: GetResourceSyncStatusCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetResourceSyncStatusCommandInput,
24
24
  GetResourceSyncStatusCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetResourceSyncStatusCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetResourceSyncStatusCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetResourceSyncStatusCommandInput,
33
33
  GetResourceSyncStatusCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetResourceSyncStatusCommand extends GetResourceSyncStatusCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetSyncBlockerSummaryCommandOutput
19
19
  declare const GetSyncBlockerSummaryCommand_base: {
20
20
  new (
21
21
  input: GetSyncBlockerSummaryCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSyncBlockerSummaryCommandInput,
24
24
  GetSyncBlockerSummaryCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSyncBlockerSummaryCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSyncBlockerSummaryCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSyncBlockerSummaryCommandInput,
33
33
  GetSyncBlockerSummaryCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSyncBlockerSummaryCommand extends GetSyncBlockerSummaryCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface GetSyncConfigurationCommandOutput
19
19
  declare const GetSyncConfigurationCommand_base: {
20
20
  new (
21
21
  input: GetSyncConfigurationCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  GetSyncConfigurationCommandInput,
24
24
  GetSyncConfigurationCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const GetSyncConfigurationCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: GetSyncConfigurationCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  GetSyncConfigurationCommandInput,
33
33
  GetSyncConfigurationCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class GetSyncConfigurationCommand extends GetSyncConfigurationCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface ListConnectionsCommandOutput
18
18
  declare const ListConnectionsCommand_base: {
19
19
  new (
20
20
  input: ListConnectionsCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  ListConnectionsCommandInput,
23
23
  ListConnectionsCommandOutput,
24
24
  CodeStarConnectionsClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const ListConnectionsCommand_base: {
27
27
  >;
28
28
  new (
29
29
  ...[input]: [] | [ListConnectionsCommandInput]
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  ListConnectionsCommandInput,
32
32
  ListConnectionsCommandOutput,
33
33
  CodeStarConnectionsClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -13,9 +13,7 @@ export interface ListHostsCommandOutput
13
13
  extends ListHostsOutput,
14
14
  __MetadataBearer {}
15
15
  declare const ListHostsCommand_base: {
16
- new (
17
- input: ListHostsCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: ListHostsCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  ListHostsCommandInput,
20
18
  ListHostsCommandOutput,
21
19
  CodeStarConnectionsClientResolvedConfig,
@@ -24,14 +22,16 @@ declare const ListHostsCommand_base: {
24
22
  >;
25
23
  new (
26
24
  ...[input]: [] | [ListHostsCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
28
26
  ListHostsCommandInput,
29
27
  ListHostsCommandOutput,
30
28
  CodeStarConnectionsClientResolvedConfig,
31
29
  ServiceInputTypes,
32
30
  ServiceOutputTypes
33
31
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
35
35
  };
36
36
  export declare class ListHostsCommand extends ListHostsCommand_base {
37
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListRepositoryLinksCommandOutput
19
19
  declare const ListRepositoryLinksCommand_base: {
20
20
  new (
21
21
  input: ListRepositoryLinksCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListRepositoryLinksCommandInput,
24
24
  ListRepositoryLinksCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListRepositoryLinksCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListRepositoryLinksCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListRepositoryLinksCommandInput,
33
33
  ListRepositoryLinksCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListRepositoryLinksCommand extends ListRepositoryLinksCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CodeStarConnectionsClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListRepositorySyncDefinitionsCommandOutput
19
19
  declare const ListRepositorySyncDefinitionsCommand_base: {
20
20
  new (
21
21
  input: ListRepositorySyncDefinitionsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListRepositorySyncDefinitionsCommandInput,
24
24
  ListRepositorySyncDefinitionsCommandOutput,
25
25
  CodeStarConnectionsClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListRepositorySyncDefinitionsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ListRepositorySyncDefinitionsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListRepositorySyncDefinitionsCommandInput,
33
33
  ListRepositorySyncDefinitionsCommandOutput,
34
34
  CodeStarConnectionsClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListRepositorySyncDefinitionsCommand extends ListRepositorySyncDefinitionsCommand_base {
41
43
  protected static __types: {