@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.
Files changed (65) hide show
  1. package/dist-cjs/models/models_0.js +101 -117
  2. package/dist-es/models/models_0.js +101 -117
  3. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +3 -3
  4. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
  5. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +3 -3
  6. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +4 -4
  7. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +6 -6
  8. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +4 -4
  9. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
  10. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
  11. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
  12. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
  13. package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
  14. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +1 -1
  15. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
  16. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
  17. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateBGPPeerCommand.d.ts +2 -2
  19. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateInterconnectCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateLagCommand.d.ts +3 -3
  25. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +4 -4
  26. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +6 -6
  27. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +4 -4
  28. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -2
  50. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -1
  51. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
  52. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
  53. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +2 -2
  54. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +2 -2
  55. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
  56. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  57. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  58. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +3 -3
  60. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
  63. package/dist-types/models/models_0.d.ts +181 -101
  64. package/dist-types/ts3.4/models/models_0.d.ts +128 -101
  65. 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 enum GatewayType {
13
- TransitGateway = "transitGateway",
14
- VirtualPrivateGateway = "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 enum DirectConnectGatewayAssociationState {
23
- associated = "associated",
24
- associating = "associating",
25
- disassociated = "disassociated",
26
- disassociating = "disassociating",
27
- updating = "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 enum AddressFamily {
59
- IPv4 = "ipv4",
60
- IPv6 = "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 enum ConnectionState {
74
- available = "available",
75
- deleted = "deleted",
76
- deleting = "deleting",
77
- down = "down",
78
- ordering = "ordering",
79
- pending = "pending",
80
- rejected = "rejected",
81
- requested = "requested",
82
- unknown = "unknown",
83
- }
84
- export declare enum HasLogicalRedundancy {
85
- No = "no",
86
- Unknown = "unknown",
87
- Yes = "yes",
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 enum BGPPeerState {
164
- Available = "available",
165
- Deleted = "deleted",
166
- Deleting = "deleting",
167
- Pending = "pending",
168
- Verifying = "verifying",
169
- }
170
- export declare enum BGPStatus {
171
- Down = "down",
172
- Unknown = "unknown",
173
- Up = "up",
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 enum VirtualInterfaceState {
188
- available = "available",
189
- confirming = "confirming",
190
- deleted = "deleted",
191
- deleting = "deleting",
192
- down = "down",
193
- pending = "pending",
194
- rejected = "rejected",
195
- unknown = "unknown",
196
- verifying = "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 enum DirectConnectGatewayState {
351
- available = "available",
352
- deleted = "deleted",
353
- deleting = "deleting",
354
- pending = "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 enum DirectConnectGatewayAssociationProposalState {
384
- accepted = "accepted",
385
- deleted = "deleted",
386
- requested = "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 enum InterconnectState {
409
- available = "available",
410
- deleted = "deleted",
411
- deleting = "deleting",
412
- down = "down",
413
- pending = "pending",
414
- requested = "requested",
415
- unknown = "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 enum LagState {
446
- available = "available",
447
- deleted = "deleted",
448
- deleting = "deleting",
449
- down = "down",
450
- pending = "pending",
451
- requested = "requested",
452
- unknown = "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 enum LoaContentType {
578
- PDF = "application/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 enum NniPartnerType {
599
- NonPartner = "nonPartner",
600
- V1 = "v1",
601
- V2 = "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 enum DirectConnectGatewayAttachmentState {
637
- attached = "attached",
638
- attaching = "attaching",
639
- detached = "detached",
640
- detaching = "detaching",
641
- }
642
- export declare enum DirectConnectGatewayAttachmentType {
643
- PrivateVirtualInterface = "PrivateVirtualInterface",
644
- TransitVirtualInterface = "TransitVirtualInterface",
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.300.0",
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.300.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.299.0",
38
- "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.300.0",
41
- "@aws-sdk/node-http-handler": "3.296.0",
42
- "@aws-sdk/protocol-http": "3.296.0",
43
- "@aws-sdk/smithy-client": "3.296.0",
44
- "@aws-sdk/types": "3.296.0",
45
- "@aws-sdk/url-parser": "3.296.0",
46
- "@aws-sdk/util-base64": "3.295.0",
47
- "@aws-sdk/util-body-length-browser": "3.295.0",
48
- "@aws-sdk/util-body-length-node": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
- "@aws-sdk/util-endpoints": "3.296.0",
52
- "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.300.0",
55
- "@aws-sdk/util-utf8": "3.295.0",
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.295.0",
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",