@aws-sdk/client-networkmanager 3.128.0 → 3.137.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AcceptAttachmentCommand.js +2 -2
  3. package/dist-cjs/commands/AssociateConnectPeerCommand.js +2 -2
  4. package/dist-cjs/commands/AssociateCustomerGatewayCommand.js +2 -2
  5. package/dist-cjs/commands/AssociateLinkCommand.js +2 -2
  6. package/dist-cjs/commands/AssociateTransitGatewayConnectPeerCommand.js +2 -2
  7. package/dist-cjs/commands/CreateConnectAttachmentCommand.js +2 -2
  8. package/dist-cjs/commands/CreateConnectPeerCommand.js +2 -2
  9. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  10. package/dist-cjs/commands/CreateCoreNetworkCommand.js +2 -2
  11. package/dist-cjs/commands/CreateDeviceCommand.js +2 -2
  12. package/dist-cjs/commands/CreateGlobalNetworkCommand.js +2 -2
  13. package/dist-cjs/commands/CreateLinkCommand.js +2 -2
  14. package/dist-cjs/commands/CreateSiteCommand.js +2 -2
  15. package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +2 -2
  16. package/dist-cjs/commands/CreateTransitGatewayPeeringCommand.js +2 -2
  17. package/dist-cjs/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +2 -2
  18. package/dist-cjs/commands/CreateVpcAttachmentCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteAttachmentCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteConnectPeerCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteCoreNetworkCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteDeviceCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteGlobalNetworkCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteLinkCommand.js +2 -2
  27. package/dist-cjs/commands/DeletePeeringCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  29. package/dist-cjs/commands/DeleteSiteCommand.js +2 -2
  30. package/dist-cjs/commands/DeregisterTransitGatewayCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeGlobalNetworksCommand.js +2 -2
  32. package/dist-cjs/commands/DisassociateConnectPeerCommand.js +2 -2
  33. package/dist-cjs/commands/DisassociateCustomerGatewayCommand.js +2 -2
  34. package/dist-cjs/commands/DisassociateLinkCommand.js +2 -2
  35. package/dist-cjs/commands/DisassociateTransitGatewayConnectPeerCommand.js +2 -2
  36. package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +2 -2
  37. package/dist-cjs/commands/GetConnectAttachmentCommand.js +2 -2
  38. package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +2 -2
  39. package/dist-cjs/commands/GetConnectPeerCommand.js +2 -2
  40. package/dist-cjs/commands/GetConnectionsCommand.js +2 -2
  41. package/dist-cjs/commands/GetCoreNetworkChangeEventsCommand.js +2 -2
  42. package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +2 -2
  43. package/dist-cjs/commands/GetCoreNetworkCommand.js +2 -2
  44. package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +2 -2
  45. package/dist-cjs/commands/GetCustomerGatewayAssociationsCommand.js +2 -2
  46. package/dist-cjs/commands/GetDevicesCommand.js +2 -2
  47. package/dist-cjs/commands/GetLinkAssociationsCommand.js +2 -2
  48. package/dist-cjs/commands/GetLinksCommand.js +2 -2
  49. package/dist-cjs/commands/GetNetworkResourceCountsCommand.js +2 -2
  50. package/dist-cjs/commands/GetNetworkResourceRelationshipsCommand.js +2 -2
  51. package/dist-cjs/commands/GetNetworkResourcesCommand.js +2 -2
  52. package/dist-cjs/commands/GetNetworkRoutesCommand.js +2 -2
  53. package/dist-cjs/commands/GetNetworkTelemetryCommand.js +2 -2
  54. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
  55. package/dist-cjs/commands/GetRouteAnalysisCommand.js +2 -2
  56. package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +2 -2
  57. package/dist-cjs/commands/GetSitesCommand.js +2 -2
  58. package/dist-cjs/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +2 -2
  59. package/dist-cjs/commands/GetTransitGatewayPeeringCommand.js +2 -2
  60. package/dist-cjs/commands/GetTransitGatewayRegistrationsCommand.js +2 -2
  61. package/dist-cjs/commands/GetTransitGatewayRouteTableAttachmentCommand.js +2 -2
  62. package/dist-cjs/commands/GetVpcAttachmentCommand.js +2 -2
  63. package/dist-cjs/commands/ListAttachmentsCommand.js +2 -2
  64. package/dist-cjs/commands/ListConnectPeersCommand.js +2 -2
  65. package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +2 -2
  66. package/dist-cjs/commands/ListCoreNetworksCommand.js +2 -2
  67. package/dist-cjs/commands/ListOrganizationServiceAccessStatusCommand.js +2 -2
  68. package/dist-cjs/commands/ListPeeringsCommand.js +2 -2
  69. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  70. package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +2 -2
  71. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  72. package/dist-cjs/commands/RegisterTransitGatewayCommand.js +2 -2
  73. package/dist-cjs/commands/RejectAttachmentCommand.js +2 -2
  74. package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +2 -2
  75. package/dist-cjs/commands/StartOrganizationServiceAccessUpdateCommand.js +2 -2
  76. package/dist-cjs/commands/StartRouteAnalysisCommand.js +2 -2
  77. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  78. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  79. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
  80. package/dist-cjs/commands/UpdateCoreNetworkCommand.js +2 -2
  81. package/dist-cjs/commands/UpdateDeviceCommand.js +2 -2
  82. package/dist-cjs/commands/UpdateGlobalNetworkCommand.js +2 -2
  83. package/dist-cjs/commands/UpdateLinkCommand.js +2 -2
  84. package/dist-cjs/commands/UpdateNetworkResourceMetadataCommand.js +2 -2
  85. package/dist-cjs/commands/UpdateSiteCommand.js +2 -2
  86. package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +2 -2
  87. package/dist-cjs/models/models_0.js +940 -1400
  88. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  89. package/dist-es/commands/AcceptAttachmentCommand.js +3 -3
  90. package/dist-es/commands/AssociateConnectPeerCommand.js +3 -3
  91. package/dist-es/commands/AssociateCustomerGatewayCommand.js +3 -3
  92. package/dist-es/commands/AssociateLinkCommand.js +3 -3
  93. package/dist-es/commands/AssociateTransitGatewayConnectPeerCommand.js +3 -3
  94. package/dist-es/commands/CreateConnectAttachmentCommand.js +3 -3
  95. package/dist-es/commands/CreateConnectPeerCommand.js +3 -3
  96. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  97. package/dist-es/commands/CreateCoreNetworkCommand.js +3 -3
  98. package/dist-es/commands/CreateDeviceCommand.js +3 -3
  99. package/dist-es/commands/CreateGlobalNetworkCommand.js +3 -3
  100. package/dist-es/commands/CreateLinkCommand.js +3 -3
  101. package/dist-es/commands/CreateSiteCommand.js +3 -3
  102. package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +3 -3
  103. package/dist-es/commands/CreateTransitGatewayPeeringCommand.js +3 -3
  104. package/dist-es/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +3 -3
  105. package/dist-es/commands/CreateVpcAttachmentCommand.js +3 -3
  106. package/dist-es/commands/DeleteAttachmentCommand.js +3 -3
  107. package/dist-es/commands/DeleteConnectPeerCommand.js +3 -3
  108. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  109. package/dist-es/commands/DeleteCoreNetworkCommand.js +3 -3
  110. package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +3 -3
  111. package/dist-es/commands/DeleteDeviceCommand.js +3 -3
  112. package/dist-es/commands/DeleteGlobalNetworkCommand.js +3 -3
  113. package/dist-es/commands/DeleteLinkCommand.js +3 -3
  114. package/dist-es/commands/DeletePeeringCommand.js +3 -3
  115. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  116. package/dist-es/commands/DeleteSiteCommand.js +3 -3
  117. package/dist-es/commands/DeregisterTransitGatewayCommand.js +3 -3
  118. package/dist-es/commands/DescribeGlobalNetworksCommand.js +3 -3
  119. package/dist-es/commands/DisassociateConnectPeerCommand.js +3 -3
  120. package/dist-es/commands/DisassociateCustomerGatewayCommand.js +3 -3
  121. package/dist-es/commands/DisassociateLinkCommand.js +3 -3
  122. package/dist-es/commands/DisassociateTransitGatewayConnectPeerCommand.js +3 -3
  123. package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +3 -3
  124. package/dist-es/commands/GetConnectAttachmentCommand.js +3 -3
  125. package/dist-es/commands/GetConnectPeerAssociationsCommand.js +3 -3
  126. package/dist-es/commands/GetConnectPeerCommand.js +3 -3
  127. package/dist-es/commands/GetConnectionsCommand.js +3 -3
  128. package/dist-es/commands/GetCoreNetworkChangeEventsCommand.js +3 -3
  129. package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +3 -3
  130. package/dist-es/commands/GetCoreNetworkCommand.js +3 -3
  131. package/dist-es/commands/GetCoreNetworkPolicyCommand.js +3 -3
  132. package/dist-es/commands/GetCustomerGatewayAssociationsCommand.js +3 -3
  133. package/dist-es/commands/GetDevicesCommand.js +3 -3
  134. package/dist-es/commands/GetLinkAssociationsCommand.js +3 -3
  135. package/dist-es/commands/GetLinksCommand.js +3 -3
  136. package/dist-es/commands/GetNetworkResourceCountsCommand.js +3 -3
  137. package/dist-es/commands/GetNetworkResourceRelationshipsCommand.js +3 -3
  138. package/dist-es/commands/GetNetworkResourcesCommand.js +3 -3
  139. package/dist-es/commands/GetNetworkRoutesCommand.js +3 -3
  140. package/dist-es/commands/GetNetworkTelemetryCommand.js +3 -3
  141. package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
  142. package/dist-es/commands/GetRouteAnalysisCommand.js +3 -3
  143. package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +3 -3
  144. package/dist-es/commands/GetSitesCommand.js +3 -3
  145. package/dist-es/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +3 -3
  146. package/dist-es/commands/GetTransitGatewayPeeringCommand.js +3 -3
  147. package/dist-es/commands/GetTransitGatewayRegistrationsCommand.js +3 -3
  148. package/dist-es/commands/GetTransitGatewayRouteTableAttachmentCommand.js +3 -3
  149. package/dist-es/commands/GetVpcAttachmentCommand.js +3 -3
  150. package/dist-es/commands/ListAttachmentsCommand.js +3 -3
  151. package/dist-es/commands/ListConnectPeersCommand.js +3 -3
  152. package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +3 -3
  153. package/dist-es/commands/ListCoreNetworksCommand.js +3 -3
  154. package/dist-es/commands/ListOrganizationServiceAccessStatusCommand.js +3 -3
  155. package/dist-es/commands/ListPeeringsCommand.js +3 -3
  156. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  157. package/dist-es/commands/PutCoreNetworkPolicyCommand.js +3 -3
  158. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  159. package/dist-es/commands/RegisterTransitGatewayCommand.js +3 -3
  160. package/dist-es/commands/RejectAttachmentCommand.js +3 -3
  161. package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +3 -3
  162. package/dist-es/commands/StartOrganizationServiceAccessUpdateCommand.js +3 -3
  163. package/dist-es/commands/StartRouteAnalysisCommand.js +3 -3
  164. package/dist-es/commands/TagResourceCommand.js +3 -3
  165. package/dist-es/commands/UntagResourceCommand.js +3 -3
  166. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  167. package/dist-es/commands/UpdateCoreNetworkCommand.js +3 -3
  168. package/dist-es/commands/UpdateDeviceCommand.js +3 -3
  169. package/dist-es/commands/UpdateGlobalNetworkCommand.js +3 -3
  170. package/dist-es/commands/UpdateLinkCommand.js +3 -3
  171. package/dist-es/commands/UpdateNetworkResourceMetadataCommand.js +3 -3
  172. package/dist-es/commands/UpdateSiteCommand.js +3 -3
  173. package/dist-es/commands/UpdateVpcAttachmentCommand.js +3 -3
  174. package/dist-es/models/models_0.js +230 -920
  175. package/dist-es/protocols/Aws_restJson1.js +3 -0
  176. package/dist-types/models/models_0.d.ts +920 -1380
  177. package/dist-types/ts3.4/models/models_0.d.ts +460 -920
  178. package/package.json +9 -9
@@ -6,12 +6,6 @@ export interface AcceptAttachmentRequest {
6
6
  */
7
7
  AttachmentId: string | undefined;
8
8
  }
