@aws-sdk/client-global-accelerator 3.974.0 → 3.978.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
|
@@ -2402,6 +2402,28 @@ class WithdrawByoipCidrCommand extends smithyClient.Command
|
|
|
2402
2402
|
.build() {
|
|
2403
2403
|
}
|
|
2404
2404
|
|
|
2405
|
+
const paginateListAccelerators = core.createPaginator(GlobalAcceleratorClient, ListAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2406
|
+
|
|
2407
|
+
const paginateListByoipCidrs = core.createPaginator(GlobalAcceleratorClient, ListByoipCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2408
|
+
|
|
2409
|
+
const paginateListCrossAccountAttachments = core.createPaginator(GlobalAcceleratorClient, ListCrossAccountAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2410
|
+
|
|
2411
|
+
const paginateListCrossAccountResources = core.createPaginator(GlobalAcceleratorClient, ListCrossAccountResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
2412
|
+
|
|
2413
|
+
const paginateListCustomRoutingAccelerators = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2414
|
+
|
|
2415
|
+
const paginateListCustomRoutingEndpointGroups = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingEndpointGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2416
|
+
|
|
2417
|
+
const paginateListCustomRoutingListeners = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingListenersCommand, "NextToken", "NextToken", "MaxResults");
|
|
2418
|
+
|
|
2419
|
+
const paginateListCustomRoutingPortMappingsByDestination = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingPortMappingsByDestinationCommand, "NextToken", "NextToken", "MaxResults");
|
|
2420
|
+
|
|
2421
|
+
const paginateListCustomRoutingPortMappings = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingPortMappingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2422
|
+
|
|
2423
|
+
const paginateListEndpointGroups = core.createPaginator(GlobalAcceleratorClient, ListEndpointGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2424
|
+
|
|
2425
|
+
const paginateListListeners = core.createPaginator(GlobalAcceleratorClient, ListListenersCommand, "NextToken", "NextToken", "MaxResults");
|
|
2426
|
+
|
|
2405
2427
|
const commands = {
|
|
2406
2428
|
AddCustomRoutingEndpointsCommand,
|
|
2407
2429
|
AddEndpointsCommand,
|
|
@@ -2460,31 +2482,22 @@ const commands = {
|
|
|
2460
2482
|
UpdateListenerCommand,
|
|
2461
2483
|
WithdrawByoipCidrCommand,
|
|
2462
2484
|
};
|
|
2485
|
+
const paginators = {
|
|
2486
|
+
paginateListAccelerators,
|
|
2487
|
+
paginateListByoipCidrs,
|
|
2488
|
+
paginateListCrossAccountAttachments,
|
|
2489
|
+
paginateListCrossAccountResources,
|
|
2490
|
+
paginateListCustomRoutingAccelerators,
|
|
2491
|
+
paginateListCustomRoutingEndpointGroups,
|
|
2492
|
+
paginateListCustomRoutingListeners,
|
|
2493
|
+
paginateListCustomRoutingPortMappings,
|
|
2494
|
+
paginateListCustomRoutingPortMappingsByDestination,
|
|
2495
|
+
paginateListEndpointGroups,
|
|
2496
|
+
paginateListListeners,
|
|
2497
|
+
};
|
|
2463
2498
|
class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
2464
2499
|
}
|
|
2465
|
-
smithyClient.createAggregatedClient(commands, GlobalAccelerator);
|
|
2466
|
-
|
|
2467
|
-
const paginateListAccelerators = core.createPaginator(GlobalAcceleratorClient, ListAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2468
|
-
|
|
2469
|
-
const paginateListByoipCidrs = core.createPaginator(GlobalAcceleratorClient, ListByoipCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2470
|
-
|
|
2471
|
-
const paginateListCrossAccountAttachments = core.createPaginator(GlobalAcceleratorClient, ListCrossAccountAttachmentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2472
|
-
|
|
2473
|
-
const paginateListCrossAccountResources = core.createPaginator(GlobalAcceleratorClient, ListCrossAccountResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
2474
|
-
|
|
2475
|
-
const paginateListCustomRoutingAccelerators = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2476
|
-
|
|
2477
|
-
const paginateListCustomRoutingEndpointGroups = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingEndpointGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2478
|
-
|
|
2479
|
-
const paginateListCustomRoutingListeners = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingListenersCommand, "NextToken", "NextToken", "MaxResults");
|
|
2480
|
-
|
|
2481
|
-
const paginateListCustomRoutingPortMappings = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingPortMappingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2482
|
-
|
|
2483
|
-
const paginateListCustomRoutingPortMappingsByDestination = core.createPaginator(GlobalAcceleratorClient, ListCustomRoutingPortMappingsByDestinationCommand, "NextToken", "NextToken", "MaxResults");
|
|
2484
|
-
|
|
2485
|
-
const paginateListEndpointGroups = core.createPaginator(GlobalAcceleratorClient, ListEndpointGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2486
|
-
|
|
2487
|
-
const paginateListListeners = core.createPaginator(GlobalAcceleratorClient, ListListenersCommand, "NextToken", "NextToken", "MaxResults");
|
|
2500
|
+
smithyClient.createAggregatedClient(commands, GlobalAccelerator, { paginators });
|
|
2488
2501
|
|
|
2489
2502
|
const IpAddressType = {
|
|
2490
2503
|
DUAL_STACK: "DUAL_STACK",
|
|
@@ -56,6 +56,17 @@ import { UpdateEndpointGroupCommand, } from "./commands/UpdateEndpointGroupComma
|
|
|
56
56
|
import { UpdateListenerCommand, } from "./commands/UpdateListenerCommand";
|
|
57
57
|
import { WithdrawByoipCidrCommand, } from "./commands/WithdrawByoipCidrCommand";
|
|
58
58
|
import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
|
|
59
|
+
import { paginateListAccelerators } from "./pagination/ListAcceleratorsPaginator";
|
|
60
|
+
import { paginateListByoipCidrs } from "./pagination/ListByoipCidrsPaginator";
|
|
61
|
+
import { paginateListCrossAccountAttachments } from "./pagination/ListCrossAccountAttachmentsPaginator";
|
|
62
|
+
import { paginateListCrossAccountResources } from "./pagination/ListCrossAccountResourcesPaginator";
|
|
63
|
+
import { paginateListCustomRoutingAccelerators } from "./pagination/ListCustomRoutingAcceleratorsPaginator";
|
|
64
|
+
import { paginateListCustomRoutingEndpointGroups } from "./pagination/ListCustomRoutingEndpointGroupsPaginator";
|
|
65
|
+
import { paginateListCustomRoutingListeners } from "./pagination/ListCustomRoutingListenersPaginator";
|
|
66
|
+
import { paginateListCustomRoutingPortMappingsByDestination, } from "./pagination/ListCustomRoutingPortMappingsByDestinationPaginator";
|
|
67
|
+
import { paginateListCustomRoutingPortMappings } from "./pagination/ListCustomRoutingPortMappingsPaginator";
|
|
68
|
+
import { paginateListEndpointGroups } from "./pagination/ListEndpointGroupsPaginator";
|
|
69
|
+
import { paginateListListeners } from "./pagination/ListListenersPaginator";
|
|
59
70
|
const commands = {
|
|
60
71
|
AddCustomRoutingEndpointsCommand,
|
|
61
72
|
AddEndpointsCommand,
|
|
@@ -114,6 +125,19 @@ const commands = {
|
|
|
114
125
|
UpdateListenerCommand,
|
|
115
126
|
WithdrawByoipCidrCommand,
|
|
116
127
|
};
|
|
128
|
+
const paginators = {
|
|
129
|
+
paginateListAccelerators,
|
|
130
|
+
paginateListByoipCidrs,
|
|
131
|
+
paginateListCrossAccountAttachments,
|
|
132
|
+
paginateListCrossAccountResources,
|
|
133
|
+
paginateListCustomRoutingAccelerators,
|
|
134
|
+
paginateListCustomRoutingEndpointGroups,
|
|
135
|
+
paginateListCustomRoutingListeners,
|
|
136
|
+
paginateListCustomRoutingPortMappings,
|
|
137
|
+
paginateListCustomRoutingPortMappingsByDestination,
|
|
138
|
+
paginateListEndpointGroups,
|
|
139
|
+
paginateListListeners,
|
|
140
|
+
};
|
|
117
141
|
export class GlobalAccelerator extends GlobalAcceleratorClient {
|
|
118
142
|
}
|
|
119
|
-
createAggregatedClient(commands, GlobalAccelerator);
|
|
143
|
+
createAggregatedClient(commands, GlobalAccelerator, { 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 { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
|
|
3
3
|
import { AddEndpointsCommandInput, AddEndpointsCommandOutput } from "./commands/AddEndpointsCommand";
|
|
4
4
|
import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
|
|
@@ -398,6 +398,83 @@ export interface GlobalAccelerator {
|
|
|
398
398
|
withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<WithdrawByoipCidrCommandOutput>;
|
|
399
399
|
withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
|
|
400
400
|
withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
|
|
401
|
+
/**
|
|
402
|
+
* @see {@link ListAcceleratorsCommand}
|
|
403
|
+
* @param args - command input.
|
|
404
|
+
* @param paginationConfig - optional pagination config.
|
|
405
|
+
* @returns AsyncIterable of {@link ListAcceleratorsCommandOutput}.
|
|
406
|
+
*/
|
|
407
|
+
paginateListAccelerators(args?: ListAcceleratorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAcceleratorsCommandOutput>;
|
|
408
|
+
/**
|
|
409
|
+
* @see {@link ListByoipCidrsCommand}
|
|
410
|
+
* @param args - command input.
|
|
411
|
+
* @param paginationConfig - optional pagination config.
|
|
412
|
+
* @returns AsyncIterable of {@link ListByoipCidrsCommandOutput}.
|
|
413
|
+
*/
|
|
414
|
+
paginateListByoipCidrs(args?: ListByoipCidrsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListByoipCidrsCommandOutput>;
|
|
415
|
+
/**
|
|
416
|
+
* @see {@link ListCrossAccountAttachmentsCommand}
|
|
417
|
+
* @param args - command input.
|
|
418
|
+
* @param paginationConfig - optional pagination config.
|
|
419
|
+
* @returns AsyncIterable of {@link ListCrossAccountAttachmentsCommandOutput}.
|
|
420
|
+
*/
|
|
421
|
+
paginateListCrossAccountAttachments(args?: ListCrossAccountAttachmentsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCrossAccountAttachmentsCommandOutput>;
|
|
422
|
+
/**
|
|
423
|
+
* @see {@link ListCrossAccountResourcesCommand}
|
|
424
|
+
* @param args - command input.
|
|
425
|
+
* @param paginationConfig - optional pagination config.
|
|
426
|
+
* @returns AsyncIterable of {@link ListCrossAccountResourcesCommandOutput}.
|
|
427
|
+
*/
|
|
428
|
+
paginateListCrossAccountResources(args: ListCrossAccountResourcesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCrossAccountResourcesCommandOutput>;
|
|
429
|
+
/**
|
|
430
|
+
* @see {@link ListCustomRoutingAcceleratorsCommand}
|
|
431
|
+
* @param args - command input.
|
|
432
|
+
* @param paginationConfig - optional pagination config.
|
|
433
|
+
* @returns AsyncIterable of {@link ListCustomRoutingAcceleratorsCommandOutput}.
|
|
434
|
+
*/
|
|
435
|
+
paginateListCustomRoutingAccelerators(args?: ListCustomRoutingAcceleratorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
436
|
+
/**
|
|
437
|
+
* @see {@link ListCustomRoutingEndpointGroupsCommand}
|
|
438
|
+
* @param args - command input.
|
|
439
|
+
* @param paginationConfig - optional pagination config.
|
|
440
|
+
* @returns AsyncIterable of {@link ListCustomRoutingEndpointGroupsCommandOutput}.
|
|
441
|
+
*/
|
|
442
|
+
paginateListCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
443
|
+
/**
|
|
444
|
+
* @see {@link ListCustomRoutingListenersCommand}
|
|
445
|
+
* @param args - command input.
|
|
446
|
+
* @param paginationConfig - optional pagination config.
|
|
447
|
+
* @returns AsyncIterable of {@link ListCustomRoutingListenersCommandOutput}.
|
|
448
|
+
*/
|
|
449
|
+
paginateListCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomRoutingListenersCommandOutput>;
|
|
450
|
+
/**
|
|
451
|
+
* @see {@link ListCustomRoutingPortMappingsCommand}
|
|
452
|
+
* @param args - command input.
|
|
453
|
+
* @param paginationConfig - optional pagination config.
|
|
454
|
+
* @returns AsyncIterable of {@link ListCustomRoutingPortMappingsCommandOutput}.
|
|
455
|
+
*/
|
|
456
|
+
paginateListCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomRoutingPortMappingsCommandOutput>;
|
|
457
|
+
/**
|
|
458
|
+
* @see {@link ListCustomRoutingPortMappingsByDestinationCommand}
|
|
459
|
+
* @param args - command input.
|
|
460
|
+
* @param paginationConfig - optional pagination config.
|
|
461
|
+
* @returns AsyncIterable of {@link ListCustomRoutingPortMappingsByDestinationCommandOutput}.
|
|
462
|
+
*/
|
|
463
|
+
paginateListCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
464
|
+
/**
|
|
465
|
+
* @see {@link ListEndpointGroupsCommand}
|
|
466
|
+
* @param args - command input.
|
|
467
|
+
* @param paginationConfig - optional pagination config.
|
|
468
|
+
* @returns AsyncIterable of {@link ListEndpointGroupsCommandOutput}.
|
|
469
|
+
*/
|
|
470
|
+
paginateListEndpointGroups(args: ListEndpointGroupsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListEndpointGroupsCommandOutput>;
|
|
471
|
+
/**
|
|
472
|
+
* @see {@link ListListenersCommand}
|
|
473
|
+
* @param args - command input.
|
|
474
|
+
* @param paginationConfig - optional pagination config.
|
|
475
|
+
* @returns AsyncIterable of {@link ListListenersCommandOutput}.
|
|
476
|
+
*/
|
|
477
|
+
paginateListListeners(args: ListListenersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListListenersCommandOutput>;
|
|
401
478
|
}
|
|
402
479
|
/**
|
|
403
480
|
* <fullname>Global Accelerator</fullname>
|
|
@@ -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
|
AddCustomRoutingEndpointsCommandInput,
|
|
4
8
|
AddCustomRoutingEndpointsCommandOutput,
|
|
@@ -982,6 +986,83 @@ export interface GlobalAccelerator {
|
|
|
982
986
|
options: __HttpHandlerOptions,
|
|
983
987
|
cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
|
|
984
988
|
): void;
|
|
989
|
+
paginateListAccelerators(
|
|
990
|
+
args?: ListAcceleratorsCommandInput,
|
|
991
|
+
paginationConfig?: Pick<
|
|
992
|
+
PaginationConfiguration,
|
|
993
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
994
|
+
>
|
|
995
|
+
): Paginator<ListAcceleratorsCommandOutput>;
|
|
996
|
+
paginateListByoipCidrs(
|
|
997
|
+
args?: ListByoipCidrsCommandInput,
|
|
998
|
+
paginationConfig?: Pick<
|
|
999
|
+
PaginationConfiguration,
|
|
1000
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1001
|
+
>
|
|
1002
|
+
): Paginator<ListByoipCidrsCommandOutput>;
|
|
1003
|
+
paginateListCrossAccountAttachments(
|
|
1004
|
+
args?: ListCrossAccountAttachmentsCommandInput,
|
|
1005
|
+
paginationConfig?: Pick<
|
|
1006
|
+
PaginationConfiguration,
|
|
1007
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1008
|
+
>
|
|
1009
|
+
): Paginator<ListCrossAccountAttachmentsCommandOutput>;
|
|
1010
|
+
paginateListCrossAccountResources(
|
|
1011
|
+
args: ListCrossAccountResourcesCommandInput,
|
|
1012
|
+
paginationConfig?: Pick<
|
|
1013
|
+
PaginationConfiguration,
|
|
1014
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1015
|
+
>
|
|
1016
|
+
): Paginator<ListCrossAccountResourcesCommandOutput>;
|
|
1017
|
+
paginateListCustomRoutingAccelerators(
|
|
1018
|
+
args?: ListCustomRoutingAcceleratorsCommandInput,
|
|
1019
|
+
paginationConfig?: Pick<
|
|
1020
|
+
PaginationConfiguration,
|
|
1021
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1022
|
+
>
|
|
1023
|
+
): Paginator<ListCustomRoutingAcceleratorsCommandOutput>;
|
|
1024
|
+
paginateListCustomRoutingEndpointGroups(
|
|
1025
|
+
args: ListCustomRoutingEndpointGroupsCommandInput,
|
|
1026
|
+
paginationConfig?: Pick<
|
|
1027
|
+
PaginationConfiguration,
|
|
1028
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1029
|
+
>
|
|
1030
|
+
): Paginator<ListCustomRoutingEndpointGroupsCommandOutput>;
|
|
1031
|
+
paginateListCustomRoutingListeners(
|
|
1032
|
+
args: ListCustomRoutingListenersCommandInput,
|
|
1033
|
+
paginationConfig?: Pick<
|
|
1034
|
+
PaginationConfiguration,
|
|
1035
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1036
|
+
>
|
|
1037
|
+
): Paginator<ListCustomRoutingListenersCommandOutput>;
|
|
1038
|
+
paginateListCustomRoutingPortMappings(
|
|
1039
|
+
args: ListCustomRoutingPortMappingsCommandInput,
|
|
1040
|
+
paginationConfig?: Pick<
|
|
1041
|
+
PaginationConfiguration,
|
|
1042
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1043
|
+
>
|
|
1044
|
+
): Paginator<ListCustomRoutingPortMappingsCommandOutput>;
|
|
1045
|
+
paginateListCustomRoutingPortMappingsByDestination(
|
|
1046
|
+
args: ListCustomRoutingPortMappingsByDestinationCommandInput,
|
|
1047
|
+
paginationConfig?: Pick<
|
|
1048
|
+
PaginationConfiguration,
|
|
1049
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1050
|
+
>
|
|
1051
|
+
): Paginator<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
|
|
1052
|
+
paginateListEndpointGroups(
|
|
1053
|
+
args: ListEndpointGroupsCommandInput,
|
|
1054
|
+
paginationConfig?: Pick<
|
|
1055
|
+
PaginationConfiguration,
|
|
1056
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1057
|
+
>
|
|
1058
|
+
): Paginator<ListEndpointGroupsCommandOutput>;
|
|
1059
|
+
paginateListListeners(
|
|
1060
|
+
args: ListListenersCommandInput,
|
|
1061
|
+
paginationConfig?: Pick<
|
|
1062
|
+
PaginationConfiguration,
|
|
1063
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1064
|
+
>
|
|
1065
|
+
): Paginator<ListListenersCommandOutput>;
|
|
985
1066
|
}
|
|
986
1067
|
export declare class GlobalAccelerator
|
|
987
1068
|
extends GlobalAcceleratorClient
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-global-accelerator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.978.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-global-accelerator",
|
|
@@ -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.
|
|
24
|
+
"@aws-sdk/core": "^3.973.4",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.2",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.2",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.2",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.2",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.4",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.2",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.972.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.2",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.2",
|
|
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",
|