@aws-sdk/client-codestar-connections 3.450.0 → 3.454.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 +120 -0
  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 +35 -35
@@ -11,6 +11,14 @@ import {
11
11
  CreateHostCommandInput,
12
12
  CreateHostCommandOutput,
13
13
  } from "../commands/CreateHostCommand";
14
+ import {
15
+ CreateRepositoryLinkCommandInput,
16
+ CreateRepositoryLinkCommandOutput,
17
+ } from "../commands/CreateRepositoryLinkCommand";
18
+ import {
19
+ CreateSyncConfigurationCommandInput,
20
+ CreateSyncConfigurationCommandOutput,
21
+ } from "../commands/CreateSyncConfigurationCommand";
14
22
  import {
15
23
  DeleteConnectionCommandInput,
16
24
  DeleteConnectionCommandOutput,
@@ -19,6 +27,14 @@ import {
19
27
  DeleteHostCommandInput,
20
28
  DeleteHostCommandOutput,
21
29
  } from "../commands/DeleteHostCommand";
30
+ import {
31
+ DeleteRepositoryLinkCommandInput,
32
+ DeleteRepositoryLinkCommandOutput,
33
+ } from "../commands/DeleteRepositoryLinkCommand";
34
+ import {
35
+ DeleteSyncConfigurationCommandInput,
36
+ DeleteSyncConfigurationCommandOutput,
37
+ } from "../commands/DeleteSyncConfigurationCommand";
22
38
  import {
23
39
  GetConnectionCommandInput,
24
40
  GetConnectionCommandOutput,
@@ -27,6 +43,26 @@ import {
27
43
  GetHostCommandInput,
28
44
  GetHostCommandOutput,
29
45
  } from "../commands/GetHostCommand";
46
+ import {
47
+ GetRepositoryLinkCommandInput,
48
+ GetRepositoryLinkCommandOutput,
49
+ } from "../commands/GetRepositoryLinkCommand";
50
+ import {
51
+ GetRepositorySyncStatusCommandInput,
52
+ GetRepositorySyncStatusCommandOutput,
53
+ } from "../commands/GetRepositorySyncStatusCommand";
54
+ import {
55
+ GetResourceSyncStatusCommandInput,
56
+ GetResourceSyncStatusCommandOutput,
57
+ } from "../commands/GetResourceSyncStatusCommand";
58
+ import {
59
+ GetSyncBlockerSummaryCommandInput,
60
+ GetSyncBlockerSummaryCommandOutput,
61
+ } from "../commands/GetSyncBlockerSummaryCommand";
62
+ import {
63
+ GetSyncConfigurationCommandInput,
64
+ GetSyncConfigurationCommandOutput,
65
+ } from "../commands/GetSyncConfigurationCommand";
30
66
  import {
31
67
  ListConnectionsCommandInput,
32
68
  ListConnectionsCommandOutput,
@@ -35,6 +71,18 @@ import {
35
71
  ListHostsCommandInput,
36
72
  ListHostsCommandOutput,
37
73
  } from "../commands/ListHostsCommand";
74
+ import {
75
+ ListRepositoryLinksCommandInput,
76
+ ListRepositoryLinksCommandOutput,
77
+ } from "../commands/ListRepositoryLinksCommand";
78
+ import {
79
+ ListRepositorySyncDefinitionsCommandInput,
80
+ ListRepositorySyncDefinitionsCommandOutput,
81
+ } from "../commands/ListRepositorySyncDefinitionsCommand";
82
+ import {
83
+ ListSyncConfigurationsCommandInput,
84
+ ListSyncConfigurationsCommandOutput,
85
+ } from "../commands/ListSyncConfigurationsCommand";
38
86
  import {
39
87
  ListTagsForResourceCommandInput,
40
88
  ListTagsForResourceCommandOutput,
@@ -51,6 +99,18 @@ import {
51
99
  UpdateHostCommandInput,
52
100
  UpdateHostCommandOutput,
53
101
  } from "../commands/UpdateHostCommand";
102
+ import {
103
+ UpdateRepositoryLinkCommandInput,
104
+ UpdateRepositoryLinkCommandOutput,
105
+ } from "../commands/UpdateRepositoryLinkCommand";
106
+ import {
107
+ UpdateSyncBlockerCommandInput,
108
+ UpdateSyncBlockerCommandOutput,
109
+ } from "../commands/UpdateSyncBlockerCommand";
110
+ import {
111
+ UpdateSyncConfigurationCommandInput,
112
+ UpdateSyncConfigurationCommandOutput,
113
+ } from "../commands/UpdateSyncConfigurationCommand";
54
114
  export declare const se_CreateConnectionCommand: (
55
115
  input: CreateConnectionCommandInput,
56
116
  context: __SerdeContext
@@ -59,6 +119,14 @@ export declare const se_CreateHostCommand: (
59
119
  input: CreateHostCommandInput,
60
120
  context: __SerdeContext
61
121
  ) => Promise<__HttpRequest>;
122
+ export declare const se_CreateRepositoryLinkCommand: (
123
+ input: CreateRepositoryLinkCommandInput,
124
+ context: __SerdeContext
125
+ ) => Promise<__HttpRequest>;
126
+ export declare const se_CreateSyncConfigurationCommand: (
127
+ input: CreateSyncConfigurationCommandInput,
128
+ context: __SerdeContext
129
+ ) => Promise<__HttpRequest>;
62
130
  export declare const se_DeleteConnectionCommand: (
63
131
  input: DeleteConnectionCommandInput,
64
132
  context: __SerdeContext
@@ -67,6 +135,14 @@ export declare const se_DeleteHostCommand: (
67
135
  input: DeleteHostCommandInput,
68
136
  context: __SerdeContext
69
137
  ) => Promise<__HttpRequest>;
138
+ export declare const se_DeleteRepositoryLinkCommand: (
139
+ input: DeleteRepositoryLinkCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const se_DeleteSyncConfigurationCommand: (
143
+ input: DeleteSyncConfigurationCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
70
146
  export declare const se_GetConnectionCommand: (
71
147
  input: GetConnectionCommandInput,
72
148
  context: __SerdeContext
@@ -75,6 +151,26 @@ export declare const se_GetHostCommand: (
75
151
  input: GetHostCommandInput,
76
152
  context: __SerdeContext
77
153
  ) => Promise<__HttpRequest>;
154
+ export declare const se_GetRepositoryLinkCommand: (
155
+ input: GetRepositoryLinkCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const se_GetRepositorySyncStatusCommand: (
159
+ input: GetRepositorySyncStatusCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const se_GetResourceSyncStatusCommand: (
163
+ input: GetResourceSyncStatusCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const se_GetSyncBlockerSummaryCommand: (
167
+ input: GetSyncBlockerSummaryCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const se_GetSyncConfigurationCommand: (
171
+ input: GetSyncConfigurationCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
78
174
  export declare const se_ListConnectionsCommand: (
79
175
  input: ListConnectionsCommandInput,
80
176
  context: __SerdeContext
@@ -83,6 +179,18 @@ export declare const se_ListHostsCommand: (
83
179
  input: ListHostsCommandInput,
84
180
  context: __SerdeContext
85
181
  ) => Promise<__HttpRequest>;
182
+ export declare const se_ListRepositoryLinksCommand: (
183
+ input: ListRepositoryLinksCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const se_ListRepositorySyncDefinitionsCommand: (
187
+ input: ListRepositorySyncDefinitionsCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const se_ListSyncConfigurationsCommand: (
191
+ input: ListSyncConfigurationsCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
86
194
  export declare const se_ListTagsForResourceCommand: (
87
195
  input: ListTagsForResourceCommandInput,
88
196
  context: __SerdeContext
@@ -99,6 +207,18 @@ export declare const se_UpdateHostCommand: (
99
207
  input: UpdateHostCommandInput,
100
208
  context: __SerdeContext
101
209
  ) => Promise<__HttpRequest>;
210
+ export declare const se_UpdateRepositoryLinkCommand: (
211
+ input: UpdateRepositoryLinkCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const se_UpdateSyncBlockerCommand: (
215
+ input: UpdateSyncBlockerCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const se_UpdateSyncConfigurationCommand: (
219
+ input: UpdateSyncConfigurationCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
102
222
  export declare const de_CreateConnectionCommand: (
103
223
  output: __HttpResponse,
104
224
  context: __SerdeContext
@@ -107,6 +227,14 @@ export declare const de_CreateHostCommand: (
107
227
  output: __HttpResponse,
108
228
  context: __SerdeContext
109
229
  ) => Promise<CreateHostCommandOutput>;
230
+ export declare const de_CreateRepositoryLinkCommand: (
231
+ output: __HttpResponse,
232
+ context: __SerdeContext
233
+ ) => Promise<CreateRepositoryLinkCommandOutput>;
234
+ export declare const de_CreateSyncConfigurationCommand: (
235
+ output: __HttpResponse,
236
+ context: __SerdeContext
237
+ ) => Promise<CreateSyncConfigurationCommandOutput>;
110
238
  export declare const de_DeleteConnectionCommand: (
111
239
  output: __HttpResponse,
112
240
  context: __SerdeContext
@@ -115,6 +243,14 @@ export declare const de_DeleteHostCommand: (
115
243
  output: __HttpResponse,
116
244
  context: __SerdeContext
117
245
  ) => Promise<DeleteHostCommandOutput>;
246
+ export declare const de_DeleteRepositoryLinkCommand: (
247
+ output: __HttpResponse,
248
+ context: __SerdeContext
249
+ ) => Promise<DeleteRepositoryLinkCommandOutput>;
250
+ export declare const de_DeleteSyncConfigurationCommand: (
251
+ output: __HttpResponse,
252
+ context: __SerdeContext
253
+ ) => Promise<DeleteSyncConfigurationCommandOutput>;
118
254
  export declare const de_GetConnectionCommand: (
119
255
  output: __HttpResponse,
120
256
  context: __SerdeContext
@@ -123,6 +259,26 @@ export declare const de_GetHostCommand: (
123
259
  output: __HttpResponse,
124
260
  context: __SerdeContext
125
261
  ) => Promise<GetHostCommandOutput>;
262
+ export declare const de_GetRepositoryLinkCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<GetRepositoryLinkCommandOutput>;
266
+ export declare const de_GetRepositorySyncStatusCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<GetRepositorySyncStatusCommandOutput>;
270
+ export declare const de_GetResourceSyncStatusCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<GetResourceSyncStatusCommandOutput>;
274
+ export declare const de_GetSyncBlockerSummaryCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<GetSyncBlockerSummaryCommandOutput>;
278
+ export declare const de_GetSyncConfigurationCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<GetSyncConfigurationCommandOutput>;
126
282
  export declare const de_ListConnectionsCommand: (
127
283
  output: __HttpResponse,
128
284
  context: __SerdeContext
@@ -131,6 +287,18 @@ export declare const de_ListHostsCommand: (
131
287
  output: __HttpResponse,
132
288
  context: __SerdeContext
133
289
  ) => Promise<ListHostsCommandOutput>;
290
+ export declare const de_ListRepositoryLinksCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<ListRepositoryLinksCommandOutput>;
294
+ export declare const de_ListRepositorySyncDefinitionsCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<ListRepositorySyncDefinitionsCommandOutput>;
298
+ export declare const de_ListSyncConfigurationsCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<ListSyncConfigurationsCommandOutput>;
134
302
  export declare const de_ListTagsForResourceCommand: (
135
303
  output: __HttpResponse,
136
304
  context: __SerdeContext
@@ -147,3 +315,15 @@ export declare const de_UpdateHostCommand: (
147
315
  output: __HttpResponse,
148
316
  context: __SerdeContext
149
317
  ) => Promise<UpdateHostCommandOutput>;
318
+ export declare const de_UpdateRepositoryLinkCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<UpdateRepositoryLinkCommandOutput>;
322
+ export declare const de_UpdateSyncBlockerCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<UpdateSyncBlockerCommandOutput>;
326
+ export declare const de_UpdateSyncConfigurationCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<UpdateSyncConfigurationCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codestar-connections",
3
3
  "description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native",
4
- "version": "3.450.0",
4
+ "version": "3.454.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.450.0",
25
- "@aws-sdk/core": "3.445.0",
26
- "@aws-sdk/credential-provider-node": "3.450.0",
27
- "@aws-sdk/middleware-host-header": "3.449.0",
28
- "@aws-sdk/middleware-logger": "3.449.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.449.0",
30
- "@aws-sdk/middleware-signing": "3.449.0",
31
- "@aws-sdk/middleware-user-agent": "3.449.0",
32
- "@aws-sdk/region-config-resolver": "3.433.0",
33
- "@aws-sdk/types": "3.449.0",
34
- "@aws-sdk/util-endpoints": "3.449.0",
35
- "@aws-sdk/util-user-agent-browser": "3.449.0",
36
- "@aws-sdk/util-user-agent-node": "3.449.0",
37
- "@smithy/config-resolver": "^2.0.16",
38
- "@smithy/fetch-http-handler": "^2.2.4",
39
- "@smithy/hash-node": "^2.0.12",
40
- "@smithy/invalid-dependency": "^2.0.12",
41
- "@smithy/middleware-content-length": "^2.0.14",
42
- "@smithy/middleware-endpoint": "^2.1.3",
43
- "@smithy/middleware-retry": "^2.0.18",
44
- "@smithy/middleware-serde": "^2.0.12",
45
- "@smithy/middleware-stack": "^2.0.6",
46
- "@smithy/node-config-provider": "^2.1.3",
47
- "@smithy/node-http-handler": "^2.1.8",
48
- "@smithy/protocol-http": "^3.0.8",
49
- "@smithy/smithy-client": "^2.1.12",
50
- "@smithy/types": "^2.4.0",
51
- "@smithy/url-parser": "^2.0.12",
52
- "@smithy/util-base64": "^2.0.0",
24
+ "@aws-sdk/client-sts": "3.454.0",
25
+ "@aws-sdk/core": "3.451.0",
26
+ "@aws-sdk/credential-provider-node": "3.451.0",
27
+ "@aws-sdk/middleware-host-header": "3.451.0",
28
+ "@aws-sdk/middleware-logger": "3.451.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.451.0",
30
+ "@aws-sdk/middleware-signing": "3.451.0",
31
+ "@aws-sdk/middleware-user-agent": "3.451.0",
32
+ "@aws-sdk/region-config-resolver": "3.451.0",
33
+ "@aws-sdk/types": "3.451.0",
34
+ "@aws-sdk/util-endpoints": "3.451.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.451.0",
36
+ "@aws-sdk/util-user-agent-node": "3.451.0",
37
+ "@smithy/config-resolver": "^2.0.18",
38
+ "@smithy/fetch-http-handler": "^2.2.6",
39
+ "@smithy/hash-node": "^2.0.15",
40
+ "@smithy/invalid-dependency": "^2.0.13",
41
+ "@smithy/middleware-content-length": "^2.0.15",
42
+ "@smithy/middleware-endpoint": "^2.2.0",
43
+ "@smithy/middleware-retry": "^2.0.20",
44
+ "@smithy/middleware-serde": "^2.0.13",
45
+ "@smithy/middleware-stack": "^2.0.7",
46
+ "@smithy/node-config-provider": "^2.1.5",
47
+ "@smithy/node-http-handler": "^2.1.9",
48
+ "@smithy/protocol-http": "^3.0.9",
49
+ "@smithy/smithy-client": "^2.1.15",
50
+ "@smithy/types": "^2.5.0",
51
+ "@smithy/url-parser": "^2.0.13",
52
+ "@smithy/util-base64": "^2.0.1",
53
53
  "@smithy/util-body-length-browser": "^2.0.0",
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
- "@smithy/util-defaults-mode-browser": "^2.0.16",
56
- "@smithy/util-defaults-mode-node": "^2.0.21",
57
- "@smithy/util-endpoints": "^1.0.2",
58
- "@smithy/util-retry": "^2.0.5",
59
- "@smithy/util-utf8": "^2.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^2.0.19",
56
+ "@smithy/util-defaults-mode-node": "^2.0.25",
57
+ "@smithy/util-endpoints": "^1.0.4",
58
+ "@smithy/util-retry": "^2.0.6",
59
+ "@smithy/util-utf8": "^2.0.2",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {