@aws-sdk/client-compute-optimizer-automation 3.975.0 → 3.980.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.
package/dist-cjs/index.js
CHANGED
|
@@ -1341,6 +1341,24 @@ class UpdateEnrollmentConfigurationCommand extends smithyClient.Command
|
|
|
1341
1341
|
.build() {
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
|
+
const paginateListAccounts = core.createPaginator(ComputeOptimizerAutomationClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
1345
|
+
|
|
1346
|
+
const paginateListAutomationEvents = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
1347
|
+
|
|
1348
|
+
const paginateListAutomationEventSteps = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationEventStepsCommand, "nextToken", "nextToken", "maxResults");
|
|
1349
|
+
|
|
1350
|
+
const paginateListAutomationEventSummaries = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationEventSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1351
|
+
|
|
1352
|
+
const paginateListAutomationRulePreview = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationRulePreviewCommand, "nextToken", "nextToken", "maxResults");
|
|
1353
|
+
|
|
1354
|
+
const paginateListAutomationRulePreviewSummaries = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationRulePreviewSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1355
|
+
|
|
1356
|
+
const paginateListAutomationRules = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
1357
|
+
|
|
1358
|
+
const paginateListRecommendedActions = core.createPaginator(ComputeOptimizerAutomationClient, ListRecommendedActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1359
|
+
|
|
1360
|
+
const paginateListRecommendedActionSummaries = core.createPaginator(ComputeOptimizerAutomationClient, ListRecommendedActionSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1361
|
+
|
|
1344
1362
|
const commands = {
|
|
1345
1363
|
AssociateAccountsCommand,
|
|
1346
1364
|
CreateAutomationRuleCommand,
|
|
@@ -1366,27 +1384,20 @@ const commands = {
|
|
|
1366
1384
|
UpdateAutomationRuleCommand,
|
|
1367
1385
|
UpdateEnrollmentConfigurationCommand,
|
|
1368
1386
|
};
|
|
1387
|
+
const paginators = {
|
|
1388
|
+
paginateListAccounts,
|
|
1389
|
+
paginateListAutomationEvents,
|
|
1390
|
+
paginateListAutomationEventSteps,
|
|
1391
|
+
paginateListAutomationEventSummaries,
|
|
1392
|
+
paginateListAutomationRulePreview,
|
|
1393
|
+
paginateListAutomationRulePreviewSummaries,
|
|
1394
|
+
paginateListAutomationRules,
|
|
1395
|
+
paginateListRecommendedActions,
|
|
1396
|
+
paginateListRecommendedActionSummaries,
|
|
1397
|
+
};
|
|
1369
1398
|
class ComputeOptimizerAutomation extends ComputeOptimizerAutomationClient {
|
|
1370
1399
|
}
|
|
1371
|
-
smithyClient.createAggregatedClient(commands, ComputeOptimizerAutomation);
|
|
1372
|
-
|
|
1373
|
-
const paginateListAccounts = core.createPaginator(ComputeOptimizerAutomationClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
1374
|
-
|
|
1375
|
-
const paginateListAutomationEvents = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
1376
|
-
|
|
1377
|
-
const paginateListAutomationEventSteps = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationEventStepsCommand, "nextToken", "nextToken", "maxResults");
|
|
1378
|
-
|
|
1379
|
-
const paginateListAutomationEventSummaries = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationEventSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1380
|
-
|
|
1381
|
-
const paginateListAutomationRulePreview = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationRulePreviewCommand, "nextToken", "nextToken", "maxResults");
|
|
1382
|
-
|
|
1383
|
-
const paginateListAutomationRulePreviewSummaries = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationRulePreviewSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1384
|
-
|
|
1385
|
-
const paginateListAutomationRules = core.createPaginator(ComputeOptimizerAutomationClient, ListAutomationRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
1386
|
-
|
|
1387
|
-
const paginateListRecommendedActions = core.createPaginator(ComputeOptimizerAutomationClient, ListRecommendedActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1388
|
-
|
|
1389
|
-
const paginateListRecommendedActionSummaries = core.createPaginator(ComputeOptimizerAutomationClient, ListRecommendedActionSummariesCommand, "nextToken", "nextToken", "maxResults");
|
|
1400
|
+
smithyClient.createAggregatedClient(commands, ComputeOptimizerAutomation, { paginators });
|
|
1390
1401
|
|
|
1391
1402
|
const OrganizationRuleMode = {
|
|
1392
1403
|
ANY_ALLOWED: "AnyAllowed",
|
|
@@ -23,6 +23,15 @@ import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
|
23
23
|
import { UpdateAutomationRuleCommand, } from "./commands/UpdateAutomationRuleCommand";
|
|
24
24
|
import { UpdateEnrollmentConfigurationCommand, } from "./commands/UpdateEnrollmentConfigurationCommand";
|
|
25
25
|
import { ComputeOptimizerAutomationClient } from "./ComputeOptimizerAutomationClient";
|
|
26
|
+
import { paginateListAccounts } from "./pagination/ListAccountsPaginator";
|
|
27
|
+
import { paginateListAutomationEvents } from "./pagination/ListAutomationEventsPaginator";
|
|
28
|
+
import { paginateListAutomationEventSteps } from "./pagination/ListAutomationEventStepsPaginator";
|
|
29
|
+
import { paginateListAutomationEventSummaries } from "./pagination/ListAutomationEventSummariesPaginator";
|
|
30
|
+
import { paginateListAutomationRulePreview } from "./pagination/ListAutomationRulePreviewPaginator";
|
|
31
|
+
import { paginateListAutomationRulePreviewSummaries } from "./pagination/ListAutomationRulePreviewSummariesPaginator";
|
|
32
|
+
import { paginateListAutomationRules } from "./pagination/ListAutomationRulesPaginator";
|
|
33
|
+
import { paginateListRecommendedActions } from "./pagination/ListRecommendedActionsPaginator";
|
|
34
|
+
import { paginateListRecommendedActionSummaries } from "./pagination/ListRecommendedActionSummariesPaginator";
|
|
26
35
|
const commands = {
|
|
27
36
|
AssociateAccountsCommand,
|
|
28
37
|
CreateAutomationRuleCommand,
|
|
@@ -48,6 +57,17 @@ const commands = {
|
|
|
48
57
|
UpdateAutomationRuleCommand,
|
|
49
58
|
UpdateEnrollmentConfigurationCommand,
|
|
50
59
|
};
|
|
60
|
+
const paginators = {
|
|
61
|
+
paginateListAccounts,
|
|
62
|
+
paginateListAutomationEvents,
|
|
63
|
+
paginateListAutomationEventSteps,
|
|
64
|
+
paginateListAutomationEventSummaries,
|
|
65
|
+
paginateListAutomationRulePreview,
|
|
66
|
+
paginateListAutomationRulePreviewSummaries,
|
|
67
|
+
paginateListAutomationRules,
|
|
68
|
+
paginateListRecommendedActions,
|
|
69
|
+
paginateListRecommendedActionSummaries,
|
|
70
|
+
};
|
|
51
71
|
export class ComputeOptimizerAutomation extends ComputeOptimizerAutomationClient {
|
|
52
72
|
}
|
|
53
|
-
createAggregatedClient(commands, ComputeOptimizerAutomation);
|
|
73
|
+
createAggregatedClient(commands, ComputeOptimizerAutomation, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
|
|
3
3
|
import { CreateAutomationRuleCommandInput, CreateAutomationRuleCommandOutput } from "./commands/CreateAutomationRuleCommand";
|
|
4
4
|
import { DeleteAutomationRuleCommandInput, DeleteAutomationRuleCommandOutput } from "./commands/DeleteAutomationRuleCommand";
|
|
@@ -169,6 +169,69 @@ export interface ComputeOptimizerAutomation {
|
|
|
169
169
|
updateEnrollmentConfiguration(args: UpdateEnrollmentConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnrollmentConfigurationCommandOutput>;
|
|
170
170
|
updateEnrollmentConfiguration(args: UpdateEnrollmentConfigurationCommandInput, cb: (err: any, data?: UpdateEnrollmentConfigurationCommandOutput) => void): void;
|
|
171
171
|
updateEnrollmentConfiguration(args: UpdateEnrollmentConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnrollmentConfigurationCommandOutput) => void): void;
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link ListAccountsCommand}
|
|
174
|
+
* @param args - command input.
|
|
175
|
+
* @param paginationConfig - optional pagination config.
|
|
176
|
+
* @returns AsyncIterable of {@link ListAccountsCommandOutput}.
|
|
177
|
+
*/
|
|
178
|
+
paginateListAccounts(args?: ListAccountsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountsCommandOutput>;
|
|
179
|
+
/**
|
|
180
|
+
* @see {@link ListAutomationEventsCommand}
|
|
181
|
+
* @param args - command input.
|
|
182
|
+
* @param paginationConfig - optional pagination config.
|
|
183
|
+
* @returns AsyncIterable of {@link ListAutomationEventsCommandOutput}.
|
|
184
|
+
*/
|
|
185
|
+
paginateListAutomationEvents(args?: ListAutomationEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAutomationEventsCommandOutput>;
|
|
186
|
+
/**
|
|
187
|
+
* @see {@link ListAutomationEventStepsCommand}
|
|
188
|
+
* @param args - command input.
|
|
189
|
+
* @param paginationConfig - optional pagination config.
|
|
190
|
+
* @returns AsyncIterable of {@link ListAutomationEventStepsCommandOutput}.
|
|
191
|
+
*/
|
|
192
|
+
paginateListAutomationEventSteps(args: ListAutomationEventStepsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAutomationEventStepsCommandOutput>;
|
|
193
|
+
/**
|
|
194
|
+
* @see {@link ListAutomationEventSummariesCommand}
|
|
195
|
+
* @param args - command input.
|
|
196
|
+
* @param paginationConfig - optional pagination config.
|
|
197
|
+
* @returns AsyncIterable of {@link ListAutomationEventSummariesCommandOutput}.
|
|
198
|
+
*/
|
|
199
|
+
paginateListAutomationEventSummaries(args?: ListAutomationEventSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAutomationEventSummariesCommandOutput>;
|
|
200
|
+
/**
|
|
201
|
+
* @see {@link ListAutomationRulePreviewCommand}
|
|
202
|
+
* @param args - command input.
|
|
203
|
+
* @param paginationConfig - optional pagination config.
|
|
204
|
+
* @returns AsyncIterable of {@link ListAutomationRulePreviewCommandOutput}.
|
|
205
|
+
*/
|
|
206
|
+
paginateListAutomationRulePreview(args: ListAutomationRulePreviewCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAutomationRulePreviewCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* @see {@link ListAutomationRulePreviewSummariesCommand}
|
|
209
|
+
* @param args - command input.
|
|
210
|
+
* @param paginationConfig - optional pagination config.
|
|
211
|
+
* @returns AsyncIterable of {@link ListAutomationRulePreviewSummariesCommandOutput}.
|
|
212
|
+
*/
|
|
213
|
+
paginateListAutomationRulePreviewSummaries(args: ListAutomationRulePreviewSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAutomationRulePreviewSummariesCommandOutput>;
|
|
214
|
+
/**
|
|
215
|
+
* @see {@link ListAutomationRulesCommand}
|
|
216
|
+
* @param args - command input.
|
|
217
|
+
* @param paginationConfig - optional pagination config.
|
|
218
|
+
* @returns AsyncIterable of {@link ListAutomationRulesCommandOutput}.
|
|
219
|
+
*/
|
|
220
|
+
paginateListAutomationRules(args?: ListAutomationRulesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAutomationRulesCommandOutput>;
|
|
221
|
+
/**
|
|
222
|
+
* @see {@link ListRecommendedActionsCommand}
|
|
223
|
+
* @param args - command input.
|
|
224
|
+
* @param paginationConfig - optional pagination config.
|
|
225
|
+
* @returns AsyncIterable of {@link ListRecommendedActionsCommandOutput}.
|
|
226
|
+
*/
|
|
227
|
+
paginateListRecommendedActions(args?: ListRecommendedActionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommendedActionsCommandOutput>;
|
|
228
|
+
/**
|
|
229
|
+
* @see {@link ListRecommendedActionSummariesCommand}
|
|
230
|
+
* @param args - command input.
|
|
231
|
+
* @param paginationConfig - optional pagination config.
|
|
232
|
+
* @returns AsyncIterable of {@link ListRecommendedActionSummariesCommandOutput}.
|
|
233
|
+
*/
|
|
234
|
+
paginateListRecommendedActionSummaries(args?: ListRecommendedActionSummariesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListRecommendedActionSummariesCommandOutput>;
|
|
172
235
|
}
|
|
173
236
|
/**
|
|
174
237
|
* <p> Automation is a feature within Amazon Web Services Compute Optimizer that enables you to apply optimization recommendations to your Amazon Web Services resources, reducing costs and improving performance. You can apply recommended actions directly or create automation rules that implement recommendations on a recurring schedule when they match your specified criteria. With automation rules, set criteria such as Amazon Web Services Region and Resource Tags to target specific geographies and workloads. Configure rules to run daily, weekly, or monthly, and Compute Optimizer continuously evaluates new recommendations against your criteria. Track automation events over time, examine detailed step history, estimate savings achieved, and reverse actions directly from Compute Optimizer when needed. </p>
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
AssociateAccountsCommandInput,
|
|
4
8
|
AssociateAccountsCommandOutput,
|
|
@@ -405,6 +409,69 @@ export interface ComputeOptimizerAutomation {
|
|
|
405
409
|
options: __HttpHandlerOptions,
|
|
406
410
|
cb: (err: any, data?: UpdateEnrollmentConfigurationCommandOutput) => void
|
|
407
411
|
): void;
|
|
412
|
+
paginateListAccounts(
|
|
413
|
+
args?: ListAccountsCommandInput,
|
|
414
|
+
paginationConfig?: Pick<
|
|
415
|
+
PaginationConfiguration,
|
|
416
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
417
|
+
>
|
|
418
|
+
): Paginator<ListAccountsCommandOutput>;
|
|
419
|
+
paginateListAutomationEvents(
|
|
420
|
+
args?: ListAutomationEventsCommandInput,
|
|
421
|
+
paginationConfig?: Pick<
|
|
422
|
+
PaginationConfiguration,
|
|
423
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
424
|
+
>
|
|
425
|
+
): Paginator<ListAutomationEventsCommandOutput>;
|
|
426
|
+
paginateListAutomationEventSteps(
|
|
427
|
+
args: ListAutomationEventStepsCommandInput,
|
|
428
|
+
paginationConfig?: Pick<
|
|
429
|
+
PaginationConfiguration,
|
|
430
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
431
|
+
>
|
|
432
|
+
): Paginator<ListAutomationEventStepsCommandOutput>;
|
|
433
|
+
paginateListAutomationEventSummaries(
|
|
434
|
+
args?: ListAutomationEventSummariesCommandInput,
|
|
435
|
+
paginationConfig?: Pick<
|
|
436
|
+
PaginationConfiguration,
|
|
437
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
438
|
+
>
|
|
439
|
+
): Paginator<ListAutomationEventSummariesCommandOutput>;
|
|
440
|
+
paginateListAutomationRulePreview(
|
|
441
|
+
args: ListAutomationRulePreviewCommandInput,
|
|
442
|
+
paginationConfig?: Pick<
|
|
443
|
+
PaginationConfiguration,
|
|
444
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
445
|
+
>
|
|
446
|
+
): Paginator<ListAutomationRulePreviewCommandOutput>;
|
|
447
|
+
paginateListAutomationRulePreviewSummaries(
|
|
448
|
+
args: ListAutomationRulePreviewSummariesCommandInput,
|
|
449
|
+
paginationConfig?: Pick<
|
|
450
|
+
PaginationConfiguration,
|
|
451
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
452
|
+
>
|
|
453
|
+
): Paginator<ListAutomationRulePreviewSummariesCommandOutput>;
|
|
454
|
+
paginateListAutomationRules(
|
|
455
|
+
args?: ListAutomationRulesCommandInput,
|
|
456
|
+
paginationConfig?: Pick<
|
|
457
|
+
PaginationConfiguration,
|
|
458
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
459
|
+
>
|
|
460
|
+
): Paginator<ListAutomationRulesCommandOutput>;
|
|
461
|
+
paginateListRecommendedActions(
|
|
462
|
+
args?: ListRecommendedActionsCommandInput,
|
|
463
|
+
paginationConfig?: Pick<
|
|
464
|
+
PaginationConfiguration,
|
|
465
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
466
|
+
>
|
|
467
|
+
): Paginator<ListRecommendedActionsCommandOutput>;
|
|
468
|
+
paginateListRecommendedActionSummaries(
|
|
469
|
+
args?: ListRecommendedActionSummariesCommandInput,
|
|
470
|
+
paginationConfig?: Pick<
|
|
471
|
+
PaginationConfiguration,
|
|
472
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
473
|
+
>
|
|
474
|
+
): Paginator<ListRecommendedActionSummariesCommandOutput>;
|
|
408
475
|
}
|
|
409
476
|
export declare class ComputeOptimizerAutomation
|
|
410
477
|
extends ComputeOptimizerAutomationClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-compute-optimizer-automation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Compute Optimizer Automation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-compute-optimizer-automation",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|