@aws-sdk/client-direct-connect 3.300.0 → 3.303.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/models/models_0.js +101 -117
- package/dist-es/models/models_0.js +101 -117
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +3 -3
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +3 -3
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +6 -6
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -3
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +3 -3
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +3 -3
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterconnectCommand.d.ts +3 -3
- package/dist-types/commands/CreateLagCommand.d.ts +3 -3
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +6 -6
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +4 -4
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +2 -2
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +181 -101
- package/dist-types/ts3.4/models/models_0.d.ts +128 -101
- package/package.json +34 -34
|
@@ -9,23 +9,26 @@ export interface AcceptDirectConnectGatewayAssociationProposalRequest {
|
|
|
9
9
|
associatedGatewayOwnerAccount: string | undefined;
|
|
10
10
|
overrideAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
11
11
|
}
|
|
12
|
-
export declare
|
|
13
|
-
TransitGateway
|
|
14
|
-
VirtualPrivateGateway
|
|
15
|
-
}
|
|
12
|
+
export declare const GatewayType: {
|
|
13
|
+
readonly TransitGateway: "transitGateway";
|
|
14
|
+
readonly VirtualPrivateGateway: "virtualPrivateGateway";
|
|
15
|
+
};
|
|
16
|
+
export type GatewayType = (typeof GatewayType)[keyof typeof GatewayType];
|
|
16
17
|
export interface AssociatedGateway {
|
|
17
18
|
id?: string;
|
|
18
19
|
type?: GatewayType | string;
|
|
19
20
|
ownerAccount?: string;
|
|
20
21
|
region?: string;
|
|
21
22
|
}
|
|
22
|
-
export declare
|
|
23
|
-
associated
|
|
24
|
-
associating
|
|
25
|
-
disassociated
|
|
26
|
-
disassociating
|
|
27
|
-
updating
|
|
28
|
-
}
|
|
23
|
+
export declare const DirectConnectGatewayAssociationState: {
|
|
24
|
+
readonly associated: "associated";
|
|
25
|
+
readonly associating: "associating";
|
|
26
|
+
readonly disassociated: "disassociated";
|
|
27
|
+
readonly disassociating: "disassociating";
|
|
28
|
+
readonly updating: "updating";
|
|
29
|
+
};
|
|
30
|
+
export type DirectConnectGatewayAssociationState =
|
|
31
|
+
(typeof DirectConnectGatewayAssociationState)[keyof typeof DirectConnectGatewayAssociationState];
|
|
29
32
|
export interface DirectConnectGatewayAssociation {
|
|
30
33
|
directConnectGatewayId?: string;
|
|
31
34
|
directConnectGatewayOwnerAccount?: string;
|
|
@@ -55,10 +58,11 @@ export declare class DirectConnectServerException extends __BaseException {
|
|
|
55
58
|
opts: __ExceptionOptionType<DirectConnectServerException, __BaseException>
|
|
56
59
|
);
|
|
57
60
|
}
|
|
58
|
-
export declare
|
|
59
|
-
IPv4
|
|
60
|
-
IPv6
|
|
61
|
-
}
|
|
61
|
+
export declare const AddressFamily: {
|
|
62
|
+
readonly IPv4: "ipv4";
|
|
63
|
+
readonly IPv6: "ipv6";
|
|
64
|
+
};
|
|
65
|
+
export type AddressFamily = (typeof AddressFamily)[keyof typeof AddressFamily];
|
|
62
66
|
export interface CustomerAgreement {
|
|
63
67
|
agreementName?: string;
|
|
64
68
|
status?: string;
|
|
@@ -70,22 +74,26 @@ export interface AllocateConnectionOnInterconnectRequest {
|
|
|
70
74
|
interconnectId: string | undefined;
|
|
71
75
|
vlan: number | undefined;
|
|
72
76
|
}
|
|
73
|
-
export declare
|
|
74
|
-
available
|
|
75
|
-
deleted
|
|
76
|
-
deleting
|
|
77
|
-
down
|
|
78
|
-
ordering
|
|
79
|
-
pending
|
|
80
|
-
rejected
|
|
81
|
-
requested
|
|
82
|
-
unknown
|
|
83
|
-
}
|
|
84
|
-
export
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
77
|
+
export declare const ConnectionState: {
|
|
78
|
+
readonly available: "available";
|
|
79
|
+
readonly deleted: "deleted";
|
|
80
|
+
readonly deleting: "deleting";
|
|
81
|
+
readonly down: "down";
|
|
82
|
+
readonly ordering: "ordering";
|
|
83
|
+
readonly pending: "pending";
|
|
84
|
+
readonly rejected: "rejected";
|
|
85
|
+
readonly requested: "requested";
|
|
86
|
+
readonly unknown: "unknown";
|
|
87
|
+
};
|
|
88
|
+
export type ConnectionState =
|
|
89
|
+
(typeof ConnectionState)[keyof typeof ConnectionState];
|
|
90
|
+
export declare const HasLogicalRedundancy: {
|
|
91
|
+
readonly No: "no";
|
|
92
|
+
readonly Unknown: "unknown";
|
|
93
|
+
readonly Yes: "yes";
|
|
94
|
+
};
|
|
95
|
+
export type HasLogicalRedundancy =
|
|
96
|
+
(typeof HasLogicalRedundancy)[keyof typeof HasLogicalRedundancy];
|
|
89
97
|
export interface MacSecKey {
|
|
90
98
|
secretARN?: string;
|
|
91
99
|
ckn?: string;
|
|
@@ -160,18 +168,20 @@ export interface AllocatePrivateVirtualInterfaceRequest {
|
|
|
160
168
|
| NewPrivateVirtualInterfaceAllocation
|
|
161
169
|
| undefined;
|
|
162
170
|
}
|
|
163
|
-
export declare
|
|
164
|
-
Available
|
|
165
|
-
Deleted
|
|
166
|
-
Deleting
|
|
167
|
-
Pending
|
|
168
|
-
Verifying
|
|
169
|
-
}
|
|
170
|
-
export
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
171
|
+
export declare const BGPPeerState: {
|
|
172
|
+
readonly Available: "available";
|
|
173
|
+
readonly Deleted: "deleted";
|
|
174
|
+
readonly Deleting: "deleting";
|
|
175
|
+
readonly Pending: "pending";
|
|
176
|
+
readonly Verifying: "verifying";
|
|
177
|
+
};
|
|
178
|
+
export type BGPPeerState = (typeof BGPPeerState)[keyof typeof BGPPeerState];
|
|
179
|
+
export declare const BGPStatus: {
|
|
180
|
+
readonly Down: "down";
|
|
181
|
+
readonly Unknown: "unknown";
|
|
182
|
+
readonly Up: "up";
|
|
183
|
+
};
|
|
184
|
+
export type BGPStatus = (typeof BGPStatus)[keyof typeof BGPStatus];
|
|
175
185
|
export interface BGPPeer {
|
|
176
186
|
bgpPeerId?: string;
|
|
177
187
|
asn?: number;
|
|
@@ -184,17 +194,19 @@ export interface BGPPeer {
|
|
|
184
194
|
awsDeviceV2?: string;
|
|
185
195
|
awsLogicalDeviceId?: string;
|
|
186
196
|
}
|
|
187
|
-
export declare
|
|
188
|
-
available
|
|
189
|
-
confirming
|
|
190
|
-
deleted
|
|
191
|
-
deleting
|
|
192
|
-
down
|
|
193
|
-
pending
|
|
194
|
-
rejected
|
|
195
|
-
unknown
|
|
196
|
-
verifying
|
|
197
|
-
}
|
|
197
|
+
export declare const VirtualInterfaceState: {
|
|
198
|
+
readonly available: "available";
|
|
199
|
+
readonly confirming: "confirming";
|
|
200
|
+
readonly deleted: "deleted";
|
|
201
|
+
readonly deleting: "deleting";
|
|
202
|
+
readonly down: "down";
|
|
203
|
+
readonly pending: "pending";
|
|
204
|
+
readonly rejected: "rejected";
|
|
205
|
+
readonly unknown: "unknown";
|
|
206
|
+
readonly verifying: "verifying";
|
|
207
|
+
};
|
|
208
|
+
export type VirtualInterfaceState =
|
|
209
|
+
(typeof VirtualInterfaceState)[keyof typeof VirtualInterfaceState];
|
|
198
210
|
export interface VirtualInterface {
|
|
199
211
|
ownerAccount?: string;
|
|
200
212
|
virtualInterfaceId?: string;
|
|
@@ -347,12 +359,14 @@ export interface CreateDirectConnectGatewayRequest {
|
|
|
347
359
|
directConnectGatewayName: string | undefined;
|
|
348
360
|
amazonSideAsn?: number;
|
|
349
361
|
}
|
|
350
|
-
export declare
|
|
351
|
-
available
|
|
352
|
-
deleted
|
|
353
|
-
deleting
|
|
354
|
-
pending
|
|
355
|
-
}
|
|
362
|
+
export declare const DirectConnectGatewayState: {
|
|
363
|
+
readonly available: "available";
|
|
364
|
+
readonly deleted: "deleted";
|
|
365
|
+
readonly deleting: "deleting";
|
|
366
|
+
readonly pending: "pending";
|
|
367
|
+
};
|
|
368
|
+
export type DirectConnectGatewayState =
|
|
369
|
+
(typeof DirectConnectGatewayState)[keyof typeof DirectConnectGatewayState];
|
|
356
370
|
export interface DirectConnectGateway {
|
|
357
371
|
directConnectGatewayId?: string;
|
|
358
372
|
directConnectGatewayName?: string;
|
|
@@ -380,11 +394,13 @@ export interface CreateDirectConnectGatewayAssociationProposalRequest {
|
|
|
380
394
|
addAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
381
395
|
removeAllowedPrefixesToDirectConnectGateway?: RouteFilterPrefix[];
|
|
382
396
|
}
|
|
383
|
-
export declare
|
|
384
|
-
accepted
|
|
385
|
-
deleted
|
|
386
|
-
requested
|
|
387
|
-
}
|
|
397
|
+
export declare const DirectConnectGatewayAssociationProposalState: {
|
|
398
|
+
readonly accepted: "accepted";
|
|
399
|
+
readonly deleted: "deleted";
|
|
400
|
+
readonly requested: "requested";
|
|
401
|
+
};
|
|
402
|
+
export type DirectConnectGatewayAssociationProposalState =
|
|
403
|
+
(typeof DirectConnectGatewayAssociationProposalState)[keyof typeof DirectConnectGatewayAssociationProposalState];
|
|
388
404
|
export interface DirectConnectGatewayAssociationProposal {
|
|
389
405
|
proposalId?: string;
|
|
390
406
|
directConnectGatewayId?: string;
|
|
@@ -405,15 +421,17 @@ export interface CreateInterconnectRequest {
|
|
|
405
421
|
tags?: Tag[];
|
|
406
422
|
providerName?: string;
|
|
407
423
|
}
|
|
408
|
-
export declare
|
|
409
|
-
available
|
|
410
|
-
deleted
|
|
411
|
-
deleting
|
|
412
|
-
down
|
|
413
|
-
pending
|
|
414
|
-
requested
|
|
415
|
-
unknown
|
|
416
|
-
}
|
|
424
|
+
export declare const InterconnectState: {
|
|
425
|
+
readonly available: "available";
|
|
426
|
+
readonly deleted: "deleted";
|
|
427
|
+
readonly deleting: "deleting";
|
|
428
|
+
readonly down: "down";
|
|
429
|
+
readonly pending: "pending";
|
|
430
|
+
readonly requested: "requested";
|
|
431
|
+
readonly unknown: "unknown";
|
|
432
|
+
};
|
|
433
|
+
export type InterconnectState =
|
|
434
|
+
(typeof InterconnectState)[keyof typeof InterconnectState];
|
|
417
435
|
export interface Interconnect {
|
|
418
436
|
interconnectId?: string;
|
|
419
437
|
interconnectName?: string;
|
|
@@ -442,15 +460,16 @@ export interface CreateLagRequest {
|
|
|
442
460
|
providerName?: string;
|
|
443
461
|
requestMACSec?: boolean;
|
|
444
462
|
}
|
|
445
|
-
export declare
|
|
446
|
-
available
|
|
447
|
-
deleted
|
|
448
|
-
deleting
|
|
449
|
-
down
|
|
450
|
-
pending
|
|
451
|
-
requested
|
|
452
|
-
unknown
|
|
453
|
-
}
|
|
463
|
+
export declare const LagState: {
|
|
464
|
+
readonly available: "available";
|
|
465
|
+
readonly deleted: "deleted";
|
|
466
|
+
readonly deleting: "deleting";
|
|
467
|
+
readonly down: "down";
|
|
468
|
+
readonly pending: "pending";
|
|
469
|
+
readonly requested: "requested";
|
|
470
|
+
readonly unknown: "unknown";
|
|
471
|
+
};
|
|
472
|
+
export type LagState = (typeof LagState)[keyof typeof LagState];
|
|
454
473
|
export interface Lag {
|
|
455
474
|
connectionsBandwidth?: string;
|
|
456
475
|
numberOfConnections?: number;
|
|
@@ -574,9 +593,11 @@ export interface DeleteVirtualInterfaceRequest {
|
|
|
574
593
|
export interface DeleteVirtualInterfaceResponse {
|
|
575
594
|
virtualInterfaceState?: VirtualInterfaceState | string;
|
|
576
595
|
}
|
|
577
|
-
export declare
|
|
578
|
-
PDF
|
|
579
|
-
}
|
|
596
|
+
export declare const LoaContentType: {
|
|
597
|
+
readonly PDF: "application/pdf";
|
|
598
|
+
};
|
|
599
|
+
export type LoaContentType =
|
|
600
|
+
(typeof LoaContentType)[keyof typeof LoaContentType];
|
|
580
601
|
export interface DescribeConnectionLoaRequest {
|
|
581
602
|
connectionId: string | undefined;
|
|
582
603
|
providerName?: string;
|
|
@@ -595,11 +616,13 @@ export interface DescribeConnectionsRequest {
|
|
|
595
616
|
export interface DescribeConnectionsOnInterconnectRequest {
|
|
596
617
|
interconnectId: string | undefined;
|
|
597
618
|
}
|
|
598
|
-
export declare
|
|
599
|
-
NonPartner
|
|
600
|
-
V1
|
|
601
|
-
V2
|
|
602
|
-
}
|
|
619
|
+
export declare const NniPartnerType: {
|
|
620
|
+
readonly NonPartner: "nonPartner";
|
|
621
|
+
readonly V1: "v1";
|
|
622
|
+
readonly V2: "v2";
|
|
623
|
+
};
|
|
624
|
+
export type NniPartnerType =
|
|
625
|
+
(typeof NniPartnerType)[keyof typeof NniPartnerType];
|
|
603
626
|
export interface DescribeCustomerMetadataResponse {
|
|
604
627
|
agreements?: CustomerAgreement[];
|
|
605
628
|
nniPartnerType?: NniPartnerType | string;
|
|
@@ -633,16 +656,20 @@ export interface DescribeDirectConnectGatewayAttachmentsRequest {
|
|
|
633
656
|
maxResults?: number;
|
|
634
657
|
nextToken?: string;
|
|
635
658
|
}
|
|
636
|
-
export declare
|
|
637
|
-
attached
|
|
638
|
-
attaching
|
|
639
|
-
detached
|
|
640
|
-
detaching
|
|
641
|
-
}
|
|
642
|
-
export
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
659
|
+
export declare const DirectConnectGatewayAttachmentState: {
|
|
660
|
+
readonly attached: "attached";
|
|
661
|
+
readonly attaching: "attaching";
|
|
662
|
+
readonly detached: "detached";
|
|
663
|
+
readonly detaching: "detaching";
|
|
664
|
+
};
|
|
665
|
+
export type DirectConnectGatewayAttachmentState =
|
|
666
|
+
(typeof DirectConnectGatewayAttachmentState)[keyof typeof DirectConnectGatewayAttachmentState];
|
|
667
|
+
export declare const DirectConnectGatewayAttachmentType: {
|
|
668
|
+
readonly PrivateVirtualInterface: "PrivateVirtualInterface";
|
|
669
|
+
readonly TransitVirtualInterface: "TransitVirtualInterface";
|
|
670
|
+
};
|
|
671
|
+
export type DirectConnectGatewayAttachmentType =
|
|
672
|
+
(typeof DirectConnectGatewayAttachmentType)[keyof typeof DirectConnectGatewayAttachmentType];
|
|
646
673
|
export interface DirectConnectGatewayAttachment {
|
|
647
674
|
directConnectGatewayId?: string;
|
|
648
675
|
virtualInterfaceId?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.303.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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.303.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.303.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.303.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.303.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.303.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.303.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.303.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.303.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.303.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.303.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.303.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.303.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.303.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.303.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.303.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.303.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.303.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.303.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.303.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.303.0",
|
|
44
|
+
"@aws-sdk/types": "3.303.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.303.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.303.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.303.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.303.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.303.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.303.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.303.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|