@aws-sdk/client-networkmanager 3.1019.0 → 3.1021.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-es/NetworkManager.js +8 -8
- package/dist-types/NetworkManager.d.ts +95 -95
- package/dist-types/NetworkManagerClient.d.ts +98 -98
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeGlobalNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/GetConnectPeerAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCoreNetworkChangeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCoreNetworkChangeSetPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCustomerGatewayAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetLinkAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetLinksPaginator.d.ts +1 -1
- package/dist-types/pagination/GetNetworkResourceCountsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetNetworkResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetNetworkTelemetryPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSitesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTransitGatewayRegistrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttachmentRoutingPolicyAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttachmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectPeersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoreNetworkPrefixListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoreNetworkRoutingInformationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoreNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPeeringsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
|
@@ -12,8 +12,8 @@ import { CreateCoreNetworkPrefixListAssociationCommand, } from "./commands/Creat
|
|
|
12
12
|
import { CreateDeviceCommand, } from "./commands/CreateDeviceCommand";
|
|
13
13
|
import { CreateDirectConnectGatewayAttachmentCommand, } from "./commands/CreateDirectConnectGatewayAttachmentCommand";
|
|
14
14
|
import { CreateGlobalNetworkCommand, } from "./commands/CreateGlobalNetworkCommand";
|
|
15
|
-
import { CreateLinkCommand } from "./commands/CreateLinkCommand";
|
|
16
|
-
import { CreateSiteCommand } from "./commands/CreateSiteCommand";
|
|
15
|
+
import { CreateLinkCommand, } from "./commands/CreateLinkCommand";
|
|
16
|
+
import { CreateSiteCommand, } from "./commands/CreateSiteCommand";
|
|
17
17
|
import { CreateSiteToSiteVpnAttachmentCommand, } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
18
18
|
import { CreateTransitGatewayPeeringCommand, } from "./commands/CreateTransitGatewayPeeringCommand";
|
|
19
19
|
import { CreateTransitGatewayRouteTableAttachmentCommand, } from "./commands/CreateTransitGatewayRouteTableAttachmentCommand";
|
|
@@ -26,10 +26,10 @@ import { DeleteCoreNetworkPolicyVersionCommand, } from "./commands/DeleteCoreNet
|
|
|
26
26
|
import { DeleteCoreNetworkPrefixListAssociationCommand, } from "./commands/DeleteCoreNetworkPrefixListAssociationCommand";
|
|
27
27
|
import { DeleteDeviceCommand, } from "./commands/DeleteDeviceCommand";
|
|
28
28
|
import { DeleteGlobalNetworkCommand, } from "./commands/DeleteGlobalNetworkCommand";
|
|
29
|
-
import { DeleteLinkCommand } from "./commands/DeleteLinkCommand";
|
|
29
|
+
import { DeleteLinkCommand, } from "./commands/DeleteLinkCommand";
|
|
30
30
|
import { DeletePeeringCommand, } from "./commands/DeletePeeringCommand";
|
|
31
31
|
import { DeleteResourcePolicyCommand, } from "./commands/DeleteResourcePolicyCommand";
|
|
32
|
-
import { DeleteSiteCommand } from "./commands/DeleteSiteCommand";
|
|
32
|
+
import { DeleteSiteCommand, } from "./commands/DeleteSiteCommand";
|
|
33
33
|
import { DeregisterTransitGatewayCommand, } from "./commands/DeregisterTransitGatewayCommand";
|
|
34
34
|
import { DescribeGlobalNetworksCommand, } from "./commands/DescribeGlobalNetworksCommand";
|
|
35
35
|
import { DisassociateConnectPeerCommand, } from "./commands/DisassociateConnectPeerCommand";
|
|
@@ -46,7 +46,7 @@ import { GetCoreNetworkChangeSetCommand, } from "./commands/GetCoreNetworkChange
|
|
|
46
46
|
import { GetCoreNetworkCommand, } from "./commands/GetCoreNetworkCommand";
|
|
47
47
|
import { GetCoreNetworkPolicyCommand, } from "./commands/GetCoreNetworkPolicyCommand";
|
|
48
48
|
import { GetCustomerGatewayAssociationsCommand, } from "./commands/GetCustomerGatewayAssociationsCommand";
|
|
49
|
-
import { GetDevicesCommand } from "./commands/GetDevicesCommand";
|
|
49
|
+
import { GetDevicesCommand, } from "./commands/GetDevicesCommand";
|
|
50
50
|
import { GetDirectConnectGatewayAttachmentCommand, } from "./commands/GetDirectConnectGatewayAttachmentCommand";
|
|
51
51
|
import { GetLinkAssociationsCommand, } from "./commands/GetLinkAssociationsCommand";
|
|
52
52
|
import { GetLinksCommand } from "./commands/GetLinksCommand";
|
|
@@ -83,16 +83,16 @@ import { RemoveAttachmentRoutingPolicyLabelCommand, } from "./commands/RemoveAtt
|
|
|
83
83
|
import { RestoreCoreNetworkPolicyVersionCommand, } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
|
|
84
84
|
import { StartOrganizationServiceAccessUpdateCommand, } from "./commands/StartOrganizationServiceAccessUpdateCommand";
|
|
85
85
|
import { StartRouteAnalysisCommand, } from "./commands/StartRouteAnalysisCommand";
|
|
86
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
86
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
87
87
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
88
88
|
import { UpdateConnectionCommand, } from "./commands/UpdateConnectionCommand";
|
|
89
89
|
import { UpdateCoreNetworkCommand, } from "./commands/UpdateCoreNetworkCommand";
|
|
90
90
|
import { UpdateDeviceCommand, } from "./commands/UpdateDeviceCommand";
|
|
91
91
|
import { UpdateDirectConnectGatewayAttachmentCommand, } from "./commands/UpdateDirectConnectGatewayAttachmentCommand";
|
|
92
92
|
import { UpdateGlobalNetworkCommand, } from "./commands/UpdateGlobalNetworkCommand";
|
|
93
|
-
import { UpdateLinkCommand } from "./commands/UpdateLinkCommand";
|
|
93
|
+
import { UpdateLinkCommand, } from "./commands/UpdateLinkCommand";
|
|
94
94
|
import { UpdateNetworkResourceMetadataCommand, } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
95
|
-
import { UpdateSiteCommand } from "./commands/UpdateSiteCommand";
|
|
95
|
+
import { UpdateSiteCommand, } from "./commands/UpdateSiteCommand";
|
|
96
96
|
import { UpdateVpcAttachmentCommand, } from "./commands/UpdateVpcAttachmentCommand";
|
|
97
97
|
import { NetworkManagerClient } from "./NetworkManagerClient";
|
|
98
98
|
import { paginateDescribeGlobalNetworks } from "./pagination/DescribeGlobalNetworksPaginator";
|
|
@@ -1,99 +1,99 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
|
|
3
|
-
import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
|
|
4
|
-
import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
|
|
5
|
-
import { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
|
|
6
|
-
import { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
|
|
7
|
-
import { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
|
|
8
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
9
|
-
import { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
|
|
10
|
-
import { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
|
|
11
|
-
import { CreateCoreNetworkPrefixListAssociationCommandInput, CreateCoreNetworkPrefixListAssociationCommandOutput } from "./commands/CreateCoreNetworkPrefixListAssociationCommand";
|
|
12
|
-
import { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
|
|
13
|
-
import { CreateDirectConnectGatewayAttachmentCommandInput, CreateDirectConnectGatewayAttachmentCommandOutput } from "./commands/CreateDirectConnectGatewayAttachmentCommand";
|
|
14
|
-
import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
|
|
15
|
-
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
16
|
-
import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
17
|
-
import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
18
|
-
import { CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput } from "./commands/CreateTransitGatewayPeeringCommand";
|
|
19
|
-
import { CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/CreateTransitGatewayRouteTableAttachmentCommand";
|
|
20
|
-
import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
21
|
-
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
22
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
23
|
-
import { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
|
|
24
|
-
import { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
|
|
25
|
-
import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
|
|
26
|
-
import { DeleteCoreNetworkPrefixListAssociationCommandInput, DeleteCoreNetworkPrefixListAssociationCommandOutput } from "./commands/DeleteCoreNetworkPrefixListAssociationCommand";
|
|
27
|
-
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
28
|
-
import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
29
|
-
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
30
|
-
import { DeletePeeringCommandInput, DeletePeeringCommandOutput } from "./commands/DeletePeeringCommand";
|
|
31
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
32
|
-
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
33
|
-
import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
34
|
-
import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
|
|
35
|
-
import { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
|
|
36
|
-
import { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
|
|
37
|
-
import { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
|
|
38
|
-
import { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
|
|
39
|
-
import { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
|
|
40
|
-
import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
|
|
41
|
-
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
42
|
-
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
43
|
-
import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
44
|
-
import { GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput } from "./commands/GetCoreNetworkChangeEventsCommand";
|
|
45
|
-
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
46
|
-
import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
47
|
-
import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
48
|
-
import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
|
|
49
|
-
import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
|
|
50
|
-
import { GetDirectConnectGatewayAttachmentCommandInput, GetDirectConnectGatewayAttachmentCommandOutput } from "./commands/GetDirectConnectGatewayAttachmentCommand";
|
|
51
|
-
import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
|
|
52
|
-
import { GetLinksCommandInput, GetLinksCommandOutput } from "./commands/GetLinksCommand";
|
|
53
|
-
import { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "./commands/GetNetworkResourceCountsCommand";
|
|
54
|
-
import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "./commands/GetNetworkResourceRelationshipsCommand";
|
|
55
|
-
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
|
|
56
|
-
import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
|
|
57
|
-
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
|
|
58
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
59
|
-
import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
|
|
60
|
-
import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
61
|
-
import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
62
|
-
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
63
|
-
import { GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput } from "./commands/GetTransitGatewayPeeringCommand";
|
|
64
|
-
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
65
|
-
import { GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/GetTransitGatewayRouteTableAttachmentCommand";
|
|
66
|
-
import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
67
|
-
import { ListAttachmentRoutingPolicyAssociationsCommandInput, ListAttachmentRoutingPolicyAssociationsCommandOutput } from "./commands/ListAttachmentRoutingPolicyAssociationsCommand";
|
|
68
|
-
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
69
|
-
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
70
|
-
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
71
|
-
import { ListCoreNetworkPrefixListAssociationsCommandInput, ListCoreNetworkPrefixListAssociationsCommandOutput } from "./commands/ListCoreNetworkPrefixListAssociationsCommand";
|
|
72
|
-
import { ListCoreNetworkRoutingInformationCommandInput, ListCoreNetworkRoutingInformationCommandOutput } from "./commands/ListCoreNetworkRoutingInformationCommand";
|
|
73
|
-
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
74
|
-
import { ListOrganizationServiceAccessStatusCommandInput, ListOrganizationServiceAccessStatusCommandOutput } from "./commands/ListOrganizationServiceAccessStatusCommand";
|
|
75
|
-
import { ListPeeringsCommandInput, ListPeeringsCommandOutput } from "./commands/ListPeeringsCommand";
|
|
76
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
77
|
-
import { PutAttachmentRoutingPolicyLabelCommandInput, PutAttachmentRoutingPolicyLabelCommandOutput } from "./commands/PutAttachmentRoutingPolicyLabelCommand";
|
|
78
|
-
import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
79
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
80
|
-
import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
|
|
81
|
-
import { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
|
|
82
|
-
import { RemoveAttachmentRoutingPolicyLabelCommandInput, RemoveAttachmentRoutingPolicyLabelCommandOutput } from "./commands/RemoveAttachmentRoutingPolicyLabelCommand";
|
|
83
|
-
import { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
|
|
84
|
-
import { StartOrganizationServiceAccessUpdateCommandInput, StartOrganizationServiceAccessUpdateCommandOutput } from "./commands/StartOrganizationServiceAccessUpdateCommand";
|
|
85
|
-
import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
|
|
86
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
87
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
88
|
-
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
89
|
-
import { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
|
|
90
|
-
import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
|
|
91
|
-
import { UpdateDirectConnectGatewayAttachmentCommandInput, UpdateDirectConnectGatewayAttachmentCommandOutput } from "./commands/UpdateDirectConnectGatewayAttachmentCommand";
|
|
92
|
-
import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
|
|
93
|
-
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
94
|
-
import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
95
|
-
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
96
|
-
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
2
|
+
import { type AcceptAttachmentCommandInput, type AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
|
|
3
|
+
import { type AssociateConnectPeerCommandInput, type AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
|
|
4
|
+
import { type AssociateCustomerGatewayCommandInput, type AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
|
|
5
|
+
import { type AssociateLinkCommandInput, type AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
|
|
6
|
+
import { type AssociateTransitGatewayConnectPeerCommandInput, type AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
|
|
7
|
+
import { type CreateConnectAttachmentCommandInput, type CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
|
|
8
|
+
import { type CreateConnectionCommandInput, type CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
9
|
+
import { type CreateConnectPeerCommandInput, type CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
|
|
10
|
+
import { type CreateCoreNetworkCommandInput, type CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
|
|
11
|
+
import { type CreateCoreNetworkPrefixListAssociationCommandInput, type CreateCoreNetworkPrefixListAssociationCommandOutput } from "./commands/CreateCoreNetworkPrefixListAssociationCommand";
|
|
12
|
+
import { type CreateDeviceCommandInput, type CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
|
|
13
|
+
import { type CreateDirectConnectGatewayAttachmentCommandInput, type CreateDirectConnectGatewayAttachmentCommandOutput } from "./commands/CreateDirectConnectGatewayAttachmentCommand";
|
|
14
|
+
import { type CreateGlobalNetworkCommandInput, type CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
|
|
15
|
+
import { type CreateLinkCommandInput, type CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
16
|
+
import { type CreateSiteCommandInput, type CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
17
|
+
import { type CreateSiteToSiteVpnAttachmentCommandInput, type CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
18
|
+
import { type CreateTransitGatewayPeeringCommandInput, type CreateTransitGatewayPeeringCommandOutput } from "./commands/CreateTransitGatewayPeeringCommand";
|
|
19
|
+
import { type CreateTransitGatewayRouteTableAttachmentCommandInput, type CreateTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/CreateTransitGatewayRouteTableAttachmentCommand";
|
|
20
|
+
import { type CreateVpcAttachmentCommandInput, type CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
21
|
+
import { type DeleteAttachmentCommandInput, type DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
22
|
+
import { type DeleteConnectionCommandInput, type DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
23
|
+
import { type DeleteConnectPeerCommandInput, type DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
|
|
24
|
+
import { type DeleteCoreNetworkCommandInput, type DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
|
|
25
|
+
import { type DeleteCoreNetworkPolicyVersionCommandInput, type DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
|
|
26
|
+
import { type DeleteCoreNetworkPrefixListAssociationCommandInput, type DeleteCoreNetworkPrefixListAssociationCommandOutput } from "./commands/DeleteCoreNetworkPrefixListAssociationCommand";
|
|
27
|
+
import { type DeleteDeviceCommandInput, type DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
28
|
+
import { type DeleteGlobalNetworkCommandInput, type DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
29
|
+
import { type DeleteLinkCommandInput, type DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
30
|
+
import { type DeletePeeringCommandInput, type DeletePeeringCommandOutput } from "./commands/DeletePeeringCommand";
|
|
31
|
+
import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
32
|
+
import { type DeleteSiteCommandInput, type DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
33
|
+
import { type DeregisterTransitGatewayCommandInput, type DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
34
|
+
import { type DescribeGlobalNetworksCommandInput, type DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
|
|
35
|
+
import { type DisassociateConnectPeerCommandInput, type DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
|
|
36
|
+
import { type DisassociateCustomerGatewayCommandInput, type DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
|
|
37
|
+
import { type DisassociateLinkCommandInput, type DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
|
|
38
|
+
import { type DisassociateTransitGatewayConnectPeerCommandInput, type DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
|
|
39
|
+
import { type ExecuteCoreNetworkChangeSetCommandInput, type ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
|
|
40
|
+
import { type GetConnectAttachmentCommandInput, type GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
|
|
41
|
+
import { type GetConnectionsCommandInput, type GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
42
|
+
import { type GetConnectPeerAssociationsCommandInput, type GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
43
|
+
import { type GetConnectPeerCommandInput, type GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
44
|
+
import { type GetCoreNetworkChangeEventsCommandInput, type GetCoreNetworkChangeEventsCommandOutput } from "./commands/GetCoreNetworkChangeEventsCommand";
|
|
45
|
+
import { type GetCoreNetworkChangeSetCommandInput, type GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
46
|
+
import { type GetCoreNetworkCommandInput, type GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
47
|
+
import { type GetCoreNetworkPolicyCommandInput, type GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
48
|
+
import { type GetCustomerGatewayAssociationsCommandInput, type GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
|
|
49
|
+
import { type GetDevicesCommandInput, type GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
|
|
50
|
+
import { type GetDirectConnectGatewayAttachmentCommandInput, type GetDirectConnectGatewayAttachmentCommandOutput } from "./commands/GetDirectConnectGatewayAttachmentCommand";
|
|
51
|
+
import { type GetLinkAssociationsCommandInput, type GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
|
|
52
|
+
import { type GetLinksCommandInput, type GetLinksCommandOutput } from "./commands/GetLinksCommand";
|
|
53
|
+
import { type GetNetworkResourceCountsCommandInput, type GetNetworkResourceCountsCommandOutput } from "./commands/GetNetworkResourceCountsCommand";
|
|
54
|
+
import { type GetNetworkResourceRelationshipsCommandInput, type GetNetworkResourceRelationshipsCommandOutput } from "./commands/GetNetworkResourceRelationshipsCommand";
|
|
55
|
+
import { type GetNetworkResourcesCommandInput, type GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
|
|
56
|
+
import { type GetNetworkRoutesCommandInput, type GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
|
|
57
|
+
import { type GetNetworkTelemetryCommandInput, type GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
|
|
58
|
+
import { type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
59
|
+
import { type GetRouteAnalysisCommandInput, type GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
|
|
60
|
+
import { type GetSitesCommandInput, type GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
61
|
+
import { type GetSiteToSiteVpnAttachmentCommandInput, type GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
62
|
+
import { type GetTransitGatewayConnectPeerAssociationsCommandInput, type GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
63
|
+
import { type GetTransitGatewayPeeringCommandInput, type GetTransitGatewayPeeringCommandOutput } from "./commands/GetTransitGatewayPeeringCommand";
|
|
64
|
+
import { type GetTransitGatewayRegistrationsCommandInput, type GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
65
|
+
import { type GetTransitGatewayRouteTableAttachmentCommandInput, type GetTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/GetTransitGatewayRouteTableAttachmentCommand";
|
|
66
|
+
import { type GetVpcAttachmentCommandInput, type GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
67
|
+
import { type ListAttachmentRoutingPolicyAssociationsCommandInput, type ListAttachmentRoutingPolicyAssociationsCommandOutput } from "./commands/ListAttachmentRoutingPolicyAssociationsCommand";
|
|
68
|
+
import { type ListAttachmentsCommandInput, type ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
69
|
+
import { type ListConnectPeersCommandInput, type ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
70
|
+
import { type ListCoreNetworkPolicyVersionsCommandInput, type ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
71
|
+
import { type ListCoreNetworkPrefixListAssociationsCommandInput, type ListCoreNetworkPrefixListAssociationsCommandOutput } from "./commands/ListCoreNetworkPrefixListAssociationsCommand";
|
|
72
|
+
import { type ListCoreNetworkRoutingInformationCommandInput, type ListCoreNetworkRoutingInformationCommandOutput } from "./commands/ListCoreNetworkRoutingInformationCommand";
|
|
73
|
+
import { type ListCoreNetworksCommandInput, type ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
74
|
+
import { type ListOrganizationServiceAccessStatusCommandInput, type ListOrganizationServiceAccessStatusCommandOutput } from "./commands/ListOrganizationServiceAccessStatusCommand";
|
|
75
|
+
import { type ListPeeringsCommandInput, type ListPeeringsCommandOutput } from "./commands/ListPeeringsCommand";
|
|
76
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
77
|
+
import { type PutAttachmentRoutingPolicyLabelCommandInput, type PutAttachmentRoutingPolicyLabelCommandOutput } from "./commands/PutAttachmentRoutingPolicyLabelCommand";
|
|
78
|
+
import { type PutCoreNetworkPolicyCommandInput, type PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
79
|
+
import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
80
|
+
import { type RegisterTransitGatewayCommandInput, type RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
|
|
81
|
+
import { type RejectAttachmentCommandInput, type RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
|
|
82
|
+
import { type RemoveAttachmentRoutingPolicyLabelCommandInput, type RemoveAttachmentRoutingPolicyLabelCommandOutput } from "./commands/RemoveAttachmentRoutingPolicyLabelCommand";
|
|
83
|
+
import { type RestoreCoreNetworkPolicyVersionCommandInput, type RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
|
|
84
|
+
import { type StartOrganizationServiceAccessUpdateCommandInput, type StartOrganizationServiceAccessUpdateCommandOutput } from "./commands/StartOrganizationServiceAccessUpdateCommand";
|
|
85
|
+
import { type StartRouteAnalysisCommandInput, type StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
|
|
86
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
87
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
88
|
+
import { type UpdateConnectionCommandInput, type UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
89
|
+
import { type UpdateCoreNetworkCommandInput, type UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
|
|
90
|
+
import { type UpdateDeviceCommandInput, type UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
|
|
91
|
+
import { type UpdateDirectConnectGatewayAttachmentCommandInput, type UpdateDirectConnectGatewayAttachmentCommandOutput } from "./commands/UpdateDirectConnectGatewayAttachmentCommand";
|
|
92
|
+
import { type UpdateGlobalNetworkCommandInput, type UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
|
|
93
|
+
import { type UpdateLinkCommandInput, type UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
94
|
+
import { type UpdateNetworkResourceMetadataCommandInput, type UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
95
|
+
import { type UpdateSiteCommandInput, type UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
96
|
+
import { type UpdateVpcAttachmentCommandInput, type UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
97
97
|
import { NetworkManagerClient } from "./NetworkManagerClient";
|
|
98
98
|
export interface NetworkManager {
|
|
99
99
|
/**
|
|
@@ -5,104 +5,104 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
|
|
11
|
-
import { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
|
|
12
|
-
import { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
|
|
13
|
-
import { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
|
|
14
|
-
import { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
|
|
15
|
-
import { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
|
|
16
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
17
|
-
import { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
|
|
18
|
-
import { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
|
|
19
|
-
import { CreateCoreNetworkPrefixListAssociationCommandInput, CreateCoreNetworkPrefixListAssociationCommandOutput } from "./commands/CreateCoreNetworkPrefixListAssociationCommand";
|
|
20
|
-
import { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
|
|
21
|
-
import { CreateDirectConnectGatewayAttachmentCommandInput, CreateDirectConnectGatewayAttachmentCommandOutput } from "./commands/CreateDirectConnectGatewayAttachmentCommand";
|
|
22
|
-
import { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
|
|
23
|
-
import { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
24
|
-
import { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
25
|
-
import { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
26
|
-
import { CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput } from "./commands/CreateTransitGatewayPeeringCommand";
|
|
27
|
-
import { CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/CreateTransitGatewayRouteTableAttachmentCommand";
|
|
28
|
-
import { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
29
|
-
import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
30
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
31
|
-
import { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
|
|
32
|
-
import { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
|
|
33
|
-
import { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
|
|
34
|
-
import { DeleteCoreNetworkPrefixListAssociationCommandInput, DeleteCoreNetworkPrefixListAssociationCommandOutput } from "./commands/DeleteCoreNetworkPrefixListAssociationCommand";
|
|
35
|
-
import { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
36
|
-
import { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
37
|
-
import { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
38
|
-
import { DeletePeeringCommandInput, DeletePeeringCommandOutput } from "./commands/DeletePeeringCommand";
|
|
39
|
-
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
40
|
-
import { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
41
|
-
import { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
42
|
-
import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
|
|
43
|
-
import { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
|
|
44
|
-
import { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
|
|
45
|
-
import { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
|
|
46
|
-
import { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
|
|
47
|
-
import { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
|
|
48
|
-
import { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
|
|
49
|
-
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
50
|
-
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
51
|
-
import { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
52
|
-
import { GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput } from "./commands/GetCoreNetworkChangeEventsCommand";
|
|
53
|
-
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
54
|
-
import { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
55
|
-
import { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
56
|
-
import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
|
|
57
|
-
import { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
|
|
58
|
-
import { GetDirectConnectGatewayAttachmentCommandInput, GetDirectConnectGatewayAttachmentCommandOutput } from "./commands/GetDirectConnectGatewayAttachmentCommand";
|
|
59
|
-
import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
|
|
60
|
-
import { GetLinksCommandInput, GetLinksCommandOutput } from "./commands/GetLinksCommand";
|
|
61
|
-
import { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "./commands/GetNetworkResourceCountsCommand";
|
|
62
|
-
import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "./commands/GetNetworkResourceRelationshipsCommand";
|
|
63
|
-
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
|
|
64
|
-
import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
|
|
65
|
-
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
|
|
66
|
-
import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
67
|
-
import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
|
|
68
|
-
import { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
69
|
-
import { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
70
|
-
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
71
|
-
import { GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput } from "./commands/GetTransitGatewayPeeringCommand";
|
|
72
|
-
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
73
|
-
import { GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/GetTransitGatewayRouteTableAttachmentCommand";
|
|
74
|
-
import { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
75
|
-
import { ListAttachmentRoutingPolicyAssociationsCommandInput, ListAttachmentRoutingPolicyAssociationsCommandOutput } from "./commands/ListAttachmentRoutingPolicyAssociationsCommand";
|
|
76
|
-
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
77
|
-
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
78
|
-
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
79
|
-
import { ListCoreNetworkPrefixListAssociationsCommandInput, ListCoreNetworkPrefixListAssociationsCommandOutput } from "./commands/ListCoreNetworkPrefixListAssociationsCommand";
|
|
80
|
-
import { ListCoreNetworkRoutingInformationCommandInput, ListCoreNetworkRoutingInformationCommandOutput } from "./commands/ListCoreNetworkRoutingInformationCommand";
|
|
81
|
-
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
82
|
-
import { ListOrganizationServiceAccessStatusCommandInput, ListOrganizationServiceAccessStatusCommandOutput } from "./commands/ListOrganizationServiceAccessStatusCommand";
|
|
83
|
-
import { ListPeeringsCommandInput, ListPeeringsCommandOutput } from "./commands/ListPeeringsCommand";
|
|
84
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
85
|
-
import { PutAttachmentRoutingPolicyLabelCommandInput, PutAttachmentRoutingPolicyLabelCommandOutput } from "./commands/PutAttachmentRoutingPolicyLabelCommand";
|
|
86
|
-
import { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
87
|
-
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
88
|
-
import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
|
|
89
|
-
import { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
|
|
90
|
-
import { RemoveAttachmentRoutingPolicyLabelCommandInput, RemoveAttachmentRoutingPolicyLabelCommandOutput } from "./commands/RemoveAttachmentRoutingPolicyLabelCommand";
|
|
91
|
-
import { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
|
|
92
|
-
import { StartOrganizationServiceAccessUpdateCommandInput, StartOrganizationServiceAccessUpdateCommandOutput } from "./commands/StartOrganizationServiceAccessUpdateCommand";
|
|
93
|
-
import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
|
|
94
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
95
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
96
|
-
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
97
|
-
import { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
|
|
98
|
-
import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
|
|
99
|
-
import { UpdateDirectConnectGatewayAttachmentCommandInput, UpdateDirectConnectGatewayAttachmentCommandOutput } from "./commands/UpdateDirectConnectGatewayAttachmentCommand";
|
|
100
|
-
import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
|
|
101
|
-
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
102
|
-
import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
103
|
-
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
104
|
-
import { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
105
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptAttachmentCommandInput, AcceptAttachmentCommandOutput } from "./commands/AcceptAttachmentCommand";
|
|
11
|
+
import type { AssociateConnectPeerCommandInput, AssociateConnectPeerCommandOutput } from "./commands/AssociateConnectPeerCommand";
|
|
12
|
+
import type { AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput } from "./commands/AssociateCustomerGatewayCommand";
|
|
13
|
+
import type { AssociateLinkCommandInput, AssociateLinkCommandOutput } from "./commands/AssociateLinkCommand";
|
|
14
|
+
import type { AssociateTransitGatewayConnectPeerCommandInput, AssociateTransitGatewayConnectPeerCommandOutput } from "./commands/AssociateTransitGatewayConnectPeerCommand";
|
|
15
|
+
import type { CreateConnectAttachmentCommandInput, CreateConnectAttachmentCommandOutput } from "./commands/CreateConnectAttachmentCommand";
|
|
16
|
+
import type { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
17
|
+
import type { CreateConnectPeerCommandInput, CreateConnectPeerCommandOutput } from "./commands/CreateConnectPeerCommand";
|
|
18
|
+
import type { CreateCoreNetworkCommandInput, CreateCoreNetworkCommandOutput } from "./commands/CreateCoreNetworkCommand";
|
|
19
|
+
import type { CreateCoreNetworkPrefixListAssociationCommandInput, CreateCoreNetworkPrefixListAssociationCommandOutput } from "./commands/CreateCoreNetworkPrefixListAssociationCommand";
|
|
20
|
+
import type { CreateDeviceCommandInput, CreateDeviceCommandOutput } from "./commands/CreateDeviceCommand";
|
|
21
|
+
import type { CreateDirectConnectGatewayAttachmentCommandInput, CreateDirectConnectGatewayAttachmentCommandOutput } from "./commands/CreateDirectConnectGatewayAttachmentCommand";
|
|
22
|
+
import type { CreateGlobalNetworkCommandInput, CreateGlobalNetworkCommandOutput } from "./commands/CreateGlobalNetworkCommand";
|
|
23
|
+
import type { CreateLinkCommandInput, CreateLinkCommandOutput } from "./commands/CreateLinkCommand";
|
|
24
|
+
import type { CreateSiteCommandInput, CreateSiteCommandOutput } from "./commands/CreateSiteCommand";
|
|
25
|
+
import type { CreateSiteToSiteVpnAttachmentCommandInput, CreateSiteToSiteVpnAttachmentCommandOutput } from "./commands/CreateSiteToSiteVpnAttachmentCommand";
|
|
26
|
+
import type { CreateTransitGatewayPeeringCommandInput, CreateTransitGatewayPeeringCommandOutput } from "./commands/CreateTransitGatewayPeeringCommand";
|
|
27
|
+
import type { CreateTransitGatewayRouteTableAttachmentCommandInput, CreateTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/CreateTransitGatewayRouteTableAttachmentCommand";
|
|
28
|
+
import type { CreateVpcAttachmentCommandInput, CreateVpcAttachmentCommandOutput } from "./commands/CreateVpcAttachmentCommand";
|
|
29
|
+
import type { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "./commands/DeleteAttachmentCommand";
|
|
30
|
+
import type { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
31
|
+
import type { DeleteConnectPeerCommandInput, DeleteConnectPeerCommandOutput } from "./commands/DeleteConnectPeerCommand";
|
|
32
|
+
import type { DeleteCoreNetworkCommandInput, DeleteCoreNetworkCommandOutput } from "./commands/DeleteCoreNetworkCommand";
|
|
33
|
+
import type { DeleteCoreNetworkPolicyVersionCommandInput, DeleteCoreNetworkPolicyVersionCommandOutput } from "./commands/DeleteCoreNetworkPolicyVersionCommand";
|
|
34
|
+
import type { DeleteCoreNetworkPrefixListAssociationCommandInput, DeleteCoreNetworkPrefixListAssociationCommandOutput } from "./commands/DeleteCoreNetworkPrefixListAssociationCommand";
|
|
35
|
+
import type { DeleteDeviceCommandInput, DeleteDeviceCommandOutput } from "./commands/DeleteDeviceCommand";
|
|
36
|
+
import type { DeleteGlobalNetworkCommandInput, DeleteGlobalNetworkCommandOutput } from "./commands/DeleteGlobalNetworkCommand";
|
|
37
|
+
import type { DeleteLinkCommandInput, DeleteLinkCommandOutput } from "./commands/DeleteLinkCommand";
|
|
38
|
+
import type { DeletePeeringCommandInput, DeletePeeringCommandOutput } from "./commands/DeletePeeringCommand";
|
|
39
|
+
import type { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
|
|
40
|
+
import type { DeleteSiteCommandInput, DeleteSiteCommandOutput } from "./commands/DeleteSiteCommand";
|
|
41
|
+
import type { DeregisterTransitGatewayCommandInput, DeregisterTransitGatewayCommandOutput } from "./commands/DeregisterTransitGatewayCommand";
|
|
42
|
+
import type { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "./commands/DescribeGlobalNetworksCommand";
|
|
43
|
+
import type { DisassociateConnectPeerCommandInput, DisassociateConnectPeerCommandOutput } from "./commands/DisassociateConnectPeerCommand";
|
|
44
|
+
import type { DisassociateCustomerGatewayCommandInput, DisassociateCustomerGatewayCommandOutput } from "./commands/DisassociateCustomerGatewayCommand";
|
|
45
|
+
import type { DisassociateLinkCommandInput, DisassociateLinkCommandOutput } from "./commands/DisassociateLinkCommand";
|
|
46
|
+
import type { DisassociateTransitGatewayConnectPeerCommandInput, DisassociateTransitGatewayConnectPeerCommandOutput } from "./commands/DisassociateTransitGatewayConnectPeerCommand";
|
|
47
|
+
import type { ExecuteCoreNetworkChangeSetCommandInput, ExecuteCoreNetworkChangeSetCommandOutput } from "./commands/ExecuteCoreNetworkChangeSetCommand";
|
|
48
|
+
import type { GetConnectAttachmentCommandInput, GetConnectAttachmentCommandOutput } from "./commands/GetConnectAttachmentCommand";
|
|
49
|
+
import type { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./commands/GetConnectionsCommand";
|
|
50
|
+
import type { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "./commands/GetConnectPeerAssociationsCommand";
|
|
51
|
+
import type { GetConnectPeerCommandInput, GetConnectPeerCommandOutput } from "./commands/GetConnectPeerCommand";
|
|
52
|
+
import type { GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput } from "./commands/GetCoreNetworkChangeEventsCommand";
|
|
53
|
+
import type { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "./commands/GetCoreNetworkChangeSetCommand";
|
|
54
|
+
import type { GetCoreNetworkCommandInput, GetCoreNetworkCommandOutput } from "./commands/GetCoreNetworkCommand";
|
|
55
|
+
import type { GetCoreNetworkPolicyCommandInput, GetCoreNetworkPolicyCommandOutput } from "./commands/GetCoreNetworkPolicyCommand";
|
|
56
|
+
import type { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "./commands/GetCustomerGatewayAssociationsCommand";
|
|
57
|
+
import type { GetDevicesCommandInput, GetDevicesCommandOutput } from "./commands/GetDevicesCommand";
|
|
58
|
+
import type { GetDirectConnectGatewayAttachmentCommandInput, GetDirectConnectGatewayAttachmentCommandOutput } from "./commands/GetDirectConnectGatewayAttachmentCommand";
|
|
59
|
+
import type { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "./commands/GetLinkAssociationsCommand";
|
|
60
|
+
import type { GetLinksCommandInput, GetLinksCommandOutput } from "./commands/GetLinksCommand";
|
|
61
|
+
import type { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "./commands/GetNetworkResourceCountsCommand";
|
|
62
|
+
import type { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "./commands/GetNetworkResourceRelationshipsCommand";
|
|
63
|
+
import type { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "./commands/GetNetworkResourcesCommand";
|
|
64
|
+
import type { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "./commands/GetNetworkRoutesCommand";
|
|
65
|
+
import type { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "./commands/GetNetworkTelemetryCommand";
|
|
66
|
+
import type { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "./commands/GetResourcePolicyCommand";
|
|
67
|
+
import type { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "./commands/GetRouteAnalysisCommand";
|
|
68
|
+
import type { GetSitesCommandInput, GetSitesCommandOutput } from "./commands/GetSitesCommand";
|
|
69
|
+
import type { GetSiteToSiteVpnAttachmentCommandInput, GetSiteToSiteVpnAttachmentCommandOutput } from "./commands/GetSiteToSiteVpnAttachmentCommand";
|
|
70
|
+
import type { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "./commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
71
|
+
import type { GetTransitGatewayPeeringCommandInput, GetTransitGatewayPeeringCommandOutput } from "./commands/GetTransitGatewayPeeringCommand";
|
|
72
|
+
import type { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "./commands/GetTransitGatewayRegistrationsCommand";
|
|
73
|
+
import type { GetTransitGatewayRouteTableAttachmentCommandInput, GetTransitGatewayRouteTableAttachmentCommandOutput } from "./commands/GetTransitGatewayRouteTableAttachmentCommand";
|
|
74
|
+
import type { GetVpcAttachmentCommandInput, GetVpcAttachmentCommandOutput } from "./commands/GetVpcAttachmentCommand";
|
|
75
|
+
import type { ListAttachmentRoutingPolicyAssociationsCommandInput, ListAttachmentRoutingPolicyAssociationsCommandOutput } from "./commands/ListAttachmentRoutingPolicyAssociationsCommand";
|
|
76
|
+
import type { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "./commands/ListAttachmentsCommand";
|
|
77
|
+
import type { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "./commands/ListConnectPeersCommand";
|
|
78
|
+
import type { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "./commands/ListCoreNetworkPolicyVersionsCommand";
|
|
79
|
+
import type { ListCoreNetworkPrefixListAssociationsCommandInput, ListCoreNetworkPrefixListAssociationsCommandOutput } from "./commands/ListCoreNetworkPrefixListAssociationsCommand";
|
|
80
|
+
import type { ListCoreNetworkRoutingInformationCommandInput, ListCoreNetworkRoutingInformationCommandOutput } from "./commands/ListCoreNetworkRoutingInformationCommand";
|
|
81
|
+
import type { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "./commands/ListCoreNetworksCommand";
|
|
82
|
+
import type { ListOrganizationServiceAccessStatusCommandInput, ListOrganizationServiceAccessStatusCommandOutput } from "./commands/ListOrganizationServiceAccessStatusCommand";
|
|
83
|
+
import type { ListPeeringsCommandInput, ListPeeringsCommandOutput } from "./commands/ListPeeringsCommand";
|
|
84
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
85
|
+
import type { PutAttachmentRoutingPolicyLabelCommandInput, PutAttachmentRoutingPolicyLabelCommandOutput } from "./commands/PutAttachmentRoutingPolicyLabelCommand";
|
|
86
|
+
import type { PutCoreNetworkPolicyCommandInput, PutCoreNetworkPolicyCommandOutput } from "./commands/PutCoreNetworkPolicyCommand";
|
|
87
|
+
import type { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
|
|
88
|
+
import type { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "./commands/RegisterTransitGatewayCommand";
|
|
89
|
+
import type { RejectAttachmentCommandInput, RejectAttachmentCommandOutput } from "./commands/RejectAttachmentCommand";
|
|
90
|
+
import type { RemoveAttachmentRoutingPolicyLabelCommandInput, RemoveAttachmentRoutingPolicyLabelCommandOutput } from "./commands/RemoveAttachmentRoutingPolicyLabelCommand";
|
|
91
|
+
import type { RestoreCoreNetworkPolicyVersionCommandInput, RestoreCoreNetworkPolicyVersionCommandOutput } from "./commands/RestoreCoreNetworkPolicyVersionCommand";
|
|
92
|
+
import type { StartOrganizationServiceAccessUpdateCommandInput, StartOrganizationServiceAccessUpdateCommandOutput } from "./commands/StartOrganizationServiceAccessUpdateCommand";
|
|
93
|
+
import type { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "./commands/StartRouteAnalysisCommand";
|
|
94
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
95
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
96
|
+
import type { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "./commands/UpdateConnectionCommand";
|
|
97
|
+
import type { UpdateCoreNetworkCommandInput, UpdateCoreNetworkCommandOutput } from "./commands/UpdateCoreNetworkCommand";
|
|
98
|
+
import type { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "./commands/UpdateDeviceCommand";
|
|
99
|
+
import type { UpdateDirectConnectGatewayAttachmentCommandInput, UpdateDirectConnectGatewayAttachmentCommandOutput } from "./commands/UpdateDirectConnectGatewayAttachmentCommand";
|
|
100
|
+
import type { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "./commands/UpdateGlobalNetworkCommand";
|
|
101
|
+
import type { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "./commands/UpdateLinkCommand";
|
|
102
|
+
import type { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "./commands/UpdateNetworkResourceMetadataCommand";
|
|
103
|
+
import type { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "./commands/UpdateSiteCommand";
|
|
104
|
+
import type { UpdateVpcAttachmentCommandInput, UpdateVpcAttachmentCommandOutput } from "./commands/UpdateVpcAttachmentCommand";
|
|
105
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
106
106
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
107
107
|
export { __Client };
|
|
108
108
|
/**
|
|
@@ -211,7 +211,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
211
211
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
212
212
|
* @internal
|
|
213
213
|
*/
|
|
214
|
-
defaultUserAgentProvider?:
|
|
214
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
215
215
|
/**
|
|
216
216
|
* Default credentials provider; Not available in browser runtime.
|
|
217
217
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { NetworkManagerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./NetworkManagerClient";
|
|
7
7
|
export * from "./NetworkManager";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { NetworkManagerExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { ValidationExceptionReason } from "./enums";
|
|
3
|
-
import { CoreNetworkPolicyError, ValidationExceptionField } from "./models_0";
|
|
2
|
+
import type { ValidationExceptionReason } from "./enums";
|
|
3
|
+
import type { CoreNetworkPolicyError, ValidationExceptionField } from "./models_0";
|
|
4
4
|
import { NetworkManagerServiceException as __BaseException } from "./NetworkManagerServiceException";
|
|
5
5
|
/**
|
|
6
6
|
* <p>You do not have sufficient access to perform this action.</p>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/smithy-client";
|
|
2
|
-
import { AttachmentErrorCode, AttachmentState, AttachmentType, ChangeAction, ChangeSetState, ChangeStatus, ChangeType, ConnectionState, ConnectionStatus, ConnectionType, ConnectPeerAssociationState, ConnectPeerErrorCode, ConnectPeerState, CoreNetworkPolicyAlias, CoreNetworkState, CustomerGatewayAssociationState, DeviceState, GlobalNetworkState, LinkAssociationState, LinkState, PeeringErrorCode, PeeringState, PeeringType, RouteAnalysisCompletionReasonCode, RouteAnalysisCompletionResultCode, RouteAnalysisStatus, RouteState, RouteTableType, RouteType, RoutingPolicyDirection, SegmentActionServiceInsertion, SendViaMode, SiteState, TransitGatewayConnectPeerAssociationState, TransitGatewayRegistrationState, TunnelProtocol } from "./enums";
|
|
2
|
+
import type { AttachmentErrorCode, AttachmentState, AttachmentType, ChangeAction, ChangeSetState, ChangeStatus, ChangeType, ConnectionState, ConnectionStatus, ConnectionType, ConnectPeerAssociationState, ConnectPeerErrorCode, ConnectPeerState, CoreNetworkPolicyAlias, CoreNetworkState, CustomerGatewayAssociationState, DeviceState, GlobalNetworkState, LinkAssociationState, LinkState, PeeringErrorCode, PeeringState, PeeringType, RouteAnalysisCompletionReasonCode, RouteAnalysisCompletionResultCode, RouteAnalysisStatus, RouteState, RouteTableType, RouteType, RoutingPolicyDirection, SegmentActionServiceInsertion, SendViaMode, SiteState, TransitGatewayConnectPeerAssociationState, TransitGatewayRegistrationState, TunnelProtocol } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeGlobalNetworksCommandInput, DescribeGlobalNetworksCommandOutput } from "../commands/DescribeGlobalNetworksCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetConnectPeerAssociationsCommandInput, GetConnectPeerAssociationsCommandOutput } from "../commands/GetConnectPeerAssociationsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../commands/GetConnectionsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetCoreNetworkChangeEventsCommandInput, GetCoreNetworkChangeEventsCommandOutput } from "../commands/GetCoreNetworkChangeEventsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetCoreNetworkChangeSetCommandInput, GetCoreNetworkChangeSetCommandOutput } from "../commands/GetCoreNetworkChangeSetCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "../commands/GetCustomerGatewayAssociationsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetDevicesCommandInput, GetDevicesCommandOutput } from "../commands/GetDevicesCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "../commands/GetLinkAssociationsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetLinksCommandInput, GetLinksCommandOutput } from "../commands/GetLinksCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "../commands/GetNetworkResourceCountsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "../commands/GetNetworkResourceRelationshipsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "../commands/GetNetworkResourcesCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "../commands/GetNetworkTelemetryCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "../commands/GetSitesCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "../commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "../commands/GetTransitGatewayRegistrationsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAttachmentRoutingPolicyAssociationsCommandInput, ListAttachmentRoutingPolicyAssociationsCommandOutput } from "../commands/ListAttachmentRoutingPolicyAssociationsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "../commands/ListAttachmentsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConnectPeersCommandInput, ListConnectPeersCommandOutput } from "../commands/ListConnectPeersCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCoreNetworkPolicyVersionsCommandInput, ListCoreNetworkPolicyVersionsCommandOutput } from "../commands/ListCoreNetworkPolicyVersionsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCoreNetworkPrefixListAssociationsCommandInput, ListCoreNetworkPrefixListAssociationsCommandOutput } from "../commands/ListCoreNetworkPrefixListAssociationsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCoreNetworkRoutingInformationCommandInput, ListCoreNetworkRoutingInformationCommandOutput } from "../commands/ListCoreNetworkRoutingInformationCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCoreNetworksCommandInput, ListCoreNetworksCommandOutput } from "../commands/ListCoreNetworksCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPeeringsCommandInput, ListPeeringsCommandOutput } from "../commands/ListPeeringsCommand";
|
|
3
|
-
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -642,7 +641,7 @@ export interface ClientDefaults
|
|
|
642
641
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
643
642
|
region?: string | __Provider<string>;
|
|
644
643
|
profile?: string;
|
|
645
|
-
defaultUserAgentProvider?:
|
|
644
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
646
645
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
647
646
|
maxAttempts?: number | __Provider<number>;
|
|
648
647
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-networkmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Networkmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.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-networkmanager",
|
|
@@ -21,41 +21,41 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|