@aws-sdk/client-networkmanager 3.428.0 → 3.430.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-types/models/models_0.d.ts +45 -45
- package/dist-types/ts3.4/models/models_0.d.ts +45 -45
- package/package.json +11 -11
|
@@ -111,12 +111,12 @@ export interface Attachment {
|
|
|
111
111
|
* @public
|
|
112
112
|
* <p>The type of attachment.</p>
|
|
113
113
|
*/
|
|
114
|
-
AttachmentType?: AttachmentType
|
|
114
|
+
AttachmentType?: AttachmentType;
|
|
115
115
|
/**
|
|
116
116
|
* @public
|
|
117
117
|
* <p>The state of the attachment.</p>
|
|
118
118
|
*/
|
|
119
|
-
State?: AttachmentState
|
|
119
|
+
State?: AttachmentState;
|
|
120
120
|
/**
|
|
121
121
|
* @public
|
|
122
122
|
* <p>The Region where the edge is located.</p>
|
|
@@ -311,7 +311,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
311
311
|
* @public
|
|
312
312
|
* <p>The reason for the error.</p>
|
|
313
313
|
*/
|
|
314
|
-
Reason?: ValidationExceptionReason
|
|
314
|
+
Reason?: ValidationExceptionReason;
|
|
315
315
|
/**
|
|
316
316
|
* @public
|
|
317
317
|
* <p>The fields that caused the error, if applicable.</p>
|
|
@@ -406,7 +406,7 @@ export interface ConnectPeerAssociation {
|
|
|
406
406
|
* @public
|
|
407
407
|
* <p>The state of the Connect peer association.</p>
|
|
408
408
|
*/
|
|
409
|
-
State?: ConnectPeerAssociationState
|
|
409
|
+
State?: ConnectPeerAssociationState;
|
|
410
410
|
}
|
|
411
411
|
/**
|
|
412
412
|
* @public
|
|
@@ -523,7 +523,7 @@ export interface CustomerGatewayAssociation {
|
|
|
523
523
|
* @public
|
|
524
524
|
* <p>The association state.</p>
|
|
525
525
|
*/
|
|
526
|
-
State?: CustomerGatewayAssociationState
|
|
526
|
+
State?: CustomerGatewayAssociationState;
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
529
|
* @public
|
|
@@ -593,7 +593,7 @@ export interface LinkAssociation {
|
|
|
593
593
|
* @public
|
|
594
594
|
* <p>The state of the association.</p>
|
|
595
595
|
*/
|
|
596
|
-
LinkAssociationState?: LinkAssociationState
|
|
596
|
+
LinkAssociationState?: LinkAssociationState;
|
|
597
597
|
}
|
|
598
598
|
/**
|
|
599
599
|
* @public
|
|
@@ -673,7 +673,7 @@ export interface TransitGatewayConnectPeerAssociation {
|
|
|
673
673
|
* @public
|
|
674
674
|
* <p>The state of the association.</p>
|
|
675
675
|
*/
|
|
676
|
-
State?: TransitGatewayConnectPeerAssociationState
|
|
676
|
+
State?: TransitGatewayConnectPeerAssociationState;
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
679
|
* @public
|
|
@@ -811,7 +811,7 @@ export interface ConnectAttachmentOptions {
|
|
|
811
811
|
* @public
|
|
812
812
|
* <p>The protocol used for the attachment connection.</p>
|
|
813
813
|
*/
|
|
814
|
-
Protocol?: TunnelProtocol
|
|
814
|
+
Protocol?: TunnelProtocol;
|
|
815
815
|
}
|
|
816
816
|
/**
|
|
817
817
|
* @public
|
|
@@ -902,7 +902,7 @@ export interface Connection {
|
|
|
902
902
|
* @public
|
|
903
903
|
* <p>The state of the connection.</p>
|
|
904
904
|
*/
|
|
905
|
-
State?: ConnectionState
|
|
905
|
+
State?: ConnectionState;
|
|
906
906
|
/**
|
|
907
907
|
* @public
|
|
908
908
|
* <p>The tags for the connection.</p>
|
|
@@ -942,12 +942,12 @@ export interface ConnectionHealth {
|
|
|
942
942
|
* @public
|
|
943
943
|
* <p>The connection type.</p>
|
|
944
944
|
*/
|
|
945
|
-
Type?: ConnectionType
|
|
945
|
+
Type?: ConnectionType;
|
|
946
946
|
/**
|
|
947
947
|
* @public
|
|
948
948
|
* <p>The connection status.</p>
|
|
949
949
|
*/
|
|
950
|
-
Status?: ConnectionStatus
|
|
950
|
+
Status?: ConnectionStatus;
|
|
951
951
|
/**
|
|
952
952
|
* @public
|
|
953
953
|
* <p>The time the status was last updated.</p>
|
|
@@ -1004,7 +1004,7 @@ export interface ConnectPeerConfiguration {
|
|
|
1004
1004
|
* @public
|
|
1005
1005
|
* <p>The protocol used for a Connect peer configuration.</p>
|
|
1006
1006
|
*/
|
|
1007
|
-
Protocol?: TunnelProtocol
|
|
1007
|
+
Protocol?: TunnelProtocol;
|
|
1008
1008
|
/**
|
|
1009
1009
|
* @public
|
|
1010
1010
|
* <p>The Connect peer BGP configurations.</p>
|
|
@@ -1054,7 +1054,7 @@ export interface ConnectPeer {
|
|
|
1054
1054
|
* @public
|
|
1055
1055
|
* <p>The state of the Connect peer.</p>
|
|
1056
1056
|
*/
|
|
1057
|
-
State?: ConnectPeerState
|
|
1057
|
+
State?: ConnectPeerState;
|
|
1058
1058
|
/**
|
|
1059
1059
|
* @public
|
|
1060
1060
|
* <p>The timestamp when the Connect peer was created.</p>
|
|
@@ -1100,7 +1100,7 @@ export interface ConnectPeerSummary {
|
|
|
1100
1100
|
* @public
|
|
1101
1101
|
* <p>The state of a Connect peer.</p>
|
|
1102
1102
|
*/
|
|
1103
|
-
ConnectPeerState?: ConnectPeerState
|
|
1103
|
+
ConnectPeerState?: ConnectPeerState;
|
|
1104
1104
|
/**
|
|
1105
1105
|
* @public
|
|
1106
1106
|
* <p>The timestamp when a Connect peer was created.</p>
|
|
@@ -1202,7 +1202,7 @@ export interface CoreNetwork {
|
|
|
1202
1202
|
* @public
|
|
1203
1203
|
* <p>The current state of a core network.</p>
|
|
1204
1204
|
*/
|
|
1205
|
-
State?: CoreNetworkState
|
|
1205
|
+
State?: CoreNetworkState;
|
|
1206
1206
|
/**
|
|
1207
1207
|
* @public
|
|
1208
1208
|
* <p>The segments within a core network.</p>
|
|
@@ -1269,12 +1269,12 @@ export interface CoreNetworkChange {
|
|
|
1269
1269
|
* @public
|
|
1270
1270
|
* <p>The type of change.</p>
|
|
1271
1271
|
*/
|
|
1272
|
-
Type?: ChangeType
|
|
1272
|
+
Type?: ChangeType;
|
|
1273
1273
|
/**
|
|
1274
1274
|
* @public
|
|
1275
1275
|
* <p>The action to take for a core network.</p>
|
|
1276
1276
|
*/
|
|
1277
|
-
Action?: ChangeAction
|
|
1277
|
+
Action?: ChangeAction;
|
|
1278
1278
|
/**
|
|
1279
1279
|
* @public
|
|
1280
1280
|
* <p>The resource identifier.</p>
|
|
@@ -1331,12 +1331,12 @@ export interface CoreNetworkChangeEvent {
|
|
|
1331
1331
|
* @public
|
|
1332
1332
|
* <p>Describes the type of change event. </p>
|
|
1333
1333
|
*/
|
|
1334
|
-
Type?: ChangeType
|
|
1334
|
+
Type?: ChangeType;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* @public
|
|
1337
1337
|
* <p>The action taken for the change event.</p>
|
|
1338
1338
|
*/
|
|
1339
|
-
Action?: ChangeAction
|
|
1339
|
+
Action?: ChangeAction;
|
|
1340
1340
|
/**
|
|
1341
1341
|
* @public
|
|
1342
1342
|
* <p>Uniquely identifies the path for a change within the changeset. For example, the <code>IdentifierPath</code> for a core network segment change might be <code>"CORE_NETWORK_SEGMENT/us-east-1/devsegment"</code>.</p>
|
|
@@ -1351,7 +1351,7 @@ export interface CoreNetworkChangeEvent {
|
|
|
1351
1351
|
* @public
|
|
1352
1352
|
* <p>The status of the core network change event.</p>
|
|
1353
1353
|
*/
|
|
1354
|
-
Status?: ChangeStatus
|
|
1354
|
+
Status?: ChangeStatus;
|
|
1355
1355
|
/**
|
|
1356
1356
|
* @public
|
|
1357
1357
|
* <p>Details of the change event.</p>
|
|
@@ -1410,7 +1410,7 @@ export interface CoreNetworkPolicy {
|
|
|
1410
1410
|
* @public
|
|
1411
1411
|
* <p>Whether a core network policy is the current LIVE policy or the most recently submitted policy.</p>
|
|
1412
1412
|
*/
|
|
1413
|
-
Alias?: CoreNetworkPolicyAlias
|
|
1413
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
1414
1414
|
/**
|
|
1415
1415
|
* @public
|
|
1416
1416
|
* <p>The description of a core network policy.</p>
|
|
@@ -1425,7 +1425,7 @@ export interface CoreNetworkPolicy {
|
|
|
1425
1425
|
* @public
|
|
1426
1426
|
* <p>The state of a core network policy.</p>
|
|
1427
1427
|
*/
|
|
1428
|
-
ChangeSetState?: ChangeSetState
|
|
1428
|
+
ChangeSetState?: ChangeSetState;
|
|
1429
1429
|
/**
|
|
1430
1430
|
* @public
|
|
1431
1431
|
* <p>Describes any errors in a core network policy.</p>
|
|
@@ -1474,7 +1474,7 @@ export interface CoreNetworkPolicyVersion {
|
|
|
1474
1474
|
* @public
|
|
1475
1475
|
* <p>Whether a core network policy is the current policy or the most recently submitted policy.</p>
|
|
1476
1476
|
*/
|
|
1477
|
-
Alias?: CoreNetworkPolicyAlias
|
|
1477
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
1478
1478
|
/**
|
|
1479
1479
|
* @public
|
|
1480
1480
|
* <p>The description of a core network policy version.</p>
|
|
@@ -1489,7 +1489,7 @@ export interface CoreNetworkPolicyVersion {
|
|
|
1489
1489
|
* @public
|
|
1490
1490
|
* <p>The status of the policy version change set.</p>
|
|
1491
1491
|
*/
|
|
1492
|
-
ChangeSetState?: ChangeSetState
|
|
1492
|
+
ChangeSetState?: ChangeSetState;
|
|
1493
1493
|
}
|
|
1494
1494
|
/**
|
|
1495
1495
|
* @public
|
|
@@ -1541,7 +1541,7 @@ export interface CoreNetworkSummary {
|
|
|
1541
1541
|
* @public
|
|
1542
1542
|
* <p>The state of a core network.</p>
|
|
1543
1543
|
*/
|
|
1544
|
-
State?: CoreNetworkState
|
|
1544
|
+
State?: CoreNetworkState;
|
|
1545
1545
|
/**
|
|
1546
1546
|
* @public
|
|
1547
1547
|
* <p>The description of a core network.</p>
|
|
@@ -1902,7 +1902,7 @@ export interface Device {
|
|
|
1902
1902
|
* @public
|
|
1903
1903
|
* <p>The device state.</p>
|
|
1904
1904
|
*/
|
|
1905
|
-
State?: DeviceState
|
|
1905
|
+
State?: DeviceState;
|
|
1906
1906
|
/**
|
|
1907
1907
|
* @public
|
|
1908
1908
|
* <p>The tags for the device.</p>
|
|
@@ -1978,7 +1978,7 @@ export interface GlobalNetwork {
|
|
|
1978
1978
|
* @public
|
|
1979
1979
|
* <p>The state of the global network.</p>
|
|
1980
1980
|
*/
|
|
1981
|
-
State?: GlobalNetworkState
|
|
1981
|
+
State?: GlobalNetworkState;
|
|
1982
1982
|
/**
|
|
1983
1983
|
* @public
|
|
1984
1984
|
* <p>The tags for the global network.</p>
|
|
@@ -2106,7 +2106,7 @@ export interface Link {
|
|
|
2106
2106
|
* @public
|
|
2107
2107
|
* <p>The state of the link.</p>
|
|
2108
2108
|
*/
|
|
2109
|
-
State?: LinkState
|
|
2109
|
+
State?: LinkState;
|
|
2110
2110
|
/**
|
|
2111
2111
|
* @public
|
|
2112
2112
|
* <p>The tags for the link.</p>
|
|
@@ -2216,7 +2216,7 @@ export interface Site {
|
|
|
2216
2216
|
* @public
|
|
2217
2217
|
* <p>The state of the site.</p>
|
|
2218
2218
|
*/
|
|
2219
|
-
State?: SiteState
|
|
2219
|
+
State?: SiteState;
|
|
2220
2220
|
/**
|
|
2221
2221
|
* @public
|
|
2222
2222
|
* <p>The tags for the site.</p>
|
|
@@ -2363,12 +2363,12 @@ export interface Peering {
|
|
|
2363
2363
|
* @public
|
|
2364
2364
|
* <p>The type of peering. This will be <code>TRANSIT_GATEWAY</code>.</p>
|
|
2365
2365
|
*/
|
|
2366
|
-
PeeringType?: PeeringType
|
|
2366
|
+
PeeringType?: PeeringType;
|
|
2367
2367
|
/**
|
|
2368
2368
|
* @public
|
|
2369
2369
|
* <p>The current state of the peering connection. </p>
|
|
2370
2370
|
*/
|
|
2371
|
-
State?: PeeringState
|
|
2371
|
+
State?: PeeringState;
|
|
2372
2372
|
/**
|
|
2373
2373
|
* @public
|
|
2374
2374
|
* <p>The edge location for the peer.</p>
|
|
@@ -2838,7 +2838,7 @@ export interface TransitGatewayRegistrationStateReason {
|
|
|
2838
2838
|
* @public
|
|
2839
2839
|
* <p>The code for the state reason.</p>
|
|
2840
2840
|
*/
|
|
2841
|
-
Code?: TransitGatewayRegistrationState
|
|
2841
|
+
Code?: TransitGatewayRegistrationState;
|
|
2842
2842
|
/**
|
|
2843
2843
|
* @public
|
|
2844
2844
|
* <p>The message for the state reason.</p>
|
|
@@ -3279,7 +3279,7 @@ export interface GetCoreNetworkPolicyRequest {
|
|
|
3279
3279
|
* @public
|
|
3280
3280
|
* <p>The alias of a core network policy </p>
|
|
3281
3281
|
*/
|
|
3282
|
-
Alias?: CoreNetworkPolicyAlias
|
|
3282
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
3283
3283
|
}
|
|
3284
3284
|
/**
|
|
3285
3285
|
* @public
|
|
@@ -4118,12 +4118,12 @@ export interface GetNetworkRoutesRequest {
|
|
|
4118
4118
|
* @public
|
|
4119
4119
|
* <p>The route states.</p>
|
|
4120
4120
|
*/
|
|
4121
|
-
States?:
|
|
4121
|
+
States?: RouteState[];
|
|
4122
4122
|
/**
|
|
4123
4123
|
* @public
|
|
4124
4124
|
* <p>The route types.</p>
|
|
4125
4125
|
*/
|
|
4126
|
-
Types?:
|
|
4126
|
+
Types?: RouteType[];
|
|
4127
4127
|
/**
|
|
4128
4128
|
* @public
|
|
4129
4129
|
* <p>Filter by route table destination. Possible Values: TRANSIT_GATEWAY_ATTACHMENT_ID, RESOURCE_ID, or RESOURCE_TYPE.</p>
|
|
@@ -4190,12 +4190,12 @@ export interface NetworkRoute {
|
|
|
4190
4190
|
* @public
|
|
4191
4191
|
* <p>The route state. The possible values are <code>active</code> and <code>blackhole</code>.</p>
|
|
4192
4192
|
*/
|
|
4193
|
-
State?: RouteState
|
|
4193
|
+
State?: RouteState;
|
|
4194
4194
|
/**
|
|
4195
4195
|
* @public
|
|
4196
4196
|
* <p>The route type. The possible values are <code>propagated</code> and <code>static</code>.</p>
|
|
4197
4197
|
*/
|
|
4198
|
-
Type?: RouteType
|
|
4198
|
+
Type?: RouteType;
|
|
4199
4199
|
}
|
|
4200
4200
|
/**
|
|
4201
4201
|
* @public
|
|
@@ -4227,7 +4227,7 @@ export interface GetNetworkRoutesResponse {
|
|
|
4227
4227
|
* @public
|
|
4228
4228
|
* <p>The route table type.</p>
|
|
4229
4229
|
*/
|
|
4230
|
-
RouteTableType?: RouteTableType
|
|
4230
|
+
RouteTableType?: RouteTableType;
|
|
4231
4231
|
/**
|
|
4232
4232
|
* @public
|
|
4233
4233
|
* <p>The route table creation time.</p>
|
|
@@ -4528,7 +4528,7 @@ export interface RouteAnalysisCompletion {
|
|
|
4528
4528
|
* <p>The result of the analysis. If the status is <code>NOT_CONNECTED</code>, check the
|
|
4529
4529
|
* reason code.</p>
|
|
4530
4530
|
*/
|
|
4531
|
-
ResultCode?: RouteAnalysisCompletionResultCode
|
|
4531
|
+
ResultCode?: RouteAnalysisCompletionResultCode;
|
|
4532
4532
|
/**
|
|
4533
4533
|
* @public
|
|
4534
4534
|
* <p>The reason code. Available only if a connection is not found.</p>
|
|
@@ -4571,7 +4571,7 @@ export interface RouteAnalysisCompletion {
|
|
|
4571
4571
|
* </li>
|
|
4572
4572
|
* </ul>
|
|
4573
4573
|
*/
|
|
4574
|
-
ReasonCode?: RouteAnalysisCompletionReasonCode
|
|
4574
|
+
ReasonCode?: RouteAnalysisCompletionReasonCode;
|
|
4575
4575
|
/**
|
|
4576
4576
|
* @public
|
|
4577
4577
|
* <p>Additional information about the path. Available only if a connection is not found.</p>
|
|
@@ -4693,7 +4693,7 @@ export interface RouteAnalysis {
|
|
|
4693
4693
|
* @public
|
|
4694
4694
|
* <p>The status of the route analysis.</p>
|
|
4695
4695
|
*/
|
|
4696
|
-
Status?: RouteAnalysisStatus
|
|
4696
|
+
Status?: RouteAnalysisStatus;
|
|
4697
4697
|
/**
|
|
4698
4698
|
* @public
|
|
4699
4699
|
* <p>The source.</p>
|
|
@@ -4950,7 +4950,7 @@ export interface ListAttachmentsRequest {
|
|
|
4950
4950
|
* @public
|
|
4951
4951
|
* <p>The type of attachment.</p>
|
|
4952
4952
|
*/
|
|
4953
|
-
AttachmentType?: AttachmentType
|
|
4953
|
+
AttachmentType?: AttachmentType;
|
|
4954
4954
|
/**
|
|
4955
4955
|
* @public
|
|
4956
4956
|
* <p>The Region where the edge is located.</p>
|
|
@@ -4960,7 +4960,7 @@ export interface ListAttachmentsRequest {
|
|
|
4960
4960
|
* @public
|
|
4961
4961
|
* <p>The state of the attachment.</p>
|
|
4962
4962
|
*/
|
|
4963
|
-
State?: AttachmentState
|
|
4963
|
+
State?: AttachmentState;
|
|
4964
4964
|
/**
|
|
4965
4965
|
* @public
|
|
4966
4966
|
* <p>The maximum number of results to return.</p>
|
|
@@ -5161,7 +5161,7 @@ export interface ListPeeringsRequest {
|
|
|
5161
5161
|
* @public
|
|
5162
5162
|
* <p>Returns a list of a peering requests.</p>
|
|
5163
5163
|
*/
|
|
5164
|
-
PeeringType?: PeeringType
|
|
5164
|
+
PeeringType?: PeeringType;
|
|
5165
5165
|
/**
|
|
5166
5166
|
* @public
|
|
5167
5167
|
* <p>Returns a list edge locations for the </p>
|
|
@@ -5171,7 +5171,7 @@ export interface ListPeeringsRequest {
|
|
|
5171
5171
|
* @public
|
|
5172
5172
|
* <p>Returns a list of the peering request states.</p>
|
|
5173
5173
|
*/
|
|
5174
|
-
State?: PeeringState
|
|
5174
|
+
State?: PeeringState;
|
|
5175
5175
|
/**
|
|
5176
5176
|
* @public
|
|
5177
5177
|
* <p>The maximum number of results to return.</p>
|
|
@@ -41,8 +41,8 @@ export interface Attachment {
|
|
|
41
41
|
CoreNetworkArn?: string;
|
|
42
42
|
AttachmentId?: string;
|
|
43
43
|
OwnerAccountId?: string;
|
|
44
|
-
AttachmentType?: AttachmentType
|
|
45
|
-
State?: AttachmentState
|
|
44
|
+
AttachmentType?: AttachmentType;
|
|
45
|
+
State?: AttachmentState;
|
|
46
46
|
EdgeLocation?: string;
|
|
47
47
|
ResourceArn?: string;
|
|
48
48
|
AttachmentPolicyRuleNumber?: number;
|
|
@@ -116,7 +116,7 @@ export declare class ValidationException extends __BaseException {
|
|
|
116
116
|
readonly name: "ValidationException";
|
|
117
117
|
readonly $fault: "client";
|
|
118
118
|
Message: string | undefined;
|
|
119
|
-
Reason?: ValidationExceptionReason
|
|
119
|
+
Reason?: ValidationExceptionReason;
|
|
120
120
|
Fields?: ValidationExceptionField[];
|
|
121
121
|
constructor(
|
|
122
122
|
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
@@ -145,7 +145,7 @@ export interface ConnectPeerAssociation {
|
|
|
145
145
|
GlobalNetworkId?: string;
|
|
146
146
|
DeviceId?: string;
|
|
147
147
|
LinkId?: string;
|
|
148
|
-
State?: ConnectPeerAssociationState
|
|
148
|
+
State?: ConnectPeerAssociationState;
|
|
149
149
|
}
|
|
150
150
|
export interface AssociateConnectPeerResponse {
|
|
151
151
|
ConnectPeerAssociation?: ConnectPeerAssociation;
|
|
@@ -181,7 +181,7 @@ export interface CustomerGatewayAssociation {
|
|
|
181
181
|
GlobalNetworkId?: string;
|
|
182
182
|
DeviceId?: string;
|
|
183
183
|
LinkId?: string;
|
|
184
|
-
State?: CustomerGatewayAssociationState
|
|
184
|
+
State?: CustomerGatewayAssociationState;
|
|
185
185
|
}
|
|
186
186
|
export interface AssociateCustomerGatewayResponse {
|
|
187
187
|
CustomerGatewayAssociation?: CustomerGatewayAssociation;
|
|
@@ -203,7 +203,7 @@ export interface LinkAssociation {
|
|
|
203
203
|
GlobalNetworkId?: string;
|
|
204
204
|
DeviceId?: string;
|
|
205
205
|
LinkId?: string;
|
|
206
|
-
LinkAssociationState?: LinkAssociationState
|
|
206
|
+
LinkAssociationState?: LinkAssociationState;
|
|
207
207
|
}
|
|
208
208
|
export interface AssociateLinkResponse {
|
|
209
209
|
LinkAssociation?: LinkAssociation;
|
|
@@ -227,7 +227,7 @@ export interface TransitGatewayConnectPeerAssociation {
|
|
|
227
227
|
GlobalNetworkId?: string;
|
|
228
228
|
DeviceId?: string;
|
|
229
229
|
LinkId?: string;
|
|
230
|
-
State?: TransitGatewayConnectPeerAssociationState
|
|
230
|
+
State?: TransitGatewayConnectPeerAssociationState;
|
|
231
231
|
}
|
|
232
232
|
export interface AssociateTransitGatewayConnectPeerResponse {
|
|
233
233
|
TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
|
|
@@ -284,7 +284,7 @@ export declare const TunnelProtocol: {
|
|
|
284
284
|
export type TunnelProtocol =
|
|
285
285
|
(typeof TunnelProtocol)[keyof typeof TunnelProtocol];
|
|
286
286
|
export interface ConnectAttachmentOptions {
|
|
287
|
-
Protocol?: TunnelProtocol
|
|
287
|
+
Protocol?: TunnelProtocol;
|
|
288
288
|
}
|
|
289
289
|
export interface ConnectAttachment {
|
|
290
290
|
Attachment?: Attachment;
|
|
@@ -309,7 +309,7 @@ export interface Connection {
|
|
|
309
309
|
ConnectedLinkId?: string;
|
|
310
310
|
Description?: string;
|
|
311
311
|
CreatedAt?: Date;
|
|
312
|
-
State?: ConnectionState
|
|
312
|
+
State?: ConnectionState;
|
|
313
313
|
Tags?: Tag[];
|
|
314
314
|
}
|
|
315
315
|
export declare const ConnectionStatus: {
|
|
@@ -325,8 +325,8 @@ export declare const ConnectionType: {
|
|
|
325
325
|
export type ConnectionType =
|
|
326
326
|
(typeof ConnectionType)[keyof typeof ConnectionType];
|
|
327
327
|
export interface ConnectionHealth {
|
|
328
|
-
Type?: ConnectionType
|
|
329
|
-
Status?: ConnectionStatus
|
|
328
|
+
Type?: ConnectionType;
|
|
329
|
+
Status?: ConnectionStatus;
|
|
330
330
|
Timestamp?: Date;
|
|
331
331
|
}
|
|
332
332
|
export interface ConnectPeerBgpConfiguration {
|
|
@@ -339,7 +339,7 @@ export interface ConnectPeerConfiguration {
|
|
|
339
339
|
CoreNetworkAddress?: string;
|
|
340
340
|
PeerAddress?: string;
|
|
341
341
|
InsideCidrBlocks?: string[];
|
|
342
|
-
Protocol?: TunnelProtocol
|
|
342
|
+
Protocol?: TunnelProtocol;
|
|
343
343
|
BgpConfigurations?: ConnectPeerBgpConfiguration[];
|
|
344
344
|
}
|
|
345
345
|
export declare const ConnectPeerState: {
|
|
@@ -355,7 +355,7 @@ export interface ConnectPeer {
|
|
|
355
355
|
ConnectAttachmentId?: string;
|
|
356
356
|
ConnectPeerId?: string;
|
|
357
357
|
EdgeLocation?: string;
|
|
358
|
-
State?: ConnectPeerState
|
|
358
|
+
State?: ConnectPeerState;
|
|
359
359
|
CreatedAt?: Date;
|
|
360
360
|
Configuration?: ConnectPeerConfiguration;
|
|
361
361
|
Tags?: Tag[];
|
|
@@ -365,7 +365,7 @@ export interface ConnectPeerSummary {
|
|
|
365
365
|
ConnectAttachmentId?: string;
|
|
366
366
|
ConnectPeerId?: string;
|
|
367
367
|
EdgeLocation?: string;
|
|
368
|
-
ConnectPeerState?: ConnectPeerState
|
|
368
|
+
ConnectPeerState?: ConnectPeerState;
|
|
369
369
|
CreatedAt?: Date;
|
|
370
370
|
Tags?: Tag[];
|
|
371
371
|
}
|
|
@@ -393,7 +393,7 @@ export interface CoreNetwork {
|
|
|
393
393
|
CoreNetworkArn?: string;
|
|
394
394
|
Description?: string;
|
|
395
395
|
CreatedAt?: Date;
|
|
396
|
-
State?: CoreNetworkState
|
|
396
|
+
State?: CoreNetworkState;
|
|
397
397
|
Segments?: CoreNetworkSegment[];
|
|
398
398
|
Edges?: CoreNetworkEdge[];
|
|
399
399
|
Tags?: Tag[];
|
|
@@ -408,8 +408,8 @@ export interface CoreNetworkChangeValues {
|
|
|
408
408
|
SharedSegments?: string[];
|
|
409
409
|
}
|
|
410
410
|
export interface CoreNetworkChange {
|
|
411
|
-
Type?: ChangeType
|
|
412
|
-
Action?: ChangeAction
|
|
411
|
+
Type?: ChangeType;
|
|
412
|
+
Action?: ChangeAction;
|
|
413
413
|
Identifier?: string;
|
|
414
414
|
PreviousValues?: CoreNetworkChangeValues;
|
|
415
415
|
NewValues?: CoreNetworkChangeValues;
|
|
@@ -422,11 +422,11 @@ export interface CoreNetworkChangeEventValues {
|
|
|
422
422
|
Cidr?: string;
|
|
423
423
|
}
|
|
424
424
|
export interface CoreNetworkChangeEvent {
|
|
425
|
-
Type?: ChangeType
|
|
426
|
-
Action?: ChangeAction
|
|
425
|
+
Type?: ChangeType;
|
|
426
|
+
Action?: ChangeAction;
|
|
427
427
|
IdentifierPath?: string;
|
|
428
428
|
EventTime?: Date;
|
|
429
|
-
Status?: ChangeStatus
|
|
429
|
+
Status?: ChangeStatus;
|
|
430
430
|
Values?: CoreNetworkChangeEventValues;
|
|
431
431
|
}
|
|
432
432
|
export declare const CoreNetworkPolicyAlias: {
|
|
@@ -443,10 +443,10 @@ export interface CoreNetworkPolicyError {
|
|
|
443
443
|
export interface CoreNetworkPolicy {
|
|
444
444
|
CoreNetworkId?: string;
|
|
445
445
|
PolicyVersionId?: number;
|
|
446
|
-
Alias?: CoreNetworkPolicyAlias
|
|
446
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
447
447
|
Description?: string;
|
|
448
448
|
CreatedAt?: Date;
|
|
449
|
-
ChangeSetState?: ChangeSetState
|
|
449
|
+
ChangeSetState?: ChangeSetState;
|
|
450
450
|
PolicyErrors?: CoreNetworkPolicyError[];
|
|
451
451
|
PolicyDocument?: __LazyJsonString | string;
|
|
452
452
|
}
|
|
@@ -462,10 +462,10 @@ export declare class CoreNetworkPolicyException extends __BaseException {
|
|
|
462
462
|
export interface CoreNetworkPolicyVersion {
|
|
463
463
|
CoreNetworkId?: string;
|
|
464
464
|
PolicyVersionId?: number;
|
|
465
|
-
Alias?: CoreNetworkPolicyAlias
|
|
465
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
466
466
|
Description?: string;
|
|
467
467
|
CreatedAt?: Date;
|
|
468
|
-
ChangeSetState?: ChangeSetState
|
|
468
|
+
ChangeSetState?: ChangeSetState;
|
|
469
469
|
}
|
|
470
470
|
export interface CoreNetworkSegmentEdgeIdentifier {
|
|
471
471
|
CoreNetworkId?: string;
|
|
@@ -477,7 +477,7 @@ export interface CoreNetworkSummary {
|
|
|
477
477
|
CoreNetworkArn?: string;
|
|
478
478
|
GlobalNetworkId?: string;
|
|
479
479
|
OwnerAccountId?: string;
|
|
480
|
-
State?: CoreNetworkState
|
|
480
|
+
State?: CoreNetworkState;
|
|
481
481
|
Description?: string;
|
|
482
482
|
Tags?: Tag[];
|
|
483
483
|
}
|
|
@@ -563,7 +563,7 @@ export interface Device {
|
|
|
563
563
|
Location?: Location;
|
|
564
564
|
SiteId?: string;
|
|
565
565
|
CreatedAt?: Date;
|
|
566
|
-
State?: DeviceState
|
|
566
|
+
State?: DeviceState;
|
|
567
567
|
Tags?: Tag[];
|
|
568
568
|
}
|
|
569
569
|
export interface CreateDeviceResponse {
|
|
@@ -586,7 +586,7 @@ export interface GlobalNetwork {
|
|
|
586
586
|
GlobalNetworkArn?: string;
|
|
587
587
|
Description?: string;
|
|
588
588
|
CreatedAt?: Date;
|
|
589
|
-
State?: GlobalNetworkState
|
|
589
|
+
State?: GlobalNetworkState;
|
|
590
590
|
Tags?: Tag[];
|
|
591
591
|
}
|
|
592
592
|
export interface CreateGlobalNetworkResponse {
|
|
@@ -618,7 +618,7 @@ export interface Link {
|
|
|
618
618
|
Bandwidth?: Bandwidth;
|
|
619
619
|
Provider?: string;
|
|
620
620
|
CreatedAt?: Date;
|
|
621
|
-
State?: LinkState
|
|
621
|
+
State?: LinkState;
|
|
622
622
|
Tags?: Tag[];
|
|
623
623
|
}
|
|
624
624
|
export interface CreateLinkResponse {
|
|
@@ -644,7 +644,7 @@ export interface Site {
|
|
|
644
644
|
Description?: string;
|
|
645
645
|
Location?: Location;
|
|
646
646
|
CreatedAt?: Date;
|
|
647
|
-
State?: SiteState
|
|
647
|
+
State?: SiteState;
|
|
648
648
|
Tags?: Tag[];
|
|
649
649
|
}
|
|
650
650
|
export interface CreateSiteResponse {
|
|
@@ -685,8 +685,8 @@ export interface Peering {
|
|
|
685
685
|
CoreNetworkArn?: string;
|
|
686
686
|
PeeringId?: string;
|
|
687
687
|
OwnerAccountId?: string;
|
|
688
|
-
PeeringType?: PeeringType
|
|
689
|
-
State?: PeeringState
|
|
688
|
+
PeeringType?: PeeringType;
|
|
689
|
+
State?: PeeringState;
|
|
690
690
|
EdgeLocation?: string;
|
|
691
691
|
ResourceArn?: string;
|
|
692
692
|
Tags?: Tag[];
|
|
@@ -817,7 +817,7 @@ export declare const TransitGatewayRegistrationState: {
|
|
|
817
817
|
export type TransitGatewayRegistrationState =
|
|
818
818
|
(typeof TransitGatewayRegistrationState)[keyof typeof TransitGatewayRegistrationState];
|
|
819
819
|
export interface TransitGatewayRegistrationStateReason {
|
|
820
|
-
Code?: TransitGatewayRegistrationState
|
|
820
|
+
Code?: TransitGatewayRegistrationState;
|
|
821
821
|
Message?: string;
|
|
822
822
|
}
|
|
823
823
|
export interface TransitGatewayRegistration {
|
|
@@ -933,7 +933,7 @@ export interface GetCoreNetworkChangeSetResponse {
|
|
|
933
933
|
export interface GetCoreNetworkPolicyRequest {
|
|
934
934
|
CoreNetworkId: string | undefined;
|
|
935
935
|
PolicyVersionId?: number;
|
|
936
|
-
Alias?: CoreNetworkPolicyAlias
|
|
936
|
+
Alias?: CoreNetworkPolicyAlias;
|
|
937
937
|
}
|
|
938
938
|
export interface GetCoreNetworkPolicyResponse {
|
|
939
939
|
CoreNetworkPolicy?: CoreNetworkPolicy;
|
|
@@ -1066,8 +1066,8 @@ export interface GetNetworkRoutesRequest {
|
|
|
1066
1066
|
SubnetOfMatches?: string[];
|
|
1067
1067
|
SupernetOfMatches?: string[];
|
|
1068
1068
|
PrefixListIds?: string[];
|
|
1069
|
-
States?:
|
|
1070
|
-
Types?:
|
|
1069
|
+
States?: RouteState[];
|
|
1070
|
+
Types?: RouteType[];
|
|
1071
1071
|
DestinationFilters?: Record<string, string[]>;
|
|
1072
1072
|
}
|
|
1073
1073
|
export interface NetworkRouteDestination {
|
|
@@ -1082,8 +1082,8 @@ export interface NetworkRoute {
|
|
|
1082
1082
|
DestinationCidrBlock?: string;
|
|
1083
1083
|
Destinations?: NetworkRouteDestination[];
|
|
1084
1084
|
PrefixListId?: string;
|
|
1085
|
-
State?: RouteState
|
|
1086
|
-
Type?: RouteType
|
|
1085
|
+
State?: RouteState;
|
|
1086
|
+
Type?: RouteType;
|
|
1087
1087
|
}
|
|
1088
1088
|
export declare const RouteTableType: {
|
|
1089
1089
|
readonly CORE_NETWORK_SEGMENT: "CORE_NETWORK_SEGMENT";
|
|
@@ -1094,7 +1094,7 @@ export type RouteTableType =
|
|
|
1094
1094
|
export interface GetNetworkRoutesResponse {
|
|
1095
1095
|
RouteTableArn?: string;
|
|
1096
1096
|
CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
|
|
1097
|
-
RouteTableType?: RouteTableType
|
|
1097
|
+
RouteTableType?: RouteTableType;
|
|
1098
1098
|
RouteTableTimestamp?: Date;
|
|
1099
1099
|
NetworkRoutes?: NetworkRoute[];
|
|
1100
1100
|
}
|
|
@@ -1161,8 +1161,8 @@ export declare const RouteAnalysisCompletionResultCode: {
|
|
|
1161
1161
|
export type RouteAnalysisCompletionResultCode =
|
|
1162
1162
|
(typeof RouteAnalysisCompletionResultCode)[keyof typeof RouteAnalysisCompletionResultCode];
|
|
1163
1163
|
export interface RouteAnalysisCompletion {
|
|
1164
|
-
ResultCode?: RouteAnalysisCompletionResultCode
|
|
1165
|
-
ReasonCode?: RouteAnalysisCompletionReasonCode
|
|
1164
|
+
ResultCode?: RouteAnalysisCompletionResultCode;
|
|
1165
|
+
ReasonCode?: RouteAnalysisCompletionReasonCode;
|
|
1166
1166
|
ReasonContext?: Record<string, string>;
|
|
1167
1167
|
}
|
|
1168
1168
|
export interface NetworkResourceSummary {
|
|
@@ -1194,7 +1194,7 @@ export interface RouteAnalysis {
|
|
|
1194
1194
|
OwnerAccountId?: string;
|
|
1195
1195
|
RouteAnalysisId?: string;
|
|
1196
1196
|
StartTimestamp?: Date;
|
|
1197
|
-
Status?: RouteAnalysisStatus
|
|
1197
|
+
Status?: RouteAnalysisStatus;
|
|
1198
1198
|
Source?: RouteAnalysisEndpointOptions;
|
|
1199
1199
|
Destination?: RouteAnalysisEndpointOptions;
|
|
1200
1200
|
IncludeReturnPath?: boolean;
|
|
@@ -1261,9 +1261,9 @@ export interface GetVpcAttachmentResponse {
|
|
|
1261
1261
|
}
|
|
1262
1262
|
export interface ListAttachmentsRequest {
|
|
1263
1263
|
CoreNetworkId?: string;
|
|
1264
|
-
AttachmentType?: AttachmentType
|
|
1264
|
+
AttachmentType?: AttachmentType;
|
|
1265
1265
|
EdgeLocation?: string;
|
|
1266
|
-
State?: AttachmentState
|
|
1266
|
+
State?: AttachmentState;
|
|
1267
1267
|
MaxResults?: number;
|
|
1268
1268
|
NextToken?: string;
|
|
1269
1269
|
}
|
|
@@ -1314,9 +1314,9 @@ export interface ListOrganizationServiceAccessStatusResponse {
|
|
|
1314
1314
|
}
|
|
1315
1315
|
export interface ListPeeringsRequest {
|
|
1316
1316
|
CoreNetworkId?: string;
|
|
1317
|
-
PeeringType?: PeeringType
|
|
1317
|
+
PeeringType?: PeeringType;
|
|
1318
1318
|
EdgeLocation?: string;
|
|
1319
|
-
State?: PeeringState
|
|
1319
|
+
State?: PeeringState;
|
|
1320
1320
|
MaxResults?: number;
|
|
1321
1321
|
NextToken?: string;
|
|
1322
1322
|
}
|
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.430.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,28 +21,28 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.430.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.430.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
30
|
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.430.0",
|
|
32
32
|
"@aws-sdk/types": "3.428.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.430.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.15",
|
|
37
37
|
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.2",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.17",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
-
"@smithy/node-config-provider": "^2.1.
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.2",
|
|
46
46
|
"@smithy/node-http-handler": "^2.1.7",
|
|
47
47
|
"@smithy/protocol-http": "^3.0.7",
|
|
48
48
|
"@smithy/smithy-client": "^2.1.11",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
54
|
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.20",
|
|
56
56
|
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
58
|
"tslib": "^2.5.0",
|