9
- export declare namespace AcceptAttachmentRequest {
10
- /**
11
- * @internal
12
- */
13
- const filterSensitiveLog: (obj: AcceptAttachmentRequest) => any;
14
- }
15
9
  export declare enum AttachmentType {
16
10
  CONNECT = "CONNECT",
17
11
  SITE_TO_SITE_VPN = "SITE_TO_SITE_VPN",
@@ -33,12 +27,6 @@ export interface Tag {
33
27
  */
34
28
  Value?: string;
35
29
  }
36
- export declare namespace Tag {
37
- /**
38
- * @internal
39
- */
40
- const filterSensitiveLog: (obj: Tag) => any;
41
- }
42
30
  /**
43
31
  * <p>Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted. </p>
44
32
  */
@@ -56,12 +44,6 @@ export interface ProposedSegmentChange {
56
44
  */
57
45
  SegmentName?: string;
58
46
  }
59
- export declare namespace ProposedSegmentChange {
60
- /**
61
- * @internal
62
- */
63
- const filterSensitiveLog: (obj: ProposedSegmentChange) => any;
64
- }
65
47
  export declare enum AttachmentState {
66
48
  AVAILABLE = "AVAILABLE",
67
49
  CREATING = "CREATING",
@@ -134,24 +116,12 @@ export interface Attachment {
134
116
  */
135
117
  UpdatedAt?: Date;
136
118
  }
137
- export declare namespace Attachment {
138
- /**
139
- * @internal
140
- */
141
- const filterSensitiveLog: (obj: Attachment) => any;
142
- }
143
119
  export interface AcceptAttachmentResponse {
144
120
  /**
145
121
  * <p>The response to the attachment request. </p>
146
122
  */
147
123
  Attachment?: Attachment;
148
124
  }
149
- export declare namespace AcceptAttachmentResponse {
150
- /**
151
- * @internal
152
- */
153
- const filterSensitiveLog: (obj: AcceptAttachmentResponse) => any;
154
- }
155
125
  /**
156
126
  * <p>You do not have sufficient access to perform this action.</p>
157
127
  */
@@ -254,12 +224,6 @@ export interface ValidationExceptionField {
254
224
  */
255
225
  Message: string | undefined;
256
226
  }
257
- export declare namespace ValidationExceptionField {
258
- /**
259
- * @internal
260
- */
261
- const filterSensitiveLog: (obj: ValidationExceptionField) => any;
262
- }
263
227
  export declare enum ValidationExceptionReason {
264
228
  CANNOT_PARSE = "CannotParse",
265
229
  FIELD_VALIDATION_FAILED = "FieldValidationFailed",
@@ -299,12 +263,6 @@ export interface AccountStatus {
299
263
  */
300
264
  SLRDeploymentStatus?: string;
301
265
  }
302
- export declare namespace AccountStatus {
303
- /**
304
- * @internal
305
- */
306
- const filterSensitiveLog: (obj: AccountStatus) => any;
307
- }
308
266
  export interface AssociateConnectPeerRequest {
309
267
  /**
310
268
  * <p>The ID of your global network.</p>
@@ -323,12 +281,6 @@ export interface AssociateConnectPeerRequest {
323
281
  */
324
282
  LinkId?: string;
325
283
  }
326
- export declare namespace AssociateConnectPeerRequest {
327
- /**
328
- * @internal
329
- */
330
- const filterSensitiveLog: (obj: AssociateConnectPeerRequest) => any;
331
- }
332
284
  export declare enum ConnectPeerAssociationState {
333
285
  available = "AVAILABLE",
334
286
  deleted = "DELETED",
@@ -360,24 +312,12 @@ export interface ConnectPeerAssociation {
360
312
  */
361
313
  State?: ConnectPeerAssociationState | string;
362
314
  }
363
- export declare namespace ConnectPeerAssociation {
364
- /**
365
- * @internal
366
- */
367
- const filterSensitiveLog: (obj: ConnectPeerAssociation) => any;
368
- }
369
315
  export interface AssociateConnectPeerResponse {
370
316
  /**
371
317
  * <p>The response to the Connect peer request.</p>
372
318
  */
373
319
  ConnectPeerAssociation?: ConnectPeerAssociation;
374
320
  }
375
- export declare namespace AssociateConnectPeerResponse {
376
- /**
377
- * @internal
378
- */
379
- const filterSensitiveLog: (obj: AssociateConnectPeerResponse) => any;
380
- }
381
321
  /**
382
322
  * <p>A service limit was exceeded.</p>
383
323
  */
@@ -427,12 +367,6 @@ export interface AssociateCustomerGatewayRequest {
427
367
  */
428
368
  LinkId?: string;
429
369
  }
430
- export declare namespace AssociateCustomerGatewayRequest {
431
- /**
432
- * @internal
433
- */
434
- const filterSensitiveLog: (obj: AssociateCustomerGatewayRequest) => any;
435
- }
436
370
  export declare enum CustomerGatewayAssociationState {
437
371
  available = "AVAILABLE",
438
372
  deleted = "DELETED",
@@ -464,24 +398,12 @@ export interface CustomerGatewayAssociation {
464
398
  */
465
399
  State?: CustomerGatewayAssociationState | string;
466
400
  }
467
- export declare namespace CustomerGatewayAssociation {
468
- /**
469
- * @internal
470
- */
471
- const filterSensitiveLog: (obj: CustomerGatewayAssociation) => any;
472
- }
473
401
  export interface AssociateCustomerGatewayResponse {
474
402
  /**
475
403
  * <p>The customer gateway association.</p>
476
404
  */
477
405
  CustomerGatewayAssociation?: CustomerGatewayAssociation;
478
406
  }
479
- export declare namespace AssociateCustomerGatewayResponse {
480
- /**
481
- * @internal
482
- */
483
- const filterSensitiveLog: (obj: AssociateCustomerGatewayResponse) => any;
484
- }
485
407
  export interface AssociateLinkRequest {
486
408
  /**
487
409
  * <p>The ID of the global network.</p>
@@ -496,12 +418,6 @@ export interface AssociateLinkRequest {
496
418
  */
497
419
  LinkId: string | undefined;
498
420
  }
499
- export declare namespace AssociateLinkRequest {
500
- /**
501
- * @internal
502
- */
503
- const filterSensitiveLog: (obj: AssociateLinkRequest) => any;
504
- }
505
421
  export declare enum LinkAssociationState {
506
422
  available = "AVAILABLE",
507
423
  deleted = "DELETED",
@@ -529,24 +445,12 @@ export interface LinkAssociation {
529
445
  */
530
446
  LinkAssociationState?: LinkAssociationState | string;
531
447
  }
532
- export declare namespace LinkAssociation {
533
- /**
534
- * @internal
535
- */
536
- const filterSensitiveLog: (obj: LinkAssociation) => any;
537
- }
538
448
  export interface AssociateLinkResponse {
539
449
  /**
540
450
  * <p>The link association.</p>
541
451
  */
542
452
  LinkAssociation?: LinkAssociation;
543
453
  }
544
- export declare namespace AssociateLinkResponse {
545
- /**
546
- * @internal
547
- */
548
- const filterSensitiveLog: (obj: AssociateLinkResponse) => any;
549
- }
550
454
  export interface AssociateTransitGatewayConnectPeerRequest {
551
455
  /**
552
456
  * <p>The ID of the global network.</p>
@@ -565,12 +469,6 @@ export interface AssociateTransitGatewayConnectPeerRequest {
565
469
  */
566
470
  LinkId?: string;
567
471
  }
568
- export declare namespace AssociateTransitGatewayConnectPeerRequest {
569
- /**
570
- * @internal
571
- */
572
- const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerRequest) => any;
573
- }
574
472
  export declare enum TransitGatewayConnectPeerAssociationState {
575
473
  available = "AVAILABLE",
576
474
  deleted = "DELETED",
@@ -602,24 +500,12 @@ export interface TransitGatewayConnectPeerAssociation {
602
500
  */
603
501
  State?: TransitGatewayConnectPeerAssociationState | string;
604
502
  }
605
- export declare namespace TransitGatewayConnectPeerAssociation {
606
- /**
607
- * @internal
608
- */
609
- const filterSensitiveLog: (obj: TransitGatewayConnectPeerAssociation) => any;
610
- }
611
503
  export interface AssociateTransitGatewayConnectPeerResponse {
612
504
  /**
613
505
  * <p>The transit gateway Connect peer association.</p>
614
506
  */
615
507
  TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
616
508
  }
617
- export declare namespace AssociateTransitGatewayConnectPeerResponse {
618
- /**
619
- * @internal
620
- */
621
- const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerResponse) => any;
622
- }
623
509
  /**
624
510
  * <p>Specifies a location in Amazon Web Services.</p>
625
511
  */
@@ -634,12 +520,6 @@ export interface AWSLocation {
634
520
  */
635
521
  SubnetArn?: string;
636
522
  }
637
- export declare namespace AWSLocation {
638
- /**
639
- * @internal
640
- */
641
- const filterSensitiveLog: (obj: AWSLocation) => any;
642
- }
643
523
  /**
644
524
  * <p>Describes bandwidth information.</p>
645
525
  */
@@ -653,12 +533,6 @@ export interface Bandwidth {
653
533
  */
654
534
  DownloadSpeed?: number;
655
535
  }
656
- export declare namespace Bandwidth {
657
- /**
658
- * @internal
659
- */
660
- const filterSensitiveLog: (obj: Bandwidth) => any;
661
- }
662
536
  /**
663
537
  * <p>Describes the BGP options.</p>
664
538
  */
@@ -668,12 +542,6 @@ export interface BgpOptions {
668
542
  */
669
543
  PeerAsn?: number;
670
544
  }
671
- export declare namespace BgpOptions {
672
- /**
673
- * @internal
674
- */
675
- const filterSensitiveLog: (obj: BgpOptions) => any;
676
- }
677
545
  export declare enum ChangeAction {
678
546
  ADD = "ADD",
679
547
  MODIFY = "MODIFY",
@@ -716,12 +584,6 @@ export interface ConnectAttachmentOptions {
716
584
  */
717
585
  Protocol?: TunnelProtocol | string;
718
586
  }
719
- export declare namespace ConnectAttachmentOptions {
720
- /**
721
- * @internal
722
- */
723
- const filterSensitiveLog: (obj: ConnectAttachmentOptions) => any;
724
- }
725
587
  /**
726
588
  * <p>Describes a core network Connect attachment.</p>
727
589
  */
@@ -739,12 +601,6 @@ export interface ConnectAttachment {
739
601
  */
740
602
  Options?: ConnectAttachmentOptions;
741
603
  }
742
- export declare namespace ConnectAttachment {
743
- /**
744
- * @internal
745
- */
746
- const filterSensitiveLog: (obj: ConnectAttachment) => any;
747
- }
748
604
  export declare enum ConnectionState {
749
605
  available = "AVAILABLE",
750
606
  deleting = "DELETING",
@@ -800,12 +656,6 @@ export interface Connection {
800
656
  */
801
657
  Tags?: Tag[];
802
658
  }
803
- export declare namespace Connection {
804
- /**
805
- * @internal
806
- */
807
- const filterSensitiveLog: (obj: Connection) => any;
808
- }
809
659
  export declare enum ConnectionStatus {
810
660
  DOWN = "DOWN",
811
661
  UP = "UP"
@@ -831,12 +681,6 @@ export interface ConnectionHealth {
831
681
  */
832
682
  Timestamp?: Date;
833
683
  }
834
- export declare namespace ConnectionHealth {
835
- /**
836
- * @internal
837
- */
838
- const filterSensitiveLog: (obj: ConnectionHealth) => any;
839
- }
840
684
  /**
841
685
  * <p>Describes a core network BGP configuration.</p>
842
686
  */
@@ -858,12 +702,6 @@ export interface ConnectPeerBgpConfiguration {
858
702
  */
859
703
  PeerAddress?: string;
860
704
  }
861
- export declare namespace ConnectPeerBgpConfiguration {
862
- /**
863
- * @internal
864
- */
865
- const filterSensitiveLog: (obj: ConnectPeerBgpConfiguration) => any;
866
- }
867
705
  /**
868
706
  * <p>Describes a core network Connect peer configuration.</p>
869
707
  */
@@ -889,12 +727,6 @@ export interface ConnectPeerConfiguration {
889
727
  */
890
728
  BgpConfigurations?: ConnectPeerBgpConfiguration[];
891
729
  }
892
- export declare namespace ConnectPeerConfiguration {
893
- /**
894
- * @internal
895
- */
896
- const filterSensitiveLog: (obj: ConnectPeerConfiguration) => any;
897
- }
898
730
  export declare enum ConnectPeerState {
899
731
  AVAILABLE = "AVAILABLE",
900
732
  CREATING = "CREATING",
@@ -938,12 +770,6 @@ export interface ConnectPeer {
938
770
  */
939
771
  Tags?: Tag[];
940
772
  }
941
- export declare namespace ConnectPeer {
942
- /**
943
- * @internal
944
- */
945
- const filterSensitiveLog: (obj: ConnectPeer) => any;
946
- }
947
773
  /**
948
774
  * <p>Summary description of a Connect peer.</p>
949
775
  */
@@ -977,12 +803,6 @@ export interface ConnectPeerSummary {
977
803
  */
978
804
  Tags?: Tag[];
979
805
  }
980
- export declare namespace ConnectPeerSummary {
981
- /**
982
- * @internal
983
- */
984
- const filterSensitiveLog: (obj: ConnectPeerSummary) => any;
985
- }
986
806
  /**
987
807
  * <p>Describes a core network edge.</p>
988
808
  */
@@ -1000,12 +820,6 @@ export interface CoreNetworkEdge {
1000
820
  */
1001
821
  InsideCidrBlocks?: string[];
1002
822
  }
1003
- export declare namespace CoreNetworkEdge {
1004
- /**
1005
- * @internal
1006
- */
1007
- const filterSensitiveLog: (obj: CoreNetworkEdge) => any;
1008
- }
1009
823
  /**
1010
824
  * <p>Describes a core network segment, which are dedicated routes. Only attachments within this segment can communicate with each other.</p>
1011
825
  */
@@ -1023,12 +837,6 @@ export interface CoreNetworkSegment {
1023
837
  */
1024
838
  SharedSegments?: string[];
1025
839
  }
1026
- export declare namespace CoreNetworkSegment {
1027
- /**
1028
- * @internal
1029
- */
1030
- const filterSensitiveLog: (obj: CoreNetworkSegment) => any;
1031
- }
1032
840
  export declare enum CoreNetworkState {
1033
841
  AVAILABLE = "AVAILABLE",
1034
842
  CREATING = "CREATING",
@@ -1076,12 +884,6 @@ export interface CoreNetwork {
1076
884
  */
1077
885
  Tags?: Tag[];
1078
886
  }
1079
- export declare namespace CoreNetwork {
1080
- /**
1081
- * @internal
1082
- */
1083
- const filterSensitiveLog: (obj: CoreNetwork) => any;
1084
- }
1085
887
  /**
1086
888
  * <p>Describes a core network change.</p>
1087
889
  */
@@ -1115,12 +917,6 @@ export interface CoreNetworkChangeValues {
1115
917
  */
1116
918
  SharedSegments?: string[];
1117
919
  }
1118
- export declare namespace CoreNetworkChangeValues {
1119
- /**
1120
- * @internal
1121
- */
1122
- const filterSensitiveLog: (obj: CoreNetworkChangeValues) => any;
1123
- }
1124
920
  /**
1125
921
  * <p>Details describing a core network change.</p>
1126
922
  */
@@ -1150,12 +946,6 @@ export interface CoreNetworkChange {
1150
946
  */
1151
947
  IdentifierPath?: string;
1152
948
  }
1153
- export declare namespace CoreNetworkChange {
1154
- /**
1155
- * @internal
1156
- */
1157
- const filterSensitiveLog: (obj: CoreNetworkChange) => any;
1158
- }
1159
949
  /**
1160
950
  * <p>Describes a core network change event.</p>
1161
951
  */
@@ -1177,12 +967,6 @@ export interface CoreNetworkChangeEventValues {
1177
967
  */
1178
968
  Cidr?: string;
1179
969
  }
1180
- export declare namespace CoreNetworkChangeEventValues {
1181
- /**
1182
- * @internal
1183
- */
1184
- const filterSensitiveLog: (obj: CoreNetworkChangeEventValues) => any;
1185
- }
1186
970
  /**
1187
971
  * <p>Describes a core network change event. This can be a change to a segment, attachment, route, etc.</p>
1188
972
  */
@@ -1212,12 +996,6 @@ export interface CoreNetworkChangeEvent {
1212
996
  */
1213
997
  Values?: CoreNetworkChangeEventValues;
1214
998
  }
1215
- export declare namespace CoreNetworkChangeEvent {
1216
- /**
1217
- * @internal
1218
- */
1219
- const filterSensitiveLog: (obj: CoreNetworkChangeEvent) => any;
1220
- }
1221
999
  export declare enum CoreNetworkPolicyAlias {
1222
1000
  LATEST = "LATEST",
1223
1001
  LIVE = "LIVE"
@@ -1239,12 +1017,6 @@ export interface CoreNetworkPolicyError {
1239
1017
  */
1240
1018
  Path?: string;
1241
1019
  }
1242
- export declare namespace CoreNetworkPolicyError {
1243
- /**
1244
- * @internal
1245
- */
1246
- const filterSensitiveLog: (obj: CoreNetworkPolicyError) => any;
1247
- }
1248
1020
  /**
1249
1021
  * <p>Describes a core network policy. You can have only one LIVE Core Policy.</p>
1250
1022
  */
@@ -1282,12 +1054,6 @@ export interface CoreNetworkPolicy {
1282
1054
  */
1283
1055
  PolicyDocument?: __LazyJsonString | string;
1284
1056
  }
1285
- export declare namespace CoreNetworkPolicy {
1286
- /**
1287
- * @internal
1288
- */
1289
- const filterSensitiveLog: (obj: CoreNetworkPolicy) => any;
1290
- }
1291
1057
  /**
1292
1058
  * <p>Describes a core network policy exception.</p>
1293
1059
  */
@@ -1333,12 +1099,6 @@ export interface CoreNetworkPolicyVersion {
1333
1099
  */
1334
1100
  ChangeSetState?: ChangeSetState | string;
1335
1101
  }
1336
- export declare namespace CoreNetworkPolicyVersion {
1337
- /**
1338
- * @internal
1339
- */
1340
- const filterSensitiveLog: (obj: CoreNetworkPolicyVersion) => any;
1341
- }
1342
1102
  /**
1343
1103
  * <p>Returns details about a core network edge.</p>
1344
1104
  */
@@ -1356,12 +1116,6 @@ export interface CoreNetworkSegmentEdgeIdentifier {
1356
1116
  */
1357
1117
  EdgeLocation?: string;
1358
1118
  }
1359
- export declare namespace CoreNetworkSegmentEdgeIdentifier {
1360
- /**
1361
- * @internal
1362
- */
1363
- const filterSensitiveLog: (obj: CoreNetworkSegmentEdgeIdentifier) => any;
1364
- }
1365
1119
  /**
1366
1120
  * <p>Returns summary information about a core network.</p>
1367
1121
  */
@@ -1395,12 +1149,6 @@ export interface CoreNetworkSummary {
1395
1149
  */
1396
1150
  Tags?: Tag[];
1397
1151
  }
1398
- export declare namespace CoreNetworkSummary {
1399
- /**
1400
- * @internal
1401
- */
1402
- const filterSensitiveLog: (obj: CoreNetworkSummary) => any;
1403
- }
1404
1152
  export interface CreateConnectAttachmentRequest {
1405
1153
  /**
1406
1154
  * <p>The ID of a core network where you want to create the attachment. </p>
@@ -1427,24 +1175,12 @@ export interface CreateConnectAttachmentRequest {
1427
1175
  */
1428
1176
  ClientToken?: string;
1429
1177
  }
1430
- export declare namespace CreateConnectAttachmentRequest {
1431
- /**
1432
- * @internal
1433
- */
1434
- const filterSensitiveLog: (obj: CreateConnectAttachmentRequest) => any;
1435
- }
1436
1178
  export interface CreateConnectAttachmentResponse {
1437
1179
  /**
1438
1180
  * <p>The response to a Connect attachment request.</p>
1439
1181
  */
1440
1182
  ConnectAttachment?: ConnectAttachment;
1441
1183
  }
1442
- export declare namespace CreateConnectAttachmentResponse {
1443
- /**
1444
- * @internal
1445
- */
1446
- const filterSensitiveLog: (obj: CreateConnectAttachmentResponse) => any;
1447
- }
1448
1184
  export interface CreateConnectionRequest {
1449
1185
  /**
1450
1186
  * <p>The ID of the global network.</p>
@@ -1476,24 +1212,12 @@ export interface CreateConnectionRequest {
1476
1212
  */
1477
1213
  Tags?: Tag[];
1478
1214
  }
1479
- export declare namespace CreateConnectionRequest {
1480
- /**
1481
- * @internal
1482
- */
1483
- const filterSensitiveLog: (obj: CreateConnectionRequest) => any;
1484
- }
1485
1215
  export interface CreateConnectionResponse {
1486
1216
  /**
1487
1217
  * <p>Information about the connection.</p>
1488
1218
  */
1489
1219
  Connection?: Connection;
1490
1220
  }
1491
- export declare namespace CreateConnectionResponse {
1492
- /**
1493
- * @internal
1494
- */
1495
- const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
1496
- }
1497
1221
  export interface CreateConnectPeerRequest {
1498
1222
  /**
1499
1223
  * <p>The ID of the connection attachment.</p>
@@ -1524,24 +1248,12 @@ export interface CreateConnectPeerRequest {
1524
1248
  */
1525
1249
  ClientToken?: string;
1526
1250
  }
1527
- export declare namespace CreateConnectPeerRequest {
1528
- /**
1529
- * @internal
1530
- */
1531
- const filterSensitiveLog: (obj: CreateConnectPeerRequest) => any;
1532
- }
1533
1251
  export interface CreateConnectPeerResponse {
1534
1252
  /**
1535
1253
  * <p>The response to the request.</p>
1536
1254
  */
1537
1255
  ConnectPeer?: ConnectPeer;
1538
1256
  }
1539
- export declare namespace CreateConnectPeerResponse {
1540
- /**
1541
- * @internal
1542
- */
1543
- const filterSensitiveLog: (obj: CreateConnectPeerResponse) => any;
1544
- }
1545
1257
  export interface CreateCoreNetworkRequest {
1546
1258
  /**
1547
1259
  * <p>The ID of the global network that a core network will be a part of. </p>
@@ -1564,24 +1276,12 @@ export interface CreateCoreNetworkRequest {
1564
1276
  */
1565
1277
  ClientToken?: string;
1566
1278
  }
1567
- export declare namespace CreateCoreNetworkRequest {
1568
- /**
1569
- * @internal
1570
- */
1571
- const filterSensitiveLog: (obj: CreateCoreNetworkRequest) => any;
1572
- }
1573
1279
  export interface CreateCoreNetworkResponse {
1574
1280
  /**
1575
1281
  * <p>Returns details about a core network.</p>
1576
1282
  */
1577
1283
  CoreNetwork?: CoreNetwork;
1578
1284
  }
1579
- export declare namespace CreateCoreNetworkResponse {
1580
- /**
1581
- * @internal
1582
- */
1583
- const filterSensitiveLog: (obj: CreateCoreNetworkResponse) => any;
1584
- }
1585
1285
  /**
1586
1286
  * <p>Describes a location.</p>
1587
1287
  */
@@ -1599,12 +1299,6 @@ export interface Location {
1599
1299
  */
1600
1300
  Longitude?: string;
1601
1301
  }
1602
- export declare namespace Location {
1603
- /**
1604
- * @internal
1605
- */
1606
- const filterSensitiveLog: (obj: Location) => any;
1607
- }
1608
1302
  export interface CreateDeviceRequest {
1609
1303
  /**
1610
1304
  * <p>The ID of the global network.</p>
@@ -1651,12 +1345,6 @@ export interface CreateDeviceRequest {
1651
1345
  */
1652
1346
  Tags?: Tag[];
1653
1347
  }
1654
- export declare namespace CreateDeviceRequest {
1655
- /**
1656
- * @internal
1657
- */
1658
- const filterSensitiveLog: (obj: CreateDeviceRequest) => any;
1659
- }
1660
1348
  export declare enum DeviceState {
1661
1349
  available = "AVAILABLE",
1662
1350
  deleting = "DELETING",
@@ -1724,24 +1412,12 @@ export interface Device {
1724
1412
  */
1725
1413
  Tags?: Tag[];
1726
1414
  }
1727
- export declare namespace Device {
1728
- /**
1729
- * @internal
1730
- */
1731
- const filterSensitiveLog: (obj: Device) => any;
1732
- }
1733
1415
  export interface CreateDeviceResponse {
1734
1416
  /**
1735
1417
  * <p>Information about the device.</p>
1736
1418
  */
1737
1419
  Device?: Device;
1738
1420
  }
1739
- export declare namespace CreateDeviceResponse {
1740
- /**
1741
- * @internal
1742
- */
1743
- const filterSensitiveLog: (obj: CreateDeviceResponse) => any;
1744
- }
1745
1421
  export interface CreateGlobalNetworkRequest {
1746
1422
  /**
1747
1423
  * <p>A description of the global network.</p>
@@ -1753,12 +1429,6 @@ export interface CreateGlobalNetworkRequest {
1753
1429
  */
1754
1430
  Tags?: Tag[];
1755
1431
  }
1756
- export declare namespace CreateGlobalNetworkRequest {
1757
- /**
1758
- * @internal
1759
- */
1760
- const filterSensitiveLog: (obj: CreateGlobalNetworkRequest) => any;
1761
- }
1762
1432
  export declare enum GlobalNetworkState {
1763
1433
  available = "AVAILABLE",
1764
1434
  deleting = "DELETING",
@@ -1794,24 +1464,12 @@ export interface GlobalNetwork {
1794
1464
  */
1795
1465
  Tags?: Tag[];
1796
1466
  }
1797
- export declare namespace GlobalNetwork {
1798
- /**
1799
- * @internal
1800
- */
1801
- const filterSensitiveLog: (obj: GlobalNetwork) => any;
1802
- }
1803
1467
  export interface CreateGlobalNetworkResponse {
1804
1468
  /**
1805
1469
  * <p>Information about the global network object.</p>
1806
1470
  */
1807
1471
  GlobalNetwork?: GlobalNetwork;
1808
1472
  }
1809
- export declare namespace CreateGlobalNetworkResponse {
1810
- /**
1811
- * @internal
1812
- */
1813
- const filterSensitiveLog: (obj: CreateGlobalNetworkResponse) => any;
1814
- }
1815
1473
  export interface CreateLinkRequest {
1816
1474
  /**
1817
1475
  * <p>The ID of the global network.</p>
@@ -1845,12 +1503,6 @@ export interface CreateLinkRequest {
1845
1503
  */
1846
1504
  Tags?: Tag[];
1847
1505
  }
1848
- export declare namespace CreateLinkRequest {
1849
- /**
1850
- * @internal
1851
- */
1852
- const filterSensitiveLog: (obj: CreateLinkRequest) => any;
1853
- }
1854
1506
  export declare enum LinkState {
1855
1507
  available = "AVAILABLE",
1856
1508
  deleting = "DELETING",
@@ -1906,24 +1558,12 @@ export interface Link {
1906
1558
  */
1907
1559
  Tags?: Tag[];
1908
1560
  }
1909
- export declare namespace Link {
1910
- /**
1911
- * @internal
1912
- */
1913
- const filterSensitiveLog: (obj: Link) => any;
1914
- }
1915
1561
  export interface CreateLinkResponse {
1916
1562
  /**
1917
1563
  * <p>Information about the link.</p>
1918
1564
  */
1919
1565
  Link?: Link;
1920
1566
  }
1921
- export declare namespace CreateLinkResponse {
1922
- /**
1923
- * @internal
1924
- */
1925
- const filterSensitiveLog: (obj: CreateLinkResponse) => any;
1926
- }
1927
1567
  export interface CreateSiteRequest {
1928
1568
  /**
1929
1569
  * <p>The ID of the global network.</p>
@@ -1957,12 +1597,6 @@ export interface CreateSiteRequest {
1957
1597
  */
1958
1598
  Tags?: Tag[];
1959
1599
  }
1960
- export declare namespace CreateSiteRequest {
1961
- /**
1962
- * @internal
1963
- */
1964
- const filterSensitiveLog: (obj: CreateSiteRequest) => any;
1965
- }
1966
1600
  export declare enum SiteState {
1967
1601
  available = "AVAILABLE",
1968
1602
  deleting = "DELETING",
@@ -2006,24 +1640,12 @@ export interface Site {
2006
1640
  */
2007
1641
  Tags?: Tag[];
2008
1642
  }
2009
- export declare namespace Site {
2010
- /**
2011
- * @internal
2012
- */
2013
- const filterSensitiveLog: (obj: Site) => any;
2014
- }
2015
1643
  export interface CreateSiteResponse {
2016
1644
  /**
2017
1645
  * <p>Information about the site.</p>
2018
1646
  */
2019
1647
  Site?: Site;
2020
1648
  }
2021
- export declare namespace CreateSiteResponse {
2022
- /**
2023
- * @internal
2024
- */
2025
- const filterSensitiveLog: (obj: CreateSiteResponse) => any;
2026
- }
2027
1649
  export interface CreateSiteToSiteVpnAttachmentRequest {
2028
1650
  /**
2029
1651
  * <p>The ID of a core network where you're creating a site-to-site VPN attachment.</p>
@@ -2042,12 +1664,6 @@ export interface CreateSiteToSiteVpnAttachmentRequest {
2042
1664
  */
2043
1665
  ClientToken?: string;
2044
1666
  }
2045
- export declare namespace CreateSiteToSiteVpnAttachmentRequest {
2046
- /**
2047
- * @internal
2048
- */
2049
- const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentRequest) => any;
2050
- }
2051
1667
  /**
2052
1668
  * <p>Creates a site-to-site VPN attachment.</p>
2053
1669
  */
@@ -2061,24 +1677,12 @@ export interface SiteToSiteVpnAttachment {
2061
1677
  */
2062
1678
  VpnConnectionArn?: string;
2063
1679
  }
2064
- export declare namespace SiteToSiteVpnAttachment {
2065
- /**
2066
- * @internal
2067
- */
2068
- const filterSensitiveLog: (obj: SiteToSiteVpnAttachment) => any;
2069
- }
2070
1680
  export interface CreateSiteToSiteVpnAttachmentResponse {
2071
1681
  /**
2072
1682
  * <p>Details about a site-to-site VPN attachment.</p>
2073
1683
  */
2074
1684
  SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
2075
1685
  }
2076
- export declare namespace CreateSiteToSiteVpnAttachmentResponse {
2077
- /**
2078
- * @internal
2079
- */
2080
- const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentResponse) => any;
2081
- }
2082
1686
  export interface CreateTransitGatewayPeeringRequest {
2083
1687
  /**
2084
1688
  * <p>The ID of a core network.</p>
@@ -2097,12 +1701,6 @@ export interface CreateTransitGatewayPeeringRequest {
2097
1701
  */
2098
1702
  ClientToken?: string;
2099
1703
  }
2100
- export declare namespace CreateTransitGatewayPeeringRequest {
2101
- /**
2102
- * @internal
2103
- */
2104
- const filterSensitiveLog: (obj: CreateTransitGatewayPeeringRequest) => any;
2105
- }
2106
1704
  export declare enum PeeringType {
2107
1705
  TRANSIT_GATEWAY = "TRANSIT_GATEWAY"
2108
1706
  }
@@ -2157,12 +1755,6 @@ export interface Peering {
2157
1755
  */
2158
1756
  CreatedAt?: Date;
2159
1757
  }
2160
- export declare namespace Peering {
2161
- /**
2162
- * @internal
2163
- */
2164
- const filterSensitiveLog: (obj: Peering) => any;
2165
- }
2166
1758
  /**
2167
1759
  * <p>Describes a transit gateway peering attachment.</p>
2168
1760
  */
@@ -2176,24 +1768,12 @@ export interface TransitGatewayPeering {
2176
1768
  */
2177
1769
  TransitGatewayArn?: string;
2178
1770
  }
2179
- export declare namespace TransitGatewayPeering {
2180
- /**
2181
- * @internal
2182
- */
2183
- const filterSensitiveLog: (obj: TransitGatewayPeering) => any;
2184
- }
2185
1771
  export interface CreateTransitGatewayPeeringResponse {
2186
1772
  /**
2187
1773
  * <p>Returns information about the transit gateway peering connection request.</p>
2188
1774
  */
2189
1775
  TransitGatewayPeering?: TransitGatewayPeering;
2190
1776
  }
2191
- export declare namespace CreateTransitGatewayPeeringResponse {
2192
- /**
2193
- * @internal
2194
- */
2195
- const filterSensitiveLog: (obj: CreateTransitGatewayPeeringResponse) => any;
2196
- }
2197
1777
  export interface CreateTransitGatewayRouteTableAttachmentRequest {
2198
1778
  /**
2199
1779
  * <p>The ID of the peer for the </p>
@@ -2212,12 +1792,6 @@ export interface CreateTransitGatewayRouteTableAttachmentRequest {
2212
1792
  */
2213
1793
  ClientToken?: string;
2214
1794
  }
2215
- export declare namespace CreateTransitGatewayRouteTableAttachmentRequest {
2216
- /**
2217
- * @internal
2218
- */
2219
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableAttachmentRequest) => any;
2220
- }
2221
1795
  /**
2222
1796
  * <p>Describes a transit gateway route table attachment.</p>
2223
1797
  */
@@ -2235,24 +1809,12 @@ export interface TransitGatewayRouteTableAttachment {
2235
1809
  */
2236
1810
  TransitGatewayRouteTableArn?: string;
2237
1811
  }
2238
- export declare namespace TransitGatewayRouteTableAttachment {
2239
- /**
2240
- * @internal
2241
- */
2242
- const filterSensitiveLog: (obj: TransitGatewayRouteTableAttachment) => any;
2243
- }
2244
1812
  export interface CreateTransitGatewayRouteTableAttachmentResponse {
2245
1813
  /**
2246
1814
  * <p>The route table associated with the create transit gateway route table attachment request.</p>
2247
1815
  */
2248
1816
  TransitGatewayRouteTableAttachment?: TransitGatewayRouteTableAttachment;
2249
1817
  }
2250
- export declare namespace CreateTransitGatewayRouteTableAttachmentResponse {
2251
- /**
2252
- * @internal
2253
- */
2254
- const filterSensitiveLog: (obj: CreateTransitGatewayRouteTableAttachmentResponse) => any;
2255
- }
2256
1818
  /**
2257
1819
  * <p>Describes the VPC options.</p>
2258
1820
  */
@@ -2262,12 +1824,6 @@ export interface VpcOptions {
2262
1824
  */
2263
1825
  Ipv6Support?: boolean;
2264
1826
  }
2265
- export declare namespace VpcOptions {
2266
- /**
2267
- * @internal
2268
- */
2269
- const filterSensitiveLog: (obj: VpcOptions) => any;
2270
- }
2271
1827
  export interface CreateVpcAttachmentRequest {
2272
1828
  /**
2273
1829
  * <p>The ID of a core network for the VPC attachment.</p>
@@ -2294,12 +1850,6 @@ export interface CreateVpcAttachmentRequest {
2294
1850
  */
2295
1851
  ClientToken?: string;
2296
1852
  }
2297
- export declare namespace CreateVpcAttachmentRequest {
2298
- /**
2299
- * @internal
2300
- */
2301
- const filterSensitiveLog: (obj: CreateVpcAttachmentRequest) => any;
2302
- }
2303
1853
  /**
2304
1854
  * <p>Describes a VPC attachment.</p>
2305
1855
  */
@@ -2317,48 +1867,24 @@ export interface VpcAttachment {
2317
1867
  */
2318
1868
  Options?: VpcOptions;
2319
1869
  }
2320
- export declare namespace VpcAttachment {
2321
- /**
2322
- * @internal
2323
- */
2324
- const filterSensitiveLog: (obj: VpcAttachment) => any;
2325
- }
2326
1870
  export interface CreateVpcAttachmentResponse {
2327
1871
  /**
2328
1872
  * <p>Provides details about the VPC attachment.</p>
2329
1873
  */
2330
1874
  VpcAttachment?: VpcAttachment;
2331
1875
  }
2332
- export declare namespace CreateVpcAttachmentResponse {
2333
- /**
2334
- * @internal
2335
- */
2336
- const filterSensitiveLog: (obj: CreateVpcAttachmentResponse) => any;
2337
- }
2338
1876
  export interface DeleteAttachmentRequest {
2339
1877
  /**
2340
1878
  * <p>The ID of the attachment to delete.</p>
2341
1879
  */
2342
1880
  AttachmentId: string | undefined;
2343
1881
  }
2344
- export declare namespace DeleteAttachmentRequest {
2345
- /**
2346
- * @internal
2347
- */
2348
- const filterSensitiveLog: (obj: DeleteAttachmentRequest) => any;
2349
- }
2350
1882
  export interface DeleteAttachmentResponse {
2351
1883
  /**
2352
1884
  * <p>Information about the deleted attachment.</p>
2353
1885
  */
2354
1886
  Attachment?: Attachment;
2355
1887
  }
2356
- export declare namespace DeleteAttachmentResponse {
2357
- /**
2358
- * @internal
2359
- */
2360
- const filterSensitiveLog: (obj: DeleteAttachmentResponse) => any;
2361
- }
2362
1888
  export interface DeleteConnectionRequest {
2363
1889
  /**
2364
1890
  * <p>The ID of the global network.</p>
@@ -2369,72 +1895,36 @@ export interface DeleteConnectionRequest {
2369
1895
  */
2370
1896
  ConnectionId: string | undefined;
2371
1897
  }
2372
- export declare namespace DeleteConnectionRequest {
2373
- /**
2374
- * @internal
2375
- */
2376
- const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
2377
- }
2378
1898
  export interface DeleteConnectionResponse {
2379
1899
  /**
2380
1900
  * <p>Information about the connection.</p>
2381
1901
  */
2382
1902
  Connection?: Connection;
2383
1903
  }
2384
- export declare namespace DeleteConnectionResponse {
2385
- /**
2386
- * @internal
2387
- */
2388
- const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
2389
- }
2390
1904
  export interface DeleteConnectPeerRequest {
2391
1905
  /**
2392
1906
  * <p>The ID of the deleted Connect peer.</p>
2393
1907
  */
2394
1908
  ConnectPeerId: string | undefined;
2395
1909
  }
2396
- export declare namespace DeleteConnectPeerRequest {
2397
- /**
2398
- * @internal
2399
- */
2400
- const filterSensitiveLog: (obj: DeleteConnectPeerRequest) => any;
2401
- }
2402
1910
  export interface DeleteConnectPeerResponse {
2403
1911
  /**
2404
1912
  * <p>Information about the deleted Connect peer.</p>
2405
1913
  */
2406
1914
  ConnectPeer?: ConnectPeer;
2407
1915
  }
2408
- export declare namespace DeleteConnectPeerResponse {
2409
- /**
2410
- * @internal
2411
- */
2412
- const filterSensitiveLog: (obj: DeleteConnectPeerResponse) => any;
2413
- }
2414
1916
  export interface DeleteCoreNetworkRequest {
2415
1917
  /**
2416
1918
  * <p>The network ID of the deleted core network.</p>
2417
1919
  */
2418
1920
  CoreNetworkId: string | undefined;
2419
1921
  }
2420
- export declare namespace DeleteCoreNetworkRequest {
2421
- /**
2422
- * @internal
2423
- */
2424
- const filterSensitiveLog: (obj: DeleteCoreNetworkRequest) => any;
2425
- }
2426
1922
  export interface DeleteCoreNetworkResponse {
2427
1923
  /**
2428
1924
  * <p>Information about the deleted core network.</p>
2429
1925
  */
2430
1926
  CoreNetwork?: CoreNetwork;
2431
1927
  }
2432
- export declare namespace DeleteCoreNetworkResponse {
2433
- /**
2434
- * @internal
2435
- */
2436
- const filterSensitiveLog: (obj: DeleteCoreNetworkResponse) => any;
2437
- }
2438
1928
  export interface DeleteCoreNetworkPolicyVersionRequest {
2439
1929
  /**
2440
1930
  * <p>The ID of a core network for the deleted policy.</p>
@@ -2445,24 +1935,12 @@ export interface DeleteCoreNetworkPolicyVersionRequest {
2445
1935
  */
2446
1936
  PolicyVersionId: number | undefined;
2447
1937
  }
2448
- export declare namespace DeleteCoreNetworkPolicyVersionRequest {
2449
- /**
2450
- * @internal
2451
- */
2452
- const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionRequest) => any;
2453
- }
2454
1938
  export interface DeleteCoreNetworkPolicyVersionResponse {
2455
1939
  /**
2456
1940
  * <p>Returns information about the deleted policy version. </p>
2457
1941
  */
2458
1942
  CoreNetworkPolicy?: CoreNetworkPolicy;
2459
1943
  }
2460
- export declare namespace DeleteCoreNetworkPolicyVersionResponse {
2461
- /**
2462
- * @internal
2463
- */
2464
- const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionResponse) => any;
2465
- }
2466
1944
  export interface DeleteDeviceRequest {
2467
1945
  /**
2468
1946
  * <p>The ID of the global network.</p>
@@ -2473,48 +1951,24 @@ export interface DeleteDeviceRequest {
2473
1951
  */
2474
1952
  DeviceId: string | undefined;
2475
1953
  }
2476
- export declare namespace DeleteDeviceRequest {
2477
- /**
2478
- * @internal
2479
- */
2480
- const filterSensitiveLog: (obj: DeleteDeviceRequest) => any;
2481
- }
2482
1954
  export interface DeleteDeviceResponse {
2483
1955
  /**
2484
1956
  * <p>Information about the device.</p>
2485
1957
  */
2486
1958
  Device?: Device;
2487
1959
  }
2488
- export declare namespace DeleteDeviceResponse {
2489
- /**
2490
- * @internal
2491
- */
2492
- const filterSensitiveLog: (obj: DeleteDeviceResponse) => any;
2493
- }
2494
1960
  export interface DeleteGlobalNetworkRequest {
2495
1961
  /**
2496
1962
  * <p>The ID of the global network.</p>
2497
1963
  */
2498
1964
  GlobalNetworkId: string | undefined;
2499
1965
  }
2500
- export declare namespace DeleteGlobalNetworkRequest {
2501
- /**
2502
- * @internal
2503
- */
2504
- const filterSensitiveLog: (obj: DeleteGlobalNetworkRequest) => any;
2505
- }
2506
1966
  export interface DeleteGlobalNetworkResponse {
2507
1967
  /**
2508
1968
  * <p>Information about the global network.</p>
2509
1969
  */
2510
1970
  GlobalNetwork?: GlobalNetwork;
2511
1971
  }
2512
- export declare namespace DeleteGlobalNetworkResponse {
2513
- /**
2514
- * @internal
2515
- */
2516
- const filterSensitiveLog: (obj: DeleteGlobalNetworkResponse) => any;
2517
- }
2518
1972
  export interface DeleteLinkRequest {
2519
1973
  /**
2520
1974
  * <p>The ID of the global network.</p>
@@ -2525,68 +1979,32 @@ export interface DeleteLinkRequest {
2525
1979
  */
2526
1980
  LinkId: string | undefined;
2527
1981
  }
2528
- export declare namespace DeleteLinkRequest {
2529
- /**
2530
- * @internal
2531
- */
2532
- const filterSensitiveLog: (obj: DeleteLinkRequest) => any;
2533
- }
2534
1982
  export interface DeleteLinkResponse {
2535
1983
  /**
2536
1984
  * <p>Information about the link.</p>
2537
1985
  */
2538
1986
  Link?: Link;
2539
1987
  }
2540
- export declare namespace DeleteLinkResponse {
2541
- /**
2542
- * @internal
2543
- */
2544
- const filterSensitiveLog: (obj: DeleteLinkResponse) => any;
2545
- }
2546
1988
  export interface DeletePeeringRequest {
2547
1989
  /**
2548
1990
  * <p>The ID of the peering connection to delete.</p>
2549
1991
  */
2550
1992
  PeeringId: string | undefined;
2551
1993
  }
2552
- export declare namespace DeletePeeringRequest {
2553
- /**
2554
- * @internal
2555
- */
2556
- const filterSensitiveLog: (obj: DeletePeeringRequest) => any;
2557
- }
2558
1994
  export interface DeletePeeringResponse {
2559
1995
  /**
2560
1996
  * <p>Information about a deleted peering connection.</p>
2561
1997
  */
2562
1998
  Peering?: Peering;
2563
1999
  }
2564
- export declare namespace DeletePeeringResponse {
2565
- /**
2566
- * @internal
2567
- */
2568
- const filterSensitiveLog: (obj: DeletePeeringResponse) => any;
2569
- }
2570
2000
  export interface DeleteResourcePolicyRequest {
2571
2001
  /**
2572
2002
  * <p>The ARN of the policy to delete.</p>
2573
2003
  */
2574
2004
  ResourceArn: string | undefined;
2575
2005
  }
2576
- export declare namespace DeleteResourcePolicyRequest {
2577
- /**
2578
- * @internal
2579
- */
2580
- const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
2581
- }
2582
2006
  export interface DeleteResourcePolicyResponse {
2583
2007
  }
2584
- export declare namespace DeleteResourcePolicyResponse {
2585
- /**
2586
- * @internal
2587
- */
2588
- const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
2589
- }
2590
2008
  export interface DeleteSiteRequest {
2591
2009
  /**
2592
2010
  * <p>The ID of the global network.</p>
@@ -2597,24 +2015,12 @@ export interface DeleteSiteRequest {
2597
2015
  */
2598
2016
  SiteId: string | undefined;
2599
2017
  }
2600
- export declare namespace DeleteSiteRequest {
2601
- /**
2602
- * @internal
2603
- */
2604
- const filterSensitiveLog: (obj: DeleteSiteRequest) => any;
2605
- }
2606
2018
  export interface DeleteSiteResponse {
2607
2019
  /**
2608
2020
  * <p>Information about the site.</p>
2609
2021
  */
2610
2022
  Site?: Site;
2611
2023
  }
2612
- export declare namespace DeleteSiteResponse {
2613
- /**
2614
- * @internal
2615
- */
2616
- const filterSensitiveLog: (obj: DeleteSiteResponse) => any;
2617
- }
2618
2024
  export interface DeregisterTransitGatewayRequest {
2619
2025
  /**
2620
2026
  * <p>The ID of the global network.</p>
@@ -2625,12 +2031,6 @@ export interface DeregisterTransitGatewayRequest {
2625
2031
  */
2626
2032
  TransitGatewayArn: string | undefined;
2627
2033
  }
2628
- export declare namespace DeregisterTransitGatewayRequest {
2629
- /**
2630
- * @internal
2631
- */
2632
- const filterSensitiveLog: (obj: DeregisterTransitGatewayRequest) => any;
2633
- }
2634
2034
  export declare enum TransitGatewayRegistrationState {
2635
2035
  available = "AVAILABLE",
2636
2036
  deleted = "DELETED",
@@ -2651,12 +2051,6 @@ export interface TransitGatewayRegistrationStateReason {
2651
2051
  */
2652
2052
  Message?: string;
2653
2053
  }
2654
- export declare namespace TransitGatewayRegistrationStateReason {
2655
- /**
2656
- * @internal
2657
- */
2658
- const filterSensitiveLog: (obj: TransitGatewayRegistrationStateReason) => any;
2659
- }
2660
2054
  /**
2661
2055
  * <p>Describes the registration of a transit gateway to a global network.</p>
2662
2056
  */
@@ -2674,24 +2068,12 @@ export interface TransitGatewayRegistration {
2674
2068
  */
2675
2069
  State?: TransitGatewayRegistrationStateReason;
2676
2070
  }
2677
- export declare namespace TransitGatewayRegistration {
2678
- /**
2679
- * @internal
2680
- */
2681
- const filterSensitiveLog: (obj: TransitGatewayRegistration) => any;
2682
- }
2683
2071
  export interface DeregisterTransitGatewayResponse {
2684
2072
  /**
2685
2073
  * <p>The transit gateway registration information.</p>
2686
2074
  */
2687
2075
  TransitGatewayRegistration?: TransitGatewayRegistration;
2688
2076
  }
2689
- export declare namespace DeregisterTransitGatewayResponse {
2690
- /**
2691
- * @internal
2692
- */
2693
- const filterSensitiveLog: (obj: DeregisterTransitGatewayResponse) => any;
2694
- }
2695
2077
  export interface DescribeGlobalNetworksRequest {
2696
2078
  /**
2697
2079
  * <p>The IDs of one or more global networks. The maximum is 10.</p>
@@ -2706,12 +2088,6 @@ export interface DescribeGlobalNetworksRequest {
2706
2088
  */
2707
2089
  NextToken?: string;
2708
2090
  }
2709
- export declare namespace DescribeGlobalNetworksRequest {
2710
- /**
2711
- * @internal
2712
- */
2713
- const filterSensitiveLog: (obj: DescribeGlobalNetworksRequest) => any;
2714
- }
2715
2091
  export interface DescribeGlobalNetworksResponse {
2716
2092
  /**
2717
2093
  * <p>Information about the global networks.</p>
@@ -2722,12 +2098,6 @@ export interface DescribeGlobalNetworksResponse {
2722
2098
  */
2723
2099
  NextToken?: string;
2724
2100
  }
2725
- export declare namespace DescribeGlobalNetworksResponse {
2726
- /**
2727
- * @internal
2728
- */
2729
- const filterSensitiveLog: (obj: DescribeGlobalNetworksResponse) => any;
2730
- }
2731
2101
  export interface DisassociateConnectPeerRequest {
2732
2102
  /**
2733
2103
  * <p>The ID of the global network.</p>
@@ -2738,24 +2108,12 @@ export interface DisassociateConnectPeerRequest {
2738
2108
  */
2739
2109
  ConnectPeerId: string | undefined;
2740
2110
  }
2741
- export declare namespace DisassociateConnectPeerRequest {
2742
- /**
2743
- * @internal
2744
- */
2745
- const filterSensitiveLog: (obj: DisassociateConnectPeerRequest) => any;
2746
- }
2747
2111
  export interface DisassociateConnectPeerResponse {
2748
2112
  /**
2749
2113
  * <p>Describes the Connect peer association.</p>
2750
2114
  */
2751
2115
  ConnectPeerAssociation?: ConnectPeerAssociation;
2752
2116
  }
2753
- export declare namespace DisassociateConnectPeerResponse {
2754
- /**
2755
- * @internal
2756
- */
2757
- const filterSensitiveLog: (obj: DisassociateConnectPeerResponse) => any;
2758
- }
2759
2117
  export interface DisassociateCustomerGatewayRequest {
2760
2118
  /**
2761
2119
  * <p>The ID of the global network.</p>
@@ -2766,24 +2124,12 @@ export interface DisassociateCustomerGatewayRequest {
2766
2124
  */
2767
2125
  CustomerGatewayArn: string | undefined;
2768
2126
  }
2769
- export declare namespace DisassociateCustomerGatewayRequest {
2770
- /**
2771
- * @internal
2772
- */
2773
- const filterSensitiveLog: (obj: DisassociateCustomerGatewayRequest) => any;
2774
- }
2775
2127
  export interface DisassociateCustomerGatewayResponse {
2776
2128
  /**
2777
2129
  * <p>Information about the customer gateway association.</p>
2778
2130
  */
2779
2131
  CustomerGatewayAssociation?: CustomerGatewayAssociation;
2780
2132
  }
2781
- export declare namespace DisassociateCustomerGatewayResponse {
2782
- /**
2783
- * @internal
2784
- */
2785
- const filterSensitiveLog: (obj: DisassociateCustomerGatewayResponse) => any;
2786
- }
2787
2133
  export interface DisassociateLinkRequest {
2788
2134
  /**
2789
2135
  * <p>The ID of the global network.</p>
@@ -2798,24 +2144,12 @@ export interface DisassociateLinkRequest {
2798
2144
  */
2799
2145
  LinkId: string | undefined;
2800
2146
  }
2801
- export declare namespace DisassociateLinkRequest {
2802
- /**
2803
- * @internal
2804
- */
2805
- const filterSensitiveLog: (obj: DisassociateLinkRequest) => any;
2806
- }
2807
2147
  export interface DisassociateLinkResponse {
2808
2148
  /**
2809
2149
  * <p>Information about the link association.</p>
2810
2150
  */
2811
2151
  LinkAssociation?: LinkAssociation;
2812
2152
  }
2813
- export declare namespace DisassociateLinkResponse {
2814
- /**
2815
- * @internal
2816
- */
2817
- const filterSensitiveLog: (obj: DisassociateLinkResponse) => any;
2818
- }
2819
2153
  export interface DisassociateTransitGatewayConnectPeerRequest {
2820
2154
  /**
2821
2155
  * <p>The ID of the global network.</p>
@@ -2826,24 +2160,12 @@ export interface DisassociateTransitGatewayConnectPeerRequest {
2826
2160
  */
2827
2161
  TransitGatewayConnectPeerArn: string | undefined;
2828
2162
  }
2829
- export declare namespace DisassociateTransitGatewayConnectPeerRequest {
2830
- /**
2831
- * @internal
2832
- */
2833
- const filterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerRequest) => any;
2834
- }
2835
2163
  export interface DisassociateTransitGatewayConnectPeerResponse {
2836
2164
  /**
2837
2165
  * <p>The transit gateway Connect peer association.</p>
2838
2166
  */
2839
2167
  TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
2840
2168
  }
2841
- export declare namespace DisassociateTransitGatewayConnectPeerResponse {
2842
- /**
2843
- * @internal
2844
- */
2845
- const filterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerResponse) => any;
2846
- }
2847
2169
  export interface ExecuteCoreNetworkChangeSetRequest {
2848
2170
  /**
2849
2171
  * <p>The ID of a core network.</p>
@@ -2854,44 +2176,20 @@ export interface ExecuteCoreNetworkChangeSetRequest {
2854
2176
  */
2855
2177
  PolicyVersionId: number | undefined;
2856
2178
  }
2857
- export declare namespace ExecuteCoreNetworkChangeSetRequest {
2858
- /**
2859
- * @internal
2860
- */
2861
- const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetRequest) => any;
2862
- }
2863
2179
  export interface ExecuteCoreNetworkChangeSetResponse {
2864
2180
  }
2865
- export declare namespace ExecuteCoreNetworkChangeSetResponse {
2866
- /**
2867
- * @internal
2868
- */
2869
- const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetResponse) => any;
2870
- }
2871
2181
  export interface GetConnectAttachmentRequest {
2872
2182
  /**
2873
2183
  * <p>The ID of the attachment.</p>
2874
2184
  */
2875
2185
  AttachmentId: string | undefined;
2876
2186
  }
2877
- export declare namespace GetConnectAttachmentRequest {
2878
- /**
2879
- * @internal
2880
- */
2881
- const filterSensitiveLog: (obj: GetConnectAttachmentRequest) => any;
2882
- }
2883
2187
  export interface GetConnectAttachmentResponse {
2884
2188
  /**
2885
2189
  * <p>Details about the Connect attachment.</p>
2886
2190
  */
2887
2191
  ConnectAttachment?: ConnectAttachment;
2888
2192
  }
2889
- export declare namespace GetConnectAttachmentResponse {
2890
- /**
2891
- * @internal
2892
- */
2893
- const filterSensitiveLog: (obj: GetConnectAttachmentResponse) => any;
2894
- }
2895
2193
  export interface GetConnectionsRequest {
2896
2194
  /**
2897
2195
  * <p>The ID of the global network.</p>
@@ -2914,12 +2212,6 @@ export interface GetConnectionsRequest {
2914
2212
  */
2915
2213
  NextToken?: string;
2916
2214
  }
2917
- export declare namespace GetConnectionsRequest {
2918
- /**
2919
- * @internal
2920
- */
2921
- const filterSensitiveLog: (obj: GetConnectionsRequest) => any;
2922
- }
2923
2215
  export interface GetConnectionsResponse {
2924
2216
  /**
2925
2217
  * <p>Information about the connections.</p>
@@ -2930,36 +2222,18 @@ export interface GetConnectionsResponse {
2930
2222
  */
2931
2223
  NextToken?: string;
2932
2224
  }
2933
- export declare namespace GetConnectionsResponse {
2934
- /**
2935
- * @internal
2936
- */
2937
- const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
2938
- }
2939
2225
  export interface GetConnectPeerRequest {
2940
2226
  /**
2941
2227
  * <p>The ID of the Connect peer.</p>
2942
2228
  */
2943
2229
  ConnectPeerId: string | undefined;
2944
2230
  }
2945
- export declare namespace GetConnectPeerRequest {
2946
- /**
2947
- * @internal
2948
- */
2949
- const filterSensitiveLog: (obj: GetConnectPeerRequest) => any;
2950
- }
2951
2231
  export interface GetConnectPeerResponse {
2952
2232
  /**
2953
2233
  * <p>Returns information about a core network Connect peer.</p>
2954
2234
  */
2955
2235
  ConnectPeer?: ConnectPeer;
2956
2236
  }
2957
- export declare namespace GetConnectPeerResponse {
2958
- /**
2959
- * @internal
2960
- */
2961
- const filterSensitiveLog: (obj: GetConnectPeerResponse) => any;
2962
- }
2963
2237
  export interface GetConnectPeerAssociationsRequest {
2964
2238
  /**
2965
2239
  * <p>The ID of the global network.</p>
@@ -2978,12 +2252,6 @@ export interface GetConnectPeerAssociationsRequest {
2978
2252
  */
2979
2253
  NextToken?: string;
2980
2254
  }
2981
- export declare namespace GetConnectPeerAssociationsRequest {
2982
- /**
2983
- * @internal
2984
- */
2985
- const filterSensitiveLog: (obj: GetConnectPeerAssociationsRequest) => any;
2986
- }
2987
2255
  export interface GetConnectPeerAssociationsResponse {
2988
2256
  /**
2989
2257
  * <p>Displays a list of Connect peer associations.</p>
@@ -2994,36 +2262,18 @@ export interface GetConnectPeerAssociationsResponse {
2994
2262
  */
2995
2263
  NextToken?: string;
2996
2264
  }
2997
- export declare namespace GetConnectPeerAssociationsResponse {
2998
- /**
2999
- * @internal
3000
- */
3001
- const filterSensitiveLog: (obj: GetConnectPeerAssociationsResponse) => any;
3002
- }
3003
2265
  export interface GetCoreNetworkRequest {
3004
2266
  /**
3005
2267
  * <p>The ID of a core network.</p>
3006
2268
  */
3007
2269
  CoreNetworkId: string | undefined;
3008
2270
  }
3009
- export declare namespace GetCoreNetworkRequest {
3010
- /**
3011
- * @internal
3012
- */
3013
- const filterSensitiveLog: (obj: GetCoreNetworkRequest) => any;
3014
- }
3015
2271
  export interface GetCoreNetworkResponse {
3016
2272
  /**
3017
2273
  * <p>Details about a core network.</p>
3018
2274
  */
3019
2275
  CoreNetwork?: CoreNetwork;
3020
2276
  }
3021
- export declare namespace GetCoreNetworkResponse {
3022
- /**
3023
- * @internal
3024
- */
3025
- const filterSensitiveLog: (obj: GetCoreNetworkResponse) => any;
3026
- }
3027
2277
  export interface GetCoreNetworkChangeEventsRequest {
3028
2278
  /**
3029
2279
  * <p>The ID of a core network.</p>
@@ -3042,12 +2292,6 @@ export interface GetCoreNetworkChangeEventsRequest {
3042
2292
  */
3043
2293
  NextToken?: string;
3044
2294
  }
3045
- export declare namespace GetCoreNetworkChangeEventsRequest {
3046
- /**
3047
- * @internal
3048
- */
3049
- const filterSensitiveLog: (obj: GetCoreNetworkChangeEventsRequest) => any;
3050
- }
3051
2295
  export interface GetCoreNetworkChangeEventsResponse {
3052
2296
  /**
3053
2297
  * <p>The response to <code>GetCoreNetworkChangeEventsRequest</code>.</p>
@@ -3058,12 +2302,6 @@ export interface GetCoreNetworkChangeEventsResponse {
3058
2302
  */
3059
2303
  NextToken?: string;
3060
2304
  }
3061
- export declare namespace GetCoreNetworkChangeEventsResponse {
3062
- /**
3063
- * @internal
3064
- */
3065
- const filterSensitiveLog: (obj: GetCoreNetworkChangeEventsResponse) => any;
3066
- }
3067
2305
  export interface GetCoreNetworkChangeSetRequest {
3068
2306
  /**
3069
2307
  * <p>The ID of a core network.</p>
@@ -3082,12 +2320,6 @@ export interface GetCoreNetworkChangeSetRequest {
3082
2320
  */
3083
2321
  NextToken?: string;
3084
2322
  }
3085
- export declare namespace GetCoreNetworkChangeSetRequest {
3086
- /**
3087
- * @internal
3088
- */
3089
- const filterSensitiveLog: (obj: GetCoreNetworkChangeSetRequest) => any;
3090
- }
3091
2323
  export interface GetCoreNetworkChangeSetResponse {
3092
2324
  /**
3093
2325
  * <p>Describes a core network changes.</p>
@@ -3098,12 +2330,6 @@ export interface GetCoreNetworkChangeSetResponse {
3098
2330
  */
3099
2331
  NextToken?: string;
3100
2332
  }
3101
- export declare namespace GetCoreNetworkChangeSetResponse {
3102
- /**
3103
- * @internal
3104
- */
3105
- const filterSensitiveLog: (obj: GetCoreNetworkChangeSetResponse) => any;
3106
- }
3107
2333
  export interface GetCoreNetworkPolicyRequest {
3108
2334
  /**
3109
2335
  * <p>The ID of a core network.</p>
@@ -3118,24 +2344,12 @@ export interface GetCoreNetworkPolicyRequest {
3118
2344
  */
3119
2345
  Alias?: CoreNetworkPolicyAlias | string;
3120
2346
  }
3121
- export declare namespace GetCoreNetworkPolicyRequest {
3122
- /**
3123
- * @internal
3124
- */
3125
- const filterSensitiveLog: (obj: GetCoreNetworkPolicyRequest) => any;
3126
- }
3127
2347
  export interface GetCoreNetworkPolicyResponse {
3128
2348
  /**
3129
2349
  * <p>The details about a core network policy.</p>
3130
2350
  */
3131
2351
  CoreNetworkPolicy?: CoreNetworkPolicy;
3132
2352
  }
3133
- export declare namespace GetCoreNetworkPolicyResponse {
3134
- /**
3135
- * @internal
3136
- */
3137
- const filterSensitiveLog: (obj: GetCoreNetworkPolicyResponse) => any;
3138
- }
3139
2353
  export interface GetCustomerGatewayAssociationsRequest {
3140
2354
  /**
3141
2355
  * <p>The ID of the global network.</p>
@@ -3154,12 +2368,6 @@ export interface GetCustomerGatewayAssociationsRequest {
3154
2368
  */
3155
2369
  NextToken?: string;
3156
2370
  }
3157
- export declare namespace GetCustomerGatewayAssociationsRequest {
3158
- /**
3159
- * @internal
3160
- */
3161
- const filterSensitiveLog: (obj: GetCustomerGatewayAssociationsRequest) => any;
3162
- }
3163
2371
  export interface GetCustomerGatewayAssociationsResponse {
3164
2372
  /**
3165
2373
  * <p>The customer gateway associations.</p>
@@ -3170,12 +2378,6 @@ export interface GetCustomerGatewayAssociationsResponse {
3170
2378
  */
3171
2379
  NextToken?: string;
3172
2380
  }
3173
- export declare namespace GetCustomerGatewayAssociationsResponse {
3174
- /**
3175
- * @internal
3176
- */
3177
- const filterSensitiveLog: (obj: GetCustomerGatewayAssociationsResponse) => any;
3178
- }
3179
2381
  export interface GetDevicesRequest {
3180
2382
  /**
3181
2383
  * <p>The ID of the global network.</p>
@@ -3198,12 +2400,6 @@ export interface GetDevicesRequest {
3198
2400
  */
3199
2401
  NextToken?: string;
3200
2402
  }
3201
- export declare namespace GetDevicesRequest {
3202
- /**
3203
- * @internal
3204
- */
3205
- const filterSensitiveLog: (obj: GetDevicesRequest) => any;
3206
- }
3207
2403
  export interface GetDevicesResponse {
3208
2404
  /**
3209
2405
  * <p>The devices.</p>
@@ -3214,12 +2410,6 @@ export interface GetDevicesResponse {
3214
2410
  */
3215
2411
  NextToken?: string;
3216
2412
  }
3217
- export declare namespace GetDevicesResponse {
3218
- /**
3219
- * @internal
3220
- */
3221
- const filterSensitiveLog: (obj: GetDevicesResponse) => any;
3222
- }
3223
2413
  export interface GetLinkAssociationsRequest {
3224
2414
  /**
3225
2415
  * <p>The ID of the global network.</p>
@@ -3242,12 +2432,6 @@ export interface GetLinkAssociationsRequest {
3242
2432
  */
3243
2433
  NextToken?: string;
3244
2434
  }
3245
- export declare namespace GetLinkAssociationsRequest {
3246
- /**
3247
- * @internal
3248
- */
3249
- const filterSensitiveLog: (obj: GetLinkAssociationsRequest) => any;
3250
- }
3251
2435
  export interface GetLinkAssociationsResponse {
3252
2436
  /**
3253
2437
  * <p>The link associations.</p>
@@ -3258,12 +2442,6 @@ export interface GetLinkAssociationsResponse {
3258
2442
  */
3259
2443
  NextToken?: string;
3260
2444
  }
3261
- export declare namespace GetLinkAssociationsResponse {
3262
- /**
3263
- * @internal
3264
- */
3265
- const filterSensitiveLog: (obj: GetLinkAssociationsResponse) => any;
3266
- }
3267
2445
  export interface GetLinksRequest {
3268
2446
  /**
3269
2447
  * <p>The ID of the global network.</p>
@@ -3294,12 +2472,6 @@ export interface GetLinksRequest {
3294
2472
  */
3295
2473
  NextToken?: string;
3296
2474
  }
3297
- export declare namespace GetLinksRequest {
3298
- /**
3299
- * @internal
3300
- */
3301
- const filterSensitiveLog: (obj: GetLinksRequest) => any;
3302
- }
3303
2475
  export interface GetLinksResponse {
3304
2476
  /**
3305
2477
  * <p>The links.</p>
@@ -3310,12 +2482,6 @@ export interface GetLinksResponse {
3310
2482
  */
3311
2483
  NextToken?: string;
3312
2484
  }
3313
- export declare namespace GetLinksResponse {
3314
- /**
3315
- * @internal
3316
- */
3317
- const filterSensitiveLog: (obj: GetLinksResponse) => any;
3318
- }
3319
2485
  export interface GetNetworkResourceCountsRequest {
3320
2486
  /**
3321
2487
  * <p>The ID of the global network.</p>
@@ -3410,12 +2576,6 @@ export interface GetNetworkResourceCountsRequest {
3410
2576
  */
3411
2577
  NextToken?: string;
3412
2578
  }
3413
- export declare namespace GetNetworkResourceCountsRequest {
3414
- /**
3415
- * @internal
3416
- */
3417
- const filterSensitiveLog: (obj: GetNetworkResourceCountsRequest) => any;
3418
- }
3419
2579
  /**
3420
2580
  * <p>Describes a resource count.</p>
3421
2581
  */
@@ -3429,12 +2589,6 @@ export interface NetworkResourceCount {
3429
2589
  */
3430
2590
  Count?: number;
3431
2591
  }
3432
- export declare namespace NetworkResourceCount {
3433
- /**
3434
- * @internal
3435
- */
3436
- const filterSensitiveLog: (obj: NetworkResourceCount) => any;
3437
- }
3438
2592
  export interface GetNetworkResourceCountsResponse {
3439
2593
  /**
3440
2594
  * <p>The count of resources.</p>
@@ -3445,12 +2599,6 @@ export interface GetNetworkResourceCountsResponse {
3445
2599
  */
3446
2600
  NextToken?: string;
3447
2601
  }
3448
- export declare namespace GetNetworkResourceCountsResponse {
3449
- /**
3450
- * @internal
3451
- */
3452
- const filterSensitiveLog: (obj: GetNetworkResourceCountsResponse) => any;
3453
- }
3454
2602
  export interface GetNetworkResourceRelationshipsRequest {
3455
2603
  /**
3456
2604
  * <p>The ID of the global network.</p>
@@ -3565,12 +2713,6 @@ export interface GetNetworkResourceRelationshipsRequest {
3565
2713
  */
3566
2714
  NextToken?: string;
3567
2715
  }
3568
- export declare namespace GetNetworkResourceRelationshipsRequest {
3569
- /**
3570
- * @internal
3571
- */
3572
- const filterSensitiveLog: (obj: GetNetworkResourceRelationshipsRequest) => any;
3573
- }
3574
2716
  /**
3575
2717
  * <p>Describes a resource relationship.</p>
3576
2718
  */
@@ -3584,12 +2726,6 @@ export interface Relationship {
3584
2726
  */
3585
2727
  To?: string;
3586
2728
  }
3587
- export declare namespace Relationship {
3588
- /**
3589
- * @internal
3590
- */
3591
- const filterSensitiveLog: (obj: Relationship) => any;
3592
- }
3593
2729
  export interface GetNetworkResourceRelationshipsResponse {
3594
2730
  /**
3595
2731
  * <p>The resource relationships.</p>
@@ -3600,12 +2736,6 @@ export interface GetNetworkResourceRelationshipsResponse {
3600
2736
  */
3601
2737
  NextToken?: string;
3602
2738
  }
3603
- export declare namespace GetNetworkResourceRelationshipsResponse {
3604
- /**
3605
- * @internal
3606
- */
3607
- const filterSensitiveLog: (obj: GetNetworkResourceRelationshipsResponse) => any;
3608
- }
3609
2739
  export interface GetNetworkResourcesRequest {
3610
2740
  /**
3611
2741
  * <p>The ID of the global network.</p>
@@ -3720,12 +2850,6 @@ export interface GetNetworkResourcesRequest {
3720
2850
  */
3721
2851
  NextToken?: string;
3722
2852
  }
3723
- export declare namespace GetNetworkResourcesRequest {
3724
- /**
3725
- * @internal
3726
- */
3727
- const filterSensitiveLog: (obj: GetNetworkResourcesRequest) => any;
3728
- }
3729
2853
  /**
3730
2854
  * <p>Describes a network resource.</p>
3731
2855
  */
@@ -3851,12 +2975,6 @@ export interface NetworkResource {
3851
2975
  */
3852
2976
  Metadata?: Record<string, string>;
3853
2977
  }
3854
- export declare namespace NetworkResource {
3855
- /**
3856
- * @internal
3857
- */
3858
- const filterSensitiveLog: (obj: NetworkResource) => any;
3859
- }
3860
2978
  export interface GetNetworkResourcesResponse {
3861
2979
  /**
3862
2980
  * <p>The network resources.</p>
@@ -3867,12 +2985,6 @@ export interface GetNetworkResourcesResponse {
3867
2985
  */
3868
2986
  NextToken?: string;
3869
2987
  }
3870
- export declare namespace GetNetworkResourcesResponse {
3871
- /**
3872
- * @internal
3873
- */
3874
- const filterSensitiveLog: (obj: GetNetworkResourcesResponse) => any;
3875
- }
3876
2988
  /**
3877
2989
  * <p>Describes a route table.</p>
3878
2990
  */
@@ -3886,12 +2998,6 @@ export interface RouteTableIdentifier {
3886
2998
  */
3887
2999
  CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
3888
3000
  }
3889
- export declare namespace RouteTableIdentifier {
3890
- /**
3891
- * @internal
3892
- */
3893
- const filterSensitiveLog: (obj: RouteTableIdentifier) => any;
3894
- }
3895
3001
  export declare enum RouteState {
3896
3002
  ACTIVE = "ACTIVE",
3897
3003
  BLACKHOLE = "BLACKHOLE"
@@ -3942,12 +3048,6 @@ export interface GetNetworkRoutesRequest {
3942
3048
  */
3943
3049
  DestinationFilters?: Record<string, string[]>;
3944
3050
  }
3945
- export declare namespace GetNetworkRoutesRequest {
3946
- /**
3947
- * @internal
3948
- */
3949
- const filterSensitiveLog: (obj: GetNetworkRoutesRequest) => any;
3950
- }
3951
3051
  /**
3952
3052
  * <p>Describes the destination of a network route.</p>
3953
3053
  */
@@ -3977,12 +3077,6 @@ export interface NetworkRouteDestination {
3977
3077
  */
3978
3078
  ResourceId?: string;
3979
3079
  }
3980
- export declare namespace NetworkRouteDestination {
3981
- /**
3982
- * @internal
3983
- */
3984
- const filterSensitiveLog: (obj: NetworkRouteDestination) => any;
3985
- }
3986
3080
  /**
3987
3081
  * <p>Describes a network route.</p>
3988
3082
  */
@@ -4008,12 +3102,6 @@ export interface NetworkRoute {
4008
3102
  */
4009
3103
  Type?: RouteType | string;
4010
3104
  }
4011
- export declare namespace NetworkRoute {
4012
- /**
4013
- * @internal
4014
- */
4015
- const filterSensitiveLog: (obj: NetworkRoute) => any;
4016
- }
4017
3105
  export declare enum RouteTableType {
4018
3106
  CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT",
4019
3107
  TRANSIT_GATEWAY_ROUTE_TABLE = "TRANSIT_GATEWAY_ROUTE_TABLE"
@@ -4040,12 +3128,6 @@ export interface GetNetworkRoutesResponse {
4040
3128
  */
4041
3129
  NetworkRoutes?: NetworkRoute[];
4042
3130
  }
4043
- export declare namespace GetNetworkRoutesResponse {
4044
- /**
4045
- * @internal
4046
- */
4047
- const filterSensitiveLog: (obj: GetNetworkRoutesResponse) => any;
4048
- }
4049
3131
  export interface GetNetworkTelemetryRequest {
4050
3132
  /**
4051
3133
  * <p>The ID of the global network.</p>
@@ -4160,12 +3242,6 @@ export interface GetNetworkTelemetryRequest {
4160
3242
  */
4161
3243
  NextToken?: string;
4162
3244
  }
4163
- export declare namespace GetNetworkTelemetryRequest {
4164
- /**
4165
- * @internal
4166
- */
4167
- const filterSensitiveLog: (obj: GetNetworkTelemetryRequest) => any;
4168
- }
4169
3245
  /**
4170
3246
  * <p>Describes the telemetry information for a resource.</p>
4171
3247
  */
@@ -4207,12 +3283,6 @@ export interface NetworkTelemetry {
4207
3283
  */
4208
3284
  Health?: ConnectionHealth;
4209
3285
  }
4210
- export declare namespace NetworkTelemetry {
4211
- /**
4212
- * @internal
4213
- */
4214
- const filterSensitiveLog: (obj: NetworkTelemetry) => any;
4215
- }
4216
3286
  export interface GetNetworkTelemetryResponse {
4217
3287
  /**
4218
3288
  * <p>The network telemetry.</p>
@@ -4223,36 +3293,18 @@ export interface GetNetworkTelemetryResponse {
4223
3293
  */
4224
3294
  NextToken?: string;
4225
3295
  }
4226
- export declare namespace GetNetworkTelemetryResponse {
4227
- /**
4228
- * @internal
4229
- */
4230
- const filterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
4231
- }
4232
3296
  export interface GetResourcePolicyRequest {
4233
3297
  /**
4234
3298
  * <p>The ARN of the resource.</p>
4235
3299
  */
4236
3300
  ResourceArn: string | undefined;
4237
3301
  }
4238
- export declare namespace GetResourcePolicyRequest {
4239
- /**
4240
- * @internal
4241
- */
4242
- const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
4243
- }
4244
3302
  export interface GetResourcePolicyResponse {
4245
3303
  /**
4246
3304
  * <p>The resource policy document.</p>
4247
3305
  */
4248
3306
  PolicyDocument?: __LazyJsonString | string;
4249
3307
  }
4250
- export declare namespace GetResourcePolicyResponse {
4251
- /**
4252
- * @internal
4253
- */
4254
- const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
4255
- }
4256
3308
  export interface GetRouteAnalysisRequest {
4257
3309
  /**
4258
3310
  * <p>The ID of the global network.</p>
@@ -4263,12 +3315,6 @@ export interface GetRouteAnalysisRequest {
4263
3315
  */
4264
3316
  RouteAnalysisId: string | undefined;
4265
3317
  }
4266
- export declare namespace GetRouteAnalysisRequest {
4267
- /**
4268
- * @internal
4269
- */
4270
- const filterSensitiveLog: (obj: GetRouteAnalysisRequest) => any;
4271
- }
4272
3318
  /**
4273
3319
  * <p>Describes a source or a destination.</p>
4274
3320
  */
@@ -4286,12 +3332,6 @@ export interface RouteAnalysisEndpointOptions {
4286
3332
  */
4287
3333
  IpAddress?: string;
4288
3334
  }
4289
- export declare namespace RouteAnalysisEndpointOptions {
4290
- /**
4291
- * @internal
4292
- */
4293
- const filterSensitiveLog: (obj: RouteAnalysisEndpointOptions) => any;
4294
- }
4295
3335
  export declare enum RouteAnalysisCompletionReasonCode {
4296
3336
  BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND = "BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND",
4297
3337
  CYCLIC_PATH_DETECTED = "CYCLIC_PATH_DETECTED",
@@ -4365,12 +3405,6 @@ export interface RouteAnalysisCompletion {
4365
3405
  */
4366
3406
  ReasonContext?: Record<string, string>;
4367
3407
  }
4368
- export declare namespace RouteAnalysisCompletion {
4369
- /**
4370
- * @internal
4371
- */
4372
- const filterSensitiveLog: (obj: RouteAnalysisCompletion) => any;
4373
- }
4374
3408
  /**
4375
3409
  * <p>Describes a network resource.</p>
4376
3410
  */
@@ -4400,12 +3434,6 @@ export interface NetworkResourceSummary {
4400
3434
  */
4401
3435
  IsMiddlebox?: boolean;
4402
3436
  }
4403
- export declare namespace NetworkResourceSummary {
4404
- /**
4405
- * @internal
4406
- */
4407
- const filterSensitiveLog: (obj: NetworkResourceSummary) => any;
4408
- }
4409
3437
  /**
4410
3438
  * <p>Describes a path component.</p>
4411
3439
  */
@@ -4423,12 +3451,6 @@ export interface PathComponent {
4423
3451
  */
4424
3452
  DestinationCidrBlock?: string;
4425
3453
  }
4426
- export declare namespace PathComponent {
4427
- /**
4428
- * @internal
4429
- */
4430
- const filterSensitiveLog: (obj: PathComponent) => any;
4431
- }
4432
3454
  /**
4433
3455
  * <p>Describes a route analysis path.</p>
4434
3456
  */
@@ -4442,12 +3464,6 @@ export interface RouteAnalysisPath {
4442
3464
  */
4443
3465
  Path?: PathComponent[];
4444
3466
  }
4445
- export declare namespace RouteAnalysisPath {
4446
- /**
4447
- * @internal
4448
- */
4449
- const filterSensitiveLog: (obj: RouteAnalysisPath) => any;
4450
- }
4451
3467
  export declare enum RouteAnalysisStatus {
4452
3468
  completed = "COMPLETED",
4453
3469
  failed = "FAILED",
@@ -4503,24 +3519,12 @@ export interface RouteAnalysis {
4503
3519
  */
4504
3520
  ReturnPath?: RouteAnalysisPath;
4505
3521
  }
4506
- export declare namespace RouteAnalysis {
4507
- /**
4508
- * @internal
4509
- */
4510
- const filterSensitiveLog: (obj: RouteAnalysis) => any;
4511
- }
4512
3522
  export interface GetRouteAnalysisResponse {
4513
3523
  /**
4514
3524
  * <p>The route analysis.</p>
4515
3525
  */
4516
3526
  RouteAnalysis?: RouteAnalysis;
4517
3527
  }
4518
- export declare namespace GetRouteAnalysisResponse {
4519
- /**
4520
- * @internal
4521
- */
4522
- const filterSensitiveLog: (obj: GetRouteAnalysisResponse) => any;
4523
- }
4524
3528
  export interface GetSitesRequest {
4525
3529
  /**
4526
3530
  * <p>The ID of the global network.</p>
@@ -4539,12 +3543,6 @@ export interface GetSitesRequest {
4539
3543
  */
4540
3544
  NextToken?: string;
4541
3545
  }
4542
- export declare namespace GetSitesRequest {
4543
- /**
4544
- * @internal
4545
- */
4546
- const filterSensitiveLog: (obj: GetSitesRequest) => any;
4547
- }
4548
3546
  export interface GetSitesResponse {
4549
3547
  /**
4550
3548
  * <p>The sites.</p>
@@ -4555,36 +3553,18 @@ export interface GetSitesResponse {
4555
3553
  */
4556
3554
  NextToken?: string;
4557
3555
  }
4558
- export declare namespace GetSitesResponse {
4559
- /**
4560
- * @internal
4561
- */
4562
- const filterSensitiveLog: (obj: GetSitesResponse) => any;
4563
- }
4564
3556
  export interface GetSiteToSiteVpnAttachmentRequest {
4565
3557
  /**
4566
3558
  * <p>The ID of the attachment.</p>
4567
3559
  */
4568
3560
  AttachmentId: string | undefined;
4569
3561
  }
4570
- export declare namespace GetSiteToSiteVpnAttachmentRequest {
4571
- /**
4572
- * @internal
4573
- */
4574
- const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentRequest) => any;
4575
- }
4576
3562
  export interface GetSiteToSiteVpnAttachmentResponse {
4577
3563
  /**
4578
3564
  * <p>Describes the site-to-site attachment.</p>
4579
3565
  */
4580
3566
  SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
4581
3567
  }
4582
- export declare namespace GetSiteToSiteVpnAttachmentResponse {
4583
- /**
4584
- * @internal
4585
- */
4586
- const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentResponse) => any;
4587
- }
4588
3568
  export interface GetTransitGatewayConnectPeerAssociationsRequest {
4589
3569
  /**
4590
3570
  * <p>The ID of the global network.</p>
@@ -4603,12 +3583,6 @@ export interface GetTransitGatewayConnectPeerAssociationsRequest {
4603
3583
  */
4604
3584
  NextToken?: string;
4605
3585
  }
4606
- export declare namespace GetTransitGatewayConnectPeerAssociationsRequest {
4607
- /**
4608
- * @internal
4609
- */
4610
- const filterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsRequest) => any;
4611
- }
4612
3586
  export interface GetTransitGatewayConnectPeerAssociationsResponse {
4613
3587
  /**
4614
3588
  * <p>Information about the transit gateway Connect peer associations.</p>
@@ -4619,36 +3593,18 @@ export interface GetTransitGatewayConnectPeerAssociationsResponse {
4619
3593
  */
4620
3594
  NextToken?: string;
4621
3595
  }
4622
- export declare namespace GetTransitGatewayConnectPeerAssociationsResponse {
4623
- /**
4624
- * @internal
4625
- */
4626
- const filterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsResponse) => any;
4627
- }
4628
3596
  export interface GetTransitGatewayPeeringRequest {
4629
3597
  /**
4630
3598
  * <p>The ID of the peering request.</p>
4631
3599
  */
4632
3600
  PeeringId: string | undefined;
4633
3601
  }
4634
- export declare namespace GetTransitGatewayPeeringRequest {
4635
- /**
4636
- * @internal
4637
- */
4638
- const filterSensitiveLog: (obj: GetTransitGatewayPeeringRequest) => any;
4639
- }
4640
3602
  export interface GetTransitGatewayPeeringResponse {
4641
3603
  /**
4642
3604
  * <p>Returns information about a transit gateway peering. </p>
4643
3605
  */
4644
3606
  TransitGatewayPeering?: TransitGatewayPeering;
4645
3607
  }
4646
- export declare namespace GetTransitGatewayPeeringResponse {
4647
- /**
4648
- * @internal
4649
- */
4650
- const filterSensitiveLog: (obj: GetTransitGatewayPeeringResponse) => any;
4651
- }
4652
3608
  export interface GetTransitGatewayRegistrationsRequest {
4653
3609
  /**
4654
3610
  * <p>The ID of the global network.</p>
@@ -4668,12 +3624,6 @@ export interface GetTransitGatewayRegistrationsRequest {
4668
3624
  */
4669
3625
  NextToken?: string;
4670
3626
  }
4671
- export declare namespace GetTransitGatewayRegistrationsRequest {
4672
- /**
4673
- * @internal
4674
- */
4675
- const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsRequest) => any;
4676
- }
4677
3627
  export interface GetTransitGatewayRegistrationsResponse {
4678
3628
  /**
4679
3629
  * <p>The transit gateway registrations.</p>
@@ -4684,60 +3634,30 @@ export interface GetTransitGatewayRegistrationsResponse {
4684
3634
  */
4685
3635
  NextToken?: string;
4686
3636
  }
4687
- export declare namespace GetTransitGatewayRegistrationsResponse {
4688
- /**
4689
- * @internal
4690
- */
4691
- const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
4692
- }
4693
3637
  export interface GetTransitGatewayRouteTableAttachmentRequest {
4694
3638
  /**
4695
3639
  * <p>The ID of the transit gateway route table attachment.</p>
4696
3640
  */
4697
3641
  AttachmentId: string | undefined;
4698
3642
  }
4699
- export declare namespace GetTransitGatewayRouteTableAttachmentRequest {
4700
- /**
4701
- * @internal
4702
- */
4703
- const filterSensitiveLog: (obj: GetTransitGatewayRouteTableAttachmentRequest) => any;
4704
- }
4705
3643
  export interface GetTransitGatewayRouteTableAttachmentResponse {
4706
3644
  /**
4707
3645
  * <p>Returns information about the transit gateway route table attachment.</p>
4708
3646
  */
4709
3647
  TransitGatewayRouteTableAttachment?: TransitGatewayRouteTableAttachment;
4710
3648
  }
4711
- export declare namespace GetTransitGatewayRouteTableAttachmentResponse {
4712
- /**
4713
- * @internal
4714
- */
4715
- const filterSensitiveLog: (obj: GetTransitGatewayRouteTableAttachmentResponse) => any;
4716
- }
4717
3649
  export interface GetVpcAttachmentRequest {
4718
3650
  /**
4719
3651
  * <p>The ID of the attachment.</p>
4720
3652
  */
4721
3653
  AttachmentId: string | undefined;
4722
3654
  }
4723
- export declare namespace GetVpcAttachmentRequest {
4724
- /**
4725
- * @internal
4726
- */
4727
- const filterSensitiveLog: (obj: GetVpcAttachmentRequest) => any;
4728
- }
4729
3655
  export interface GetVpcAttachmentResponse {
4730
3656
  /**
4731
3657
  * <p>Returns details about a VPC attachment.</p>
4732
3658
  */
4733
3659
  VpcAttachment?: VpcAttachment;
4734
3660
  }
4735
- export declare namespace GetVpcAttachmentResponse {
4736
- /**
4737
- * @internal
4738
- */
4739
- const filterSensitiveLog: (obj: GetVpcAttachmentResponse) => any;
4740
- }
4741
3661
  export interface ListAttachmentsRequest {
4742
3662
  /**
4743
3663
  * <p>The ID of a core network.</p>
@@ -4764,12 +3684,6 @@ export interface ListAttachmentsRequest {
4764
3684
  */
4765
3685
  NextToken?: string;
4766
3686
  }
4767
- export declare namespace ListAttachmentsRequest {
4768
- /**
4769
- * @internal
4770
- */
4771
- const filterSensitiveLog: (obj: ListAttachmentsRequest) => any;
4772
- }
4773
3687
  export interface ListAttachmentsResponse {
4774
3688
  /**
4775
3689
  * <p>Describes the list of attachments.</p>
@@ -4780,12 +3694,6 @@ export interface ListAttachmentsResponse {
4780
3694
  */
4781
3695
  NextToken?: string;
4782
3696
  }
4783
- export declare namespace ListAttachmentsResponse {
4784
- /**
4785
- * @internal
4786
- */
4787
- const filterSensitiveLog: (obj: ListAttachmentsResponse) => any;
4788
- }
4789
3697
  export interface ListConnectPeersRequest {
4790
3698
  /**
4791
3699
  * <p>The ID of a core network.</p>
@@ -4804,12 +3712,6 @@ export interface ListConnectPeersRequest {
4804
3712
  */
4805
3713
  NextToken?: string;
4806
3714
  }
4807
- export declare namespace ListConnectPeersRequest {
4808
- /**
4809
- * @internal
4810
- */
4811
- const filterSensitiveLog: (obj: ListConnectPeersRequest) => any;
4812
- }
4813
3715
  export interface ListConnectPeersResponse {
4814
3716
  /**
4815
3717
  * <p>Describes the Connect peers.</p>
@@ -4820,12 +3722,6 @@ export interface ListConnectPeersResponse {
4820
3722
  */
4821
3723
  NextToken?: string;
4822
3724
  }
4823
- export declare namespace ListConnectPeersResponse {
4824
- /**
4825
- * @internal
4826
- */
4827
- const filterSensitiveLog: (obj: ListConnectPeersResponse) => any;
4828
- }
4829
3725
  export interface ListCoreNetworkPolicyVersionsRequest {
4830
3726
  /**
4831
3727
  * <p>The ID of a core network.</p>
@@ -4840,12 +3736,6 @@ export interface ListCoreNetworkPolicyVersionsRequest {
4840
3736
  */
4841
3737
  NextToken?: string;
4842
3738
  }
4843
- export declare namespace ListCoreNetworkPolicyVersionsRequest {
4844
- /**
4845
- * @internal
4846
- */
4847
- const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsRequest) => any;
4848
- }
4849
3739
  export interface ListCoreNetworkPolicyVersionsResponse {
4850
3740
  /**
4851
3741
  * <p>Describes core network policy versions.</p>
@@ -4856,12 +3746,6 @@ export interface ListCoreNetworkPolicyVersionsResponse {
4856
3746
  */
4857
3747
  NextToken?: string;
4858
3748
  }
4859
- export declare namespace ListCoreNetworkPolicyVersionsResponse {
4860
- /**
4861
- * @internal
4862
- */
4863
- const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsResponse) => any;
4864
- }
4865
3749
  export interface ListCoreNetworksRequest {
4866
3750
  /**
4867
3751
  * <p>The maximum number of results to return.</p>
@@ -4872,12 +3756,6 @@ export interface ListCoreNetworksRequest {
4872
3756
  */
4873
3757
  NextToken?: string;
4874
3758
  }
4875
- export declare namespace ListCoreNetworksRequest {
4876
- /**
4877
- * @internal
4878
- */
4879
- const filterSensitiveLog: (obj: ListCoreNetworksRequest) => any;
4880
- }
4881
3759
  export interface ListCoreNetworksResponse {
4882
3760
  /**
4883
3761
  * <p>Describes the list of core networks.</p>
@@ -4888,12 +3766,6 @@ export interface ListCoreNetworksResponse {
4888
3766
  */
4889
3767
  NextToken?: string;
4890
3768
  }
4891
- export declare namespace ListCoreNetworksResponse {
4892
- /**
4893
- * @internal
4894
- */
4895
- const filterSensitiveLog: (obj: ListCoreNetworksResponse) => any;
4896
- }
4897
3769
  export interface ListOrganizationServiceAccessStatusRequest {
4898
3770
  /**
4899
3771
  * <p>The maximum number of results to return.</p>
@@ -4904,12 +3776,6 @@ export interface ListOrganizationServiceAccessStatusRequest {
4904
3776
  */
4905
3777
  NextToken?: string;
4906
3778
  }
4907
- export declare namespace ListOrganizationServiceAccessStatusRequest {
4908
- /**
4909
- * @internal
4910
- */
4911
- const filterSensitiveLog: (obj: ListOrganizationServiceAccessStatusRequest) => any;
4912
- }
4913
3779
  /**
4914
3780
  * <p>The status of an Amazon Web Services Organization and the accounts within that organization.</p>
4915
3781
  */
@@ -4931,12 +3797,6 @@ export interface OrganizationStatus {
4931
3797
  */
4932
3798
  AccountStatusList?: AccountStatus[];
4933
3799
  }
4934
- export declare namespace OrganizationStatus {
4935
- /**
4936
- * @internal
4937
- */
4938
- const filterSensitiveLog: (obj: OrganizationStatus) => any;
4939
- }
4940
3800
  export interface ListOrganizationServiceAccessStatusResponse {
4941
3801
  /**
4942
3802
  * <p>Displays the status of an Amazon Web Services Organization.</p>
@@ -4947,12 +3807,6 @@ export interface ListOrganizationServiceAccessStatusResponse {
4947
3807
  */
4948
3808
  NextToken?: string;
4949
3809
  }
4950
- export declare namespace ListOrganizationServiceAccessStatusResponse {
4951
- /**
4952
- * @internal
4953
- */
4954
- const filterSensitiveLog: (obj: ListOrganizationServiceAccessStatusResponse) => any;
4955
- }
4956
3810
  export interface ListPeeringsRequest {
4957
3811
  /**
4958
3812
  * <p>The ID of a core network.</p>
@@ -4979,12 +3833,6 @@ export interface ListPeeringsRequest {
4979
3833
  */
4980
3834
  NextToken?: string;
4981
3835
  }
4982
- export declare namespace ListPeeringsRequest {
4983
- /**
4984
- * @internal
4985
- */
4986
- const filterSensitiveLog: (obj: ListPeeringsRequest) => any;
4987
- }
4988
3836
  export interface ListPeeringsResponse {
4989
3837
  /**
4990
3838
  * <p>Lists the transit gateway peerings for the <code>ListPeerings</code> request.</p>
@@ -4995,36 +3843,18 @@ export interface ListPeeringsResponse {
4995
3843
  */
4996
3844
  NextToken?: string;
4997
3845
  }
4998
- export declare namespace ListPeeringsResponse {
4999
- /**
5000
- * @internal
5001
- */
5002
- const filterSensitiveLog: (obj: ListPeeringsResponse) => any;
5003
- }
5004
3846
  export interface ListTagsForResourceRequest {
5005
3847
  /**
5006
3848
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
5007
3849
  */
5008
3850
  ResourceArn: string | undefined;
5009
3851
  }
5010
- export declare namespace ListTagsForResourceRequest {
5011
- /**
5012
- * @internal
5013
- */
5014
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5015
- }
5016
3852
  export interface ListTagsForResourceResponse {
5017
3853
  /**
5018
3854
  * <p>The list of tags.</p>
5019
3855
  */
5020
3856
  TagList?: Tag[];
5021
3857
  }
5022
- export declare namespace ListTagsForResourceResponse {
5023
- /**
5024
- * @internal
5025
- */
5026
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5027
- }
5028
3858
  export interface PutCoreNetworkPolicyRequest {
5029
3859
  /**
5030
3860
  * <p>The ID of a core network.</p>
@@ -5047,24 +3877,12 @@ export interface PutCoreNetworkPolicyRequest {
5047
3877
  */
5048
3878
  ClientToken?: string;
5049
3879
  }
5050
- export declare namespace PutCoreNetworkPolicyRequest {
5051
- /**
5052
- * @internal
5053
- */
5054
- const filterSensitiveLog: (obj: PutCoreNetworkPolicyRequest) => any;
5055
- }
5056
3880
  export interface PutCoreNetworkPolicyResponse {
5057
3881
  /**
5058
3882
  * <p>Describes the changed core network policy.</p>
5059
3883
  */
5060
3884
  CoreNetworkPolicy?: CoreNetworkPolicy;
5061
3885
  }
5062
- export declare namespace PutCoreNetworkPolicyResponse {
5063
- /**
5064
- * @internal
5065
- */
5066
- const filterSensitiveLog: (obj: PutCoreNetworkPolicyResponse) => any;
5067
- }
5068
3886
  export interface PutResourcePolicyRequest {
5069
3887
  /**
5070
3888
  * <p>The JSON resource policy document.</p>
@@ -5075,20 +3893,8 @@ export interface PutResourcePolicyRequest {
5075
3893
  */
5076
3894
  ResourceArn: string | undefined;
5077
3895
  }
5078
- export declare namespace PutResourcePolicyRequest {
5079
- /**
5080
- * @internal
5081
- */
5082
- const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
5083
- }
5084
3896
  export interface PutResourcePolicyResponse {
5085
3897
  }
5086
- export declare namespace PutResourcePolicyResponse {
5087
- /**
5088
- * @internal
5089
- */
5090
- const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
5091
- }
5092
3898
  export interface RegisterTransitGatewayRequest {
5093
3899
  /**
5094
3900
  * <p>The ID of the global network.</p>
@@ -5099,48 +3905,24 @@ export interface RegisterTransitGatewayRequest {
5099
3905
  */
5100
3906
  TransitGatewayArn: string | undefined;
5101
3907
  }
5102
- export declare namespace RegisterTransitGatewayRequest {
5103
- /**
5104
- * @internal
5105
- */
5106
- const filterSensitiveLog: (obj: RegisterTransitGatewayRequest) => any;
5107
- }
5108
3908
  export interface RegisterTransitGatewayResponse {
5109
3909
  /**
5110
3910
  * <p>Information about the transit gateway registration.</p>
5111
3911
  */
5112
3912
  TransitGatewayRegistration?: TransitGatewayRegistration;
5113
3913
  }
5114
- export declare namespace RegisterTransitGatewayResponse {
5115
- /**
5116
- * @internal
5117
- */
5118
- const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
5119
- }
5120
3914
  export interface RejectAttachmentRequest {
5121
3915
  /**
5122
3916
  * <p>The ID of the attachment.</p>
5123
3917
  */
5124
3918
  AttachmentId: string | undefined;
5125
3919
  }
5126
- export declare namespace RejectAttachmentRequest {
5127
- /**
5128
- * @internal
5129
- */
5130
- const filterSensitiveLog: (obj: RejectAttachmentRequest) => any;
5131
- }
5132
3920
  export interface RejectAttachmentResponse {
5133
3921
  /**
5134
3922
  * <p>Describes the rejected attachment request.</p>
5135
3923
  */
5136
3924
  Attachment?: Attachment;
5137
3925
  }
5138
- export declare namespace RejectAttachmentResponse {
5139
- /**
5140
- * @internal
5141
- */
5142
- const filterSensitiveLog: (obj: RejectAttachmentResponse) => any;
5143
- }
5144
3926
  export interface RestoreCoreNetworkPolicyVersionRequest {
5145
3927
  /**
5146
3928
  * <p>The ID of a core network.</p>
@@ -5151,48 +3933,24 @@ export interface RestoreCoreNetworkPolicyVersionRequest {
5151
3933
  */
5152
3934
  PolicyVersionId: number | undefined;
5153
3935
  }
5154
- export declare namespace RestoreCoreNetworkPolicyVersionRequest {
5155
- /**
5156
- * @internal
5157
- */
5158
- const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionRequest) => any;
5159
- }
5160
3936
  export interface RestoreCoreNetworkPolicyVersionResponse {
5161
3937
  /**
5162
3938
  * <p>Describes the restored core network policy.</p>
5163
3939
  */
5164
3940
  CoreNetworkPolicy?: CoreNetworkPolicy;
5165
3941
  }
5166
- export declare namespace RestoreCoreNetworkPolicyVersionResponse {
5167
- /**
5168
- * @internal
5169
- */
5170
- const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionResponse) => any;
5171
- }
5172
3942
  export interface StartOrganizationServiceAccessUpdateRequest {
5173
3943
  /**
5174
3944
  * <p>The action to take for the update request. This can be either <code>ENABLE</code> or <code>DISABLE</code>.</p>
5175
3945
  */
5176
3946
  Action: string | undefined;
5177
3947
  }
5178
- export declare namespace StartOrganizationServiceAccessUpdateRequest {
5179
- /**
5180
- * @internal
5181
- */
5182
- const filterSensitiveLog: (obj: StartOrganizationServiceAccessUpdateRequest) => any;
5183
- }
5184
3948
  export interface StartOrganizationServiceAccessUpdateResponse {
5185
3949
  /**
5186
3950
  * <p>The status of the service access update request for an Amazon Web Services Organization.</p>
5187
3951
  */
5188
3952
  OrganizationStatus?: OrganizationStatus;
5189
3953
  }
5190
- export declare namespace StartOrganizationServiceAccessUpdateResponse {
5191
- /**
5192
- * @internal
5193
- */
5194
- const filterSensitiveLog: (obj: StartOrganizationServiceAccessUpdateResponse) => any;
5195
- }
5196
3954
  /**
5197
3955
  * <p>Describes a source or a destination.</p>
5198
3956
  */
@@ -5206,12 +3964,6 @@ export interface RouteAnalysisEndpointOptionsSpecification {
5206
3964
  */
5207
3965
  IpAddress?: string;
5208
3966
  }
5209
- export declare namespace RouteAnalysisEndpointOptionsSpecification {
5210
- /**
5211
- * @internal
5212
- */
5213
- const filterSensitiveLog: (obj: RouteAnalysisEndpointOptionsSpecification) => any;
5214
- }
5215
3967
  export interface StartRouteAnalysisRequest {
5216
3968
  /**
5217
3969
  * <p>The ID of the global network.</p>
@@ -5235,24 +3987,12 @@ export interface StartRouteAnalysisRequest {
5235
3987
  */
5236
3988
  UseMiddleboxes?: boolean;
5237
3989
  }
5238
- export declare namespace StartRouteAnalysisRequest {
5239
- /**
5240
- * @internal
5241
- */
5242
- const filterSensitiveLog: (obj: StartRouteAnalysisRequest) => any;
5243
- }
5244
3990
  export interface StartRouteAnalysisResponse {
5245
3991
  /**
5246
3992
  * <p>The route analysis.</p>
5247
3993
  */
5248
3994
  RouteAnalysis?: RouteAnalysis;
5249
3995
  }
5250
- export declare namespace StartRouteAnalysisResponse {
5251
- /**
5252
- * @internal
5253
- */
5254
- const filterSensitiveLog: (obj: StartRouteAnalysisResponse) => any;
5255
- }
5256
3996
  export interface TagResourceRequest {
5257
3997
  /**
5258
3998
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -5263,20 +4003,8 @@ export interface TagResourceRequest {
5263
4003
  */
5264
4004
  Tags: Tag[] | undefined;
5265
4005
  }
5266
- export declare namespace TagResourceRequest {
5267
- /**
5268
- * @internal
5269
- */
5270
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
5271
- }
5272
4006
  export interface TagResourceResponse {
5273
4007
  }
5274
- export declare namespace TagResourceResponse {
5275
- /**
5276
- * @internal
5277
- */
5278
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
5279
- }
5280
4008
  export interface UntagResourceRequest {
5281
4009
  /**
5282
4010
  * <p>The Amazon Resource Name (ARN) of the resource.</p>
@@ -5287,20 +4015,8 @@ export interface UntagResourceRequest {
5287
4015
  */
5288
4016
  TagKeys: string[] | undefined;
5289
4017
  }
5290
- export declare namespace UntagResourceRequest {
5291
- /**
5292
- * @internal
5293
- */
5294
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
5295
- }
5296
4018
  export interface UntagResourceResponse {
5297
4019
  }
5298
- export declare namespace UntagResourceResponse {
5299
- /**
5300
- * @internal
5301
- */
5302
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
5303
- }
5304
4020
  export interface UpdateConnectionRequest {
5305
4021
  /**
5306
4022
  * <p>The ID of the global network.</p>
@@ -5324,24 +4040,12 @@ export interface UpdateConnectionRequest {
5324
4040
  */
5325
4041
  Description?: string;
5326
4042
  }
5327
- export declare namespace UpdateConnectionRequest {
5328
- /**
5329
- * @internal
5330
- */
5331
- const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
5332
- }
5333
4043
  export interface UpdateConnectionResponse {
5334
4044
  /**
5335
4045
  * <p>Information about the connection.</p>
5336
4046
  */
5337
4047
  Connection?: Connection;
5338
4048
  }
5339
- export declare namespace UpdateConnectionResponse {
5340
- /**
5341
- * @internal
5342
- */
5343
- const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
5344
- }
5345
4049
  export interface UpdateCoreNetworkRequest {
5346
4050
  /**
5347
4051
  * <p>The ID of a core network.</p>
@@ -5352,24 +4056,12 @@ export interface UpdateCoreNetworkRequest {
5352
4056
  */
5353
4057
  Description?: string;
5354
4058
  }
5355
- export declare namespace UpdateCoreNetworkRequest {
5356
- /**
5357
- * @internal
5358
- */
5359
- const filterSensitiveLog: (obj: UpdateCoreNetworkRequest) => any;
5360
- }
5361
4059
  export interface UpdateCoreNetworkResponse {
5362
4060
  /**
5363
4061
  * <p>Returns information about a core network update.</p>
5364
4062
  */
5365
4063
  CoreNetwork?: CoreNetwork;
5366
4064
  }
5367
- export declare namespace UpdateCoreNetworkResponse {
5368
- /**
5369
- * @internal
5370
- */
5371
- const filterSensitiveLog: (obj: UpdateCoreNetworkResponse) => any;
5372
- }
5373
4065
  export interface UpdateDeviceRequest {
5374
4066
  /**
5375
4067
  * <p>The ID of the global network.</p>
@@ -5416,24 +4108,12 @@ export interface UpdateDeviceRequest {
5416
4108
  */
5417
4109
  SiteId?: string;
5418
4110
  }
5419
- export declare namespace UpdateDeviceRequest {
5420
- /**
5421
- * @internal
5422
- */
5423
- const filterSensitiveLog: (obj: UpdateDeviceRequest) => any;
5424
- }
5425
4111
  export interface UpdateDeviceResponse {
5426
4112
  /**
5427
4113
  * <p>Information about the device.</p>
5428
4114
  */
5429
4115
  Device?: Device;
5430
4116
  }
5431
- export declare namespace UpdateDeviceResponse {
5432
- /**
5433
- * @internal
5434
- */
5435
- const filterSensitiveLog: (obj: UpdateDeviceResponse) => any;
5436
- }
5437
4117
  export interface UpdateGlobalNetworkRequest {
5438
4118
  /**
5439
4119
  * <p>The ID of your global network.</p>
@@ -5445,24 +4125,12 @@ export interface UpdateGlobalNetworkRequest {
5445
4125
  */
5446
4126
  Description?: string;
5447
4127
  }
5448
- export declare namespace UpdateGlobalNetworkRequest {
5449
- /**
5450
- * @internal
5451
- */
5452
- const filterSensitiveLog: (obj: UpdateGlobalNetworkRequest) => any;
5453
- }
5454
4128
  export interface UpdateGlobalNetworkResponse {
5455
4129
  /**
5456
4130
  * <p>Information about the global network object.</p>
5457
4131
  */
5458
4132
  GlobalNetwork?: GlobalNetwork;
5459
4133
  }
5460
- export declare namespace UpdateGlobalNetworkResponse {
5461
- /**
5462
- * @internal
5463
- */
5464
- const filterSensitiveLog: (obj: UpdateGlobalNetworkResponse) => any;
5465
- }
5466
4134
  export interface UpdateLinkRequest {
5467
4135
  /**
5468
4136
  * <p>The ID of the global network.</p>
@@ -5492,24 +4160,12 @@ export interface UpdateLinkRequest {
5492
4160
  */
5493
4161
  Provider?: string;
5494
4162
  }
5495
- export declare namespace UpdateLinkRequest {
5496
- /**
5497
- * @internal
5498
- */
5499
- const filterSensitiveLog: (obj: UpdateLinkRequest) => any;
5500
- }
5501
4163
  export interface UpdateLinkResponse {
5502
4164
  /**
5503
4165
  * <p>Information about the link.</p>
5504
4166
  */
5505
4167
  Link?: Link;
5506
4168
  }
5507
- export declare namespace UpdateLinkResponse {
5508
- /**
5509
- * @internal
5510
- */
5511
- const filterSensitiveLog: (obj: UpdateLinkResponse) => any;
5512
- }
5513
4169
  export interface UpdateNetworkResourceMetadataRequest {
5514
4170
  /**
5515
4171
  * <p>The ID of the global network.</p>
@@ -5524,12 +4180,6 @@ export interface UpdateNetworkResourceMetadataRequest {
5524
4180
  */
5525
4181
  Metadata: Record<string, string> | undefined;
5526
4182
  }
5527
- export declare namespace UpdateNetworkResourceMetadataRequest {
5528
- /**
5529
- * @internal
5530
- */
5531
- const filterSensitiveLog: (obj: UpdateNetworkResourceMetadataRequest) => any;
5532
- }
5533
4183
  export interface UpdateNetworkResourceMetadataResponse {
5534
4184
  /**
5535
4185
  * <p>The ARN of the resource.</p>
@@ -5540,12 +4190,6 @@ export interface UpdateNetworkResourceMetadataResponse {
5540
4190
  */
5541
4191
  Metadata?: Record<string, string>;
5542
4192
  }
5543
- export declare namespace UpdateNetworkResourceMetadataResponse {
5544
- /**
5545
- * @internal
5546
- */
5547
- const filterSensitiveLog: (obj: UpdateNetworkResourceMetadataResponse) => any;
5548
- }
5549
4193
  export interface UpdateSiteRequest {
5550
4194
  /**
5551
4195
  * <p>The ID of the global network.</p>
@@ -5579,24 +4223,12 @@ export interface UpdateSiteRequest {
5579
4223
  */
5580
4224
  Location?: Location;
5581
4225
  }
5582
- export declare namespace UpdateSiteRequest {
5583
- /**
5584
- * @internal
5585
- */
5586
- const filterSensitiveLog: (obj: UpdateSiteRequest) => any;
5587
- }
5588
4226
  export interface UpdateSiteResponse {
5589
4227
  /**
5590
4228
  * <p>Information about the site.</p>
5591
4229
  */
5592
4230
  Site?: Site;
5593
4231
  }
5594
- export declare namespace UpdateSiteResponse {
5595
- /**
5596
- * @internal
5597
- */
5598
- const filterSensitiveLog: (obj: UpdateSiteResponse) => any;
5599
- }
5600
4232
  export interface UpdateVpcAttachmentRequest {
5601
4233
  /**
5602
4234
  * <p>The ID of the attachment.</p>
@@ -5615,21 +4247,929 @@ export interface UpdateVpcAttachmentRequest {
5615
4247
  */
5616
4248
  Options?: VpcOptions;
5617
4249
  }
5618
- export declare namespace UpdateVpcAttachmentRequest {
5619
- /**
5620
- * @internal
5621
- */
5622
- const filterSensitiveLog: (obj: UpdateVpcAttachmentRequest) => any;
5623
- }
5624
4250
  export interface UpdateVpcAttachmentResponse {
5625
4251
  /**
5626
4252
  * <p>Describes the updated VPC attachment.</p>
5627
4253
  */
5628
4254
  VpcAttachment?: VpcAttachment;
5629
4255
  }
5630
- export declare namespace UpdateVpcAttachmentResponse {
5631
- /**
5632
- * @internal
5633
- */
5634
- const filterSensitiveLog: (obj: UpdateVpcAttachmentResponse) => any;
5635
- }
4256
+ /**
4257
+ * @internal
4258
+ */
4259
+ export declare const AcceptAttachmentRequestFilterSensitiveLog: (obj: AcceptAttachmentRequest) => any;
4260
+ /**
4261
+ * @internal
4262
+ */
4263
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
4264
+ /**
4265
+ * @internal
4266
+ */
4267
+ export declare const ProposedSegmentChangeFilterSensitiveLog: (obj: ProposedSegmentChange) => any;
4268
+ /**
4269
+ * @internal
4270
+ */
4271
+ export declare const AttachmentFilterSensitiveLog: (obj: Attachment) => any;
4272
+ /**
4273
+ * @internal
4274
+ */
4275
+ export declare const AcceptAttachmentResponseFilterSensitiveLog: (obj: AcceptAttachmentResponse) => any;
4276
+ /**
4277
+ * @internal
4278
+ */
4279
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
4280
+ /**
4281
+ * @internal
4282
+ */
4283
+ export declare const AccountStatusFilterSensitiveLog: (obj: AccountStatus) => any;
4284
+ /**
4285
+ * @internal
4286
+ */
4287
+ export declare const AssociateConnectPeerRequestFilterSensitiveLog: (obj: AssociateConnectPeerRequest) => any;
4288
+ /**
4289
+ * @internal
4290
+ */
4291
+ export declare const ConnectPeerAssociationFilterSensitiveLog: (obj: ConnectPeerAssociation) => any;
4292
+ /**
4293
+ * @internal
4294
+ */
4295
+ export declare const AssociateConnectPeerResponseFilterSensitiveLog: (obj: AssociateConnectPeerResponse) => any;
4296
+ /**
4297
+ * @internal
4298
+ */
4299
+ export declare const AssociateCustomerGatewayRequestFilterSensitiveLog: (obj: AssociateCustomerGatewayRequest) => any;
4300
+ /**
4301
+ * @internal
4302
+ */
4303
+ export declare const CustomerGatewayAssociationFilterSensitiveLog: (obj: CustomerGatewayAssociation) => any;
4304
+ /**
4305
+ * @internal
4306
+ */
4307
+ export declare const AssociateCustomerGatewayResponseFilterSensitiveLog: (obj: AssociateCustomerGatewayResponse) => any;
4308
+ /**
4309
+ * @internal
4310
+ */
4311
+ export declare const AssociateLinkRequestFilterSensitiveLog: (obj: AssociateLinkRequest) => any;
4312
+ /**
4313
+ * @internal
4314
+ */
4315
+ export declare const LinkAssociationFilterSensitiveLog: (obj: LinkAssociation) => any;
4316
+ /**
4317
+ * @internal
4318
+ */
4319
+ export declare const AssociateLinkResponseFilterSensitiveLog: (obj: AssociateLinkResponse) => any;
4320
+ /**
4321
+ * @internal
4322
+ */
4323
+ export declare const AssociateTransitGatewayConnectPeerRequestFilterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerRequest) => any;
4324
+ /**
4325
+ * @internal
4326
+ */
4327
+ export declare const TransitGatewayConnectPeerAssociationFilterSensitiveLog: (obj: TransitGatewayConnectPeerAssociation) => any;
4328
+ /**
4329
+ * @internal
4330
+ */
4331
+ export declare const AssociateTransitGatewayConnectPeerResponseFilterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerResponse) => any;
4332
+ /**
4333
+ * @internal
4334
+ */
4335
+ export declare const AWSLocationFilterSensitiveLog: (obj: AWSLocation) => any;
4336
+ /**
4337
+ * @internal
4338
+ */
4339
+ export declare const BandwidthFilterSensitiveLog: (obj: Bandwidth) => any;
4340
+ /**
4341
+ * @internal
4342
+ */
4343
+ export declare const BgpOptionsFilterSensitiveLog: (obj: BgpOptions) => any;
4344
+ /**
4345
+ * @internal
4346
+ */
4347
+ export declare const ConnectAttachmentOptionsFilterSensitiveLog: (obj: ConnectAttachmentOptions) => any;
4348
+ /**
4349
+ * @internal
4350
+ */
4351
+ export declare const ConnectAttachmentFilterSensitiveLog: (obj: ConnectAttachment) => any;
4352
+ /**
4353
+ * @internal
4354
+ */
4355
+ export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
4356
+ /**
4357
+ * @internal
4358
+ */
4359
+ export declare const ConnectionHealthFilterSensitiveLog: (obj: ConnectionHealth) => any;
4360
+ /**
4361
+ * @internal
4362
+ */
4363
+ export declare const ConnectPeerBgpConfigurationFilterSensitiveLog: (obj: ConnectPeerBgpConfiguration) => any;
4364
+ /**
4365
+ * @internal
4366
+ */
4367
+ export declare const ConnectPeerConfigurationFilterSensitiveLog: (obj: ConnectPeerConfiguration) => any;
4368
+ /**
4369
+ * @internal
4370
+ */
4371
+ export declare const ConnectPeerFilterSensitiveLog: (obj: ConnectPeer) => any;
4372
+ /**
4373
+ * @internal
4374
+ */
4375
+ export declare const ConnectPeerSummaryFilterSensitiveLog: (obj: ConnectPeerSummary) => any;
4376
+ /**
4377
+ * @internal
4378
+ */
4379
+ export declare const CoreNetworkEdgeFilterSensitiveLog: (obj: CoreNetworkEdge) => any;
4380
+ /**
4381
+ * @internal
4382
+ */
4383
+ export declare const CoreNetworkSegmentFilterSensitiveLog: (obj: CoreNetworkSegment) => any;
4384
+ /**
4385
+ * @internal
4386
+ */
4387
+ export declare const CoreNetworkFilterSensitiveLog: (obj: CoreNetwork) => any;
4388
+ /**
4389
+ * @internal
4390
+ */
4391
+ export declare const CoreNetworkChangeValuesFilterSensitiveLog: (obj: CoreNetworkChangeValues) => any;
4392
+ /**
4393
+ * @internal
4394
+ */
4395
+ export declare const CoreNetworkChangeFilterSensitiveLog: (obj: CoreNetworkChange) => any;
4396
+ /**
4397
+ * @internal
4398
+ */
4399
+ export declare const CoreNetworkChangeEventValuesFilterSensitiveLog: (obj: CoreNetworkChangeEventValues) => any;
4400
+ /**
4401
+ * @internal
4402
+ */
4403
+ export declare const CoreNetworkChangeEventFilterSensitiveLog: (obj: CoreNetworkChangeEvent) => any;
4404
+ /**
4405
+ * @internal
4406
+ */
4407
+ export declare const CoreNetworkPolicyErrorFilterSensitiveLog: (obj: CoreNetworkPolicyError) => any;
4408
+ /**
4409
+ * @internal
4410
+ */
4411
+ export declare const CoreNetworkPolicyFilterSensitiveLog: (obj: CoreNetworkPolicy) => any;
4412
+ /**
4413
+ * @internal
4414
+ */
4415
+ export declare const CoreNetworkPolicyVersionFilterSensitiveLog: (obj: CoreNetworkPolicyVersion) => any;
4416
+ /**
4417
+ * @internal
4418
+ */
4419
+ export declare const CoreNetworkSegmentEdgeIdentifierFilterSensitiveLog: (obj: CoreNetworkSegmentEdgeIdentifier) => any;
4420
+ /**
4421
+ * @internal
4422
+ */
4423
+ export declare const CoreNetworkSummaryFilterSensitiveLog: (obj: CoreNetworkSummary) => any;
4424
+ /**
4425
+ * @internal
4426
+ */
4427
+ export declare const CreateConnectAttachmentRequestFilterSensitiveLog: (obj: CreateConnectAttachmentRequest) => any;
4428
+ /**
4429
+ * @internal
4430
+ */
4431
+ export declare const CreateConnectAttachmentResponseFilterSensitiveLog: (obj: CreateConnectAttachmentResponse) => any;
4432
+ /**
4433
+ * @internal
4434
+ */
4435
+ export declare const CreateConnectionRequestFilterSensitiveLog: (obj: CreateConnectionRequest) => any;
4436
+ /**
4437
+ * @internal
4438
+ */
4439
+ export declare const CreateConnectionResponseFilterSensitiveLog: (obj: CreateConnectionResponse) => any;
4440
+ /**
4441
+ * @internal
4442
+ */
4443
+ export declare const CreateConnectPeerRequestFilterSensitiveLog: (obj: CreateConnectPeerRequest) => any;
4444
+ /**
4445
+ * @internal
4446
+ */
4447
+ export declare const CreateConnectPeerResponseFilterSensitiveLog: (obj: CreateConnectPeerResponse) => any;
4448
+ /**
4449
+ * @internal
4450
+ */
4451
+ export declare const CreateCoreNetworkRequestFilterSensitiveLog: (obj: CreateCoreNetworkRequest) => any;
4452
+ /**
4453
+ * @internal
4454
+ */
4455
+ export declare const CreateCoreNetworkResponseFilterSensitiveLog: (obj: CreateCoreNetworkResponse) => any;
4456
+ /**
4457
+ * @internal
4458
+ */
4459
+ export declare const LocationFilterSensitiveLog: (obj: Location) => any;
4460
+ /**
4461
+ * @internal
4462
+ */
4463
+ export declare const CreateDeviceRequestFilterSensitiveLog: (obj: CreateDeviceRequest) => any;
4464
+ /**
4465
+ * @internal
4466
+ */
4467
+ export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
4468
+ /**
4469
+ * @internal
4470
+ */
4471
+ export declare const CreateDeviceResponseFilterSensitiveLog: (obj: CreateDeviceResponse) => any;
4472
+ /**
4473
+ * @internal
4474
+ */
4475
+ export declare const CreateGlobalNetworkRequestFilterSensitiveLog: (obj: CreateGlobalNetworkRequest) => any;
4476
+ /**
4477
+ * @internal
4478
+ */
4479
+ export declare const GlobalNetworkFilterSensitiveLog: (obj: GlobalNetwork) => any;
4480
+ /**
4481
+ * @internal
4482
+ */
4483
+ export declare const CreateGlobalNetworkResponseFilterSensitiveLog: (obj: CreateGlobalNetworkResponse) => any;
4484
+ /**
4485
+ * @internal
4486
+ */
4487
+ export declare const CreateLinkRequestFilterSensitiveLog: (obj: CreateLinkRequest) => any;
4488
+ /**
4489
+ * @internal
4490
+ */
4491
+ export declare const LinkFilterSensitiveLog: (obj: Link) => any;
4492
+ /**
4493
+ * @internal
4494
+ */
4495
+ export declare const CreateLinkResponseFilterSensitiveLog: (obj: CreateLinkResponse) => any;
4496
+ /**
4497
+ * @internal
4498
+ */
4499
+ export declare const CreateSiteRequestFilterSensitiveLog: (obj: CreateSiteRequest) => any;
4500
+ /**
4501
+ * @internal
4502
+ */
4503
+ export declare const SiteFilterSensitiveLog: (obj: Site) => any;
4504
+ /**
4505
+ * @internal
4506
+ */
4507
+ export declare const CreateSiteResponseFilterSensitiveLog: (obj: CreateSiteResponse) => any;
4508
+ /**
4509
+ * @internal
4510
+ */
4511
+ export declare const CreateSiteToSiteVpnAttachmentRequestFilterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentRequest) => any;
4512
+ /**
4513
+ * @internal
4514
+ */
4515
+ export declare const SiteToSiteVpnAttachmentFilterSensitiveLog: (obj: SiteToSiteVpnAttachment) => any;
4516
+ /**
4517
+ * @internal
4518
+ */
4519
+ export declare const CreateSiteToSiteVpnAttachmentResponseFilterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentResponse) => any;
4520
+ /**
4521
+ * @internal
4522
+ */
4523
+ export declare const CreateTransitGatewayPeeringRequestFilterSensitiveLog: (obj: CreateTransitGatewayPeeringRequest) => any;
4524
+ /**
4525
+ * @internal
4526
+ */
4527
+ export declare const PeeringFilterSensitiveLog: (obj: Peering) => any;
4528
+ /**
4529
+ * @internal
4530
+ */
4531
+ export declare const TransitGatewayPeeringFilterSensitiveLog: (obj: TransitGatewayPeering) => any;
4532
+ /**
4533
+ * @internal
4534
+ */
4535
+ export declare const CreateTransitGatewayPeeringResponseFilterSensitiveLog: (obj: CreateTransitGatewayPeeringResponse) => any;
4536
+ /**
4537
+ * @internal
4538
+ */
4539
+ export declare const CreateTransitGatewayRouteTableAttachmentRequestFilterSensitiveLog: (obj: CreateTransitGatewayRouteTableAttachmentRequest) => any;
4540
+ /**
4541
+ * @internal
4542
+ */
4543
+ export declare const TransitGatewayRouteTableAttachmentFilterSensitiveLog: (obj: TransitGatewayRouteTableAttachment) => any;
4544
+ /**
4545
+ * @internal
4546
+ */
4547
+ export declare const CreateTransitGatewayRouteTableAttachmentResponseFilterSensitiveLog: (obj: CreateTransitGatewayRouteTableAttachmentResponse) => any;
4548
+ /**
4549
+ * @internal
4550
+ */
4551
+ export declare const VpcOptionsFilterSensitiveLog: (obj: VpcOptions) => any;
4552
+ /**
4553
+ * @internal
4554
+ */
4555
+ export declare const CreateVpcAttachmentRequestFilterSensitiveLog: (obj: CreateVpcAttachmentRequest) => any;
4556
+ /**
4557
+ * @internal
4558
+ */
4559
+ export declare const VpcAttachmentFilterSensitiveLog: (obj: VpcAttachment) => any;
4560
+ /**
4561
+ * @internal
4562
+ */
4563
+ export declare const CreateVpcAttachmentResponseFilterSensitiveLog: (obj: CreateVpcAttachmentResponse) => any;
4564
+ /**
4565
+ * @internal
4566
+ */
4567
+ export declare const DeleteAttachmentRequestFilterSensitiveLog: (obj: DeleteAttachmentRequest) => any;
4568
+ /**
4569
+ * @internal
4570
+ */
4571
+ export declare const DeleteAttachmentResponseFilterSensitiveLog: (obj: DeleteAttachmentResponse) => any;
4572
+ /**
4573
+ * @internal
4574
+ */
4575
+ export declare const DeleteConnectionRequestFilterSensitiveLog: (obj: DeleteConnectionRequest) => any;
4576
+ /**
4577
+ * @internal
4578
+ */
4579
+ export declare const DeleteConnectionResponseFilterSensitiveLog: (obj: DeleteConnectionResponse) => any;
4580
+ /**
4581
+ * @internal
4582
+ */
4583
+ export declare const DeleteConnectPeerRequestFilterSensitiveLog: (obj: DeleteConnectPeerRequest) => any;
4584
+ /**
4585
+ * @internal
4586
+ */
4587
+ export declare const DeleteConnectPeerResponseFilterSensitiveLog: (obj: DeleteConnectPeerResponse) => any;
4588
+ /**
4589
+ * @internal
4590
+ */
4591
+ export declare const DeleteCoreNetworkRequestFilterSensitiveLog: (obj: DeleteCoreNetworkRequest) => any;
4592
+ /**
4593
+ * @internal
4594
+ */
4595
+ export declare const DeleteCoreNetworkResponseFilterSensitiveLog: (obj: DeleteCoreNetworkResponse) => any;
4596
+ /**
4597
+ * @internal
4598
+ */
4599
+ export declare const DeleteCoreNetworkPolicyVersionRequestFilterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionRequest) => any;
4600
+ /**
4601
+ * @internal
4602
+ */
4603
+ export declare const DeleteCoreNetworkPolicyVersionResponseFilterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionResponse) => any;
4604
+ /**
4605
+ * @internal
4606
+ */
4607
+ export declare const DeleteDeviceRequestFilterSensitiveLog: (obj: DeleteDeviceRequest) => any;
4608
+ /**
4609
+ * @internal
4610
+ */
4611
+ export declare const DeleteDeviceResponseFilterSensitiveLog: (obj: DeleteDeviceResponse) => any;
4612
+ /**
4613
+ * @internal
4614
+ */
4615
+ export declare const DeleteGlobalNetworkRequestFilterSensitiveLog: (obj: DeleteGlobalNetworkRequest) => any;
4616
+ /**
4617
+ * @internal
4618
+ */
4619
+ export declare const DeleteGlobalNetworkResponseFilterSensitiveLog: (obj: DeleteGlobalNetworkResponse) => any;
4620
+ /**
4621
+ * @internal
4622
+ */
4623
+ export declare const DeleteLinkRequestFilterSensitiveLog: (obj: DeleteLinkRequest) => any;
4624
+ /**
4625
+ * @internal
4626
+ */
4627
+ export declare const DeleteLinkResponseFilterSensitiveLog: (obj: DeleteLinkResponse) => any;
4628
+ /**
4629
+ * @internal
4630
+ */
4631
+ export declare const DeletePeeringRequestFilterSensitiveLog: (obj: DeletePeeringRequest) => any;
4632
+ /**
4633
+ * @internal
4634
+ */
4635
+ export declare const DeletePeeringResponseFilterSensitiveLog: (obj: DeletePeeringResponse) => any;
4636
+ /**
4637
+ * @internal
4638
+ */
4639
+ export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
4640
+ /**
4641
+ * @internal
4642
+ */
4643
+ export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
4644
+ /**
4645
+ * @internal
4646
+ */
4647
+ export declare const DeleteSiteRequestFilterSensitiveLog: (obj: DeleteSiteRequest) => any;
4648
+ /**
4649
+ * @internal
4650
+ */
4651
+ export declare const DeleteSiteResponseFilterSensitiveLog: (obj: DeleteSiteResponse) => any;
4652
+ /**
4653
+ * @internal
4654
+ */
4655
+ export declare const DeregisterTransitGatewayRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayRequest) => any;
4656
+ /**
4657
+ * @internal
4658
+ */
4659
+ export declare const TransitGatewayRegistrationStateReasonFilterSensitiveLog: (obj: TransitGatewayRegistrationStateReason) => any;
4660
+ /**
4661
+ * @internal
4662
+ */
4663
+ export declare const TransitGatewayRegistrationFilterSensitiveLog: (obj: TransitGatewayRegistration) => any;
4664
+ /**
4665
+ * @internal
4666
+ */
4667
+ export declare const DeregisterTransitGatewayResponseFilterSensitiveLog: (obj: DeregisterTransitGatewayResponse) => any;
4668
+ /**
4669
+ * @internal
4670
+ */
4671
+ export declare const DescribeGlobalNetworksRequestFilterSensitiveLog: (obj: DescribeGlobalNetworksRequest) => any;
4672
+ /**
4673
+ * @internal
4674
+ */
4675
+ export declare const DescribeGlobalNetworksResponseFilterSensitiveLog: (obj: DescribeGlobalNetworksResponse) => any;
4676
+ /**
4677
+ * @internal
4678
+ */
4679
+ export declare const DisassociateConnectPeerRequestFilterSensitiveLog: (obj: DisassociateConnectPeerRequest) => any;
4680
+ /**
4681
+ * @internal
4682
+ */
4683
+ export declare const DisassociateConnectPeerResponseFilterSensitiveLog: (obj: DisassociateConnectPeerResponse) => any;
4684
+ /**
4685
+ * @internal
4686
+ */
4687
+ export declare const DisassociateCustomerGatewayRequestFilterSensitiveLog: (obj: DisassociateCustomerGatewayRequest) => any;
4688
+ /**
4689
+ * @internal
4690
+ */
4691
+ export declare const DisassociateCustomerGatewayResponseFilterSensitiveLog: (obj: DisassociateCustomerGatewayResponse) => any;
4692
+ /**
4693
+ * @internal
4694
+ */
4695
+ export declare const DisassociateLinkRequestFilterSensitiveLog: (obj: DisassociateLinkRequest) => any;
4696
+ /**
4697
+ * @internal
4698
+ */
4699
+ export declare const DisassociateLinkResponseFilterSensitiveLog: (obj: DisassociateLinkResponse) => any;
4700
+ /**
4701
+ * @internal
4702
+ */
4703
+ export declare const DisassociateTransitGatewayConnectPeerRequestFilterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerRequest) => any;
4704
+ /**
4705
+ * @internal
4706
+ */
4707
+ export declare const DisassociateTransitGatewayConnectPeerResponseFilterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerResponse) => any;
4708
+ /**
4709
+ * @internal
4710
+ */
4711
+ export declare const ExecuteCoreNetworkChangeSetRequestFilterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetRequest) => any;
4712
+ /**
4713
+ * @internal
4714
+ */
4715
+ export declare const ExecuteCoreNetworkChangeSetResponseFilterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetResponse) => any;
4716
+ /**
4717
+ * @internal
4718
+ */
4719
+ export declare const GetConnectAttachmentRequestFilterSensitiveLog: (obj: GetConnectAttachmentRequest) => any;
4720
+ /**
4721
+ * @internal
4722
+ */
4723
+ export declare const GetConnectAttachmentResponseFilterSensitiveLog: (obj: GetConnectAttachmentResponse) => any;
4724
+ /**
4725
+ * @internal
4726
+ */
4727
+ export declare const GetConnectionsRequestFilterSensitiveLog: (obj: GetConnectionsRequest) => any;
4728
+ /**
4729
+ * @internal
4730
+ */
4731
+ export declare const GetConnectionsResponseFilterSensitiveLog: (obj: GetConnectionsResponse) => any;
4732
+ /**
4733
+ * @internal
4734
+ */
4735
+ export declare const GetConnectPeerRequestFilterSensitiveLog: (obj: GetConnectPeerRequest) => any;
4736
+ /**
4737
+ * @internal
4738
+ */
4739
+ export declare const GetConnectPeerResponseFilterSensitiveLog: (obj: GetConnectPeerResponse) => any;
4740
+ /**
4741
+ * @internal
4742
+ */
4743
+ export declare const GetConnectPeerAssociationsRequestFilterSensitiveLog: (obj: GetConnectPeerAssociationsRequest) => any;
4744
+ /**
4745
+ * @internal
4746
+ */
4747
+ export declare const GetConnectPeerAssociationsResponseFilterSensitiveLog: (obj: GetConnectPeerAssociationsResponse) => any;
4748
+ /**
4749
+ * @internal
4750
+ */
4751
+ export declare const GetCoreNetworkRequestFilterSensitiveLog: (obj: GetCoreNetworkRequest) => any;
4752
+ /**
4753
+ * @internal
4754
+ */
4755
+ export declare const GetCoreNetworkResponseFilterSensitiveLog: (obj: GetCoreNetworkResponse) => any;
4756
+ /**
4757
+ * @internal
4758
+ */
4759
+ export declare const GetCoreNetworkChangeEventsRequestFilterSensitiveLog: (obj: GetCoreNetworkChangeEventsRequest) => any;
4760
+ /**
4761
+ * @internal
4762
+ */
4763
+ export declare const GetCoreNetworkChangeEventsResponseFilterSensitiveLog: (obj: GetCoreNetworkChangeEventsResponse) => any;
4764
+ /**
4765
+ * @internal
4766
+ */
4767
+ export declare const GetCoreNetworkChangeSetRequestFilterSensitiveLog: (obj: GetCoreNetworkChangeSetRequest) => any;
4768
+ /**
4769
+ * @internal
4770
+ */
4771
+ export declare const GetCoreNetworkChangeSetResponseFilterSensitiveLog: (obj: GetCoreNetworkChangeSetResponse) => any;
4772
+ /**
4773
+ * @internal
4774
+ */
4775
+ export declare const GetCoreNetworkPolicyRequestFilterSensitiveLog: (obj: GetCoreNetworkPolicyRequest) => any;
4776
+ /**
4777
+ * @internal
4778
+ */
4779
+ export declare const GetCoreNetworkPolicyResponseFilterSensitiveLog: (obj: GetCoreNetworkPolicyResponse) => any;
4780
+ /**
4781
+ * @internal
4782
+ */
4783
+ export declare const GetCustomerGatewayAssociationsRequestFilterSensitiveLog: (obj: GetCustomerGatewayAssociationsRequest) => any;
4784
+ /**
4785
+ * @internal
4786
+ */
4787
+ export declare const GetCustomerGatewayAssociationsResponseFilterSensitiveLog: (obj: GetCustomerGatewayAssociationsResponse) => any;
4788
+ /**
4789
+ * @internal
4790
+ */
4791
+ export declare const GetDevicesRequestFilterSensitiveLog: (obj: GetDevicesRequest) => any;
4792
+ /**
4793
+ * @internal
4794
+ */
4795
+ export declare const GetDevicesResponseFilterSensitiveLog: (obj: GetDevicesResponse) => any;
4796
+ /**
4797
+ * @internal
4798
+ */
4799
+ export declare const GetLinkAssociationsRequestFilterSensitiveLog: (obj: GetLinkAssociationsRequest) => any;
4800
+ /**
4801
+ * @internal
4802
+ */
4803
+ export declare const GetLinkAssociationsResponseFilterSensitiveLog: (obj: GetLinkAssociationsResponse) => any;
4804
+ /**
4805
+ * @internal
4806
+ */
4807
+ export declare const GetLinksRequestFilterSensitiveLog: (obj: GetLinksRequest) => any;
4808
+ /**
4809
+ * @internal
4810
+ */
4811
+ export declare const GetLinksResponseFilterSensitiveLog: (obj: GetLinksResponse) => any;
4812
+ /**
4813
+ * @internal
4814
+ */
4815
+ export declare const GetNetworkResourceCountsRequestFilterSensitiveLog: (obj: GetNetworkResourceCountsRequest) => any;
4816
+ /**
4817
+ * @internal
4818
+ */
4819
+ export declare const NetworkResourceCountFilterSensitiveLog: (obj: NetworkResourceCount) => any;
4820
+ /**
4821
+ * @internal
4822
+ */
4823
+ export declare const GetNetworkResourceCountsResponseFilterSensitiveLog: (obj: GetNetworkResourceCountsResponse) => any;
4824
+ /**
4825
+ * @internal
4826
+ */
4827
+ export declare const GetNetworkResourceRelationshipsRequestFilterSensitiveLog: (obj: GetNetworkResourceRelationshipsRequest) => any;
4828
+ /**
4829
+ * @internal
4830
+ */
4831
+ export declare const RelationshipFilterSensitiveLog: (obj: Relationship) => any;
4832
+ /**
4833
+ * @internal
4834
+ */
4835
+ export declare const GetNetworkResourceRelationshipsResponseFilterSensitiveLog: (obj: GetNetworkResourceRelationshipsResponse) => any;
4836
+ /**
4837
+ * @internal
4838
+ */
4839
+ export declare const GetNetworkResourcesRequestFilterSensitiveLog: (obj: GetNetworkResourcesRequest) => any;
4840
+ /**
4841
+ * @internal
4842
+ */
4843
+ export declare const NetworkResourceFilterSensitiveLog: (obj: NetworkResource) => any;
4844
+ /**
4845
+ * @internal
4846
+ */
4847
+ export declare const GetNetworkResourcesResponseFilterSensitiveLog: (obj: GetNetworkResourcesResponse) => any;
4848
+ /**
4849
+ * @internal
4850
+ */
4851
+ export declare const RouteTableIdentifierFilterSensitiveLog: (obj: RouteTableIdentifier) => any;
4852
+ /**
4853
+ * @internal
4854
+ */
4855
+ export declare const GetNetworkRoutesRequestFilterSensitiveLog: (obj: GetNetworkRoutesRequest) => any;
4856
+ /**
4857
+ * @internal
4858
+ */
4859
+ export declare const NetworkRouteDestinationFilterSensitiveLog: (obj: NetworkRouteDestination) => any;
4860
+ /**
4861
+ * @internal
4862
+ */
4863
+ export declare const NetworkRouteFilterSensitiveLog: (obj: NetworkRoute) => any;
4864
+ /**
4865
+ * @internal
4866
+ */
4867
+ export declare const GetNetworkRoutesResponseFilterSensitiveLog: (obj: GetNetworkRoutesResponse) => any;
4868
+ /**
4869
+ * @internal
4870
+ */
4871
+ export declare const GetNetworkTelemetryRequestFilterSensitiveLog: (obj: GetNetworkTelemetryRequest) => any;
4872
+ /**
4873
+ * @internal
4874
+ */
4875
+ export declare const NetworkTelemetryFilterSensitiveLog: (obj: NetworkTelemetry) => any;
4876
+ /**
4877
+ * @internal
4878
+ */
4879
+ export declare const GetNetworkTelemetryResponseFilterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
4880
+ /**
4881
+ * @internal
4882
+ */
4883
+ export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
4884
+ /**
4885
+ * @internal
4886
+ */
4887
+ export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
4888
+ /**
4889
+ * @internal
4890
+ */
4891
+ export declare const GetRouteAnalysisRequestFilterSensitiveLog: (obj: GetRouteAnalysisRequest) => any;
4892
+ /**
4893
+ * @internal
4894
+ */
4895
+ export declare const RouteAnalysisEndpointOptionsFilterSensitiveLog: (obj: RouteAnalysisEndpointOptions) => any;
4896
+ /**
4897
+ * @internal
4898
+ */
4899
+ export declare const RouteAnalysisCompletionFilterSensitiveLog: (obj: RouteAnalysisCompletion) => any;
4900
+ /**
4901
+ * @internal
4902
+ */
4903
+ export declare const NetworkResourceSummaryFilterSensitiveLog: (obj: NetworkResourceSummary) => any;
4904
+ /**
4905
+ * @internal
4906
+ */
4907
+ export declare const PathComponentFilterSensitiveLog: (obj: PathComponent) => any;
4908
+ /**
4909
+ * @internal
4910
+ */
4911
+ export declare const RouteAnalysisPathFilterSensitiveLog: (obj: RouteAnalysisPath) => any;
4912
+ /**
4913
+ * @internal
4914
+ */
4915
+ export declare const RouteAnalysisFilterSensitiveLog: (obj: RouteAnalysis) => any;
4916
+ /**
4917
+ * @internal
4918
+ */
4919
+ export declare const GetRouteAnalysisResponseFilterSensitiveLog: (obj: GetRouteAnalysisResponse) => any;
4920
+ /**
4921
+ * @internal
4922
+ */
4923
+ export declare const GetSitesRequestFilterSensitiveLog: (obj: GetSitesRequest) => any;
4924
+ /**
4925
+ * @internal
4926
+ */
4927
+ export declare const GetSitesResponseFilterSensitiveLog: (obj: GetSitesResponse) => any;
4928
+ /**
4929
+ * @internal
4930
+ */
4931
+ export declare const GetSiteToSiteVpnAttachmentRequestFilterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentRequest) => any;
4932
+ /**
4933
+ * @internal
4934
+ */
4935
+ export declare const GetSiteToSiteVpnAttachmentResponseFilterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentResponse) => any;
4936
+ /**
4937
+ * @internal
4938
+ */
4939
+ export declare const GetTransitGatewayConnectPeerAssociationsRequestFilterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsRequest) => any;
4940
+ /**
4941
+ * @internal
4942
+ */
4943
+ export declare const GetTransitGatewayConnectPeerAssociationsResponseFilterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsResponse) => any;
4944
+ /**
4945
+ * @internal
4946
+ */
4947
+ export declare const GetTransitGatewayPeeringRequestFilterSensitiveLog: (obj: GetTransitGatewayPeeringRequest) => any;
4948
+ /**
4949
+ * @internal
4950
+ */
4951
+ export declare const GetTransitGatewayPeeringResponseFilterSensitiveLog: (obj: GetTransitGatewayPeeringResponse) => any;
4952
+ /**
4953
+ * @internal
4954
+ */
4955
+ export declare const GetTransitGatewayRegistrationsRequestFilterSensitiveLog: (obj: GetTransitGatewayRegistrationsRequest) => any;
4956
+ /**
4957
+ * @internal
4958
+ */
4959
+ export declare const GetTransitGatewayRegistrationsResponseFilterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
4960
+ /**
4961
+ * @internal
4962
+ */
4963
+ export declare const GetTransitGatewayRouteTableAttachmentRequestFilterSensitiveLog: (obj: GetTransitGatewayRouteTableAttachmentRequest) => any;
4964
+ /**
4965
+ * @internal
4966
+ */
4967
+ export declare const GetTransitGatewayRouteTableAttachmentResponseFilterSensitiveLog: (obj: GetTransitGatewayRouteTableAttachmentResponse) => any;
4968
+ /**
4969
+ * @internal
4970
+ */
4971
+ export declare const GetVpcAttachmentRequestFilterSensitiveLog: (obj: GetVpcAttachmentRequest) => any;
4972
+ /**
4973
+ * @internal
4974
+ */
4975
+ export declare const GetVpcAttachmentResponseFilterSensitiveLog: (obj: GetVpcAttachmentResponse) => any;
4976
+ /**
4977
+ * @internal
4978
+ */
4979
+ export declare const ListAttachmentsRequestFilterSensitiveLog: (obj: ListAttachmentsRequest) => any;
4980
+ /**
4981
+ * @internal
4982
+ */
4983
+ export declare const ListAttachmentsResponseFilterSensitiveLog: (obj: ListAttachmentsResponse) => any;
4984
+ /**
4985
+ * @internal
4986
+ */
4987
+ export declare const ListConnectPeersRequestFilterSensitiveLog: (obj: ListConnectPeersRequest) => any;
4988
+ /**
4989
+ * @internal
4990
+ */
4991
+ export declare const ListConnectPeersResponseFilterSensitiveLog: (obj: ListConnectPeersResponse) => any;
4992
+ /**
4993
+ * @internal
4994
+ */
4995
+ export declare const ListCoreNetworkPolicyVersionsRequestFilterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsRequest) => any;
4996
+ /**
4997
+ * @internal
4998
+ */
4999
+ export declare const ListCoreNetworkPolicyVersionsResponseFilterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsResponse) => any;
5000
+ /**
5001
+ * @internal
5002
+ */
5003
+ export declare const ListCoreNetworksRequestFilterSensitiveLog: (obj: ListCoreNetworksRequest) => any;
5004
+ /**
5005
+ * @internal
5006
+ */
5007
+ export declare const ListCoreNetworksResponseFilterSensitiveLog: (obj: ListCoreNetworksResponse) => any;
5008
+ /**
5009
+ * @internal
5010
+ */
5011
+ export declare const ListOrganizationServiceAccessStatusRequestFilterSensitiveLog: (obj: ListOrganizationServiceAccessStatusRequest) => any;
5012
+ /**
5013
+ * @internal
5014
+ */
5015
+ export declare const OrganizationStatusFilterSensitiveLog: (obj: OrganizationStatus) => any;
5016
+ /**
5017
+ * @internal
5018
+ */
5019
+ export declare const ListOrganizationServiceAccessStatusResponseFilterSensitiveLog: (obj: ListOrganizationServiceAccessStatusResponse) => any;
5020
+ /**
5021
+ * @internal
5022
+ */
5023
+ export declare const ListPeeringsRequestFilterSensitiveLog: (obj: ListPeeringsRequest) => any;
5024
+ /**
5025
+ * @internal
5026
+ */
5027
+ export declare const ListPeeringsResponseFilterSensitiveLog: (obj: ListPeeringsResponse) => any;
5028
+ /**
5029
+ * @internal
5030
+ */
5031
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5032
+ /**
5033
+ * @internal
5034
+ */
5035
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5036
+ /**
5037
+ * @internal
5038
+ */
5039
+ export declare const PutCoreNetworkPolicyRequestFilterSensitiveLog: (obj: PutCoreNetworkPolicyRequest) => any;
5040
+ /**
5041
+ * @internal
5042
+ */
5043
+ export declare const PutCoreNetworkPolicyResponseFilterSensitiveLog: (obj: PutCoreNetworkPolicyResponse) => any;
5044
+ /**
5045
+ * @internal
5046
+ */
5047
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
5048
+ /**
5049
+ * @internal
5050
+ */
5051
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
5052
+ /**
5053
+ * @internal
5054
+ */
5055
+ export declare const RegisterTransitGatewayRequestFilterSensitiveLog: (obj: RegisterTransitGatewayRequest) => any;
5056
+ /**
5057
+ * @internal
5058
+ */
5059
+ export declare const RegisterTransitGatewayResponseFilterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
5060
+ /**
5061
+ * @internal
5062
+ */
5063
+ export declare const RejectAttachmentRequestFilterSensitiveLog: (obj: RejectAttachmentRequest) => any;
5064
+ /**
5065
+ * @internal
5066
+ */
5067
+ export declare const RejectAttachmentResponseFilterSensitiveLog: (obj: RejectAttachmentResponse) => any;
5068
+ /**
5069
+ * @internal
5070
+ */
5071
+ export declare const RestoreCoreNetworkPolicyVersionRequestFilterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionRequest) => any;
5072
+ /**
5073
+ * @internal
5074
+ */
5075
+ export declare const RestoreCoreNetworkPolicyVersionResponseFilterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionResponse) => any;
5076
+ /**
5077
+ * @internal
5078
+ */
5079
+ export declare const StartOrganizationServiceAccessUpdateRequestFilterSensitiveLog: (obj: StartOrganizationServiceAccessUpdateRequest) => any;
5080
+ /**
5081
+ * @internal
5082
+ */
5083
+ export declare const StartOrganizationServiceAccessUpdateResponseFilterSensitiveLog: (obj: StartOrganizationServiceAccessUpdateResponse) => any;
5084
+ /**
5085
+ * @internal
5086
+ */
5087
+ export declare const RouteAnalysisEndpointOptionsSpecificationFilterSensitiveLog: (obj: RouteAnalysisEndpointOptionsSpecification) => any;
5088
+ /**
5089
+ * @internal
5090
+ */
5091
+ export declare const StartRouteAnalysisRequestFilterSensitiveLog: (obj: StartRouteAnalysisRequest) => any;
5092
+ /**
5093
+ * @internal
5094
+ */
5095
+ export declare const StartRouteAnalysisResponseFilterSensitiveLog: (obj: StartRouteAnalysisResponse) => any;
5096
+ /**
5097
+ * @internal
5098
+ */
5099
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
5100
+ /**
5101
+ * @internal
5102
+ */
5103
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
5104
+ /**
5105
+ * @internal
5106
+ */
5107
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
5108
+ /**
5109
+ * @internal
5110
+ */
5111
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
5112
+ /**
5113
+ * @internal
5114
+ */
5115
+ export declare const UpdateConnectionRequestFilterSensitiveLog: (obj: UpdateConnectionRequest) => any;
5116
+ /**
5117
+ * @internal
5118
+ */
5119
+ export declare const UpdateConnectionResponseFilterSensitiveLog: (obj: UpdateConnectionResponse) => any;
5120
+ /**
5121
+ * @internal
5122
+ */
5123
+ export declare const UpdateCoreNetworkRequestFilterSensitiveLog: (obj: UpdateCoreNetworkRequest) => any;
5124
+ /**
5125
+ * @internal
5126
+ */
5127
+ export declare const UpdateCoreNetworkResponseFilterSensitiveLog: (obj: UpdateCoreNetworkResponse) => any;
5128
+ /**
5129
+ * @internal
5130
+ */
5131
+ export declare const UpdateDeviceRequestFilterSensitiveLog: (obj: UpdateDeviceRequest) => any;
5132
+ /**
5133
+ * @internal
5134
+ */
5135
+ export declare const UpdateDeviceResponseFilterSensitiveLog: (obj: UpdateDeviceResponse) => any;
5136
+ /**
5137
+ * @internal
5138
+ */
5139
+ export declare const UpdateGlobalNetworkRequestFilterSensitiveLog: (obj: UpdateGlobalNetworkRequest) => any;
5140
+ /**
5141
+ * @internal
5142
+ */
5143
+ export declare const UpdateGlobalNetworkResponseFilterSensitiveLog: (obj: UpdateGlobalNetworkResponse) => any;
5144
+ /**
5145
+ * @internal
5146
+ */
5147
+ export declare const UpdateLinkRequestFilterSensitiveLog: (obj: UpdateLinkRequest) => any;
5148
+ /**
5149
+ * @internal
5150
+ */
5151
+ export declare const UpdateLinkResponseFilterSensitiveLog: (obj: UpdateLinkResponse) => any;
5152
+ /**
5153
+ * @internal
5154
+ */
5155
+ export declare const UpdateNetworkResourceMetadataRequestFilterSensitiveLog: (obj: UpdateNetworkResourceMetadataRequest) => any;
5156
+ /**
5157
+ * @internal
5158
+ */
5159
+ export declare const UpdateNetworkResourceMetadataResponseFilterSensitiveLog: (obj: UpdateNetworkResourceMetadataResponse) => any;
5160
+ /**
5161
+ * @internal
5162
+ */
5163
+ export declare const UpdateSiteRequestFilterSensitiveLog: (obj: UpdateSiteRequest) => any;
5164
+ /**
5165
+ * @internal
5166
+ */
5167
+ export declare const UpdateSiteResponseFilterSensitiveLog: (obj: UpdateSiteResponse) => any;
5168
+ /**
5169
+ * @internal
5170
+ */
5171
+ export declare const UpdateVpcAttachmentRequestFilterSensitiveLog: (obj: UpdateVpcAttachmentRequest) => any;
5172
+ /**
5173
+ * @internal
5174
+ */
5175
+ export declare const UpdateVpcAttachmentResponseFilterSensitiveLog: (obj: UpdateVpcAttachmentResponse) => any;