@aws-sdk/client-codestar-connections 3.455.0 → 3.458.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 (92) hide show
  1. package/README.md +132 -12
  2. package/dist-cjs/CodeStarConnections.js +30 -0
  3. package/dist-cjs/commands/CreateRepositoryLinkCommand.js +51 -0
  4. package/dist-cjs/commands/CreateSyncConfigurationCommand.js +51 -0
  5. package/dist-cjs/commands/DeleteRepositoryLinkCommand.js +51 -0
  6. package/dist-cjs/commands/DeleteSyncConfigurationCommand.js +51 -0
  7. package/dist-cjs/commands/GetRepositoryLinkCommand.js +51 -0
  8. package/dist-cjs/commands/GetRepositorySyncStatusCommand.js +51 -0
  9. package/dist-cjs/commands/GetResourceSyncStatusCommand.js +51 -0
  10. package/dist-cjs/commands/GetSyncBlockerSummaryCommand.js +51 -0
  11. package/dist-cjs/commands/GetSyncConfigurationCommand.js +51 -0
  12. package/dist-cjs/commands/ListRepositoryLinksCommand.js +51 -0
  13. package/dist-cjs/commands/ListRepositorySyncDefinitionsCommand.js +51 -0
  14. package/dist-cjs/commands/ListSyncConfigurationsCommand.js +51 -0
  15. package/dist-cjs/commands/UpdateRepositoryLinkCommand.js +51 -0
  16. package/dist-cjs/commands/UpdateSyncBlockerCommand.js +51 -0
  17. package/dist-cjs/commands/UpdateSyncConfigurationCommand.js +51 -0
  18. package/dist-cjs/commands/index.js +15 -0
  19. package/dist-cjs/models/models_0.js +192 -1
  20. package/dist-cjs/pagination/ListRepositoryLinksPaginator.js +29 -0
  21. package/dist-cjs/pagination/ListSyncConfigurationsPaginator.js +29 -0
  22. package/dist-cjs/pagination/index.js +2 -0
  23. package/dist-cjs/protocols/Aws_json1_0.js +1102 -65
  24. package/dist-es/CodeStarConnections.js +30 -0
  25. package/dist-es/commands/CreateRepositoryLinkCommand.js +47 -0
  26. package/dist-es/commands/CreateSyncConfigurationCommand.js +47 -0
  27. package/dist-es/commands/DeleteRepositoryLinkCommand.js +47 -0
  28. package/dist-es/commands/DeleteSyncConfigurationCommand.js +47 -0
  29. package/dist-es/commands/GetRepositoryLinkCommand.js +47 -0
  30. package/dist-es/commands/GetRepositorySyncStatusCommand.js +47 -0
  31. package/dist-es/commands/GetResourceSyncStatusCommand.js +47 -0
  32. package/dist-es/commands/GetSyncBlockerSummaryCommand.js +47 -0
  33. package/dist-es/commands/GetSyncConfigurationCommand.js +47 -0
  34. package/dist-es/commands/ListRepositoryLinksCommand.js +47 -0
  35. package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +47 -0
  36. package/dist-es/commands/ListSyncConfigurationsCommand.js +47 -0
  37. package/dist-es/commands/UpdateRepositoryLinkCommand.js +47 -0
  38. package/dist-es/commands/UpdateSyncBlockerCommand.js +47 -0
  39. package/dist-es/commands/UpdateSyncConfigurationCommand.js +47 -0
  40. package/dist-es/commands/index.js +15 -0
  41. package/dist-es/models/models_0.js +179 -0
  42. package/dist-es/pagination/ListRepositoryLinksPaginator.js +25 -0
  43. package/dist-es/pagination/ListSyncConfigurationsPaginator.js +25 -0
  44. package/dist-es/pagination/index.js +2 -0
  45. package/dist-es/protocols/Aws_json1_0.js +1061 -55
  46. package/dist-types/CodeStarConnections.d.ts +105 -0
  47. package/dist-types/CodeStarConnectionsClient.d.ts +17 -2
  48. package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +111 -0
  49. package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +111 -0
  50. package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +95 -0
  51. package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +90 -0
  52. package/dist-types/commands/GetRepositoryLinkCommand.d.ts +100 -0
  53. package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +102 -0
  54. package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +155 -0
  55. package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +109 -0
  56. package/dist-types/commands/GetSyncConfigurationCommand.d.ts +99 -0
  57. package/dist-types/commands/ListRepositoryLinksCommand.d.ts +103 -0
  58. package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +97 -0
  59. package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +104 -0
  60. package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +106 -0
  61. package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +113 -0
  62. package/dist-types/commands/UpdateSyncConfigurationCommand.d.ts +109 -0
  63. package/dist-types/commands/index.d.ts +15 -0
  64. package/dist-types/models/models_0.d.ts +1107 -6
  65. package/dist-types/pagination/ListRepositoryLinksPaginator.d.ts +7 -0
  66. package/dist-types/pagination/ListSyncConfigurationsPaginator.d.ts +7 -0
  67. package/dist-types/pagination/index.d.ts +2 -0
  68. package/dist-types/protocols/Aws_json1_0.d.ts +135 -0
  69. package/dist-types/ts3.4/CodeStarConnections.d.ts +255 -0
  70. package/dist-types/ts3.4/CodeStarConnectionsClient.d.ts +92 -2
  71. package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +42 -0
  72. package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +38 -0
  76. package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +42 -0
  77. package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +42 -0
  78. package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +42 -0
  79. package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +42 -0
  80. package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +39 -0
  81. package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +42 -0
  82. package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +42 -0
  83. package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +42 -0
  84. package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +38 -0
  85. package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.d.ts +42 -0
  86. package/dist-types/ts3.4/commands/index.d.ts +15 -0
  87. package/dist-types/ts3.4/models/models_0.d.ts +346 -0
  88. package/dist-types/ts3.4/pagination/ListRepositoryLinksPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/ListSyncConfigurationsPaginator.d.ts +11 -0
  90. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  91. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +180 -0
  92. package/package.json +3 -3
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput } from "../commands/ListRepositoryLinksCommand";
3
+ import { CodeStarConnectionsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListRepositoryLinks(config: CodeStarConnectionsPaginationConfiguration, input: ListRepositoryLinksCommandInput, ...additionalArguments: any): Paginator<ListRepositoryLinksCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput } from "../commands/ListSyncConfigurationsCommand";
3
+ import { CodeStarConnectionsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListSyncConfigurations(config: CodeStarConnectionsPaginationConfiguration, input: ListSyncConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListSyncConfigurationsCommandOutput>;
@@ -1,3 +1,5 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListConnectionsPaginator";
3
3
  export * from "./ListHostsPaginator";
4
+ export * from "./ListRepositoryLinksPaginator";
5
+ export * from "./ListSyncConfigurationsPaginator";
@@ -2,16 +2,31 @@ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@s
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
4
4
  import { CreateHostCommandInput, CreateHostCommandOutput } from "../commands/CreateHostCommand";
5
+ import { CreateRepositoryLinkCommandInput, CreateRepositoryLinkCommandOutput } from "../commands/CreateRepositoryLinkCommand";
6
+ import { CreateSyncConfigurationCommandInput, CreateSyncConfigurationCommandOutput } from "../commands/CreateSyncConfigurationCommand";
5
7
  import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
6
8
  import { DeleteHostCommandInput, DeleteHostCommandOutput } from "../commands/DeleteHostCommand";
9
+ import { DeleteRepositoryLinkCommandInput, DeleteRepositoryLinkCommandOutput } from "../commands/DeleteRepositoryLinkCommand";
10
+ import { DeleteSyncConfigurationCommandInput, DeleteSyncConfigurationCommandOutput } from "../commands/DeleteSyncConfigurationCommand";
7
11
  import { GetConnectionCommandInput, GetConnectionCommandOutput } from "../commands/GetConnectionCommand";
8
12
  import { GetHostCommandInput, GetHostCommandOutput } from "../commands/GetHostCommand";
13
+ import { GetRepositoryLinkCommandInput, GetRepositoryLinkCommandOutput } from "../commands/GetRepositoryLinkCommand";
14
+ import { GetRepositorySyncStatusCommandInput, GetRepositorySyncStatusCommandOutput } from "../commands/GetRepositorySyncStatusCommand";
15
+ import { GetResourceSyncStatusCommandInput, GetResourceSyncStatusCommandOutput } from "../commands/GetResourceSyncStatusCommand";
16
+ import { GetSyncBlockerSummaryCommandInput, GetSyncBlockerSummaryCommandOutput } from "../commands/GetSyncBlockerSummaryCommand";
17
+ import { GetSyncConfigurationCommandInput, GetSyncConfigurationCommandOutput } from "../commands/GetSyncConfigurationCommand";
9
18
  import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
10
19
  import { ListHostsCommandInput, ListHostsCommandOutput } from "../commands/ListHostsCommand";
20
+ import { ListRepositoryLinksCommandInput, ListRepositoryLinksCommandOutput } from "../commands/ListRepositoryLinksCommand";
21
+ import { ListRepositorySyncDefinitionsCommandInput, ListRepositorySyncDefinitionsCommandOutput } from "../commands/ListRepositorySyncDefinitionsCommand";
22
+ import { ListSyncConfigurationsCommandInput, ListSyncConfigurationsCommandOutput } from "../commands/ListSyncConfigurationsCommand";
11
23
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
12
24
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
13
25
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
14
26
  import { UpdateHostCommandInput, UpdateHostCommandOutput } from "../commands/UpdateHostCommand";
27
+ import { UpdateRepositoryLinkCommandInput, UpdateRepositoryLinkCommandOutput } from "../commands/UpdateRepositoryLinkCommand";
28
+ import { UpdateSyncBlockerCommandInput, UpdateSyncBlockerCommandOutput } from "../commands/UpdateSyncBlockerCommand";
29
+ import { UpdateSyncConfigurationCommandInput, UpdateSyncConfigurationCommandOutput } from "../commands/UpdateSyncConfigurationCommand";
15
30
  /**
16
31
  * serializeAws_json1_0CreateConnectionCommand
17
32
  */
@@ -20,6 +35,14 @@ export declare const se_CreateConnectionCommand: (input: CreateConnectionCommand
20
35
  * serializeAws_json1_0CreateHostCommand
21
36
  */
22
37
  export declare const se_CreateHostCommand: (input: CreateHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
+ /**
39
+ * serializeAws_json1_0CreateRepositoryLinkCommand
40
+ */
41
+ export declare const se_CreateRepositoryLinkCommand: (input: CreateRepositoryLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ /**
43
+ * serializeAws_json1_0CreateSyncConfigurationCommand
44
+ */
45
+ export declare const se_CreateSyncConfigurationCommand: (input: CreateSyncConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
23
46
  /**
24
47
  * serializeAws_json1_0DeleteConnectionCommand
25
48
  */
@@ -28,6 +51,14 @@ export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommand
28
51
  * serializeAws_json1_0DeleteHostCommand
29
52
  */
30
53
  export declare const se_DeleteHostCommand: (input: DeleteHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_json1_0DeleteRepositoryLinkCommand
56
+ */
57
+ export declare const se_DeleteRepositoryLinkCommand: (input: DeleteRepositoryLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_json1_0DeleteSyncConfigurationCommand
60
+ */
61
+ export declare const se_DeleteSyncConfigurationCommand: (input: DeleteSyncConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
62
  /**
32
63
  * serializeAws_json1_0GetConnectionCommand
33
64
  */
@@ -36,6 +67,26 @@ export declare const se_GetConnectionCommand: (input: GetConnectionCommandInput,
36
67
  * serializeAws_json1_0GetHostCommand
37
68
  */
38
69
  export declare const se_GetHostCommand: (input: GetHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_json1_0GetRepositoryLinkCommand
72
+ */
73
+ export declare const se_GetRepositoryLinkCommand: (input: GetRepositoryLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_json1_0GetRepositorySyncStatusCommand
76
+ */
77
+ export declare const se_GetRepositorySyncStatusCommand: (input: GetRepositorySyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_json1_0GetResourceSyncStatusCommand
80
+ */
81
+ export declare const se_GetResourceSyncStatusCommand: (input: GetResourceSyncStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_json1_0GetSyncBlockerSummaryCommand
84
+ */
85
+ export declare const se_GetSyncBlockerSummaryCommand: (input: GetSyncBlockerSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_json1_0GetSyncConfigurationCommand
88
+ */
89
+ export declare const se_GetSyncConfigurationCommand: (input: GetSyncConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
90
  /**
40
91
  * serializeAws_json1_0ListConnectionsCommand
41
92
  */
@@ -44,6 +95,18 @@ export declare const se_ListConnectionsCommand: (input: ListConnectionsCommandIn
44
95
  * serializeAws_json1_0ListHostsCommand
45
96
  */
46
97
  export declare const se_ListHostsCommand: (input: ListHostsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_json1_0ListRepositoryLinksCommand
100
+ */
101
+ export declare const se_ListRepositoryLinksCommand: (input: ListRepositoryLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_json1_0ListRepositorySyncDefinitionsCommand
104
+ */
105
+ export declare const se_ListRepositorySyncDefinitionsCommand: (input: ListRepositorySyncDefinitionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_json1_0ListSyncConfigurationsCommand
108
+ */
109
+ export declare const se_ListSyncConfigurationsCommand: (input: ListSyncConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
110
  /**
48
111
  * serializeAws_json1_0ListTagsForResourceCommand
49
112
  */
@@ -60,6 +123,18 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
60
123
  * serializeAws_json1_0UpdateHostCommand
61
124
  */
62
125
  export declare const se_UpdateHostCommand: (input: UpdateHostCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_json1_0UpdateRepositoryLinkCommand
128
+ */
129
+ export declare const se_UpdateRepositoryLinkCommand: (input: UpdateRepositoryLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_json1_0UpdateSyncBlockerCommand
132
+ */
133
+ export declare const se_UpdateSyncBlockerCommand: (input: UpdateSyncBlockerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_json1_0UpdateSyncConfigurationCommand
136
+ */
137
+ export declare const se_UpdateSyncConfigurationCommand: (input: UpdateSyncConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
138
  /**
64
139
  * deserializeAws_json1_0CreateConnectionCommand
65
140
  */
@@ -68,6 +143,14 @@ export declare const de_CreateConnectionCommand: (output: __HttpResponse, contex
68
143
  * deserializeAws_json1_0CreateHostCommand
69
144
  */
70
145
  export declare const de_CreateHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateHostCommandOutput>;
146
+ /**
147
+ * deserializeAws_json1_0CreateRepositoryLinkCommand
148
+ */
149
+ export declare const de_CreateRepositoryLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRepositoryLinkCommandOutput>;
150
+ /**
151
+ * deserializeAws_json1_0CreateSyncConfigurationCommand
152
+ */
153
+ export declare const de_CreateSyncConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSyncConfigurationCommandOutput>;
71
154
  /**
72
155
  * deserializeAws_json1_0DeleteConnectionCommand
73
156
  */
@@ -76,6 +159,14 @@ export declare const de_DeleteConnectionCommand: (output: __HttpResponse, contex
76
159
  * deserializeAws_json1_0DeleteHostCommand
77
160
  */
78
161
  export declare const de_DeleteHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteHostCommandOutput>;
162
+ /**
163
+ * deserializeAws_json1_0DeleteRepositoryLinkCommand
164
+ */
165
+ export declare const de_DeleteRepositoryLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryLinkCommandOutput>;
166
+ /**
167
+ * deserializeAws_json1_0DeleteSyncConfigurationCommand
168
+ */
169
+ export declare const de_DeleteSyncConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSyncConfigurationCommandOutput>;
79
170
  /**
80
171
  * deserializeAws_json1_0GetConnectionCommand
81
172
  */
@@ -84,6 +175,26 @@ export declare const de_GetConnectionCommand: (output: __HttpResponse, context:
84
175
  * deserializeAws_json1_0GetHostCommand
85
176
  */
86
177
  export declare const de_GetHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostCommandOutput>;
178
+ /**
179
+ * deserializeAws_json1_0GetRepositoryLinkCommand
180
+ */
181
+ export declare const de_GetRepositoryLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositoryLinkCommandOutput>;
182
+ /**
183
+ * deserializeAws_json1_0GetRepositorySyncStatusCommand
184
+ */
185
+ export declare const de_GetRepositorySyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRepositorySyncStatusCommandOutput>;
186
+ /**
187
+ * deserializeAws_json1_0GetResourceSyncStatusCommand
188
+ */
189
+ export declare const de_GetResourceSyncStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceSyncStatusCommandOutput>;
190
+ /**
191
+ * deserializeAws_json1_0GetSyncBlockerSummaryCommand
192
+ */
193
+ export declare const de_GetSyncBlockerSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSyncBlockerSummaryCommandOutput>;
194
+ /**
195
+ * deserializeAws_json1_0GetSyncConfigurationCommand
196
+ */
197
+ export declare const de_GetSyncConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSyncConfigurationCommandOutput>;
87
198
  /**
88
199
  * deserializeAws_json1_0ListConnectionsCommand
89
200
  */
@@ -92,6 +203,18 @@ export declare const de_ListConnectionsCommand: (output: __HttpResponse, context
92
203
  * deserializeAws_json1_0ListHostsCommand
93
204
  */
94
205
  export declare const de_ListHostsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListHostsCommandOutput>;
206
+ /**
207
+ * deserializeAws_json1_0ListRepositoryLinksCommand
208
+ */
209
+ export declare const de_ListRepositoryLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositoryLinksCommandOutput>;
210
+ /**
211
+ * deserializeAws_json1_0ListRepositorySyncDefinitionsCommand
212
+ */
213
+ export declare const de_ListRepositorySyncDefinitionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
214
+ /**
215
+ * deserializeAws_json1_0ListSyncConfigurationsCommand
216
+ */
217
+ export declare const de_ListSyncConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSyncConfigurationsCommandOutput>;
95
218
  /**
96
219
  * deserializeAws_json1_0ListTagsForResourceCommand
97
220
  */
@@ -108,3 +231,15 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
108
231
  * deserializeAws_json1_0UpdateHostCommand
109
232
  */
110
233
  export declare const de_UpdateHostCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateHostCommandOutput>;
234
+ /**
235
+ * deserializeAws_json1_0UpdateRepositoryLinkCommand
236
+ */
237
+ export declare const de_UpdateRepositoryLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRepositoryLinkCommandOutput>;
238
+ /**
239
+ * deserializeAws_json1_0UpdateSyncBlockerCommand
240
+ */
241
+ export declare const de_UpdateSyncBlockerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSyncBlockerCommandOutput>;
242
+ /**
243
+ * deserializeAws_json1_0UpdateSyncConfigurationCommand
244
+ */
245
+ export declare const de_UpdateSyncConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSyncConfigurationCommandOutput>;
@@ -8,6 +8,14 @@ import {
8
8
  CreateHostCommandInput,
9
9
  CreateHostCommandOutput,
10
10
  } from "./commands/CreateHostCommand";
11
+ import {
12
+ CreateRepositoryLinkCommandInput,
13
+ CreateRepositoryLinkCommandOutput,
14
+ } from "./commands/CreateRepositoryLinkCommand";
15
+ import {
16
+ CreateSyncConfigurationCommandInput,
17
+ CreateSyncConfigurationCommandOutput,
18
+ } from "./commands/CreateSyncConfigurationCommand";
11
19
  import {
12
20
  DeleteConnectionCommandInput,
13
21
  DeleteConnectionCommandOutput,
@@ -16,6 +24,14 @@ import {
16
24
  DeleteHostCommandInput,
17
25
  DeleteHostCommandOutput,
18
26
  } from "./commands/DeleteHostCommand";
27
+ import {
28
+ DeleteRepositoryLinkCommandInput,
29
+ DeleteRepositoryLinkCommandOutput,
30
+ } from "./commands/DeleteRepositoryLinkCommand";
31
+ import {
32
+ DeleteSyncConfigurationCommandInput,
33
+ DeleteSyncConfigurationCommandOutput,
34
+ } from "./commands/DeleteSyncConfigurationCommand";
19
35
  import {
20
36
  GetConnectionCommandInput,
21
37
  GetConnectionCommandOutput,
@@ -24,6 +40,26 @@ import {
24
40
  GetHostCommandInput,
25
41
  GetHostCommandOutput,
26
42
  } from "./commands/GetHostCommand";
43
+ import {
44
+ GetRepositoryLinkCommandInput,
45
+ GetRepositoryLinkCommandOutput,
46
+ } from "./commands/GetRepositoryLinkCommand";
47
+ import {
48
+ GetRepositorySyncStatusCommandInput,
49
+ GetRepositorySyncStatusCommandOutput,
50
+ } from "./commands/GetRepositorySyncStatusCommand";
51
+ import {
52
+ GetResourceSyncStatusCommandInput,
53
+ GetResourceSyncStatusCommandOutput,
54
+ } from "./commands/GetResourceSyncStatusCommand";
55
+ import {
56
+ GetSyncBlockerSummaryCommandInput,
57
+ GetSyncBlockerSummaryCommandOutput,
58
+ } from "./commands/GetSyncBlockerSummaryCommand";
59
+ import {
60
+ GetSyncConfigurationCommandInput,
61
+ GetSyncConfigurationCommandOutput,
62
+ } from "./commands/GetSyncConfigurationCommand";
27
63
  import {
28
64
  ListConnectionsCommandInput,
29
65
  ListConnectionsCommandOutput,
@@ -32,6 +68,18 @@ import {
32
68
  ListHostsCommandInput,
33
69
  ListHostsCommandOutput,
34
70
  } from "./commands/ListHostsCommand";
71
+ import {
72
+ ListRepositoryLinksCommandInput,
73
+ ListRepositoryLinksCommandOutput,
74
+ } from "./commands/ListRepositoryLinksCommand";
75
+ import {
76
+ ListRepositorySyncDefinitionsCommandInput,
77
+ ListRepositorySyncDefinitionsCommandOutput,
78
+ } from "./commands/ListRepositorySyncDefinitionsCommand";
79
+ import {
80
+ ListSyncConfigurationsCommandInput,
81
+ ListSyncConfigurationsCommandOutput,
82
+ } from "./commands/ListSyncConfigurationsCommand";
35
83
  import {
36
84
  ListTagsForResourceCommandInput,
37
85
  ListTagsForResourceCommandOutput,
@@ -48,6 +96,18 @@ import {
48
96
  UpdateHostCommandInput,
49
97
  UpdateHostCommandOutput,
50
98
  } from "./commands/UpdateHostCommand";
99
+ import {
100
+ UpdateRepositoryLinkCommandInput,
101
+ UpdateRepositoryLinkCommandOutput,
102
+ } from "./commands/UpdateRepositoryLinkCommand";
103
+ import {
104
+ UpdateSyncBlockerCommandInput,
105
+ UpdateSyncBlockerCommandOutput,
106
+ } from "./commands/UpdateSyncBlockerCommand";
107
+ import {
108
+ UpdateSyncConfigurationCommandInput,
109
+ UpdateSyncConfigurationCommandOutput,
110
+ } from "./commands/UpdateSyncConfigurationCommand";
51
111
  export interface CodeStarConnections {
52
112
  createConnection(
53
113
  args: CreateConnectionCommandInput,
@@ -75,6 +135,32 @@ export interface CodeStarConnections {
75
135
  options: __HttpHandlerOptions,
76
136
  cb: (err: any, data?: CreateHostCommandOutput) => void
77
137
  ): void;
138
+ createRepositoryLink(
139
+ args: CreateRepositoryLinkCommandInput,
140
+ options?: __HttpHandlerOptions
141
+ ): Promise<CreateRepositoryLinkCommandOutput>;
142
+ createRepositoryLink(
143
+ args: CreateRepositoryLinkCommandInput,
144
+ cb: (err: any, data?: CreateRepositoryLinkCommandOutput) => void
145
+ ): void;
146
+ createRepositoryLink(
147
+ args: CreateRepositoryLinkCommandInput,
148
+ options: __HttpHandlerOptions,
149
+ cb: (err: any, data?: CreateRepositoryLinkCommandOutput) => void
150
+ ): void;
151
+ createSyncConfiguration(
152
+ args: CreateSyncConfigurationCommandInput,
153
+ options?: __HttpHandlerOptions
154
+ ): Promise<CreateSyncConfigurationCommandOutput>;
155
+ createSyncConfiguration(
156
+ args: CreateSyncConfigurationCommandInput,
157
+ cb: (err: any, data?: CreateSyncConfigurationCommandOutput) => void
158
+ ): void;
159
+ createSyncConfiguration(
160
+ args: CreateSyncConfigurationCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (err: any, data?: CreateSyncConfigurationCommandOutput) => void
163
+ ): void;
78
164
  deleteConnection(
79
165
  args: DeleteConnectionCommandInput,
80
166
  options?: __HttpHandlerOptions
@@ -101,6 +187,32 @@ export interface CodeStarConnections {
101
187
  options: __HttpHandlerOptions,
102
188
  cb: (err: any, data?: DeleteHostCommandOutput) => void
103
189
  ): void;
190
+ deleteRepositoryLink(
191
+ args: DeleteRepositoryLinkCommandInput,
192
+ options?: __HttpHandlerOptions
193
+ ): Promise<DeleteRepositoryLinkCommandOutput>;
194
+ deleteRepositoryLink(
195
+ args: DeleteRepositoryLinkCommandInput,
196
+ cb: (err: any, data?: DeleteRepositoryLinkCommandOutput) => void
197
+ ): void;
198
+ deleteRepositoryLink(
199
+ args: DeleteRepositoryLinkCommandInput,
200
+ options: __HttpHandlerOptions,
201
+ cb: (err: any, data?: DeleteRepositoryLinkCommandOutput) => void
202
+ ): void;
203
+ deleteSyncConfiguration(
204
+ args: DeleteSyncConfigurationCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<DeleteSyncConfigurationCommandOutput>;
207
+ deleteSyncConfiguration(
208
+ args: DeleteSyncConfigurationCommandInput,
209
+ cb: (err: any, data?: DeleteSyncConfigurationCommandOutput) => void
210
+ ): void;
211
+ deleteSyncConfiguration(
212
+ args: DeleteSyncConfigurationCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: DeleteSyncConfigurationCommandOutput) => void
215
+ ): void;
104
216
  getConnection(
105
217
  args: GetConnectionCommandInput,
106
218
  options?: __HttpHandlerOptions
@@ -127,6 +239,71 @@ export interface CodeStarConnections {
127
239
  options: __HttpHandlerOptions,
128
240
  cb: (err: any, data?: GetHostCommandOutput) => void
129
241
  ): void;
242
+ getRepositoryLink(
243
+ args: GetRepositoryLinkCommandInput,
244
+ options?: __HttpHandlerOptions
245
+ ): Promise<GetRepositoryLinkCommandOutput>;
246
+ getRepositoryLink(
247
+ args: GetRepositoryLinkCommandInput,
248
+ cb: (err: any, data?: GetRepositoryLinkCommandOutput) => void
249
+ ): void;
250
+ getRepositoryLink(
251
+ args: GetRepositoryLinkCommandInput,
252
+ options: __HttpHandlerOptions,
253
+ cb: (err: any, data?: GetRepositoryLinkCommandOutput) => void
254
+ ): void;
255
+ getRepositorySyncStatus(
256
+ args: GetRepositorySyncStatusCommandInput,
257
+ options?: __HttpHandlerOptions
258
+ ): Promise<GetRepositorySyncStatusCommandOutput>;
259
+ getRepositorySyncStatus(
260
+ args: GetRepositorySyncStatusCommandInput,
261
+ cb: (err: any, data?: GetRepositorySyncStatusCommandOutput) => void
262
+ ): void;
263
+ getRepositorySyncStatus(
264
+ args: GetRepositorySyncStatusCommandInput,
265
+ options: __HttpHandlerOptions,
266
+ cb: (err: any, data?: GetRepositorySyncStatusCommandOutput) => void
267
+ ): void;
268
+ getResourceSyncStatus(
269
+ args: GetResourceSyncStatusCommandInput,
270
+ options?: __HttpHandlerOptions
271
+ ): Promise<GetResourceSyncStatusCommandOutput>;
272
+ getResourceSyncStatus(
273
+ args: GetResourceSyncStatusCommandInput,
274
+ cb: (err: any, data?: GetResourceSyncStatusCommandOutput) => void
275
+ ): void;
276
+ getResourceSyncStatus(
277
+ args: GetResourceSyncStatusCommandInput,
278
+ options: __HttpHandlerOptions,
279
+ cb: (err: any, data?: GetResourceSyncStatusCommandOutput) => void
280
+ ): void;
281
+ getSyncBlockerSummary(
282
+ args: GetSyncBlockerSummaryCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<GetSyncBlockerSummaryCommandOutput>;
285
+ getSyncBlockerSummary(
286
+ args: GetSyncBlockerSummaryCommandInput,
287
+ cb: (err: any, data?: GetSyncBlockerSummaryCommandOutput) => void
288
+ ): void;
289
+ getSyncBlockerSummary(
290
+ args: GetSyncBlockerSummaryCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: GetSyncBlockerSummaryCommandOutput) => void
293
+ ): void;
294
+ getSyncConfiguration(
295
+ args: GetSyncConfigurationCommandInput,
296
+ options?: __HttpHandlerOptions
297
+ ): Promise<GetSyncConfigurationCommandOutput>;
298
+ getSyncConfiguration(
299
+ args: GetSyncConfigurationCommandInput,
300
+ cb: (err: any, data?: GetSyncConfigurationCommandOutput) => void
301
+ ): void;
302
+ getSyncConfiguration(
303
+ args: GetSyncConfigurationCommandInput,
304
+ options: __HttpHandlerOptions,
305
+ cb: (err: any, data?: GetSyncConfigurationCommandOutput) => void
306
+ ): void;
130
307
  listConnections(
131
308
  args: ListConnectionsCommandInput,
132
309
  options?: __HttpHandlerOptions
@@ -153,6 +330,45 @@ export interface CodeStarConnections {
153
330
  options: __HttpHandlerOptions,
154
331
  cb: (err: any, data?: ListHostsCommandOutput) => void
155
332
  ): void;
333
+ listRepositoryLinks(
334
+ args: ListRepositoryLinksCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<ListRepositoryLinksCommandOutput>;
337
+ listRepositoryLinks(
338
+ args: ListRepositoryLinksCommandInput,
339
+ cb: (err: any, data?: ListRepositoryLinksCommandOutput) => void
340
+ ): void;
341
+ listRepositoryLinks(
342
+ args: ListRepositoryLinksCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: ListRepositoryLinksCommandOutput) => void
345
+ ): void;
346
+ listRepositorySyncDefinitions(
347
+ args: ListRepositorySyncDefinitionsCommandInput,
348
+ options?: __HttpHandlerOptions
349
+ ): Promise<ListRepositorySyncDefinitionsCommandOutput>;
350
+ listRepositorySyncDefinitions(
351
+ args: ListRepositorySyncDefinitionsCommandInput,
352
+ cb: (err: any, data?: ListRepositorySyncDefinitionsCommandOutput) => void
353
+ ): void;
354
+ listRepositorySyncDefinitions(
355
+ args: ListRepositorySyncDefinitionsCommandInput,
356
+ options: __HttpHandlerOptions,
357
+ cb: (err: any, data?: ListRepositorySyncDefinitionsCommandOutput) => void
358
+ ): void;
359
+ listSyncConfigurations(
360
+ args: ListSyncConfigurationsCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<ListSyncConfigurationsCommandOutput>;
363
+ listSyncConfigurations(
364
+ args: ListSyncConfigurationsCommandInput,
365
+ cb: (err: any, data?: ListSyncConfigurationsCommandOutput) => void
366
+ ): void;
367
+ listSyncConfigurations(
368
+ args: ListSyncConfigurationsCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: ListSyncConfigurationsCommandOutput) => void
371
+ ): void;
156
372
  listTagsForResource(
157
373
  args: ListTagsForResourceCommandInput,
158
374
  options?: __HttpHandlerOptions
@@ -205,6 +421,45 @@ export interface CodeStarConnections {
205
421
  options: __HttpHandlerOptions,
206
422
  cb: (err: any, data?: UpdateHostCommandOutput) => void
207
423
  ): void;
424
+ updateRepositoryLink(
425
+ args: UpdateRepositoryLinkCommandInput,
426
+ options?: __HttpHandlerOptions
427
+ ): Promise<UpdateRepositoryLinkCommandOutput>;
428
+ updateRepositoryLink(
429
+ args: UpdateRepositoryLinkCommandInput,
430
+ cb: (err: any, data?: UpdateRepositoryLinkCommandOutput) => void
431
+ ): void;
432
+ updateRepositoryLink(
433
+ args: UpdateRepositoryLinkCommandInput,
434
+ options: __HttpHandlerOptions,
435
+ cb: (err: any, data?: UpdateRepositoryLinkCommandOutput) => void
436
+ ): void;
437
+ updateSyncBlocker(
438
+ args: UpdateSyncBlockerCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<UpdateSyncBlockerCommandOutput>;
441
+ updateSyncBlocker(
442
+ args: UpdateSyncBlockerCommandInput,
443
+ cb: (err: any, data?: UpdateSyncBlockerCommandOutput) => void
444
+ ): void;
445
+ updateSyncBlocker(
446
+ args: UpdateSyncBlockerCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: UpdateSyncBlockerCommandOutput) => void
449
+ ): void;
450
+ updateSyncConfiguration(
451
+ args: UpdateSyncConfigurationCommandInput,
452
+ options?: __HttpHandlerOptions
453
+ ): Promise<UpdateSyncConfigurationCommandOutput>;
454
+ updateSyncConfiguration(
455
+ args: UpdateSyncConfigurationCommandInput,
456
+ cb: (err: any, data?: UpdateSyncConfigurationCommandOutput) => void
457
+ ): void;
458
+ updateSyncConfiguration(
459
+ args: UpdateSyncConfigurationCommandInput,
460
+ options: __HttpHandlerOptions,
461
+ cb: (err: any, data?: UpdateSyncConfigurationCommandOutput) => void
462
+ ): void;
208
463
  }
209
464
  export declare class CodeStarConnections
210
465
  extends CodeStarConnectionsClient