@aws-sdk/client-networkmanager 3.39.0 → 3.43.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/CHANGELOG.md +39 -0
- package/README.md +1 -2
- package/dist-cjs/NetworkManager.js +120 -0
- package/dist-cjs/commands/GetNetworkResourceCountsCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkResourceRelationshipsCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkResourcesCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkRoutesCommand.js +36 -0
- package/dist-cjs/commands/GetNetworkTelemetryCommand.js +36 -0
- package/dist-cjs/commands/GetRouteAnalysisCommand.js +36 -0
- package/dist-cjs/commands/StartRouteAnalysisCommand.js +36 -0
- package/dist-cjs/commands/UpdateNetworkResourceMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/endpoints.js +98 -7
- package/dist-cjs/models/models_0.js +238 -3
- package/dist-cjs/pagination/GetNetworkResourceCountsPaginator.js +35 -0
- package/dist-cjs/pagination/GetNetworkResourceRelationshipsPaginator.js +35 -0
- package/dist-cjs/pagination/GetNetworkResourcesPaginator.js +35 -0
- package/dist-cjs/pagination/GetNetworkTelemetryPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1352 -15
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/NetworkManager.js +120 -0
- package/dist-es/commands/GetNetworkResourceCountsCommand.js +39 -0
- package/dist-es/commands/GetNetworkResourceRelationshipsCommand.js +39 -0
- package/dist-es/commands/GetNetworkResourcesCommand.js +39 -0
- package/dist-es/commands/GetNetworkRoutesCommand.js +39 -0
- package/dist-es/commands/GetNetworkTelemetryCommand.js +39 -0
- package/dist-es/commands/GetRouteAnalysisCommand.js +39 -0
- package/dist-es/commands/StartRouteAnalysisCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkResourceMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/endpoints.js +98 -7
- package/dist-es/models/models_0.js +173 -0
- package/dist-es/pagination/GetNetworkResourceCountsPaginator.js +74 -0
- package/dist-es/pagination/GetNetworkResourceRelationshipsPaginator.js +74 -0
- package/dist-es/pagination/GetNetworkResourcesPaginator.js +74 -0
- package/dist-es/pagination/GetNetworkTelemetryPaginator.js +74 -0
- package/dist-es/pagination/index.js +5 -1
- package/dist-es/protocols/Aws_restJson1.js +1576 -142
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/NetworkManager.d.ts +61 -4
- package/dist-types/NetworkManagerClient.d.ts +19 -4
- package/dist-types/commands/AssociateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AssociateLinkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateLinkCommand.d.ts +1 -1
- package/dist-types/commands/CreateSiteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLinkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSiteCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomerGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetDevicesCommand.d.ts +1 -1
- package/dist-types/commands/GetLinkAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLinksCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkResourceCountsCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkResourceRelationshipsCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkResourcesCommand.d.ts +36 -0
- package/dist-types/commands/GetNetworkRoutesCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkTelemetryCommand.d.ts +35 -0
- package/dist-types/commands/GetRouteAnalysisCommand.d.ts +35 -0
- package/dist-types/commands/GetSitesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRegistrationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayCommand.d.ts +3 -3
- package/dist-types/commands/StartRouteAnalysisCommand.d.ts +36 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalNetworkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateLinkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkResourceMetadataCommand.d.ts +35 -0
- package/dist-types/commands/UpdateSiteCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +1412 -137
- package/dist-types/pagination/GetNetworkResourceCountsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetNetworkResourcesPaginator.d.ts +4 -0
- package/dist-types/pagination/GetNetworkTelemetryPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +5 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/NetworkManager.d.ts +40 -0
- package/dist-types/ts3.4/NetworkManagerClient.d.ts +14 -2
- package/dist-types/ts3.4/commands/GetNetworkResourceCountsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkResourceRelationshipsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkResourcesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkRoutesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkTelemetryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRouteAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartRouteAnalysisCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkResourceMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +511 -0
- package/dist-types/ts3.4/pagination/GetNetworkResourceCountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetNetworkResourcesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetNetworkTelemetryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -1
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -89,6 +89,9 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
89
89
|
ResourceId: string | undefined;
|
|
90
90
|
|
|
91
91
|
ResourceType: string | undefined;
|
|
92
|
+
Context?: {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
92
95
|
}
|
|
93
96
|
export declare namespace ResourceNotFoundException {
|
|
94
97
|
|
|
@@ -310,6 +313,27 @@ export declare namespace Connection {
|
|
|
310
313
|
|
|
311
314
|
const filterSensitiveLog: (obj: Connection) => any;
|
|
312
315
|
}
|
|
316
|
+
export declare enum ConnectionStatus {
|
|
317
|
+
DOWN = "DOWN",
|
|
318
|
+
UP = "UP"
|
|
319
|
+
}
|
|
320
|
+
export declare enum ConnectionType {
|
|
321
|
+
BGP = "BGP",
|
|
322
|
+
IPSEC = "IPSEC"
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
export interface ConnectionHealth {
|
|
326
|
+
|
|
327
|
+
Type?: ConnectionType | string;
|
|
328
|
+
|
|
329
|
+
Status?: ConnectionStatus | string;
|
|
330
|
+
|
|
331
|
+
Timestamp?: Date;
|
|
332
|
+
}
|
|
333
|
+
export declare namespace ConnectionHealth {
|
|
334
|
+
|
|
335
|
+
const filterSensitiveLog: (obj: ConnectionHealth) => any;
|
|
336
|
+
}
|
|
313
337
|
export interface CreateConnectionRequest {
|
|
314
338
|
|
|
315
339
|
GlobalNetworkId: string | undefined;
|
|
@@ -930,6 +954,432 @@ export declare namespace GetLinksResponse {
|
|
|
930
954
|
|
|
931
955
|
const filterSensitiveLog: (obj: GetLinksResponse) => any;
|
|
932
956
|
}
|
|
957
|
+
export interface GetNetworkResourceCountsRequest {
|
|
958
|
+
|
|
959
|
+
GlobalNetworkId: string | undefined;
|
|
960
|
+
|
|
961
|
+
ResourceType?: string;
|
|
962
|
+
|
|
963
|
+
MaxResults?: number;
|
|
964
|
+
|
|
965
|
+
NextToken?: string;
|
|
966
|
+
}
|
|
967
|
+
export declare namespace GetNetworkResourceCountsRequest {
|
|
968
|
+
|
|
969
|
+
const filterSensitiveLog: (obj: GetNetworkResourceCountsRequest) => any;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
export interface NetworkResourceCount {
|
|
973
|
+
|
|
974
|
+
ResourceType?: string;
|
|
975
|
+
|
|
976
|
+
Count?: number;
|
|
977
|
+
}
|
|
978
|
+
export declare namespace NetworkResourceCount {
|
|
979
|
+
|
|
980
|
+
const filterSensitiveLog: (obj: NetworkResourceCount) => any;
|
|
981
|
+
}
|
|
982
|
+
export interface GetNetworkResourceCountsResponse {
|
|
983
|
+
|
|
984
|
+
NetworkResourceCounts?: NetworkResourceCount[];
|
|
985
|
+
|
|
986
|
+
NextToken?: string;
|
|
987
|
+
}
|
|
988
|
+
export declare namespace GetNetworkResourceCountsResponse {
|
|
989
|
+
|
|
990
|
+
const filterSensitiveLog: (obj: GetNetworkResourceCountsResponse) => any;
|
|
991
|
+
}
|
|
992
|
+
export interface GetNetworkResourceRelationshipsRequest {
|
|
993
|
+
|
|
994
|
+
GlobalNetworkId: string | undefined;
|
|
995
|
+
|
|
996
|
+
RegisteredGatewayArn?: string;
|
|
997
|
+
|
|
998
|
+
AwsRegion?: string;
|
|
999
|
+
|
|
1000
|
+
AccountId?: string;
|
|
1001
|
+
|
|
1002
|
+
ResourceType?: string;
|
|
1003
|
+
|
|
1004
|
+
ResourceArn?: string;
|
|
1005
|
+
|
|
1006
|
+
MaxResults?: number;
|
|
1007
|
+
|
|
1008
|
+
NextToken?: string;
|
|
1009
|
+
}
|
|
1010
|
+
export declare namespace GetNetworkResourceRelationshipsRequest {
|
|
1011
|
+
|
|
1012
|
+
const filterSensitiveLog: (obj: GetNetworkResourceRelationshipsRequest) => any;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
export interface Relationship {
|
|
1016
|
+
|
|
1017
|
+
From?: string;
|
|
1018
|
+
|
|
1019
|
+
To?: string;
|
|
1020
|
+
}
|
|
1021
|
+
export declare namespace Relationship {
|
|
1022
|
+
|
|
1023
|
+
const filterSensitiveLog: (obj: Relationship) => any;
|
|
1024
|
+
}
|
|
1025
|
+
export interface GetNetworkResourceRelationshipsResponse {
|
|
1026
|
+
|
|
1027
|
+
Relationships?: Relationship[];
|
|
1028
|
+
|
|
1029
|
+
NextToken?: string;
|
|
1030
|
+
}
|
|
1031
|
+
export declare namespace GetNetworkResourceRelationshipsResponse {
|
|
1032
|
+
|
|
1033
|
+
const filterSensitiveLog: (obj: GetNetworkResourceRelationshipsResponse) => any;
|
|
1034
|
+
}
|
|
1035
|
+
export interface GetNetworkResourcesRequest {
|
|
1036
|
+
|
|
1037
|
+
GlobalNetworkId: string | undefined;
|
|
1038
|
+
|
|
1039
|
+
RegisteredGatewayArn?: string;
|
|
1040
|
+
|
|
1041
|
+
AwsRegion?: string;
|
|
1042
|
+
|
|
1043
|
+
AccountId?: string;
|
|
1044
|
+
|
|
1045
|
+
ResourceType?: string;
|
|
1046
|
+
|
|
1047
|
+
ResourceArn?: string;
|
|
1048
|
+
|
|
1049
|
+
MaxResults?: number;
|
|
1050
|
+
|
|
1051
|
+
NextToken?: string;
|
|
1052
|
+
}
|
|
1053
|
+
export declare namespace GetNetworkResourcesRequest {
|
|
1054
|
+
|
|
1055
|
+
const filterSensitiveLog: (obj: GetNetworkResourcesRequest) => any;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
export interface NetworkResource {
|
|
1059
|
+
|
|
1060
|
+
RegisteredGatewayArn?: string;
|
|
1061
|
+
|
|
1062
|
+
AwsRegion?: string;
|
|
1063
|
+
|
|
1064
|
+
AccountId?: string;
|
|
1065
|
+
|
|
1066
|
+
ResourceType?: string;
|
|
1067
|
+
|
|
1068
|
+
ResourceId?: string;
|
|
1069
|
+
|
|
1070
|
+
ResourceArn?: string;
|
|
1071
|
+
|
|
1072
|
+
Definition?: string;
|
|
1073
|
+
|
|
1074
|
+
DefinitionTimestamp?: Date;
|
|
1075
|
+
|
|
1076
|
+
Tags?: Tag[];
|
|
1077
|
+
|
|
1078
|
+
Metadata?: {
|
|
1079
|
+
[key: string]: string;
|
|
1080
|
+
};
|
|
1081
|
+
}
|
|
1082
|
+
export declare namespace NetworkResource {
|
|
1083
|
+
|
|
1084
|
+
const filterSensitiveLog: (obj: NetworkResource) => any;
|
|
1085
|
+
}
|
|
1086
|
+
export interface GetNetworkResourcesResponse {
|
|
1087
|
+
|
|
1088
|
+
NetworkResources?: NetworkResource[];
|
|
1089
|
+
|
|
1090
|
+
NextToken?: string;
|
|
1091
|
+
}
|
|
1092
|
+
export declare namespace GetNetworkResourcesResponse {
|
|
1093
|
+
|
|
1094
|
+
const filterSensitiveLog: (obj: GetNetworkResourcesResponse) => any;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
export interface RouteTableIdentifier {
|
|
1098
|
+
|
|
1099
|
+
TransitGatewayRouteTableArn?: string;
|
|
1100
|
+
}
|
|
1101
|
+
export declare namespace RouteTableIdentifier {
|
|
1102
|
+
|
|
1103
|
+
const filterSensitiveLog: (obj: RouteTableIdentifier) => any;
|
|
1104
|
+
}
|
|
1105
|
+
export declare enum RouteState {
|
|
1106
|
+
ACTIVE = "ACTIVE",
|
|
1107
|
+
BLACKHOLE = "BLACKHOLE"
|
|
1108
|
+
}
|
|
1109
|
+
export declare enum RouteType {
|
|
1110
|
+
PROPAGATED = "PROPAGATED",
|
|
1111
|
+
STATIC = "STATIC"
|
|
1112
|
+
}
|
|
1113
|
+
export interface GetNetworkRoutesRequest {
|
|
1114
|
+
|
|
1115
|
+
GlobalNetworkId: string | undefined;
|
|
1116
|
+
|
|
1117
|
+
RouteTableIdentifier: RouteTableIdentifier | undefined;
|
|
1118
|
+
|
|
1119
|
+
ExactCidrMatches?: string[];
|
|
1120
|
+
|
|
1121
|
+
LongestPrefixMatches?: string[];
|
|
1122
|
+
|
|
1123
|
+
SubnetOfMatches?: string[];
|
|
1124
|
+
|
|
1125
|
+
SupernetOfMatches?: string[];
|
|
1126
|
+
|
|
1127
|
+
PrefixListIds?: string[];
|
|
1128
|
+
|
|
1129
|
+
States?: (RouteState | string)[];
|
|
1130
|
+
|
|
1131
|
+
Types?: (RouteType | string)[];
|
|
1132
|
+
|
|
1133
|
+
DestinationFilters?: {
|
|
1134
|
+
[key: string]: string[];
|
|
1135
|
+
};
|
|
1136
|
+
}
|
|
1137
|
+
export declare namespace GetNetworkRoutesRequest {
|
|
1138
|
+
|
|
1139
|
+
const filterSensitiveLog: (obj: GetNetworkRoutesRequest) => any;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
export interface NetworkRouteDestination {
|
|
1143
|
+
|
|
1144
|
+
TransitGatewayAttachmentId?: string;
|
|
1145
|
+
|
|
1146
|
+
ResourceType?: string;
|
|
1147
|
+
|
|
1148
|
+
ResourceId?: string;
|
|
1149
|
+
}
|
|
1150
|
+
export declare namespace NetworkRouteDestination {
|
|
1151
|
+
|
|
1152
|
+
const filterSensitiveLog: (obj: NetworkRouteDestination) => any;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
export interface NetworkRoute {
|
|
1156
|
+
|
|
1157
|
+
DestinationCidrBlock?: string;
|
|
1158
|
+
|
|
1159
|
+
Destinations?: NetworkRouteDestination[];
|
|
1160
|
+
|
|
1161
|
+
PrefixListId?: string;
|
|
1162
|
+
|
|
1163
|
+
State?: RouteState | string;
|
|
1164
|
+
|
|
1165
|
+
Type?: RouteType | string;
|
|
1166
|
+
}
|
|
1167
|
+
export declare namespace NetworkRoute {
|
|
1168
|
+
|
|
1169
|
+
const filterSensitiveLog: (obj: NetworkRoute) => any;
|
|
1170
|
+
}
|
|
1171
|
+
export declare enum RouteTableType {
|
|
1172
|
+
TRANSIT_GATEWAY_ROUTE_TABLE = "TRANSIT_GATEWAY_ROUTE_TABLE"
|
|
1173
|
+
}
|
|
1174
|
+
export interface GetNetworkRoutesResponse {
|
|
1175
|
+
|
|
1176
|
+
RouteTableArn?: string;
|
|
1177
|
+
|
|
1178
|
+
RouteTableType?: RouteTableType | string;
|
|
1179
|
+
|
|
1180
|
+
RouteTableTimestamp?: Date;
|
|
1181
|
+
|
|
1182
|
+
NetworkRoutes?: NetworkRoute[];
|
|
1183
|
+
}
|
|
1184
|
+
export declare namespace GetNetworkRoutesResponse {
|
|
1185
|
+
|
|
1186
|
+
const filterSensitiveLog: (obj: GetNetworkRoutesResponse) => any;
|
|
1187
|
+
}
|
|
1188
|
+
export interface GetNetworkTelemetryRequest {
|
|
1189
|
+
|
|
1190
|
+
GlobalNetworkId: string | undefined;
|
|
1191
|
+
|
|
1192
|
+
RegisteredGatewayArn?: string;
|
|
1193
|
+
|
|
1194
|
+
AwsRegion?: string;
|
|
1195
|
+
|
|
1196
|
+
AccountId?: string;
|
|
1197
|
+
|
|
1198
|
+
ResourceType?: string;
|
|
1199
|
+
|
|
1200
|
+
ResourceArn?: string;
|
|
1201
|
+
|
|
1202
|
+
MaxResults?: number;
|
|
1203
|
+
|
|
1204
|
+
NextToken?: string;
|
|
1205
|
+
}
|
|
1206
|
+
export declare namespace GetNetworkTelemetryRequest {
|
|
1207
|
+
|
|
1208
|
+
const filterSensitiveLog: (obj: GetNetworkTelemetryRequest) => any;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
export interface NetworkTelemetry {
|
|
1212
|
+
|
|
1213
|
+
RegisteredGatewayArn?: string;
|
|
1214
|
+
|
|
1215
|
+
AwsRegion?: string;
|
|
1216
|
+
|
|
1217
|
+
AccountId?: string;
|
|
1218
|
+
|
|
1219
|
+
ResourceType?: string;
|
|
1220
|
+
|
|
1221
|
+
ResourceId?: string;
|
|
1222
|
+
|
|
1223
|
+
ResourceArn?: string;
|
|
1224
|
+
|
|
1225
|
+
Address?: string;
|
|
1226
|
+
|
|
1227
|
+
Health?: ConnectionHealth;
|
|
1228
|
+
}
|
|
1229
|
+
export declare namespace NetworkTelemetry {
|
|
1230
|
+
|
|
1231
|
+
const filterSensitiveLog: (obj: NetworkTelemetry) => any;
|
|
1232
|
+
}
|
|
1233
|
+
export interface GetNetworkTelemetryResponse {
|
|
1234
|
+
|
|
1235
|
+
NetworkTelemetry?: NetworkTelemetry[];
|
|
1236
|
+
|
|
1237
|
+
NextToken?: string;
|
|
1238
|
+
}
|
|
1239
|
+
export declare namespace GetNetworkTelemetryResponse {
|
|
1240
|
+
|
|
1241
|
+
const filterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
|
|
1242
|
+
}
|
|
1243
|
+
export interface GetRouteAnalysisRequest {
|
|
1244
|
+
|
|
1245
|
+
GlobalNetworkId: string | undefined;
|
|
1246
|
+
|
|
1247
|
+
RouteAnalysisId: string | undefined;
|
|
1248
|
+
}
|
|
1249
|
+
export declare namespace GetRouteAnalysisRequest {
|
|
1250
|
+
|
|
1251
|
+
const filterSensitiveLog: (obj: GetRouteAnalysisRequest) => any;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
export interface RouteAnalysisEndpointOptions {
|
|
1255
|
+
|
|
1256
|
+
TransitGatewayAttachmentArn?: string;
|
|
1257
|
+
|
|
1258
|
+
TransitGatewayArn?: string;
|
|
1259
|
+
|
|
1260
|
+
IpAddress?: string;
|
|
1261
|
+
}
|
|
1262
|
+
export declare namespace RouteAnalysisEndpointOptions {
|
|
1263
|
+
|
|
1264
|
+
const filterSensitiveLog: (obj: RouteAnalysisEndpointOptions) => any;
|
|
1265
|
+
}
|
|
1266
|
+
export declare enum RouteAnalysisCompletionReasonCode {
|
|
1267
|
+
BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND = "BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND",
|
|
1268
|
+
CYCLIC_PATH_DETECTED = "CYCLIC_PATH_DETECTED",
|
|
1269
|
+
INACTIVE_ROUTE_FOR_DESTINATION_FOUND = "INACTIVE_ROUTE_FOR_DESTINATION_FOUND",
|
|
1270
|
+
MAX_HOPS_EXCEEDED = "MAX_HOPS_EXCEEDED",
|
|
1271
|
+
NO_DESTINATION_ARN_PROVIDED = "NO_DESTINATION_ARN_PROVIDED",
|
|
1272
|
+
POSSIBLE_MIDDLEBOX = "POSSIBLE_MIDDLEBOX",
|
|
1273
|
+
ROUTE_NOT_FOUND = "ROUTE_NOT_FOUND",
|
|
1274
|
+
TRANSIT_GATEWAY_ATTACHMENT = "TRANSIT_GATEWAY_ATTACHMENT_ATTACH_ARN_NO_MATCH",
|
|
1275
|
+
TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND = "TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND",
|
|
1276
|
+
TRANSIT_GATEWAY_ATTACHMENT_NOT_IN_TRANSIT_GATEWAY = "TRANSIT_GATEWAY_ATTACHMENT_NOT_IN_TRANSIT_GATEWAY",
|
|
1277
|
+
TRANSIT_GATEWAY_ATTACHMENT_STABLE_ROUTE_TABLE_NOT_FOUND = "TRANSIT_GATEWAY_ATTACHMENT_STABLE_ROUTE_TABLE_NOT_FOUND"
|
|
1278
|
+
}
|
|
1279
|
+
export declare enum RouteAnalysisCompletionResultCode {
|
|
1280
|
+
CONNECTED = "CONNECTED",
|
|
1281
|
+
NOT_CONNECTED = "NOT_CONNECTED"
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
export interface RouteAnalysisCompletion {
|
|
1285
|
+
|
|
1286
|
+
ResultCode?: RouteAnalysisCompletionResultCode | string;
|
|
1287
|
+
|
|
1288
|
+
ReasonCode?: RouteAnalysisCompletionReasonCode | string;
|
|
1289
|
+
|
|
1290
|
+
ReasonContext?: {
|
|
1291
|
+
[key: string]: string;
|
|
1292
|
+
};
|
|
1293
|
+
}
|
|
1294
|
+
export declare namespace RouteAnalysisCompletion {
|
|
1295
|
+
|
|
1296
|
+
const filterSensitiveLog: (obj: RouteAnalysisCompletion) => any;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
export interface NetworkResourceSummary {
|
|
1300
|
+
|
|
1301
|
+
RegisteredGatewayArn?: string;
|
|
1302
|
+
|
|
1303
|
+
ResourceArn?: string;
|
|
1304
|
+
|
|
1305
|
+
ResourceType?: string;
|
|
1306
|
+
|
|
1307
|
+
Definition?: string;
|
|
1308
|
+
|
|
1309
|
+
NameTag?: string;
|
|
1310
|
+
|
|
1311
|
+
IsMiddlebox?: boolean;
|
|
1312
|
+
}
|
|
1313
|
+
export declare namespace NetworkResourceSummary {
|
|
1314
|
+
|
|
1315
|
+
const filterSensitiveLog: (obj: NetworkResourceSummary) => any;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
export interface PathComponent {
|
|
1319
|
+
|
|
1320
|
+
Sequence?: number;
|
|
1321
|
+
|
|
1322
|
+
Resource?: NetworkResourceSummary;
|
|
1323
|
+
|
|
1324
|
+
DestinationCidrBlock?: string;
|
|
1325
|
+
}
|
|
1326
|
+
export declare namespace PathComponent {
|
|
1327
|
+
|
|
1328
|
+
const filterSensitiveLog: (obj: PathComponent) => any;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
export interface RouteAnalysisPath {
|
|
1332
|
+
|
|
1333
|
+
CompletionStatus?: RouteAnalysisCompletion;
|
|
1334
|
+
|
|
1335
|
+
Path?: PathComponent[];
|
|
1336
|
+
}
|
|
1337
|
+
export declare namespace RouteAnalysisPath {
|
|
1338
|
+
|
|
1339
|
+
const filterSensitiveLog: (obj: RouteAnalysisPath) => any;
|
|
1340
|
+
}
|
|
1341
|
+
export declare enum RouteAnalysisStatus {
|
|
1342
|
+
completed = "COMPLETED",
|
|
1343
|
+
failed = "FAILED",
|
|
1344
|
+
running = "RUNNING"
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
export interface RouteAnalysis {
|
|
1348
|
+
|
|
1349
|
+
GlobalNetworkId?: string;
|
|
1350
|
+
|
|
1351
|
+
OwnerAccountId?: string;
|
|
1352
|
+
|
|
1353
|
+
RouteAnalysisId?: string;
|
|
1354
|
+
|
|
1355
|
+
StartTimestamp?: Date;
|
|
1356
|
+
|
|
1357
|
+
Status?: RouteAnalysisStatus | string;
|
|
1358
|
+
|
|
1359
|
+
Source?: RouteAnalysisEndpointOptions;
|
|
1360
|
+
|
|
1361
|
+
Destination?: RouteAnalysisEndpointOptions;
|
|
1362
|
+
|
|
1363
|
+
IncludeReturnPath?: boolean;
|
|
1364
|
+
|
|
1365
|
+
UseMiddleboxes?: boolean;
|
|
1366
|
+
|
|
1367
|
+
ForwardPath?: RouteAnalysisPath;
|
|
1368
|
+
|
|
1369
|
+
ReturnPath?: RouteAnalysisPath;
|
|
1370
|
+
}
|
|
1371
|
+
export declare namespace RouteAnalysis {
|
|
1372
|
+
|
|
1373
|
+
const filterSensitiveLog: (obj: RouteAnalysis) => any;
|
|
1374
|
+
}
|
|
1375
|
+
export interface GetRouteAnalysisResponse {
|
|
1376
|
+
|
|
1377
|
+
RouteAnalysis?: RouteAnalysis;
|
|
1378
|
+
}
|
|
1379
|
+
export declare namespace GetRouteAnalysisResponse {
|
|
1380
|
+
|
|
1381
|
+
const filterSensitiveLog: (obj: GetRouteAnalysisResponse) => any;
|
|
1382
|
+
}
|
|
933
1383
|
export interface GetSitesRequest {
|
|
934
1384
|
|
|
935
1385
|
GlobalNetworkId: string | undefined;
|
|
@@ -1036,6 +1486,41 @@ export declare namespace RegisterTransitGatewayResponse {
|
|
|
1036
1486
|
|
|
1037
1487
|
const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
|
|
1038
1488
|
}
|
|
1489
|
+
|
|
1490
|
+
export interface RouteAnalysisEndpointOptionsSpecification {
|
|
1491
|
+
|
|
1492
|
+
TransitGatewayAttachmentArn?: string;
|
|
1493
|
+
|
|
1494
|
+
IpAddress?: string;
|
|
1495
|
+
}
|
|
1496
|
+
export declare namespace RouteAnalysisEndpointOptionsSpecification {
|
|
1497
|
+
|
|
1498
|
+
const filterSensitiveLog: (obj: RouteAnalysisEndpointOptionsSpecification) => any;
|
|
1499
|
+
}
|
|
1500
|
+
export interface StartRouteAnalysisRequest {
|
|
1501
|
+
|
|
1502
|
+
GlobalNetworkId: string | undefined;
|
|
1503
|
+
|
|
1504
|
+
Source: RouteAnalysisEndpointOptionsSpecification | undefined;
|
|
1505
|
+
|
|
1506
|
+
Destination: RouteAnalysisEndpointOptionsSpecification | undefined;
|
|
1507
|
+
|
|
1508
|
+
IncludeReturnPath?: boolean;
|
|
1509
|
+
|
|
1510
|
+
UseMiddleboxes?: boolean;
|
|
1511
|
+
}
|
|
1512
|
+
export declare namespace StartRouteAnalysisRequest {
|
|
1513
|
+
|
|
1514
|
+
const filterSensitiveLog: (obj: StartRouteAnalysisRequest) => any;
|
|
1515
|
+
}
|
|
1516
|
+
export interface StartRouteAnalysisResponse {
|
|
1517
|
+
|
|
1518
|
+
RouteAnalysis?: RouteAnalysis;
|
|
1519
|
+
}
|
|
1520
|
+
export declare namespace StartRouteAnalysisResponse {
|
|
1521
|
+
|
|
1522
|
+
const filterSensitiveLog: (obj: StartRouteAnalysisResponse) => any;
|
|
1523
|
+
}
|
|
1039
1524
|
export interface TagResourceRequest {
|
|
1040
1525
|
|
|
1041
1526
|
ResourceArn: string | undefined;
|
|
@@ -1170,6 +1655,32 @@ export declare namespace UpdateLinkResponse {
|
|
|
1170
1655
|
|
|
1171
1656
|
const filterSensitiveLog: (obj: UpdateLinkResponse) => any;
|
|
1172
1657
|
}
|
|
1658
|
+
export interface UpdateNetworkResourceMetadataRequest {
|
|
1659
|
+
|
|
1660
|
+
GlobalNetworkId: string | undefined;
|
|
1661
|
+
|
|
1662
|
+
ResourceArn: string | undefined;
|
|
1663
|
+
|
|
1664
|
+
Metadata: {
|
|
1665
|
+
[key: string]: string;
|
|
1666
|
+
} | undefined;
|
|
1667
|
+
}
|
|
1668
|
+
export declare namespace UpdateNetworkResourceMetadataRequest {
|
|
1669
|
+
|
|
1670
|
+
const filterSensitiveLog: (obj: UpdateNetworkResourceMetadataRequest) => any;
|
|
1671
|
+
}
|
|
1672
|
+
export interface UpdateNetworkResourceMetadataResponse {
|
|
1673
|
+
|
|
1674
|
+
ResourceArn?: string;
|
|
1675
|
+
|
|
1676
|
+
Metadata?: {
|
|
1677
|
+
[key: string]: string;
|
|
1678
|
+
};
|
|
1679
|
+
}
|
|
1680
|
+
export declare namespace UpdateNetworkResourceMetadataResponse {
|
|
1681
|
+
|
|
1682
|
+
const filterSensitiveLog: (obj: UpdateNetworkResourceMetadataResponse) => any;
|
|
1683
|
+
}
|
|
1173
1684
|
export interface UpdateSiteRequest {
|
|
1174
1685
|
|
|
1175
1686
|
GlobalNetworkId: string | undefined;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "../commands/GetNetworkResourceCountsCommand";
|
|
3
|
+
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetNetworkResourceCounts(config: NetworkManagerPaginationConfiguration, input: GetNetworkResourceCountsCommandInput, ...additionalArguments: any): Paginator<GetNetworkResourceCountsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "../commands/GetNetworkResourceRelationshipsCommand";
|
|
3
|
+
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetNetworkResourceRelationships(config: NetworkManagerPaginationConfiguration, input: GetNetworkResourceRelationshipsCommandInput, ...additionalArguments: any): Paginator<GetNetworkResourceRelationshipsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "../commands/GetNetworkResourcesCommand";
|
|
3
|
+
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetNetworkResources(config: NetworkManagerPaginationConfiguration, input: GetNetworkResourcesCommandInput, ...additionalArguments: any): Paginator<GetNetworkResourcesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "../commands/GetNetworkTelemetryCommand";
|
|
3
|
+
import { NetworkManagerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetNetworkTelemetry(config: NetworkManagerPaginationConfiguration, input: GetNetworkTelemetryCommandInput, ...additionalArguments: any): Paginator<GetNetworkTelemetryCommandOutput>;
|
|
@@ -4,7 +4,11 @@ export * from "./GetCustomerGatewayAssociationsPaginator";
|
|
|
4
4
|
export * from "./GetDevicesPaginator";
|
|
5
5
|
export * from "./GetLinkAssociationsPaginator";
|
|
6
6
|
export * from "./GetLinksPaginator";
|
|
7
|
+
export * from "./GetNetworkResourceCountsPaginator";
|
|
8
|
+
export * from "./GetNetworkResourceRelationshipsPaginator";
|
|
9
|
+
export * from "./GetNetworkResourcesPaginator";
|
|
10
|
+
export * from "./GetNetworkTelemetryPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
7
12
|
export * from "./GetSitesPaginator";
|
|
8
13
|
export * from "./GetTransitGatewayConnectPeerAssociationsPaginator";
|
|
9
14
|
export * from "./GetTransitGatewayRegistrationsPaginator";
|
|
10
|
-
export * from "./Interfaces";
|
|
@@ -23,17 +23,25 @@ import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociati
|
|
|
23
23
|
import { GetDevicesCommandInput, GetDevicesCommandOutput } from "../commands/GetDevicesCommand";
|
|
24
24
|
import { GetLinkAssociationsCommandInput, GetLinkAssociationsCommandOutput } from "../commands/GetLinkAssociationsCommand";
|
|
25
25
|
import { GetLinksCommandInput, GetLinksCommandOutput } from "../commands/GetLinksCommand";
|
|
26
|
+
import { GetNetworkResourceCountsCommandInput, GetNetworkResourceCountsCommandOutput } from "../commands/GetNetworkResourceCountsCommand";
|
|
27
|
+
import { GetNetworkResourceRelationshipsCommandInput, GetNetworkResourceRelationshipsCommandOutput } from "../commands/GetNetworkResourceRelationshipsCommand";
|
|
28
|
+
import { GetNetworkResourcesCommandInput, GetNetworkResourcesCommandOutput } from "../commands/GetNetworkResourcesCommand";
|
|
29
|
+
import { GetNetworkRoutesCommandInput, GetNetworkRoutesCommandOutput } from "../commands/GetNetworkRoutesCommand";
|
|
30
|
+
import { GetNetworkTelemetryCommandInput, GetNetworkTelemetryCommandOutput } from "../commands/GetNetworkTelemetryCommand";
|
|
31
|
+
import { GetRouteAnalysisCommandInput, GetRouteAnalysisCommandOutput } from "../commands/GetRouteAnalysisCommand";
|
|
26
32
|
import { GetSitesCommandInput, GetSitesCommandOutput } from "../commands/GetSitesCommand";
|
|
27
33
|
import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "../commands/GetTransitGatewayConnectPeerAssociationsCommand";
|
|
28
34
|
import { GetTransitGatewayRegistrationsCommandInput, GetTransitGatewayRegistrationsCommandOutput } from "../commands/GetTransitGatewayRegistrationsCommand";
|
|
29
35
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
30
36
|
import { RegisterTransitGatewayCommandInput, RegisterTransitGatewayCommandOutput } from "../commands/RegisterTransitGatewayCommand";
|
|
37
|
+
import { StartRouteAnalysisCommandInput, StartRouteAnalysisCommandOutput } from "../commands/StartRouteAnalysisCommand";
|
|
31
38
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
32
39
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
33
40
|
import { UpdateConnectionCommandInput, UpdateConnectionCommandOutput } from "../commands/UpdateConnectionCommand";
|
|
34
41
|
import { UpdateDeviceCommandInput, UpdateDeviceCommandOutput } from "../commands/UpdateDeviceCommand";
|
|
35
42
|
import { UpdateGlobalNetworkCommandInput, UpdateGlobalNetworkCommandOutput } from "../commands/UpdateGlobalNetworkCommand";
|
|
36
43
|
import { UpdateLinkCommandInput, UpdateLinkCommandOutput } from "../commands/UpdateLinkCommand";
|
|
44
|
+
import { UpdateNetworkResourceMetadataCommandInput, UpdateNetworkResourceMetadataCommandOutput } from "../commands/UpdateNetworkResourceMetadataCommand";
|
|
37
45
|
import { UpdateSiteCommandInput, UpdateSiteCommandOutput } from "../commands/UpdateSiteCommand";
|
|
38
46
|
export declare const serializeAws_restJson1AssociateCustomerGatewayCommand: (input: AssociateCustomerGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
47
|
export declare const serializeAws_restJson1AssociateLinkCommand: (input: AssociateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -58,17 +66,25 @@ export declare const serializeAws_restJson1GetCustomerGatewayAssociationsCommand
|
|
|
58
66
|
export declare const serializeAws_restJson1GetDevicesCommand: (input: GetDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
67
|
export declare const serializeAws_restJson1GetLinkAssociationsCommand: (input: GetLinkAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
68
|
export declare const serializeAws_restJson1GetLinksCommand: (input: GetLinksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restJson1GetNetworkResourceCountsCommand: (input: GetNetworkResourceCountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_restJson1GetNetworkResourceRelationshipsCommand: (input: GetNetworkResourceRelationshipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_restJson1GetNetworkResourcesCommand: (input: GetNetworkResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_restJson1GetNetworkRoutesCommand: (input: GetNetworkRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_restJson1GetNetworkTelemetryCommand: (input: GetNetworkTelemetryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_restJson1GetRouteAnalysisCommand: (input: GetRouteAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
75
|
export declare const serializeAws_restJson1GetSitesCommand: (input: GetSitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
76
|
export declare const serializeAws_restJson1GetTransitGatewayConnectPeerAssociationsCommand: (input: GetTransitGatewayConnectPeerAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
77
|
export declare const serializeAws_restJson1GetTransitGatewayRegistrationsCommand: (input: GetTransitGatewayRegistrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
78
|
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
79
|
export declare const serializeAws_restJson1RegisterTransitGatewayCommand: (input: RegisterTransitGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restJson1StartRouteAnalysisCommand: (input: StartRouteAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
81
|
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
82
|
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
83
|
export declare const serializeAws_restJson1UpdateConnectionCommand: (input: UpdateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
84
|
export declare const serializeAws_restJson1UpdateDeviceCommand: (input: UpdateDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
85
|
export declare const serializeAws_restJson1UpdateGlobalNetworkCommand: (input: UpdateGlobalNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
86
|
export declare const serializeAws_restJson1UpdateLinkCommand: (input: UpdateLinkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_restJson1UpdateNetworkResourceMetadataCommand: (input: UpdateNetworkResourceMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
88
|
export declare const serializeAws_restJson1UpdateSiteCommand: (input: UpdateSiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
89
|
export declare const deserializeAws_restJson1AssociateCustomerGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCustomerGatewayCommandOutput>;
|
|
74
90
|
export declare const deserializeAws_restJson1AssociateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateLinkCommandOutput>;
|
|
@@ -93,15 +109,23 @@ export declare const deserializeAws_restJson1GetCustomerGatewayAssociationsComma
|
|
|
93
109
|
export declare const deserializeAws_restJson1GetDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicesCommandOutput>;
|
|
94
110
|
export declare const deserializeAws_restJson1GetLinkAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLinkAssociationsCommandOutput>;
|
|
95
111
|
export declare const deserializeAws_restJson1GetLinksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLinksCommandOutput>;
|
|
112
|
+
export declare const deserializeAws_restJson1GetNetworkResourceCountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkResourceCountsCommandOutput>;
|
|
113
|
+
export declare const deserializeAws_restJson1GetNetworkResourceRelationshipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkResourceRelationshipsCommandOutput>;
|
|
114
|
+
export declare const deserializeAws_restJson1GetNetworkResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkResourcesCommandOutput>;
|
|
115
|
+
export declare const deserializeAws_restJson1GetNetworkRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkRoutesCommandOutput>;
|
|
116
|
+
export declare const deserializeAws_restJson1GetNetworkTelemetryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkTelemetryCommandOutput>;
|
|
117
|
+
export declare const deserializeAws_restJson1GetRouteAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRouteAnalysisCommandOutput>;
|
|
96
118
|
export declare const deserializeAws_restJson1GetSitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSitesCommandOutput>;
|
|
97
119
|
export declare const deserializeAws_restJson1GetTransitGatewayConnectPeerAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayConnectPeerAssociationsCommandOutput>;
|
|
98
120
|
export declare const deserializeAws_restJson1GetTransitGatewayRegistrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayRegistrationsCommandOutput>;
|
|
99
121
|
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
100
122
|
export declare const deserializeAws_restJson1RegisterTransitGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterTransitGatewayCommandOutput>;
|
|
123
|
+
export declare const deserializeAws_restJson1StartRouteAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartRouteAnalysisCommandOutput>;
|
|
101
124
|
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
102
125
|
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
103
126
|
export declare const deserializeAws_restJson1UpdateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectionCommandOutput>;
|
|
104
127
|
export declare const deserializeAws_restJson1UpdateDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceCommandOutput>;
|
|
105
128
|
export declare const deserializeAws_restJson1UpdateGlobalNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalNetworkCommandOutput>;
|
|
106
129
|
export declare const deserializeAws_restJson1UpdateLinkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateLinkCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_restJson1UpdateNetworkResourceMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkResourceMetadataCommandOutput>;
|
|
107
131
|
export declare const deserializeAws_restJson1UpdateSiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSiteCommandOutput>;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: NetworkManagerClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|
|
@@ -14,6 +14,8 @@ export declare const getRuntimeConfig: (config: NetworkManagerClientConfig) => {
|
|
|
14
14
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
15
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
16
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
17
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
18
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
17
19
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
18
20
|
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
19
21
|
apiVersion: string;
|