@aws-sdk/client-elastic-beanstalk 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
|
@@ -2339,59 +2339,6 @@ class ValidateConfigurationSettingsCommand extends smithyClient.Command
|
|
|
2339
2339
|
.build() {
|
|
2340
2340
|
}
|
|
2341
2341
|
|
|
2342
|
-
const commands = {
|
|
2343
|
-
AbortEnvironmentUpdateCommand,
|
|
2344
|
-
ApplyEnvironmentManagedActionCommand,
|
|
2345
|
-
AssociateEnvironmentOperationsRoleCommand,
|
|
2346
|
-
CheckDNSAvailabilityCommand,
|
|
2347
|
-
ComposeEnvironmentsCommand,
|
|
2348
|
-
CreateApplicationCommand,
|
|
2349
|
-
CreateApplicationVersionCommand,
|
|
2350
|
-
CreateConfigurationTemplateCommand,
|
|
2351
|
-
CreateEnvironmentCommand,
|
|
2352
|
-
CreatePlatformVersionCommand,
|
|
2353
|
-
CreateStorageLocationCommand,
|
|
2354
|
-
DeleteApplicationCommand,
|
|
2355
|
-
DeleteApplicationVersionCommand,
|
|
2356
|
-
DeleteConfigurationTemplateCommand,
|
|
2357
|
-
DeleteEnvironmentConfigurationCommand,
|
|
2358
|
-
DeletePlatformVersionCommand,
|
|
2359
|
-
DescribeAccountAttributesCommand,
|
|
2360
|
-
DescribeApplicationsCommand,
|
|
2361
|
-
DescribeApplicationVersionsCommand,
|
|
2362
|
-
DescribeConfigurationOptionsCommand,
|
|
2363
|
-
DescribeConfigurationSettingsCommand,
|
|
2364
|
-
DescribeEnvironmentHealthCommand,
|
|
2365
|
-
DescribeEnvironmentManagedActionHistoryCommand,
|
|
2366
|
-
DescribeEnvironmentManagedActionsCommand,
|
|
2367
|
-
DescribeEnvironmentResourcesCommand,
|
|
2368
|
-
DescribeEnvironmentsCommand,
|
|
2369
|
-
DescribeEventsCommand,
|
|
2370
|
-
DescribeInstancesHealthCommand,
|
|
2371
|
-
DescribePlatformVersionCommand,
|
|
2372
|
-
DisassociateEnvironmentOperationsRoleCommand,
|
|
2373
|
-
ListAvailableSolutionStacksCommand,
|
|
2374
|
-
ListPlatformBranchesCommand,
|
|
2375
|
-
ListPlatformVersionsCommand,
|
|
2376
|
-
ListTagsForResourceCommand,
|
|
2377
|
-
RebuildEnvironmentCommand,
|
|
2378
|
-
RequestEnvironmentInfoCommand,
|
|
2379
|
-
RestartAppServerCommand,
|
|
2380
|
-
RetrieveEnvironmentInfoCommand,
|
|
2381
|
-
SwapEnvironmentCNAMEsCommand,
|
|
2382
|
-
TerminateEnvironmentCommand,
|
|
2383
|
-
UpdateApplicationCommand,
|
|
2384
|
-
UpdateApplicationResourceLifecycleCommand,
|
|
2385
|
-
UpdateApplicationVersionCommand,
|
|
2386
|
-
UpdateConfigurationTemplateCommand,
|
|
2387
|
-
UpdateEnvironmentCommand,
|
|
2388
|
-
UpdateTagsForResourceCommand,
|
|
2389
|
-
ValidateConfigurationSettingsCommand,
|
|
2390
|
-
};
|
|
2391
|
-
class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
2392
|
-
}
|
|
2393
|
-
smithyClient.createAggregatedClient(commands, ElasticBeanstalk);
|
|
2394
|
-
|
|
2395
2342
|
const paginateDescribeEnvironmentManagedActionHistory = core.createPaginator(ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand, "NextToken", "NextToken", "MaxItems");
|
|
2396
2343
|
|
|
2397
2344
|
const paginateDescribeEvents = core.createPaginator(ElasticBeanstalkClient, DescribeEventsCommand, "NextToken", "NextToken", "MaxRecords");
|
|
@@ -2565,6 +2512,70 @@ const waitUntilEnvironmentUpdated = async (params, input) => {
|
|
|
2565
2512
|
return utilWaiter.checkExceptions(result);
|
|
2566
2513
|
};
|
|
2567
2514
|
|
|
2515
|
+
const commands = {
|
|
2516
|
+
AbortEnvironmentUpdateCommand,
|
|
2517
|
+
ApplyEnvironmentManagedActionCommand,
|
|
2518
|
+
AssociateEnvironmentOperationsRoleCommand,
|
|
2519
|
+
CheckDNSAvailabilityCommand,
|
|
2520
|
+
ComposeEnvironmentsCommand,
|
|
2521
|
+
CreateApplicationCommand,
|
|
2522
|
+
CreateApplicationVersionCommand,
|
|
2523
|
+
CreateConfigurationTemplateCommand,
|
|
2524
|
+
CreateEnvironmentCommand,
|
|
2525
|
+
CreatePlatformVersionCommand,
|
|
2526
|
+
CreateStorageLocationCommand,
|
|
2527
|
+
DeleteApplicationCommand,
|
|
2528
|
+
DeleteApplicationVersionCommand,
|
|
2529
|
+
DeleteConfigurationTemplateCommand,
|
|
2530
|
+
DeleteEnvironmentConfigurationCommand,
|
|
2531
|
+
DeletePlatformVersionCommand,
|
|
2532
|
+
DescribeAccountAttributesCommand,
|
|
2533
|
+
DescribeApplicationsCommand,
|
|
2534
|
+
DescribeApplicationVersionsCommand,
|
|
2535
|
+
DescribeConfigurationOptionsCommand,
|
|
2536
|
+
DescribeConfigurationSettingsCommand,
|
|
2537
|
+
DescribeEnvironmentHealthCommand,
|
|
2538
|
+
DescribeEnvironmentManagedActionHistoryCommand,
|
|
2539
|
+
DescribeEnvironmentManagedActionsCommand,
|
|
2540
|
+
DescribeEnvironmentResourcesCommand,
|
|
2541
|
+
DescribeEnvironmentsCommand,
|
|
2542
|
+
DescribeEventsCommand,
|
|
2543
|
+
DescribeInstancesHealthCommand,
|
|
2544
|
+
DescribePlatformVersionCommand,
|
|
2545
|
+
DisassociateEnvironmentOperationsRoleCommand,
|
|
2546
|
+
ListAvailableSolutionStacksCommand,
|
|
2547
|
+
ListPlatformBranchesCommand,
|
|
2548
|
+
ListPlatformVersionsCommand,
|
|
2549
|
+
ListTagsForResourceCommand,
|
|
2550
|
+
RebuildEnvironmentCommand,
|
|
2551
|
+
RequestEnvironmentInfoCommand,
|
|
2552
|
+
RestartAppServerCommand,
|
|
2553
|
+
RetrieveEnvironmentInfoCommand,
|
|
2554
|
+
SwapEnvironmentCNAMEsCommand,
|
|
2555
|
+
TerminateEnvironmentCommand,
|
|
2556
|
+
UpdateApplicationCommand,
|
|
2557
|
+
UpdateApplicationResourceLifecycleCommand,
|
|
2558
|
+
UpdateApplicationVersionCommand,
|
|
2559
|
+
UpdateConfigurationTemplateCommand,
|
|
2560
|
+
UpdateEnvironmentCommand,
|
|
2561
|
+
UpdateTagsForResourceCommand,
|
|
2562
|
+
ValidateConfigurationSettingsCommand,
|
|
2563
|
+
};
|
|
2564
|
+
const paginators = {
|
|
2565
|
+
paginateDescribeEnvironmentManagedActionHistory,
|
|
2566
|
+
paginateDescribeEvents,
|
|
2567
|
+
paginateListPlatformBranches,
|
|
2568
|
+
paginateListPlatformVersions,
|
|
2569
|
+
};
|
|
2570
|
+
const waiters = {
|
|
2571
|
+
waitUntilEnvironmentExists,
|
|
2572
|
+
waitUntilEnvironmentTerminated,
|
|
2573
|
+
waitUntilEnvironmentUpdated,
|
|
2574
|
+
};
|
|
2575
|
+
class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
2576
|
+
}
|
|
2577
|
+
smithyClient.createAggregatedClient(commands, ElasticBeanstalk, { paginators, waiters });
|
|
2578
|
+
|
|
2568
2579
|
const ActionHistoryStatus = {
|
|
2569
2580
|
Completed: "Completed",
|
|
2570
2581
|
Failed: "Failed",
|
|
@@ -47,6 +47,13 @@ import { UpdateEnvironmentCommand, } from "./commands/UpdateEnvironmentCommand";
|
|
|
47
47
|
import { UpdateTagsForResourceCommand, } from "./commands/UpdateTagsForResourceCommand";
|
|
48
48
|
import { ValidateConfigurationSettingsCommand, } from "./commands/ValidateConfigurationSettingsCommand";
|
|
49
49
|
import { ElasticBeanstalkClient } from "./ElasticBeanstalkClient";
|
|
50
|
+
import { paginateDescribeEnvironmentManagedActionHistory, } from "./pagination/DescribeEnvironmentManagedActionHistoryPaginator";
|
|
51
|
+
import { paginateDescribeEvents } from "./pagination/DescribeEventsPaginator";
|
|
52
|
+
import { paginateListPlatformBranches } from "./pagination/ListPlatformBranchesPaginator";
|
|
53
|
+
import { paginateListPlatformVersions } from "./pagination/ListPlatformVersionsPaginator";
|
|
54
|
+
import { waitUntilEnvironmentExists } from "./waiters/waitForEnvironmentExists";
|
|
55
|
+
import { waitUntilEnvironmentTerminated } from "./waiters/waitForEnvironmentTerminated";
|
|
56
|
+
import { waitUntilEnvironmentUpdated } from "./waiters/waitForEnvironmentUpdated";
|
|
50
57
|
const commands = {
|
|
51
58
|
AbortEnvironmentUpdateCommand,
|
|
52
59
|
ApplyEnvironmentManagedActionCommand,
|
|
@@ -96,6 +103,17 @@ const commands = {
|
|
|
96
103
|
UpdateTagsForResourceCommand,
|
|
97
104
|
ValidateConfigurationSettingsCommand,
|
|
98
105
|
};
|
|
106
|
+
const paginators = {
|
|
107
|
+
paginateDescribeEnvironmentManagedActionHistory,
|
|
108
|
+
paginateDescribeEvents,
|
|
109
|
+
paginateListPlatformBranches,
|
|
110
|
+
paginateListPlatformVersions,
|
|
111
|
+
};
|
|
112
|
+
const waiters = {
|
|
113
|
+
waitUntilEnvironmentExists,
|
|
114
|
+
waitUntilEnvironmentTerminated,
|
|
115
|
+
waitUntilEnvironmentUpdated,
|
|
116
|
+
};
|
|
99
117
|
export class ElasticBeanstalk extends ElasticBeanstalkClient {
|
|
100
118
|
}
|
|
101
|
-
createAggregatedClient(commands, ElasticBeanstalk);
|
|
119
|
+
createAggregatedClient(commands, ElasticBeanstalk, { paginators, waiters });
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
|
+
import type { WaiterResult } from "@smithy/util-waiter";
|
|
2
3
|
import { AbortEnvironmentUpdateCommandInput, AbortEnvironmentUpdateCommandOutput } from "./commands/AbortEnvironmentUpdateCommand";
|
|
3
4
|
import { ApplyEnvironmentManagedActionCommandInput, ApplyEnvironmentManagedActionCommandOutput } from "./commands/ApplyEnvironmentManagedActionCommand";
|
|
4
5
|
import { AssociateEnvironmentOperationsRoleCommandInput, AssociateEnvironmentOperationsRoleCommandOutput } from "./commands/AssociateEnvironmentOperationsRoleCommand";
|
|
@@ -354,6 +355,52 @@ export interface ElasticBeanstalk {
|
|
|
354
355
|
validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, options?: __HttpHandlerOptions): Promise<ValidateConfigurationSettingsCommandOutput>;
|
|
355
356
|
validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void): void;
|
|
356
357
|
validateConfigurationSettings(args: ValidateConfigurationSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void): void;
|
|
358
|
+
/**
|
|
359
|
+
* @see {@link DescribeEnvironmentManagedActionHistoryCommand}
|
|
360
|
+
* @param args - command input.
|
|
361
|
+
* @param paginationConfig - optional pagination config.
|
|
362
|
+
* @returns AsyncIterable of {@link DescribeEnvironmentManagedActionHistoryCommandOutput}.
|
|
363
|
+
*/
|
|
364
|
+
paginateDescribeEnvironmentManagedActionHistory(args?: DescribeEnvironmentManagedActionHistoryCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEnvironmentManagedActionHistoryCommandOutput>;
|
|
365
|
+
/**
|
|
366
|
+
* @see {@link DescribeEventsCommand}
|
|
367
|
+
* @param args - command input.
|
|
368
|
+
* @param paginationConfig - optional pagination config.
|
|
369
|
+
* @returns AsyncIterable of {@link DescribeEventsCommandOutput}.
|
|
370
|
+
*/
|
|
371
|
+
paginateDescribeEvents(args?: DescribeEventsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeEventsCommandOutput>;
|
|
372
|
+
/**
|
|
373
|
+
* @see {@link ListPlatformBranchesCommand}
|
|
374
|
+
* @param args - command input.
|
|
375
|
+
* @param paginationConfig - optional pagination config.
|
|
376
|
+
* @returns AsyncIterable of {@link ListPlatformBranchesCommandOutput}.
|
|
377
|
+
*/
|
|
378
|
+
paginateListPlatformBranches(args?: ListPlatformBranchesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPlatformBranchesCommandOutput>;
|
|
379
|
+
/**
|
|
380
|
+
* @see {@link ListPlatformVersionsCommand}
|
|
381
|
+
* @param args - command input.
|
|
382
|
+
* @param paginationConfig - optional pagination config.
|
|
383
|
+
* @returns AsyncIterable of {@link ListPlatformVersionsCommandOutput}.
|
|
384
|
+
*/
|
|
385
|
+
paginateListPlatformVersions(args?: ListPlatformVersionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPlatformVersionsCommandOutput>;
|
|
386
|
+
/**
|
|
387
|
+
* @see {@link DescribeEnvironmentsCommand}
|
|
388
|
+
* @param args - command input.
|
|
389
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
390
|
+
*/
|
|
391
|
+
waitUntilEnvironmentExists(args: DescribeEnvironmentsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElasticBeanstalk>, "client">): Promise<WaiterResult>;
|
|
392
|
+
/**
|
|
393
|
+
* @see {@link DescribeEnvironmentsCommand}
|
|
394
|
+
* @param args - command input.
|
|
395
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
396
|
+
*/
|
|
397
|
+
waitUntilEnvironmentTerminated(args: DescribeEnvironmentsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElasticBeanstalk>, "client">): Promise<WaiterResult>;
|
|
398
|
+
/**
|
|
399
|
+
* @see {@link DescribeEnvironmentsCommand}
|
|
400
|
+
* @param args - command input.
|
|
401
|
+
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
402
|
+
*/
|
|
403
|
+
waitUntilEnvironmentUpdated(args: DescribeEnvironmentsCommandInput, waiterConfig: number | Omit<WaiterConfiguration<ElasticBeanstalk>, "client">): Promise<WaiterResult>;
|
|
357
404
|
}
|
|
358
405
|
/**
|
|
359
406
|
* <fullname>AWS Elastic Beanstalk</fullname>
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
WaiterConfiguration,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
import { WaiterResult } from "@smithy/util-waiter";
|
|
2
8
|
import {
|
|
3
9
|
AbortEnvironmentUpdateCommandInput,
|
|
4
10
|
AbortEnvironmentUpdateCommandOutput,
|
|
@@ -854,6 +860,61 @@ export interface ElasticBeanstalk {
|
|
|
854
860
|
options: __HttpHandlerOptions,
|
|
855
861
|
cb: (err: any, data?: ValidateConfigurationSettingsCommandOutput) => void
|
|
856
862
|
): void;
|
|
863
|
+
paginateDescribeEnvironmentManagedActionHistory(
|
|
864
|
+
args?: DescribeEnvironmentManagedActionHistoryCommandInput,
|
|
865
|
+
paginationConfig?: Pick<
|
|
866
|
+
PaginationConfiguration,
|
|
867
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
868
|
+
>
|
|
869
|
+
): Paginator<DescribeEnvironmentManagedActionHistoryCommandOutput>;
|
|
870
|
+
paginateDescribeEvents(
|
|
871
|
+
args?: DescribeEventsCommandInput,
|
|
872
|
+
paginationConfig?: Pick<
|
|
873
|
+
PaginationConfiguration,
|
|
874
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
875
|
+
>
|
|
876
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
877
|
+
paginateListPlatformBranches(
|
|
878
|
+
args?: ListPlatformBranchesCommandInput,
|
|
879
|
+
paginationConfig?: Pick<
|
|
880
|
+
PaginationConfiguration,
|
|
881
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
882
|
+
>
|
|
883
|
+
): Paginator<ListPlatformBranchesCommandOutput>;
|
|
884
|
+
paginateListPlatformVersions(
|
|
885
|
+
args?: ListPlatformVersionsCommandInput,
|
|
886
|
+
paginationConfig?: Pick<
|
|
887
|
+
PaginationConfiguration,
|
|
888
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
889
|
+
>
|
|
890
|
+
): Paginator<ListPlatformVersionsCommandOutput>;
|
|
891
|
+
waitUntilEnvironmentExists(
|
|
892
|
+
args: DescribeEnvironmentsCommandInput,
|
|
893
|
+
waiterConfig:
|
|
894
|
+
| number
|
|
895
|
+
| Pick<
|
|
896
|
+
WaiterConfiguration<ElasticBeanstalk>,
|
|
897
|
+
Exclude<keyof WaiterConfiguration<ElasticBeanstalk>, "client">
|
|
898
|
+
>
|
|
899
|
+
): Promise<WaiterResult>;
|
|
900
|
+
waitUntilEnvironmentTerminated(
|
|
901
|
+
args: DescribeEnvironmentsCommandInput,
|
|
902
|
+
waiterConfig:
|
|
903
|
+
| number
|
|
904
|
+
| Pick<
|
|
905
|
+
WaiterConfiguration<ElasticBeanstalk>,
|
|
906
|
+
Exclude<keyof WaiterConfiguration<ElasticBeanstalk>, "client">
|
|
907
|
+
>
|
|
908
|
+
): Promise<WaiterResult>;
|
|
909
|
+
waitUntilEnvironmentUpdated(
|
|
910
|
+
args: DescribeEnvironmentsCommandInput,
|
|
911
|
+
waiterConfig:
|
|
912
|
+
| number
|
|
913
|
+
| Pick<
|
|
914
|
+
WaiterConfiguration<ElasticBeanstalk>,
|
|
915
|
+
Exclude<keyof WaiterConfiguration<ElasticBeanstalk>, "client">
|
|
916
|
+
>
|
|
917
|
+
): Promise<WaiterResult>;
|
|
857
918
|
}
|
|
858
919
|
export declare class ElasticBeanstalk
|
|
859
920
|
extends ElasticBeanstalkClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-beanstalk",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Beanstalk 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-elastic-beanstalk",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
33
|
-
"@aws-sdk/types": "^3.973.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.5",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
|
+
"@aws-sdk/types": "^3.973.1",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.22.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
48
|
"@smithy/node-http-handler": "^4.4.8",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|