@aws-sdk/client-networkmanager 3.50.0 → 3.53.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 (123) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/NetworkManagerServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +132 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +851 -3471
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/NetworkManagerServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +121 -2
  9. package/dist-es/protocols/Aws_restJson1.js +1879 -3784
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/NetworkManagerServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +58 -26
  13. package/dist-types/ts3.4/NetworkManager.d.ts +385 -0
  14. package/dist-types/ts3.4/NetworkManagerClient.d.ts +149 -0
  15. package/dist-types/ts3.4/commands/AcceptAttachmentCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateConnectPeerCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociateCustomerGatewayCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/AssociateLinkCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/AssociateTransitGatewayConnectPeerCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateConnectAttachmentCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateConnectPeerCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateCoreNetworkCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateDeviceCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateGlobalNetworkCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreateSiteCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateSiteToSiteVpnAttachmentCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateVpcAttachmentCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteConnectPeerCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteCoreNetworkCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteCoreNetworkPolicyVersionCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteDeviceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteGlobalNetworkCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteSiteCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DeregisterTransitGatewayCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeGlobalNetworksCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DisassociateConnectPeerCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DisassociateCustomerGatewayCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DisassociateLinkCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DisassociateTransitGatewayConnectPeerCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ExecuteCoreNetworkChangeSetCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetConnectAttachmentCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetConnectPeerAssociationsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/GetConnectPeerCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/GetCoreNetworkChangeSetCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/GetCoreNetworkCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/GetCoreNetworkPolicyCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/GetCustomerGatewayAssociationsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/GetDevicesCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/GetLinkAssociationsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/GetLinksCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/GetNetworkResourceCountsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/GetNetworkResourceRelationshipsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/GetNetworkResourcesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/GetNetworkRoutesCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetNetworkTelemetryCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/GetRouteAnalysisCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/GetSiteToSiteVpnAttachmentCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/GetSitesCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/GetTransitGatewayConnectPeerAssociationsCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetTransitGatewayRegistrationsCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/GetVpcAttachmentCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ListConnectPeersCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/ListCoreNetworkPolicyVersionsCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/ListCoreNetworksCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/PutCoreNetworkPolicyCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/RegisterTransitGatewayCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/RejectAttachmentCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/RestoreCoreNetworkPolicyVersionCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/StartRouteAnalysisCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +17 -0
  84. package/dist-types/ts3.4/commands/UpdateCoreNetworkCommand.d.ts +17 -0
  85. package/dist-types/ts3.4/commands/UpdateDeviceCommand.d.ts +17 -0
  86. package/dist-types/ts3.4/commands/UpdateGlobalNetworkCommand.d.ts +17 -0
  87. package/dist-types/ts3.4/commands/UpdateLinkCommand.d.ts +17 -0
  88. package/dist-types/ts3.4/commands/UpdateNetworkResourceMetadataCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/UpdateSiteCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/UpdateVpcAttachmentCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/index.d.ts +76 -0
  92. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  93. package/dist-types/ts3.4/index.d.ts +6 -0
  94. package/dist-types/ts3.4/models/NetworkManagerServiceException.d.ts +6 -0
  95. package/dist-types/ts3.4/models/index.d.ts +1 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +2818 -0
  97. package/dist-types/ts3.4/pagination/DescribeGlobalNetworksPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/GetConnectPeerAssociationsPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/GetConnectionsPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/GetCoreNetworkChangeSetPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/GetCustomerGatewayAssociationsPaginator.d.ts +4 -0
  102. package/dist-types/ts3.4/pagination/GetDevicesPaginator.d.ts +4 -0
  103. package/dist-types/ts3.4/pagination/GetLinkAssociationsPaginator.d.ts +4 -0
  104. package/dist-types/ts3.4/pagination/GetLinksPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/GetNetworkResourceCountsPaginator.d.ts +4 -0
  106. package/dist-types/ts3.4/pagination/GetNetworkResourceRelationshipsPaginator.d.ts +4 -0
  107. package/dist-types/ts3.4/pagination/GetNetworkResourcesPaginator.d.ts +4 -0
  108. package/dist-types/ts3.4/pagination/GetNetworkTelemetryPaginator.d.ts +4 -0
  109. package/dist-types/ts3.4/pagination/GetSitesPaginator.d.ts +4 -0
  110. package/dist-types/ts3.4/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.d.ts +4 -0
  111. package/dist-types/ts3.4/pagination/GetTransitGatewayRegistrationsPaginator.d.ts +4 -0
  112. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  113. package/dist-types/ts3.4/pagination/ListAttachmentsPaginator.d.ts +4 -0
  114. package/dist-types/ts3.4/pagination/ListConnectPeersPaginator.d.ts +4 -0
  115. package/dist-types/ts3.4/pagination/ListCoreNetworkPolicyVersionsPaginator.d.ts +4 -0
  116. package/dist-types/ts3.4/pagination/ListCoreNetworksPaginator.d.ts +4 -0
  117. package/dist-types/ts3.4/pagination/index.d.ts +20 -0
  118. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +230 -0
  119. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  120. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  121. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  122. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  123. package/package.json +33 -33
@@ -0,0 +1,2818 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
2
+ import { NetworkManagerServiceException as __BaseException } from "./NetworkManagerServiceException";
3
+ export interface AcceptAttachmentRequest {
4
+
5
+ AttachmentId: string | undefined;
6
+ }
7
+ export declare namespace AcceptAttachmentRequest {
8
+
9
+ const filterSensitiveLog: (obj: AcceptAttachmentRequest) => any;
10
+ }
11
+ export declare enum AttachmentType {
12
+ CONNECT = "CONNECT",
13
+ SITE_TO_SITE_VPN = "SITE_TO_SITE_VPN",
14
+ VPC = "VPC"
15
+ }
16
+
17
+ export interface Tag {
18
+
19
+ Key?: string;
20
+
21
+ Value?: string;
22
+ }
23
+ export declare namespace Tag {
24
+
25
+ const filterSensitiveLog: (obj: Tag) => any;
26
+ }
27
+
28
+ export interface ProposedSegmentChange {
29
+
30
+ Tags?: Tag[];
31
+
32
+ AttachmentPolicyRuleNumber?: number;
33
+
34
+ SegmentName?: string;
35
+ }
36
+ export declare namespace ProposedSegmentChange {
37
+
38
+ const filterSensitiveLog: (obj: ProposedSegmentChange) => any;
39
+ }
40
+ export declare enum AttachmentState {
41
+ AVAILABLE = "AVAILABLE",
42
+ CREATING = "CREATING",
43
+ DELETING = "DELETING",
44
+ FAILED = "FAILED",
45
+ PENDING_ATTACHMENT_ACCEPTANCE = "PENDING_ATTACHMENT_ACCEPTANCE",
46
+ PENDING_NETWORK_UPDATE = "PENDING_NETWORK_UPDATE",
47
+ PENDING_TAG_ACCEPTANCE = "PENDING_TAG_ACCEPTANCE",
48
+ REJECTED = "REJECTED",
49
+ UPDATING = "UPDATING"
50
+ }
51
+
52
+ export interface Attachment {
53
+
54
+ CoreNetworkId?: string;
55
+
56
+ CoreNetworkArn?: string;
57
+
58
+ AttachmentId?: string;
59
+
60
+ OwnerAccountId?: string;
61
+
62
+ AttachmentType?: AttachmentType | string;
63
+
64
+ State?: AttachmentState | string;
65
+
66
+ EdgeLocation?: string;
67
+
68
+ ResourceArn?: string;
69
+
70
+ AttachmentPolicyRuleNumber?: number;
71
+
72
+ SegmentName?: string;
73
+
74
+ Tags?: Tag[];
75
+
76
+ ProposedSegmentChange?: ProposedSegmentChange;
77
+
78
+ CreatedAt?: Date;
79
+
80
+ UpdatedAt?: Date;
81
+ }
82
+ export declare namespace Attachment {
83
+
84
+ const filterSensitiveLog: (obj: Attachment) => any;
85
+ }
86
+ export interface AcceptAttachmentResponse {
87
+
88
+ Attachment?: Attachment;
89
+ }
90
+ export declare namespace AcceptAttachmentResponse {
91
+
92
+ const filterSensitiveLog: (obj: AcceptAttachmentResponse) => any;
93
+ }
94
+
95
+ export declare class AccessDeniedException extends __BaseException {
96
+ readonly name: "AccessDeniedException";
97
+ readonly $fault: "client";
98
+ Message: string | undefined;
99
+
100
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
101
+ }
102
+
103
+ export declare class ConflictException extends __BaseException {
104
+ readonly name: "ConflictException";
105
+ readonly $fault: "client";
106
+ Message: string | undefined;
107
+
108
+ ResourceId: string | undefined;
109
+
110
+ ResourceType: string | undefined;
111
+
112
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
113
+ }
114
+
115
+ export declare class InternalServerException extends __BaseException {
116
+ readonly name: "InternalServerException";
117
+ readonly $fault: "server";
118
+ Message: string | undefined;
119
+
120
+ RetryAfterSeconds?: number;
121
+
122
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
123
+ }
124
+
125
+ export declare class ResourceNotFoundException extends __BaseException {
126
+ readonly name: "ResourceNotFoundException";
127
+ readonly $fault: "client";
128
+ Message: string | undefined;
129
+
130
+ ResourceId: string | undefined;
131
+
132
+ ResourceType: string | undefined;
133
+
134
+ Context?: {
135
+ [key: string]: string;
136
+ };
137
+
138
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
139
+ }
140
+
141
+ export declare class ThrottlingException extends __BaseException {
142
+ readonly name: "ThrottlingException";
143
+ readonly $fault: "client";
144
+ Message: string | undefined;
145
+
146
+ RetryAfterSeconds?: number;
147
+
148
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
149
+ }
150
+
151
+ export interface ValidationExceptionField {
152
+
153
+ Name: string | undefined;
154
+
155
+ Message: string | undefined;
156
+ }
157
+ export declare namespace ValidationExceptionField {
158
+
159
+ const filterSensitiveLog: (obj: ValidationExceptionField) => any;
160
+ }
161
+ export declare enum ValidationExceptionReason {
162
+ CANNOT_PARSE = "CannotParse",
163
+ FIELD_VALIDATION_FAILED = "FieldValidationFailed",
164
+ OTHER = "Other",
165
+ UNKNOWN_OPERATION = "UnknownOperation"
166
+ }
167
+
168
+ export declare class ValidationException extends __BaseException {
169
+ readonly name: "ValidationException";
170
+ readonly $fault: "client";
171
+ Message: string | undefined;
172
+
173
+ Reason?: ValidationExceptionReason | string;
174
+
175
+ Fields?: ValidationExceptionField[];
176
+
177
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
178
+ }
179
+ export interface AssociateConnectPeerRequest {
180
+
181
+ GlobalNetworkId: string | undefined;
182
+
183
+ ConnectPeerId: string | undefined;
184
+
185
+ DeviceId: string | undefined;
186
+
187
+ LinkId?: string;
188
+ }
189
+ export declare namespace AssociateConnectPeerRequest {
190
+
191
+ const filterSensitiveLog: (obj: AssociateConnectPeerRequest) => any;
192
+ }
193
+ export declare enum ConnectPeerAssociationState {
194
+ available = "AVAILABLE",
195
+ deleted = "DELETED",
196
+ deleting = "DELETING",
197
+ pending = "PENDING"
198
+ }
199
+
200
+ export interface ConnectPeerAssociation {
201
+
202
+ ConnectPeerId?: string;
203
+
204
+ GlobalNetworkId?: string;
205
+
206
+ DeviceId?: string;
207
+
208
+ LinkId?: string;
209
+
210
+ State?: ConnectPeerAssociationState | string;
211
+ }
212
+ export declare namespace ConnectPeerAssociation {
213
+
214
+ const filterSensitiveLog: (obj: ConnectPeerAssociation) => any;
215
+ }
216
+ export interface AssociateConnectPeerResponse {
217
+
218
+ ConnectPeerAssociation?: ConnectPeerAssociation;
219
+ }
220
+ export declare namespace AssociateConnectPeerResponse {
221
+
222
+ const filterSensitiveLog: (obj: AssociateConnectPeerResponse) => any;
223
+ }
224
+
225
+ export declare class ServiceQuotaExceededException extends __BaseException {
226
+ readonly name: "ServiceQuotaExceededException";
227
+ readonly $fault: "client";
228
+
229
+ Message: string | undefined;
230
+
231
+ ResourceId?: string;
232
+
233
+ ResourceType?: string;
234
+
235
+ LimitCode: string | undefined;
236
+
237
+ ServiceCode: string | undefined;
238
+
239
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
240
+ }
241
+ export interface AssociateCustomerGatewayRequest {
242
+
243
+ CustomerGatewayArn: string | undefined;
244
+
245
+ GlobalNetworkId: string | undefined;
246
+
247
+ DeviceId: string | undefined;
248
+
249
+ LinkId?: string;
250
+ }
251
+ export declare namespace AssociateCustomerGatewayRequest {
252
+
253
+ const filterSensitiveLog: (obj: AssociateCustomerGatewayRequest) => any;
254
+ }
255
+ export declare enum CustomerGatewayAssociationState {
256
+ available = "AVAILABLE",
257
+ deleted = "DELETED",
258
+ deleting = "DELETING",
259
+ pending = "PENDING"
260
+ }
261
+
262
+ export interface CustomerGatewayAssociation {
263
+
264
+ CustomerGatewayArn?: string;
265
+
266
+ GlobalNetworkId?: string;
267
+
268
+ DeviceId?: string;
269
+
270
+ LinkId?: string;
271
+
272
+ State?: CustomerGatewayAssociationState | string;
273
+ }
274
+ export declare namespace CustomerGatewayAssociation {
275
+
276
+ const filterSensitiveLog: (obj: CustomerGatewayAssociation) => any;
277
+ }
278
+ export interface AssociateCustomerGatewayResponse {
279
+
280
+ CustomerGatewayAssociation?: CustomerGatewayAssociation;
281
+ }
282
+ export declare namespace AssociateCustomerGatewayResponse {
283
+
284
+ const filterSensitiveLog: (obj: AssociateCustomerGatewayResponse) => any;
285
+ }
286
+ export interface AssociateLinkRequest {
287
+
288
+ GlobalNetworkId: string | undefined;
289
+
290
+ DeviceId: string | undefined;
291
+
292
+ LinkId: string | undefined;
293
+ }
294
+ export declare namespace AssociateLinkRequest {
295
+
296
+ const filterSensitiveLog: (obj: AssociateLinkRequest) => any;
297
+ }
298
+ export declare enum LinkAssociationState {
299
+ available = "AVAILABLE",
300
+ deleted = "DELETED",
301
+ deleting = "DELETING",
302
+ pending = "PENDING"
303
+ }
304
+
305
+ export interface LinkAssociation {
306
+
307
+ GlobalNetworkId?: string;
308
+
309
+ DeviceId?: string;
310
+
311
+ LinkId?: string;
312
+
313
+ LinkAssociationState?: LinkAssociationState | string;
314
+ }
315
+ export declare namespace LinkAssociation {
316
+
317
+ const filterSensitiveLog: (obj: LinkAssociation) => any;
318
+ }
319
+ export interface AssociateLinkResponse {
320
+
321
+ LinkAssociation?: LinkAssociation;
322
+ }
323
+ export declare namespace AssociateLinkResponse {
324
+
325
+ const filterSensitiveLog: (obj: AssociateLinkResponse) => any;
326
+ }
327
+ export interface AssociateTransitGatewayConnectPeerRequest {
328
+
329
+ GlobalNetworkId: string | undefined;
330
+
331
+ TransitGatewayConnectPeerArn: string | undefined;
332
+
333
+ DeviceId: string | undefined;
334
+
335
+ LinkId?: string;
336
+ }
337
+ export declare namespace AssociateTransitGatewayConnectPeerRequest {
338
+
339
+ const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerRequest) => any;
340
+ }
341
+ export declare enum TransitGatewayConnectPeerAssociationState {
342
+ available = "AVAILABLE",
343
+ deleted = "DELETED",
344
+ deleting = "DELETING",
345
+ pending = "PENDING"
346
+ }
347
+
348
+ export interface TransitGatewayConnectPeerAssociation {
349
+
350
+ TransitGatewayConnectPeerArn?: string;
351
+
352
+ GlobalNetworkId?: string;
353
+
354
+ DeviceId?: string;
355
+
356
+ LinkId?: string;
357
+
358
+ State?: TransitGatewayConnectPeerAssociationState | string;
359
+ }
360
+ export declare namespace TransitGatewayConnectPeerAssociation {
361
+
362
+ const filterSensitiveLog: (obj: TransitGatewayConnectPeerAssociation) => any;
363
+ }
364
+ export interface AssociateTransitGatewayConnectPeerResponse {
365
+
366
+ TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
367
+ }
368
+ export declare namespace AssociateTransitGatewayConnectPeerResponse {
369
+
370
+ const filterSensitiveLog: (obj: AssociateTransitGatewayConnectPeerResponse) => any;
371
+ }
372
+
373
+ export interface AWSLocation {
374
+
375
+ Zone?: string;
376
+
377
+ SubnetArn?: string;
378
+ }
379
+ export declare namespace AWSLocation {
380
+
381
+ const filterSensitiveLog: (obj: AWSLocation) => any;
382
+ }
383
+
384
+ export interface Bandwidth {
385
+
386
+ UploadSpeed?: number;
387
+
388
+ DownloadSpeed?: number;
389
+ }
390
+ export declare namespace Bandwidth {
391
+
392
+ const filterSensitiveLog: (obj: Bandwidth) => any;
393
+ }
394
+
395
+ export interface BgpOptions {
396
+
397
+ PeerAsn?: number;
398
+ }
399
+ export declare namespace BgpOptions {
400
+
401
+ const filterSensitiveLog: (obj: BgpOptions) => any;
402
+ }
403
+ export declare enum ChangeAction {
404
+ ADD = "ADD",
405
+ MODIFY = "MODIFY",
406
+ REMOVE = "REMOVE"
407
+ }
408
+ export declare enum ChangeSetState {
409
+ EXECUTING = "EXECUTING",
410
+ EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
411
+ FAILED_GENERATION = "FAILED_GENERATION",
412
+ OUT_OF_DATE = "OUT_OF_DATE",
413
+ PENDING_GENERATION = "PENDING_GENERATION",
414
+ READY_TO_EXECUTE = "READY_TO_EXECUTE"
415
+ }
416
+ export declare enum ChangeType {
417
+ ATTACHMENT_MAPPING = "ATTACHMENT_MAPPING",
418
+ ATTACHMENT_ROUTE_PROPAGATION = "ATTACHMENT_ROUTE_PROPAGATION",
419
+ ATTACHMENT_ROUTE_STATIC = "ATTACHMENT_ROUTE_STATIC",
420
+ CORE_NETWORK_EDGE = "CORE_NETWORK_EDGE",
421
+ CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT"
422
+ }
423
+ export declare enum TunnelProtocol {
424
+ GRE = "GRE"
425
+ }
426
+
427
+ export interface ConnectAttachmentOptions {
428
+
429
+ Protocol?: TunnelProtocol | string;
430
+ }
431
+ export declare namespace ConnectAttachmentOptions {
432
+
433
+ const filterSensitiveLog: (obj: ConnectAttachmentOptions) => any;
434
+ }
435
+
436
+ export interface ConnectAttachment {
437
+
438
+ Attachment?: Attachment;
439
+
440
+ TransportAttachmentId?: string;
441
+
442
+ Options?: ConnectAttachmentOptions;
443
+ }
444
+ export declare namespace ConnectAttachment {
445
+
446
+ const filterSensitiveLog: (obj: ConnectAttachment) => any;
447
+ }
448
+ export declare enum ConnectionState {
449
+ available = "AVAILABLE",
450
+ deleting = "DELETING",
451
+ pending = "PENDING",
452
+ updating = "UPDATING"
453
+ }
454
+
455
+ export interface Connection {
456
+
457
+ ConnectionId?: string;
458
+
459
+ ConnectionArn?: string;
460
+
461
+ GlobalNetworkId?: string;
462
+
463
+ DeviceId?: string;
464
+
465
+ ConnectedDeviceId?: string;
466
+
467
+ LinkId?: string;
468
+
469
+ ConnectedLinkId?: string;
470
+
471
+ Description?: string;
472
+
473
+ CreatedAt?: Date;
474
+
475
+ State?: ConnectionState | string;
476
+
477
+ Tags?: Tag[];
478
+ }
479
+ export declare namespace Connection {
480
+
481
+ const filterSensitiveLog: (obj: Connection) => any;
482
+ }
483
+ export declare enum ConnectionStatus {
484
+ DOWN = "DOWN",
485
+ UP = "UP"
486
+ }
487
+ export declare enum ConnectionType {
488
+ BGP = "BGP",
489
+ IPSEC = "IPSEC"
490
+ }
491
+
492
+ export interface ConnectionHealth {
493
+
494
+ Type?: ConnectionType | string;
495
+
496
+ Status?: ConnectionStatus | string;
497
+
498
+ Timestamp?: Date;
499
+ }
500
+ export declare namespace ConnectionHealth {
501
+
502
+ const filterSensitiveLog: (obj: ConnectionHealth) => any;
503
+ }
504
+
505
+ export interface ConnectPeerBgpConfiguration {
506
+
507
+ CoreNetworkAsn?: number;
508
+
509
+ PeerAsn?: number;
510
+
511
+ CoreNetworkAddress?: string;
512
+
513
+ PeerAddress?: string;
514
+ }
515
+ export declare namespace ConnectPeerBgpConfiguration {
516
+
517
+ const filterSensitiveLog: (obj: ConnectPeerBgpConfiguration) => any;
518
+ }
519
+
520
+ export interface ConnectPeerConfiguration {
521
+
522
+ CoreNetworkAddress?: string;
523
+
524
+ PeerAddress?: string;
525
+
526
+ InsideCidrBlocks?: string[];
527
+
528
+ Protocol?: TunnelProtocol | string;
529
+
530
+ BgpConfigurations?: ConnectPeerBgpConfiguration[];
531
+ }
532
+ export declare namespace ConnectPeerConfiguration {
533
+
534
+ const filterSensitiveLog: (obj: ConnectPeerConfiguration) => any;
535
+ }
536
+ export declare enum ConnectPeerState {
537
+ AVAILABLE = "AVAILABLE",
538
+ CREATING = "CREATING",
539
+ DELETING = "DELETING",
540
+ FAILED = "FAILED"
541
+ }
542
+
543
+ export interface ConnectPeer {
544
+
545
+ CoreNetworkId?: string;
546
+
547
+ ConnectAttachmentId?: string;
548
+
549
+ ConnectPeerId?: string;
550
+
551
+ EdgeLocation?: string;
552
+
553
+ State?: ConnectPeerState | string;
554
+
555
+ CreatedAt?: Date;
556
+
557
+ Configuration?: ConnectPeerConfiguration;
558
+
559
+ Tags?: Tag[];
560
+ }
561
+ export declare namespace ConnectPeer {
562
+
563
+ const filterSensitiveLog: (obj: ConnectPeer) => any;
564
+ }
565
+
566
+ export interface ConnectPeerSummary {
567
+
568
+ CoreNetworkId?: string;
569
+
570
+ ConnectAttachmentId?: string;
571
+
572
+ ConnectPeerId?: string;
573
+
574
+ EdgeLocation?: string;
575
+
576
+ ConnectPeerState?: ConnectPeerState | string;
577
+
578
+ CreatedAt?: Date;
579
+
580
+ Tags?: Tag[];
581
+ }
582
+ export declare namespace ConnectPeerSummary {
583
+
584
+ const filterSensitiveLog: (obj: ConnectPeerSummary) => any;
585
+ }
586
+
587
+ export interface CoreNetworkEdge {
588
+
589
+ EdgeLocation?: string;
590
+
591
+ Asn?: number;
592
+
593
+ InsideCidrBlocks?: string[];
594
+ }
595
+ export declare namespace CoreNetworkEdge {
596
+
597
+ const filterSensitiveLog: (obj: CoreNetworkEdge) => any;
598
+ }
599
+
600
+ export interface CoreNetworkSegment {
601
+
602
+ Name?: string;
603
+
604
+ EdgeLocations?: string[];
605
+
606
+ SharedSegments?: string[];
607
+ }
608
+ export declare namespace CoreNetworkSegment {
609
+
610
+ const filterSensitiveLog: (obj: CoreNetworkSegment) => any;
611
+ }
612
+ export declare enum CoreNetworkState {
613
+ AVAILABLE = "AVAILABLE",
614
+ CREATING = "CREATING",
615
+ DELETING = "DELETING",
616
+ UPDATING = "UPDATING"
617
+ }
618
+
619
+ export interface CoreNetwork {
620
+
621
+ GlobalNetworkId?: string;
622
+
623
+ CoreNetworkId?: string;
624
+
625
+ CoreNetworkArn?: string;
626
+
627
+ Description?: string;
628
+
629
+ CreatedAt?: Date;
630
+
631
+ State?: CoreNetworkState | string;
632
+
633
+ Segments?: CoreNetworkSegment[];
634
+
635
+ Edges?: CoreNetworkEdge[];
636
+
637
+ Tags?: Tag[];
638
+ }
639
+ export declare namespace CoreNetwork {
640
+
641
+ const filterSensitiveLog: (obj: CoreNetwork) => any;
642
+ }
643
+
644
+ export interface CoreNetworkChangeValues {
645
+
646
+ SegmentName?: string;
647
+
648
+ EdgeLocations?: string[];
649
+
650
+ Asn?: number;
651
+
652
+ Cidr?: string;
653
+
654
+ DestinationIdentifier?: string;
655
+
656
+ InsideCidrBlocks?: string[];
657
+
658
+ SharedSegments?: string[];
659
+ }
660
+ export declare namespace CoreNetworkChangeValues {
661
+
662
+ const filterSensitiveLog: (obj: CoreNetworkChangeValues) => any;
663
+ }
664
+
665
+ export interface CoreNetworkChange {
666
+
667
+ Type?: ChangeType | string;
668
+
669
+ Action?: ChangeAction | string;
670
+
671
+ Identifier?: string;
672
+
673
+ PreviousValues?: CoreNetworkChangeValues;
674
+
675
+ NewValues?: CoreNetworkChangeValues;
676
+ }
677
+ export declare namespace CoreNetworkChange {
678
+
679
+ const filterSensitiveLog: (obj: CoreNetworkChange) => any;
680
+ }
681
+ export declare enum CoreNetworkPolicyAlias {
682
+ LATEST = "LATEST",
683
+ LIVE = "LIVE"
684
+ }
685
+
686
+ export interface CoreNetworkPolicyError {
687
+
688
+ ErrorCode: string | undefined;
689
+
690
+ Message: string | undefined;
691
+
692
+ Path?: string;
693
+ }
694
+ export declare namespace CoreNetworkPolicyError {
695
+
696
+ const filterSensitiveLog: (obj: CoreNetworkPolicyError) => any;
697
+ }
698
+
699
+ export interface CoreNetworkPolicy {
700
+
701
+ CoreNetworkId?: string;
702
+
703
+ PolicyVersionId?: number;
704
+
705
+ Alias?: CoreNetworkPolicyAlias | string;
706
+
707
+ Description?: string;
708
+
709
+ CreatedAt?: Date;
710
+
711
+ ChangeSetState?: ChangeSetState | string;
712
+
713
+ PolicyErrors?: CoreNetworkPolicyError[];
714
+
715
+ PolicyDocument?: __LazyJsonString | string;
716
+ }
717
+ export declare namespace CoreNetworkPolicy {
718
+
719
+ const filterSensitiveLog: (obj: CoreNetworkPolicy) => any;
720
+ }
721
+
722
+ export declare class CoreNetworkPolicyException extends __BaseException {
723
+ readonly name: "CoreNetworkPolicyException";
724
+ readonly $fault: "client";
725
+ Message: string | undefined;
726
+
727
+ Errors?: CoreNetworkPolicyError[];
728
+
729
+ constructor(opts: __ExceptionOptionType<CoreNetworkPolicyException, __BaseException>);
730
+ }
731
+
732
+ export interface CoreNetworkPolicyVersion {
733
+
734
+ CoreNetworkId?: string;
735
+
736
+ PolicyVersionId?: number;
737
+
738
+ Alias?: CoreNetworkPolicyAlias | string;
739
+
740
+ Description?: string;
741
+
742
+ CreatedAt?: Date;
743
+
744
+ ChangeSetState?: ChangeSetState | string;
745
+ }
746
+ export declare namespace CoreNetworkPolicyVersion {
747
+
748
+ const filterSensitiveLog: (obj: CoreNetworkPolicyVersion) => any;
749
+ }
750
+
751
+ export interface CoreNetworkSegmentEdgeIdentifier {
752
+
753
+ CoreNetworkId?: string;
754
+
755
+ SegmentName?: string;
756
+
757
+ EdgeLocation?: string;
758
+ }
759
+ export declare namespace CoreNetworkSegmentEdgeIdentifier {
760
+
761
+ const filterSensitiveLog: (obj: CoreNetworkSegmentEdgeIdentifier) => any;
762
+ }
763
+
764
+ export interface CoreNetworkSummary {
765
+
766
+ CoreNetworkId?: string;
767
+
768
+ CoreNetworkArn?: string;
769
+
770
+ GlobalNetworkId?: string;
771
+
772
+ OwnerAccountId?: string;
773
+
774
+ State?: CoreNetworkState | string;
775
+
776
+ Description?: string;
777
+
778
+ Tags?: Tag[];
779
+ }
780
+ export declare namespace CoreNetworkSummary {
781
+
782
+ const filterSensitiveLog: (obj: CoreNetworkSummary) => any;
783
+ }
784
+ export interface CreateConnectAttachmentRequest {
785
+
786
+ CoreNetworkId: string | undefined;
787
+
788
+ EdgeLocation: string | undefined;
789
+
790
+ TransportAttachmentId: string | undefined;
791
+
792
+ Options: ConnectAttachmentOptions | undefined;
793
+
794
+ Tags?: Tag[];
795
+
796
+ ClientToken?: string;
797
+ }
798
+ export declare namespace CreateConnectAttachmentRequest {
799
+
800
+ const filterSensitiveLog: (obj: CreateConnectAttachmentRequest) => any;
801
+ }
802
+ export interface CreateConnectAttachmentResponse {
803
+
804
+ ConnectAttachment?: ConnectAttachment;
805
+ }
806
+ export declare namespace CreateConnectAttachmentResponse {
807
+
808
+ const filterSensitiveLog: (obj: CreateConnectAttachmentResponse) => any;
809
+ }
810
+ export interface CreateConnectionRequest {
811
+
812
+ GlobalNetworkId: string | undefined;
813
+
814
+ DeviceId: string | undefined;
815
+
816
+ ConnectedDeviceId: string | undefined;
817
+
818
+ LinkId?: string;
819
+
820
+ ConnectedLinkId?: string;
821
+
822
+ Description?: string;
823
+
824
+ Tags?: Tag[];
825
+ }
826
+ export declare namespace CreateConnectionRequest {
827
+
828
+ const filterSensitiveLog: (obj: CreateConnectionRequest) => any;
829
+ }
830
+ export interface CreateConnectionResponse {
831
+
832
+ Connection?: Connection;
833
+ }
834
+ export declare namespace CreateConnectionResponse {
835
+
836
+ const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
837
+ }
838
+ export interface CreateConnectPeerRequest {
839
+
840
+ ConnectAttachmentId: string | undefined;
841
+
842
+ CoreNetworkAddress?: string;
843
+
844
+ PeerAddress: string | undefined;
845
+
846
+ BgpOptions?: BgpOptions;
847
+
848
+ InsideCidrBlocks: string[] | undefined;
849
+
850
+ Tags?: Tag[];
851
+
852
+ ClientToken?: string;
853
+ }
854
+ export declare namespace CreateConnectPeerRequest {
855
+
856
+ const filterSensitiveLog: (obj: CreateConnectPeerRequest) => any;
857
+ }
858
+ export interface CreateConnectPeerResponse {
859
+
860
+ ConnectPeer?: ConnectPeer;
861
+ }
862
+ export declare namespace CreateConnectPeerResponse {
863
+
864
+ const filterSensitiveLog: (obj: CreateConnectPeerResponse) => any;
865
+ }
866
+ export interface CreateCoreNetworkRequest {
867
+
868
+ GlobalNetworkId: string | undefined;
869
+
870
+ Description?: string;
871
+
872
+ Tags?: Tag[];
873
+
874
+ PolicyDocument?: string;
875
+
876
+ ClientToken?: string;
877
+ }
878
+ export declare namespace CreateCoreNetworkRequest {
879
+
880
+ const filterSensitiveLog: (obj: CreateCoreNetworkRequest) => any;
881
+ }
882
+ export interface CreateCoreNetworkResponse {
883
+
884
+ CoreNetwork?: CoreNetwork;
885
+ }
886
+ export declare namespace CreateCoreNetworkResponse {
887
+
888
+ const filterSensitiveLog: (obj: CreateCoreNetworkResponse) => any;
889
+ }
890
+
891
+ export interface Location {
892
+
893
+ Address?: string;
894
+
895
+ Latitude?: string;
896
+
897
+ Longitude?: string;
898
+ }
899
+ export declare namespace Location {
900
+
901
+ const filterSensitiveLog: (obj: Location) => any;
902
+ }
903
+ export interface CreateDeviceRequest {
904
+
905
+ GlobalNetworkId: string | undefined;
906
+
907
+ AWSLocation?: AWSLocation;
908
+
909
+ Description?: string;
910
+
911
+ Type?: string;
912
+
913
+ Vendor?: string;
914
+
915
+ Model?: string;
916
+
917
+ SerialNumber?: string;
918
+
919
+ Location?: Location;
920
+
921
+ SiteId?: string;
922
+
923
+ Tags?: Tag[];
924
+ }
925
+ export declare namespace CreateDeviceRequest {
926
+
927
+ const filterSensitiveLog: (obj: CreateDeviceRequest) => any;
928
+ }
929
+ export declare enum DeviceState {
930
+ available = "AVAILABLE",
931
+ deleting = "DELETING",
932
+ pending = "PENDING",
933
+ updating = "UPDATING"
934
+ }
935
+
936
+ export interface Device {
937
+
938
+ DeviceId?: string;
939
+
940
+ DeviceArn?: string;
941
+
942
+ GlobalNetworkId?: string;
943
+
944
+ AWSLocation?: AWSLocation;
945
+
946
+ Description?: string;
947
+
948
+ Type?: string;
949
+
950
+ Vendor?: string;
951
+
952
+ Model?: string;
953
+
954
+ SerialNumber?: string;
955
+
956
+ Location?: Location;
957
+
958
+ SiteId?: string;
959
+
960
+ CreatedAt?: Date;
961
+
962
+ State?: DeviceState | string;
963
+
964
+ Tags?: Tag[];
965
+ }
966
+ export declare namespace Device {
967
+
968
+ const filterSensitiveLog: (obj: Device) => any;
969
+ }
970
+ export interface CreateDeviceResponse {
971
+
972
+ Device?: Device;
973
+ }
974
+ export declare namespace CreateDeviceResponse {
975
+
976
+ const filterSensitiveLog: (obj: CreateDeviceResponse) => any;
977
+ }
978
+ export interface CreateGlobalNetworkRequest {
979
+
980
+ Description?: string;
981
+
982
+ Tags?: Tag[];
983
+ }
984
+ export declare namespace CreateGlobalNetworkRequest {
985
+
986
+ const filterSensitiveLog: (obj: CreateGlobalNetworkRequest) => any;
987
+ }
988
+ export declare enum GlobalNetworkState {
989
+ available = "AVAILABLE",
990
+ deleting = "DELETING",
991
+ pending = "PENDING",
992
+ updating = "UPDATING"
993
+ }
994
+
995
+ export interface GlobalNetwork {
996
+
997
+ GlobalNetworkId?: string;
998
+
999
+ GlobalNetworkArn?: string;
1000
+
1001
+ Description?: string;
1002
+
1003
+ CreatedAt?: Date;
1004
+
1005
+ State?: GlobalNetworkState | string;
1006
+
1007
+ Tags?: Tag[];
1008
+ }
1009
+ export declare namespace GlobalNetwork {
1010
+
1011
+ const filterSensitiveLog: (obj: GlobalNetwork) => any;
1012
+ }
1013
+ export interface CreateGlobalNetworkResponse {
1014
+
1015
+ GlobalNetwork?: GlobalNetwork;
1016
+ }
1017
+ export declare namespace CreateGlobalNetworkResponse {
1018
+
1019
+ const filterSensitiveLog: (obj: CreateGlobalNetworkResponse) => any;
1020
+ }
1021
+ export interface CreateLinkRequest {
1022
+
1023
+ GlobalNetworkId: string | undefined;
1024
+
1025
+ Description?: string;
1026
+
1027
+ Type?: string;
1028
+
1029
+ Bandwidth: Bandwidth | undefined;
1030
+
1031
+ Provider?: string;
1032
+
1033
+ SiteId: string | undefined;
1034
+
1035
+ Tags?: Tag[];
1036
+ }
1037
+ export declare namespace CreateLinkRequest {
1038
+
1039
+ const filterSensitiveLog: (obj: CreateLinkRequest) => any;
1040
+ }
1041
+ export declare enum LinkState {
1042
+ available = "AVAILABLE",
1043
+ deleting = "DELETING",
1044
+ pending = "PENDING",
1045
+ updating = "UPDATING"
1046
+ }
1047
+
1048
+ export interface Link {
1049
+
1050
+ LinkId?: string;
1051
+
1052
+ LinkArn?: string;
1053
+
1054
+ GlobalNetworkId?: string;
1055
+
1056
+ SiteId?: string;
1057
+
1058
+ Description?: string;
1059
+
1060
+ Type?: string;
1061
+
1062
+ Bandwidth?: Bandwidth;
1063
+
1064
+ Provider?: string;
1065
+
1066
+ CreatedAt?: Date;
1067
+
1068
+ State?: LinkState | string;
1069
+
1070
+ Tags?: Tag[];
1071
+ }
1072
+ export declare namespace Link {
1073
+
1074
+ const filterSensitiveLog: (obj: Link) => any;
1075
+ }
1076
+ export interface CreateLinkResponse {
1077
+
1078
+ Link?: Link;
1079
+ }
1080
+ export declare namespace CreateLinkResponse {
1081
+
1082
+ const filterSensitiveLog: (obj: CreateLinkResponse) => any;
1083
+ }
1084
+ export interface CreateSiteRequest {
1085
+
1086
+ GlobalNetworkId: string | undefined;
1087
+
1088
+ Description?: string;
1089
+
1090
+ Location?: Location;
1091
+
1092
+ Tags?: Tag[];
1093
+ }
1094
+ export declare namespace CreateSiteRequest {
1095
+
1096
+ const filterSensitiveLog: (obj: CreateSiteRequest) => any;
1097
+ }
1098
+ export declare enum SiteState {
1099
+ available = "AVAILABLE",
1100
+ deleting = "DELETING",
1101
+ pending = "PENDING",
1102
+ updating = "UPDATING"
1103
+ }
1104
+
1105
+ export interface Site {
1106
+
1107
+ SiteId?: string;
1108
+
1109
+ SiteArn?: string;
1110
+
1111
+ GlobalNetworkId?: string;
1112
+
1113
+ Description?: string;
1114
+
1115
+ Location?: Location;
1116
+
1117
+ CreatedAt?: Date;
1118
+
1119
+ State?: SiteState | string;
1120
+
1121
+ Tags?: Tag[];
1122
+ }
1123
+ export declare namespace Site {
1124
+
1125
+ const filterSensitiveLog: (obj: Site) => any;
1126
+ }
1127
+ export interface CreateSiteResponse {
1128
+
1129
+ Site?: Site;
1130
+ }
1131
+ export declare namespace CreateSiteResponse {
1132
+
1133
+ const filterSensitiveLog: (obj: CreateSiteResponse) => any;
1134
+ }
1135
+ export interface CreateSiteToSiteVpnAttachmentRequest {
1136
+
1137
+ CoreNetworkId: string | undefined;
1138
+
1139
+ VpnConnectionArn: string | undefined;
1140
+
1141
+ Tags?: Tag[];
1142
+
1143
+ ClientToken?: string;
1144
+ }
1145
+ export declare namespace CreateSiteToSiteVpnAttachmentRequest {
1146
+
1147
+ const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentRequest) => any;
1148
+ }
1149
+
1150
+ export interface SiteToSiteVpnAttachment {
1151
+
1152
+ Attachment?: Attachment;
1153
+
1154
+ VpnConnectionArn?: string;
1155
+ }
1156
+ export declare namespace SiteToSiteVpnAttachment {
1157
+
1158
+ const filterSensitiveLog: (obj: SiteToSiteVpnAttachment) => any;
1159
+ }
1160
+ export interface CreateSiteToSiteVpnAttachmentResponse {
1161
+
1162
+ SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
1163
+ }
1164
+ export declare namespace CreateSiteToSiteVpnAttachmentResponse {
1165
+
1166
+ const filterSensitiveLog: (obj: CreateSiteToSiteVpnAttachmentResponse) => any;
1167
+ }
1168
+
1169
+ export interface VpcOptions {
1170
+
1171
+ Ipv6Support?: boolean;
1172
+ }
1173
+ export declare namespace VpcOptions {
1174
+
1175
+ const filterSensitiveLog: (obj: VpcOptions) => any;
1176
+ }
1177
+ export interface CreateVpcAttachmentRequest {
1178
+
1179
+ CoreNetworkId: string | undefined;
1180
+
1181
+ VpcArn: string | undefined;
1182
+
1183
+ SubnetArns: string[] | undefined;
1184
+
1185
+ Options?: VpcOptions;
1186
+
1187
+ Tags?: Tag[];
1188
+
1189
+ ClientToken?: string;
1190
+ }
1191
+ export declare namespace CreateVpcAttachmentRequest {
1192
+
1193
+ const filterSensitiveLog: (obj: CreateVpcAttachmentRequest) => any;
1194
+ }
1195
+
1196
+ export interface VpcAttachment {
1197
+
1198
+ Attachment?: Attachment;
1199
+
1200
+ SubnetArns?: string[];
1201
+
1202
+ Options?: VpcOptions;
1203
+ }
1204
+ export declare namespace VpcAttachment {
1205
+
1206
+ const filterSensitiveLog: (obj: VpcAttachment) => any;
1207
+ }
1208
+ export interface CreateVpcAttachmentResponse {
1209
+
1210
+ VpcAttachment?: VpcAttachment;
1211
+ }
1212
+ export declare namespace CreateVpcAttachmentResponse {
1213
+
1214
+ const filterSensitiveLog: (obj: CreateVpcAttachmentResponse) => any;
1215
+ }
1216
+ export interface DeleteAttachmentRequest {
1217
+
1218
+ AttachmentId: string | undefined;
1219
+ }
1220
+ export declare namespace DeleteAttachmentRequest {
1221
+
1222
+ const filterSensitiveLog: (obj: DeleteAttachmentRequest) => any;
1223
+ }
1224
+ export interface DeleteAttachmentResponse {
1225
+
1226
+ Attachment?: Attachment;
1227
+ }
1228
+ export declare namespace DeleteAttachmentResponse {
1229
+
1230
+ const filterSensitiveLog: (obj: DeleteAttachmentResponse) => any;
1231
+ }
1232
+ export interface DeleteConnectionRequest {
1233
+
1234
+ GlobalNetworkId: string | undefined;
1235
+
1236
+ ConnectionId: string | undefined;
1237
+ }
1238
+ export declare namespace DeleteConnectionRequest {
1239
+
1240
+ const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
1241
+ }
1242
+ export interface DeleteConnectionResponse {
1243
+
1244
+ Connection?: Connection;
1245
+ }
1246
+ export declare namespace DeleteConnectionResponse {
1247
+
1248
+ const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
1249
+ }
1250
+ export interface DeleteConnectPeerRequest {
1251
+
1252
+ ConnectPeerId: string | undefined;
1253
+ }
1254
+ export declare namespace DeleteConnectPeerRequest {
1255
+
1256
+ const filterSensitiveLog: (obj: DeleteConnectPeerRequest) => any;
1257
+ }
1258
+ export interface DeleteConnectPeerResponse {
1259
+
1260
+ ConnectPeer?: ConnectPeer;
1261
+ }
1262
+ export declare namespace DeleteConnectPeerResponse {
1263
+
1264
+ const filterSensitiveLog: (obj: DeleteConnectPeerResponse) => any;
1265
+ }
1266
+ export interface DeleteCoreNetworkRequest {
1267
+
1268
+ CoreNetworkId: string | undefined;
1269
+ }
1270
+ export declare namespace DeleteCoreNetworkRequest {
1271
+
1272
+ const filterSensitiveLog: (obj: DeleteCoreNetworkRequest) => any;
1273
+ }
1274
+ export interface DeleteCoreNetworkResponse {
1275
+
1276
+ CoreNetwork?: CoreNetwork;
1277
+ }
1278
+ export declare namespace DeleteCoreNetworkResponse {
1279
+
1280
+ const filterSensitiveLog: (obj: DeleteCoreNetworkResponse) => any;
1281
+ }
1282
+ export interface DeleteCoreNetworkPolicyVersionRequest {
1283
+
1284
+ CoreNetworkId: string | undefined;
1285
+
1286
+ PolicyVersionId: number | undefined;
1287
+ }
1288
+ export declare namespace DeleteCoreNetworkPolicyVersionRequest {
1289
+
1290
+ const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionRequest) => any;
1291
+ }
1292
+ export interface DeleteCoreNetworkPolicyVersionResponse {
1293
+
1294
+ CoreNetworkPolicy?: CoreNetworkPolicy;
1295
+ }
1296
+ export declare namespace DeleteCoreNetworkPolicyVersionResponse {
1297
+
1298
+ const filterSensitiveLog: (obj: DeleteCoreNetworkPolicyVersionResponse) => any;
1299
+ }
1300
+ export interface DeleteDeviceRequest {
1301
+
1302
+ GlobalNetworkId: string | undefined;
1303
+
1304
+ DeviceId: string | undefined;
1305
+ }
1306
+ export declare namespace DeleteDeviceRequest {
1307
+
1308
+ const filterSensitiveLog: (obj: DeleteDeviceRequest) => any;
1309
+ }
1310
+ export interface DeleteDeviceResponse {
1311
+
1312
+ Device?: Device;
1313
+ }
1314
+ export declare namespace DeleteDeviceResponse {
1315
+
1316
+ const filterSensitiveLog: (obj: DeleteDeviceResponse) => any;
1317
+ }
1318
+ export interface DeleteGlobalNetworkRequest {
1319
+
1320
+ GlobalNetworkId: string | undefined;
1321
+ }
1322
+ export declare namespace DeleteGlobalNetworkRequest {
1323
+
1324
+ const filterSensitiveLog: (obj: DeleteGlobalNetworkRequest) => any;
1325
+ }
1326
+ export interface DeleteGlobalNetworkResponse {
1327
+
1328
+ GlobalNetwork?: GlobalNetwork;
1329
+ }
1330
+ export declare namespace DeleteGlobalNetworkResponse {
1331
+
1332
+ const filterSensitiveLog: (obj: DeleteGlobalNetworkResponse) => any;
1333
+ }
1334
+ export interface DeleteLinkRequest {
1335
+
1336
+ GlobalNetworkId: string | undefined;
1337
+
1338
+ LinkId: string | undefined;
1339
+ }
1340
+ export declare namespace DeleteLinkRequest {
1341
+
1342
+ const filterSensitiveLog: (obj: DeleteLinkRequest) => any;
1343
+ }
1344
+ export interface DeleteLinkResponse {
1345
+
1346
+ Link?: Link;
1347
+ }
1348
+ export declare namespace DeleteLinkResponse {
1349
+
1350
+ const filterSensitiveLog: (obj: DeleteLinkResponse) => any;
1351
+ }
1352
+ export interface DeleteResourcePolicyRequest {
1353
+
1354
+ ResourceArn: string | undefined;
1355
+ }
1356
+ export declare namespace DeleteResourcePolicyRequest {
1357
+
1358
+ const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
1359
+ }
1360
+ export interface DeleteResourcePolicyResponse {
1361
+ }
1362
+ export declare namespace DeleteResourcePolicyResponse {
1363
+
1364
+ const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
1365
+ }
1366
+ export interface DeleteSiteRequest {
1367
+
1368
+ GlobalNetworkId: string | undefined;
1369
+
1370
+ SiteId: string | undefined;
1371
+ }
1372
+ export declare namespace DeleteSiteRequest {
1373
+
1374
+ const filterSensitiveLog: (obj: DeleteSiteRequest) => any;
1375
+ }
1376
+ export interface DeleteSiteResponse {
1377
+
1378
+ Site?: Site;
1379
+ }
1380
+ export declare namespace DeleteSiteResponse {
1381
+
1382
+ const filterSensitiveLog: (obj: DeleteSiteResponse) => any;
1383
+ }
1384
+ export interface DeregisterTransitGatewayRequest {
1385
+
1386
+ GlobalNetworkId: string | undefined;
1387
+
1388
+ TransitGatewayArn: string | undefined;
1389
+ }
1390
+ export declare namespace DeregisterTransitGatewayRequest {
1391
+
1392
+ const filterSensitiveLog: (obj: DeregisterTransitGatewayRequest) => any;
1393
+ }
1394
+ export declare enum TransitGatewayRegistrationState {
1395
+ available = "AVAILABLE",
1396
+ deleted = "DELETED",
1397
+ deleting = "DELETING",
1398
+ failed = "FAILED",
1399
+ pending = "PENDING"
1400
+ }
1401
+
1402
+ export interface TransitGatewayRegistrationStateReason {
1403
+
1404
+ Code?: TransitGatewayRegistrationState | string;
1405
+
1406
+ Message?: string;
1407
+ }
1408
+ export declare namespace TransitGatewayRegistrationStateReason {
1409
+
1410
+ const filterSensitiveLog: (obj: TransitGatewayRegistrationStateReason) => any;
1411
+ }
1412
+
1413
+ export interface TransitGatewayRegistration {
1414
+
1415
+ GlobalNetworkId?: string;
1416
+
1417
+ TransitGatewayArn?: string;
1418
+
1419
+ State?: TransitGatewayRegistrationStateReason;
1420
+ }
1421
+ export declare namespace TransitGatewayRegistration {
1422
+
1423
+ const filterSensitiveLog: (obj: TransitGatewayRegistration) => any;
1424
+ }
1425
+ export interface DeregisterTransitGatewayResponse {
1426
+
1427
+ TransitGatewayRegistration?: TransitGatewayRegistration;
1428
+ }
1429
+ export declare namespace DeregisterTransitGatewayResponse {
1430
+
1431
+ const filterSensitiveLog: (obj: DeregisterTransitGatewayResponse) => any;
1432
+ }
1433
+ export interface DescribeGlobalNetworksRequest {
1434
+
1435
+ GlobalNetworkIds?: string[];
1436
+
1437
+ MaxResults?: number;
1438
+
1439
+ NextToken?: string;
1440
+ }
1441
+ export declare namespace DescribeGlobalNetworksRequest {
1442
+
1443
+ const filterSensitiveLog: (obj: DescribeGlobalNetworksRequest) => any;
1444
+ }
1445
+ export interface DescribeGlobalNetworksResponse {
1446
+
1447
+ GlobalNetworks?: GlobalNetwork[];
1448
+
1449
+ NextToken?: string;
1450
+ }
1451
+ export declare namespace DescribeGlobalNetworksResponse {
1452
+
1453
+ const filterSensitiveLog: (obj: DescribeGlobalNetworksResponse) => any;
1454
+ }
1455
+ export interface DisassociateConnectPeerRequest {
1456
+
1457
+ GlobalNetworkId: string | undefined;
1458
+
1459
+ ConnectPeerId: string | undefined;
1460
+ }
1461
+ export declare namespace DisassociateConnectPeerRequest {
1462
+
1463
+ const filterSensitiveLog: (obj: DisassociateConnectPeerRequest) => any;
1464
+ }
1465
+ export interface DisassociateConnectPeerResponse {
1466
+
1467
+ ConnectPeerAssociation?: ConnectPeerAssociation;
1468
+ }
1469
+ export declare namespace DisassociateConnectPeerResponse {
1470
+
1471
+ const filterSensitiveLog: (obj: DisassociateConnectPeerResponse) => any;
1472
+ }
1473
+ export interface DisassociateCustomerGatewayRequest {
1474
+
1475
+ GlobalNetworkId: string | undefined;
1476
+
1477
+ CustomerGatewayArn: string | undefined;
1478
+ }
1479
+ export declare namespace DisassociateCustomerGatewayRequest {
1480
+
1481
+ const filterSensitiveLog: (obj: DisassociateCustomerGatewayRequest) => any;
1482
+ }
1483
+ export interface DisassociateCustomerGatewayResponse {
1484
+
1485
+ CustomerGatewayAssociation?: CustomerGatewayAssociation;
1486
+ }
1487
+ export declare namespace DisassociateCustomerGatewayResponse {
1488
+
1489
+ const filterSensitiveLog: (obj: DisassociateCustomerGatewayResponse) => any;
1490
+ }
1491
+ export interface DisassociateLinkRequest {
1492
+
1493
+ GlobalNetworkId: string | undefined;
1494
+
1495
+ DeviceId: string | undefined;
1496
+
1497
+ LinkId: string | undefined;
1498
+ }
1499
+ export declare namespace DisassociateLinkRequest {
1500
+
1501
+ const filterSensitiveLog: (obj: DisassociateLinkRequest) => any;
1502
+ }
1503
+ export interface DisassociateLinkResponse {
1504
+
1505
+ LinkAssociation?: LinkAssociation;
1506
+ }
1507
+ export declare namespace DisassociateLinkResponse {
1508
+
1509
+ const filterSensitiveLog: (obj: DisassociateLinkResponse) => any;
1510
+ }
1511
+ export interface DisassociateTransitGatewayConnectPeerRequest {
1512
+
1513
+ GlobalNetworkId: string | undefined;
1514
+
1515
+ TransitGatewayConnectPeerArn: string | undefined;
1516
+ }
1517
+ export declare namespace DisassociateTransitGatewayConnectPeerRequest {
1518
+
1519
+ const filterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerRequest) => any;
1520
+ }
1521
+ export interface DisassociateTransitGatewayConnectPeerResponse {
1522
+
1523
+ TransitGatewayConnectPeerAssociation?: TransitGatewayConnectPeerAssociation;
1524
+ }
1525
+ export declare namespace DisassociateTransitGatewayConnectPeerResponse {
1526
+
1527
+ const filterSensitiveLog: (obj: DisassociateTransitGatewayConnectPeerResponse) => any;
1528
+ }
1529
+ export interface ExecuteCoreNetworkChangeSetRequest {
1530
+
1531
+ CoreNetworkId: string | undefined;
1532
+
1533
+ PolicyVersionId: number | undefined;
1534
+ }
1535
+ export declare namespace ExecuteCoreNetworkChangeSetRequest {
1536
+
1537
+ const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetRequest) => any;
1538
+ }
1539
+ export interface ExecuteCoreNetworkChangeSetResponse {
1540
+ }
1541
+ export declare namespace ExecuteCoreNetworkChangeSetResponse {
1542
+
1543
+ const filterSensitiveLog: (obj: ExecuteCoreNetworkChangeSetResponse) => any;
1544
+ }
1545
+ export interface GetConnectAttachmentRequest {
1546
+
1547
+ AttachmentId: string | undefined;
1548
+ }
1549
+ export declare namespace GetConnectAttachmentRequest {
1550
+
1551
+ const filterSensitiveLog: (obj: GetConnectAttachmentRequest) => any;
1552
+ }
1553
+ export interface GetConnectAttachmentResponse {
1554
+
1555
+ ConnectAttachment?: ConnectAttachment;
1556
+ }
1557
+ export declare namespace GetConnectAttachmentResponse {
1558
+
1559
+ const filterSensitiveLog: (obj: GetConnectAttachmentResponse) => any;
1560
+ }
1561
+ export interface GetConnectionsRequest {
1562
+
1563
+ GlobalNetworkId: string | undefined;
1564
+
1565
+ ConnectionIds?: string[];
1566
+
1567
+ DeviceId?: string;
1568
+
1569
+ MaxResults?: number;
1570
+
1571
+ NextToken?: string;
1572
+ }
1573
+ export declare namespace GetConnectionsRequest {
1574
+
1575
+ const filterSensitiveLog: (obj: GetConnectionsRequest) => any;
1576
+ }
1577
+ export interface GetConnectionsResponse {
1578
+
1579
+ Connections?: Connection[];
1580
+
1581
+ NextToken?: string;
1582
+ }
1583
+ export declare namespace GetConnectionsResponse {
1584
+
1585
+ const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
1586
+ }
1587
+ export interface GetConnectPeerRequest {
1588
+
1589
+ ConnectPeerId: string | undefined;
1590
+ }
1591
+ export declare namespace GetConnectPeerRequest {
1592
+
1593
+ const filterSensitiveLog: (obj: GetConnectPeerRequest) => any;
1594
+ }
1595
+ export interface GetConnectPeerResponse {
1596
+
1597
+ ConnectPeer?: ConnectPeer;
1598
+ }
1599
+ export declare namespace GetConnectPeerResponse {
1600
+
1601
+ const filterSensitiveLog: (obj: GetConnectPeerResponse) => any;
1602
+ }
1603
+ export interface GetConnectPeerAssociationsRequest {
1604
+
1605
+ GlobalNetworkId: string | undefined;
1606
+
1607
+ ConnectPeerIds?: string[];
1608
+
1609
+ MaxResults?: number;
1610
+
1611
+ NextToken?: string;
1612
+ }
1613
+ export declare namespace GetConnectPeerAssociationsRequest {
1614
+
1615
+ const filterSensitiveLog: (obj: GetConnectPeerAssociationsRequest) => any;
1616
+ }
1617
+ export interface GetConnectPeerAssociationsResponse {
1618
+
1619
+ ConnectPeerAssociations?: ConnectPeerAssociation[];
1620
+
1621
+ NextToken?: string;
1622
+ }
1623
+ export declare namespace GetConnectPeerAssociationsResponse {
1624
+
1625
+ const filterSensitiveLog: (obj: GetConnectPeerAssociationsResponse) => any;
1626
+ }
1627
+ export interface GetCoreNetworkRequest {
1628
+
1629
+ CoreNetworkId: string | undefined;
1630
+ }
1631
+ export declare namespace GetCoreNetworkRequest {
1632
+
1633
+ const filterSensitiveLog: (obj: GetCoreNetworkRequest) => any;
1634
+ }
1635
+ export interface GetCoreNetworkResponse {
1636
+
1637
+ CoreNetwork?: CoreNetwork;
1638
+ }
1639
+ export declare namespace GetCoreNetworkResponse {
1640
+
1641
+ const filterSensitiveLog: (obj: GetCoreNetworkResponse) => any;
1642
+ }
1643
+ export interface GetCoreNetworkChangeSetRequest {
1644
+
1645
+ CoreNetworkId: string | undefined;
1646
+
1647
+ PolicyVersionId: number | undefined;
1648
+
1649
+ MaxResults?: number;
1650
+
1651
+ NextToken?: string;
1652
+ }
1653
+ export declare namespace GetCoreNetworkChangeSetRequest {
1654
+
1655
+ const filterSensitiveLog: (obj: GetCoreNetworkChangeSetRequest) => any;
1656
+ }
1657
+ export interface GetCoreNetworkChangeSetResponse {
1658
+
1659
+ CoreNetworkChanges?: CoreNetworkChange[];
1660
+
1661
+ NextToken?: string;
1662
+ }
1663
+ export declare namespace GetCoreNetworkChangeSetResponse {
1664
+
1665
+ const filterSensitiveLog: (obj: GetCoreNetworkChangeSetResponse) => any;
1666
+ }
1667
+ export interface GetCoreNetworkPolicyRequest {
1668
+
1669
+ CoreNetworkId: string | undefined;
1670
+
1671
+ PolicyVersionId?: number;
1672
+
1673
+ Alias?: CoreNetworkPolicyAlias | string;
1674
+ }
1675
+ export declare namespace GetCoreNetworkPolicyRequest {
1676
+
1677
+ const filterSensitiveLog: (obj: GetCoreNetworkPolicyRequest) => any;
1678
+ }
1679
+ export interface GetCoreNetworkPolicyResponse {
1680
+
1681
+ CoreNetworkPolicy?: CoreNetworkPolicy;
1682
+ }
1683
+ export declare namespace GetCoreNetworkPolicyResponse {
1684
+
1685
+ const filterSensitiveLog: (obj: GetCoreNetworkPolicyResponse) => any;
1686
+ }
1687
+ export interface GetCustomerGatewayAssociationsRequest {
1688
+
1689
+ GlobalNetworkId: string | undefined;
1690
+
1691
+ CustomerGatewayArns?: string[];
1692
+
1693
+ MaxResults?: number;
1694
+
1695
+ NextToken?: string;
1696
+ }
1697
+ export declare namespace GetCustomerGatewayAssociationsRequest {
1698
+
1699
+ const filterSensitiveLog: (obj: GetCustomerGatewayAssociationsRequest) => any;
1700
+ }
1701
+ export interface GetCustomerGatewayAssociationsResponse {
1702
+
1703
+ CustomerGatewayAssociations?: CustomerGatewayAssociation[];
1704
+
1705
+ NextToken?: string;
1706
+ }
1707
+ export declare namespace GetCustomerGatewayAssociationsResponse {
1708
+
1709
+ const filterSensitiveLog: (obj: GetCustomerGatewayAssociationsResponse) => any;
1710
+ }
1711
+ export interface GetDevicesRequest {
1712
+
1713
+ GlobalNetworkId: string | undefined;
1714
+
1715
+ DeviceIds?: string[];
1716
+
1717
+ SiteId?: string;
1718
+
1719
+ MaxResults?: number;
1720
+
1721
+ NextToken?: string;
1722
+ }
1723
+ export declare namespace GetDevicesRequest {
1724
+
1725
+ const filterSensitiveLog: (obj: GetDevicesRequest) => any;
1726
+ }
1727
+ export interface GetDevicesResponse {
1728
+
1729
+ Devices?: Device[];
1730
+
1731
+ NextToken?: string;
1732
+ }
1733
+ export declare namespace GetDevicesResponse {
1734
+
1735
+ const filterSensitiveLog: (obj: GetDevicesResponse) => any;
1736
+ }
1737
+ export interface GetLinkAssociationsRequest {
1738
+
1739
+ GlobalNetworkId: string | undefined;
1740
+
1741
+ DeviceId?: string;
1742
+
1743
+ LinkId?: string;
1744
+
1745
+ MaxResults?: number;
1746
+
1747
+ NextToken?: string;
1748
+ }
1749
+ export declare namespace GetLinkAssociationsRequest {
1750
+
1751
+ const filterSensitiveLog: (obj: GetLinkAssociationsRequest) => any;
1752
+ }
1753
+ export interface GetLinkAssociationsResponse {
1754
+
1755
+ LinkAssociations?: LinkAssociation[];
1756
+
1757
+ NextToken?: string;
1758
+ }
1759
+ export declare namespace GetLinkAssociationsResponse {
1760
+
1761
+ const filterSensitiveLog: (obj: GetLinkAssociationsResponse) => any;
1762
+ }
1763
+ export interface GetLinksRequest {
1764
+
1765
+ GlobalNetworkId: string | undefined;
1766
+
1767
+ LinkIds?: string[];
1768
+
1769
+ SiteId?: string;
1770
+
1771
+ Type?: string;
1772
+
1773
+ Provider?: string;
1774
+
1775
+ MaxResults?: number;
1776
+
1777
+ NextToken?: string;
1778
+ }
1779
+ export declare namespace GetLinksRequest {
1780
+
1781
+ const filterSensitiveLog: (obj: GetLinksRequest) => any;
1782
+ }
1783
+ export interface GetLinksResponse {
1784
+
1785
+ Links?: Link[];
1786
+
1787
+ NextToken?: string;
1788
+ }
1789
+ export declare namespace GetLinksResponse {
1790
+
1791
+ const filterSensitiveLog: (obj: GetLinksResponse) => any;
1792
+ }
1793
+ export interface GetNetworkResourceCountsRequest {
1794
+
1795
+ GlobalNetworkId: string | undefined;
1796
+
1797
+ ResourceType?: string;
1798
+
1799
+ MaxResults?: number;
1800
+
1801
+ NextToken?: string;
1802
+ }
1803
+ export declare namespace GetNetworkResourceCountsRequest {
1804
+
1805
+ const filterSensitiveLog: (obj: GetNetworkResourceCountsRequest) => any;
1806
+ }
1807
+
1808
+ export interface NetworkResourceCount {
1809
+
1810
+ ResourceType?: string;
1811
+
1812
+ Count?: number;
1813
+ }
1814
+ export declare namespace NetworkResourceCount {
1815
+
1816
+ const filterSensitiveLog: (obj: NetworkResourceCount) => any;
1817
+ }
1818
+ export interface GetNetworkResourceCountsResponse {
1819
+
1820
+ NetworkResourceCounts?: NetworkResourceCount[];
1821
+
1822
+ NextToken?: string;
1823
+ }
1824
+ export declare namespace GetNetworkResourceCountsResponse {
1825
+
1826
+ const filterSensitiveLog: (obj: GetNetworkResourceCountsResponse) => any;
1827
+ }
1828
+ export interface GetNetworkResourceRelationshipsRequest {
1829
+
1830
+ GlobalNetworkId: string | undefined;
1831
+
1832
+ CoreNetworkId?: string;
1833
+
1834
+ RegisteredGatewayArn?: string;
1835
+
1836
+ AwsRegion?: string;
1837
+
1838
+ AccountId?: string;
1839
+
1840
+ ResourceType?: string;
1841
+
1842
+ ResourceArn?: string;
1843
+
1844
+ MaxResults?: number;
1845
+
1846
+ NextToken?: string;
1847
+ }
1848
+ export declare namespace GetNetworkResourceRelationshipsRequest {
1849
+
1850
+ const filterSensitiveLog: (obj: GetNetworkResourceRelationshipsRequest) => any;
1851
+ }
1852
+
1853
+ export interface Relationship {
1854
+
1855
+ From?: string;
1856
+
1857
+ To?: string;
1858
+ }
1859
+ export declare namespace Relationship {
1860
+
1861
+ const filterSensitiveLog: (obj: Relationship) => any;
1862
+ }
1863
+ export interface GetNetworkResourceRelationshipsResponse {
1864
+
1865
+ Relationships?: Relationship[];
1866
+
1867
+ NextToken?: string;
1868
+ }
1869
+ export declare namespace GetNetworkResourceRelationshipsResponse {
1870
+
1871
+ const filterSensitiveLog: (obj: GetNetworkResourceRelationshipsResponse) => any;
1872
+ }
1873
+ export interface GetNetworkResourcesRequest {
1874
+
1875
+ GlobalNetworkId: string | undefined;
1876
+
1877
+ CoreNetworkId?: string;
1878
+
1879
+ RegisteredGatewayArn?: string;
1880
+
1881
+ AwsRegion?: string;
1882
+
1883
+ AccountId?: string;
1884
+
1885
+ ResourceType?: string;
1886
+
1887
+ ResourceArn?: string;
1888
+
1889
+ MaxResults?: number;
1890
+
1891
+ NextToken?: string;
1892
+ }
1893
+ export declare namespace GetNetworkResourcesRequest {
1894
+
1895
+ const filterSensitiveLog: (obj: GetNetworkResourcesRequest) => any;
1896
+ }
1897
+
1898
+ export interface NetworkResource {
1899
+
1900
+ RegisteredGatewayArn?: string;
1901
+
1902
+ CoreNetworkId?: string;
1903
+
1904
+ AwsRegion?: string;
1905
+
1906
+ AccountId?: string;
1907
+
1908
+ ResourceType?: string;
1909
+
1910
+ ResourceId?: string;
1911
+
1912
+ ResourceArn?: string;
1913
+
1914
+ Definition?: string;
1915
+
1916
+ DefinitionTimestamp?: Date;
1917
+
1918
+ Tags?: Tag[];
1919
+
1920
+ Metadata?: {
1921
+ [key: string]: string;
1922
+ };
1923
+ }
1924
+ export declare namespace NetworkResource {
1925
+
1926
+ const filterSensitiveLog: (obj: NetworkResource) => any;
1927
+ }
1928
+ export interface GetNetworkResourcesResponse {
1929
+
1930
+ NetworkResources?: NetworkResource[];
1931
+
1932
+ NextToken?: string;
1933
+ }
1934
+ export declare namespace GetNetworkResourcesResponse {
1935
+
1936
+ const filterSensitiveLog: (obj: GetNetworkResourcesResponse) => any;
1937
+ }
1938
+
1939
+ export interface RouteTableIdentifier {
1940
+
1941
+ TransitGatewayRouteTableArn?: string;
1942
+
1943
+ CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
1944
+ }
1945
+ export declare namespace RouteTableIdentifier {
1946
+
1947
+ const filterSensitiveLog: (obj: RouteTableIdentifier) => any;
1948
+ }
1949
+ export declare enum RouteState {
1950
+ ACTIVE = "ACTIVE",
1951
+ BLACKHOLE = "BLACKHOLE"
1952
+ }
1953
+ export declare enum RouteType {
1954
+ PROPAGATED = "PROPAGATED",
1955
+ STATIC = "STATIC"
1956
+ }
1957
+ export interface GetNetworkRoutesRequest {
1958
+
1959
+ GlobalNetworkId: string | undefined;
1960
+
1961
+ RouteTableIdentifier: RouteTableIdentifier | undefined;
1962
+
1963
+ ExactCidrMatches?: string[];
1964
+
1965
+ LongestPrefixMatches?: string[];
1966
+
1967
+ SubnetOfMatches?: string[];
1968
+
1969
+ SupernetOfMatches?: string[];
1970
+
1971
+ PrefixListIds?: string[];
1972
+
1973
+ States?: (RouteState | string)[];
1974
+
1975
+ Types?: (RouteType | string)[];
1976
+
1977
+ DestinationFilters?: {
1978
+ [key: string]: string[];
1979
+ };
1980
+ }
1981
+ export declare namespace GetNetworkRoutesRequest {
1982
+
1983
+ const filterSensitiveLog: (obj: GetNetworkRoutesRequest) => any;
1984
+ }
1985
+
1986
+ export interface NetworkRouteDestination {
1987
+
1988
+ CoreNetworkAttachmentId?: string;
1989
+
1990
+ TransitGatewayAttachmentId?: string;
1991
+
1992
+ SegmentName?: string;
1993
+
1994
+ EdgeLocation?: string;
1995
+
1996
+ ResourceType?: string;
1997
+
1998
+ ResourceId?: string;
1999
+ }
2000
+ export declare namespace NetworkRouteDestination {
2001
+
2002
+ const filterSensitiveLog: (obj: NetworkRouteDestination) => any;
2003
+ }
2004
+
2005
+ export interface NetworkRoute {
2006
+
2007
+ DestinationCidrBlock?: string;
2008
+
2009
+ Destinations?: NetworkRouteDestination[];
2010
+
2011
+ PrefixListId?: string;
2012
+
2013
+ State?: RouteState | string;
2014
+
2015
+ Type?: RouteType | string;
2016
+ }
2017
+ export declare namespace NetworkRoute {
2018
+
2019
+ const filterSensitiveLog: (obj: NetworkRoute) => any;
2020
+ }
2021
+ export declare enum RouteTableType {
2022
+ CORE_NETWORK_SEGMENT = "CORE_NETWORK_SEGMENT",
2023
+ TRANSIT_GATEWAY_ROUTE_TABLE = "TRANSIT_GATEWAY_ROUTE_TABLE"
2024
+ }
2025
+ export interface GetNetworkRoutesResponse {
2026
+
2027
+ RouteTableArn?: string;
2028
+
2029
+ CoreNetworkSegmentEdge?: CoreNetworkSegmentEdgeIdentifier;
2030
+
2031
+ RouteTableType?: RouteTableType | string;
2032
+
2033
+ RouteTableTimestamp?: Date;
2034
+
2035
+ NetworkRoutes?: NetworkRoute[];
2036
+ }
2037
+ export declare namespace GetNetworkRoutesResponse {
2038
+
2039
+ const filterSensitiveLog: (obj: GetNetworkRoutesResponse) => any;
2040
+ }
2041
+ export interface GetNetworkTelemetryRequest {
2042
+
2043
+ GlobalNetworkId: string | undefined;
2044
+
2045
+ CoreNetworkId?: string;
2046
+
2047
+ RegisteredGatewayArn?: string;
2048
+
2049
+ AwsRegion?: string;
2050
+
2051
+ AccountId?: string;
2052
+
2053
+ ResourceType?: string;
2054
+
2055
+ ResourceArn?: string;
2056
+
2057
+ MaxResults?: number;
2058
+
2059
+ NextToken?: string;
2060
+ }
2061
+ export declare namespace GetNetworkTelemetryRequest {
2062
+
2063
+ const filterSensitiveLog: (obj: GetNetworkTelemetryRequest) => any;
2064
+ }
2065
+
2066
+ export interface NetworkTelemetry {
2067
+
2068
+ RegisteredGatewayArn?: string;
2069
+
2070
+ CoreNetworkId?: string;
2071
+
2072
+ AwsRegion?: string;
2073
+
2074
+ AccountId?: string;
2075
+
2076
+ ResourceType?: string;
2077
+
2078
+ ResourceId?: string;
2079
+
2080
+ ResourceArn?: string;
2081
+
2082
+ Address?: string;
2083
+
2084
+ Health?: ConnectionHealth;
2085
+ }
2086
+ export declare namespace NetworkTelemetry {
2087
+
2088
+ const filterSensitiveLog: (obj: NetworkTelemetry) => any;
2089
+ }
2090
+ export interface GetNetworkTelemetryResponse {
2091
+
2092
+ NetworkTelemetry?: NetworkTelemetry[];
2093
+
2094
+ NextToken?: string;
2095
+ }
2096
+ export declare namespace GetNetworkTelemetryResponse {
2097
+
2098
+ const filterSensitiveLog: (obj: GetNetworkTelemetryResponse) => any;
2099
+ }
2100
+ export interface GetResourcePolicyRequest {
2101
+
2102
+ ResourceArn: string | undefined;
2103
+ }
2104
+ export declare namespace GetResourcePolicyRequest {
2105
+
2106
+ const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
2107
+ }
2108
+ export interface GetResourcePolicyResponse {
2109
+
2110
+ PolicyDocument?: __LazyJsonString | string;
2111
+ }
2112
+ export declare namespace GetResourcePolicyResponse {
2113
+
2114
+ const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
2115
+ }
2116
+ export interface GetRouteAnalysisRequest {
2117
+
2118
+ GlobalNetworkId: string | undefined;
2119
+
2120
+ RouteAnalysisId: string | undefined;
2121
+ }
2122
+ export declare namespace GetRouteAnalysisRequest {
2123
+
2124
+ const filterSensitiveLog: (obj: GetRouteAnalysisRequest) => any;
2125
+ }
2126
+
2127
+ export interface RouteAnalysisEndpointOptions {
2128
+
2129
+ TransitGatewayAttachmentArn?: string;
2130
+
2131
+ TransitGatewayArn?: string;
2132
+
2133
+ IpAddress?: string;
2134
+ }
2135
+ export declare namespace RouteAnalysisEndpointOptions {
2136
+
2137
+ const filterSensitiveLog: (obj: RouteAnalysisEndpointOptions) => any;
2138
+ }
2139
+ export declare enum RouteAnalysisCompletionReasonCode {
2140
+ BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND = "BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND",
2141
+ CYCLIC_PATH_DETECTED = "CYCLIC_PATH_DETECTED",
2142
+ INACTIVE_ROUTE_FOR_DESTINATION_FOUND = "INACTIVE_ROUTE_FOR_DESTINATION_FOUND",
2143
+ MAX_HOPS_EXCEEDED = "MAX_HOPS_EXCEEDED",
2144
+ NO_DESTINATION_ARN_PROVIDED = "NO_DESTINATION_ARN_PROVIDED",
2145
+ POSSIBLE_MIDDLEBOX = "POSSIBLE_MIDDLEBOX",
2146
+ ROUTE_NOT_FOUND = "ROUTE_NOT_FOUND",
2147
+ TRANSIT_GATEWAY_ATTACHMENT = "TRANSIT_GATEWAY_ATTACHMENT_ATTACH_ARN_NO_MATCH",
2148
+ TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND = "TRANSIT_GATEWAY_ATTACHMENT_NOT_FOUND",
2149
+ TRANSIT_GATEWAY_ATTACHMENT_NOT_IN_TRANSIT_GATEWAY = "TRANSIT_GATEWAY_ATTACHMENT_NOT_IN_TRANSIT_GATEWAY",
2150
+ TRANSIT_GATEWAY_ATTACHMENT_STABLE_ROUTE_TABLE_NOT_FOUND = "TRANSIT_GATEWAY_ATTACHMENT_STABLE_ROUTE_TABLE_NOT_FOUND"
2151
+ }
2152
+ export declare enum RouteAnalysisCompletionResultCode {
2153
+ CONNECTED = "CONNECTED",
2154
+ NOT_CONNECTED = "NOT_CONNECTED"
2155
+ }
2156
+
2157
+ export interface RouteAnalysisCompletion {
2158
+
2159
+ ResultCode?: RouteAnalysisCompletionResultCode | string;
2160
+
2161
+ ReasonCode?: RouteAnalysisCompletionReasonCode | string;
2162
+
2163
+ ReasonContext?: {
2164
+ [key: string]: string;
2165
+ };
2166
+ }
2167
+ export declare namespace RouteAnalysisCompletion {
2168
+
2169
+ const filterSensitiveLog: (obj: RouteAnalysisCompletion) => any;
2170
+ }
2171
+
2172
+ export interface NetworkResourceSummary {
2173
+
2174
+ RegisteredGatewayArn?: string;
2175
+
2176
+ ResourceArn?: string;
2177
+
2178
+ ResourceType?: string;
2179
+
2180
+ Definition?: string;
2181
+
2182
+ NameTag?: string;
2183
+
2184
+ IsMiddlebox?: boolean;
2185
+ }
2186
+ export declare namespace NetworkResourceSummary {
2187
+
2188
+ const filterSensitiveLog: (obj: NetworkResourceSummary) => any;
2189
+ }
2190
+
2191
+ export interface PathComponent {
2192
+
2193
+ Sequence?: number;
2194
+
2195
+ Resource?: NetworkResourceSummary;
2196
+
2197
+ DestinationCidrBlock?: string;
2198
+ }
2199
+ export declare namespace PathComponent {
2200
+
2201
+ const filterSensitiveLog: (obj: PathComponent) => any;
2202
+ }
2203
+
2204
+ export interface RouteAnalysisPath {
2205
+
2206
+ CompletionStatus?: RouteAnalysisCompletion;
2207
+
2208
+ Path?: PathComponent[];
2209
+ }
2210
+ export declare namespace RouteAnalysisPath {
2211
+
2212
+ const filterSensitiveLog: (obj: RouteAnalysisPath) => any;
2213
+ }
2214
+ export declare enum RouteAnalysisStatus {
2215
+ completed = "COMPLETED",
2216
+ failed = "FAILED",
2217
+ running = "RUNNING"
2218
+ }
2219
+
2220
+ export interface RouteAnalysis {
2221
+
2222
+ GlobalNetworkId?: string;
2223
+
2224
+ OwnerAccountId?: string;
2225
+
2226
+ RouteAnalysisId?: string;
2227
+
2228
+ StartTimestamp?: Date;
2229
+
2230
+ Status?: RouteAnalysisStatus | string;
2231
+
2232
+ Source?: RouteAnalysisEndpointOptions;
2233
+
2234
+ Destination?: RouteAnalysisEndpointOptions;
2235
+
2236
+ IncludeReturnPath?: boolean;
2237
+
2238
+ UseMiddleboxes?: boolean;
2239
+
2240
+ ForwardPath?: RouteAnalysisPath;
2241
+
2242
+ ReturnPath?: RouteAnalysisPath;
2243
+ }
2244
+ export declare namespace RouteAnalysis {
2245
+
2246
+ const filterSensitiveLog: (obj: RouteAnalysis) => any;
2247
+ }
2248
+ export interface GetRouteAnalysisResponse {
2249
+
2250
+ RouteAnalysis?: RouteAnalysis;
2251
+ }
2252
+ export declare namespace GetRouteAnalysisResponse {
2253
+
2254
+ const filterSensitiveLog: (obj: GetRouteAnalysisResponse) => any;
2255
+ }
2256
+ export interface GetSitesRequest {
2257
+
2258
+ GlobalNetworkId: string | undefined;
2259
+
2260
+ SiteIds?: string[];
2261
+
2262
+ MaxResults?: number;
2263
+
2264
+ NextToken?: string;
2265
+ }
2266
+ export declare namespace GetSitesRequest {
2267
+
2268
+ const filterSensitiveLog: (obj: GetSitesRequest) => any;
2269
+ }
2270
+ export interface GetSitesResponse {
2271
+
2272
+ Sites?: Site[];
2273
+
2274
+ NextToken?: string;
2275
+ }
2276
+ export declare namespace GetSitesResponse {
2277
+
2278
+ const filterSensitiveLog: (obj: GetSitesResponse) => any;
2279
+ }
2280
+ export interface GetSiteToSiteVpnAttachmentRequest {
2281
+
2282
+ AttachmentId: string | undefined;
2283
+ }
2284
+ export declare namespace GetSiteToSiteVpnAttachmentRequest {
2285
+
2286
+ const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentRequest) => any;
2287
+ }
2288
+ export interface GetSiteToSiteVpnAttachmentResponse {
2289
+
2290
+ SiteToSiteVpnAttachment?: SiteToSiteVpnAttachment;
2291
+ }
2292
+ export declare namespace GetSiteToSiteVpnAttachmentResponse {
2293
+
2294
+ const filterSensitiveLog: (obj: GetSiteToSiteVpnAttachmentResponse) => any;
2295
+ }
2296
+ export interface GetTransitGatewayConnectPeerAssociationsRequest {
2297
+
2298
+ GlobalNetworkId: string | undefined;
2299
+
2300
+ TransitGatewayConnectPeerArns?: string[];
2301
+
2302
+ MaxResults?: number;
2303
+
2304
+ NextToken?: string;
2305
+ }
2306
+ export declare namespace GetTransitGatewayConnectPeerAssociationsRequest {
2307
+
2308
+ const filterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsRequest) => any;
2309
+ }
2310
+ export interface GetTransitGatewayConnectPeerAssociationsResponse {
2311
+
2312
+ TransitGatewayConnectPeerAssociations?: TransitGatewayConnectPeerAssociation[];
2313
+
2314
+ NextToken?: string;
2315
+ }
2316
+ export declare namespace GetTransitGatewayConnectPeerAssociationsResponse {
2317
+
2318
+ const filterSensitiveLog: (obj: GetTransitGatewayConnectPeerAssociationsResponse) => any;
2319
+ }
2320
+ export interface GetTransitGatewayRegistrationsRequest {
2321
+
2322
+ GlobalNetworkId: string | undefined;
2323
+
2324
+ TransitGatewayArns?: string[];
2325
+
2326
+ MaxResults?: number;
2327
+
2328
+ NextToken?: string;
2329
+ }
2330
+ export declare namespace GetTransitGatewayRegistrationsRequest {
2331
+
2332
+ const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsRequest) => any;
2333
+ }
2334
+ export interface GetTransitGatewayRegistrationsResponse {
2335
+
2336
+ TransitGatewayRegistrations?: TransitGatewayRegistration[];
2337
+
2338
+ NextToken?: string;
2339
+ }
2340
+ export declare namespace GetTransitGatewayRegistrationsResponse {
2341
+
2342
+ const filterSensitiveLog: (obj: GetTransitGatewayRegistrationsResponse) => any;
2343
+ }
2344
+ export interface GetVpcAttachmentRequest {
2345
+
2346
+ AttachmentId: string | undefined;
2347
+ }
2348
+ export declare namespace GetVpcAttachmentRequest {
2349
+
2350
+ const filterSensitiveLog: (obj: GetVpcAttachmentRequest) => any;
2351
+ }
2352
+ export interface GetVpcAttachmentResponse {
2353
+
2354
+ VpcAttachment?: VpcAttachment;
2355
+ }
2356
+ export declare namespace GetVpcAttachmentResponse {
2357
+
2358
+ const filterSensitiveLog: (obj: GetVpcAttachmentResponse) => any;
2359
+ }
2360
+ export interface ListAttachmentsRequest {
2361
+
2362
+ CoreNetworkId?: string;
2363
+
2364
+ AttachmentType?: AttachmentType | string;
2365
+
2366
+ EdgeLocation?: string;
2367
+
2368
+ State?: AttachmentState | string;
2369
+
2370
+ MaxResults?: number;
2371
+
2372
+ NextToken?: string;
2373
+ }
2374
+ export declare namespace ListAttachmentsRequest {
2375
+
2376
+ const filterSensitiveLog: (obj: ListAttachmentsRequest) => any;
2377
+ }
2378
+ export interface ListAttachmentsResponse {
2379
+
2380
+ Attachments?: Attachment[];
2381
+
2382
+ NextToken?: string;
2383
+ }
2384
+ export declare namespace ListAttachmentsResponse {
2385
+
2386
+ const filterSensitiveLog: (obj: ListAttachmentsResponse) => any;
2387
+ }
2388
+ export interface ListConnectPeersRequest {
2389
+
2390
+ CoreNetworkId?: string;
2391
+
2392
+ ConnectAttachmentId?: string;
2393
+
2394
+ MaxResults?: number;
2395
+
2396
+ NextToken?: string;
2397
+ }
2398
+ export declare namespace ListConnectPeersRequest {
2399
+
2400
+ const filterSensitiveLog: (obj: ListConnectPeersRequest) => any;
2401
+ }
2402
+ export interface ListConnectPeersResponse {
2403
+
2404
+ ConnectPeers?: ConnectPeerSummary[];
2405
+
2406
+ NextToken?: string;
2407
+ }
2408
+ export declare namespace ListConnectPeersResponse {
2409
+
2410
+ const filterSensitiveLog: (obj: ListConnectPeersResponse) => any;
2411
+ }
2412
+ export interface ListCoreNetworkPolicyVersionsRequest {
2413
+
2414
+ CoreNetworkId: string | undefined;
2415
+
2416
+ MaxResults?: number;
2417
+
2418
+ NextToken?: string;
2419
+ }
2420
+ export declare namespace ListCoreNetworkPolicyVersionsRequest {
2421
+
2422
+ const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsRequest) => any;
2423
+ }
2424
+ export interface ListCoreNetworkPolicyVersionsResponse {
2425
+
2426
+ CoreNetworkPolicyVersions?: CoreNetworkPolicyVersion[];
2427
+
2428
+ NextToken?: string;
2429
+ }
2430
+ export declare namespace ListCoreNetworkPolicyVersionsResponse {
2431
+
2432
+ const filterSensitiveLog: (obj: ListCoreNetworkPolicyVersionsResponse) => any;
2433
+ }
2434
+ export interface ListCoreNetworksRequest {
2435
+
2436
+ MaxResults?: number;
2437
+
2438
+ NextToken?: string;
2439
+ }
2440
+ export declare namespace ListCoreNetworksRequest {
2441
+
2442
+ const filterSensitiveLog: (obj: ListCoreNetworksRequest) => any;
2443
+ }
2444
+ export interface ListCoreNetworksResponse {
2445
+
2446
+ CoreNetworks?: CoreNetworkSummary[];
2447
+
2448
+ NextToken?: string;
2449
+ }
2450
+ export declare namespace ListCoreNetworksResponse {
2451
+
2452
+ const filterSensitiveLog: (obj: ListCoreNetworksResponse) => any;
2453
+ }
2454
+ export interface ListTagsForResourceRequest {
2455
+
2456
+ ResourceArn: string | undefined;
2457
+ }
2458
+ export declare namespace ListTagsForResourceRequest {
2459
+
2460
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2461
+ }
2462
+ export interface ListTagsForResourceResponse {
2463
+
2464
+ TagList?: Tag[];
2465
+ }
2466
+ export declare namespace ListTagsForResourceResponse {
2467
+
2468
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2469
+ }
2470
+ export interface PutCoreNetworkPolicyRequest {
2471
+
2472
+ CoreNetworkId: string | undefined;
2473
+
2474
+ PolicyDocument: __LazyJsonString | string | undefined;
2475
+
2476
+ Description?: string;
2477
+
2478
+ LatestVersionId?: number;
2479
+
2480
+ ClientToken?: string;
2481
+ }
2482
+ export declare namespace PutCoreNetworkPolicyRequest {
2483
+
2484
+ const filterSensitiveLog: (obj: PutCoreNetworkPolicyRequest) => any;
2485
+ }
2486
+ export interface PutCoreNetworkPolicyResponse {
2487
+
2488
+ CoreNetworkPolicy?: CoreNetworkPolicy;
2489
+ }
2490
+ export declare namespace PutCoreNetworkPolicyResponse {
2491
+
2492
+ const filterSensitiveLog: (obj: PutCoreNetworkPolicyResponse) => any;
2493
+ }
2494
+ export interface PutResourcePolicyRequest {
2495
+
2496
+ PolicyDocument: __LazyJsonString | string | undefined;
2497
+
2498
+ ResourceArn: string | undefined;
2499
+ }
2500
+ export declare namespace PutResourcePolicyRequest {
2501
+
2502
+ const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
2503
+ }
2504
+ export interface PutResourcePolicyResponse {
2505
+ }
2506
+ export declare namespace PutResourcePolicyResponse {
2507
+
2508
+ const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
2509
+ }
2510
+ export interface RegisterTransitGatewayRequest {
2511
+
2512
+ GlobalNetworkId: string | undefined;
2513
+
2514
+ TransitGatewayArn: string | undefined;
2515
+ }
2516
+ export declare namespace RegisterTransitGatewayRequest {
2517
+
2518
+ const filterSensitiveLog: (obj: RegisterTransitGatewayRequest) => any;
2519
+ }
2520
+ export interface RegisterTransitGatewayResponse {
2521
+
2522
+ TransitGatewayRegistration?: TransitGatewayRegistration;
2523
+ }
2524
+ export declare namespace RegisterTransitGatewayResponse {
2525
+
2526
+ const filterSensitiveLog: (obj: RegisterTransitGatewayResponse) => any;
2527
+ }
2528
+ export interface RejectAttachmentRequest {
2529
+
2530
+ AttachmentId: string | undefined;
2531
+ }
2532
+ export declare namespace RejectAttachmentRequest {
2533
+
2534
+ const filterSensitiveLog: (obj: RejectAttachmentRequest) => any;
2535
+ }
2536
+ export interface RejectAttachmentResponse {
2537
+
2538
+ Attachment?: Attachment;
2539
+ }
2540
+ export declare namespace RejectAttachmentResponse {
2541
+
2542
+ const filterSensitiveLog: (obj: RejectAttachmentResponse) => any;
2543
+ }
2544
+ export interface RestoreCoreNetworkPolicyVersionRequest {
2545
+
2546
+ CoreNetworkId: string | undefined;
2547
+
2548
+ PolicyVersionId: number | undefined;
2549
+ }
2550
+ export declare namespace RestoreCoreNetworkPolicyVersionRequest {
2551
+
2552
+ const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionRequest) => any;
2553
+ }
2554
+ export interface RestoreCoreNetworkPolicyVersionResponse {
2555
+
2556
+ CoreNetworkPolicy?: CoreNetworkPolicy;
2557
+ }
2558
+ export declare namespace RestoreCoreNetworkPolicyVersionResponse {
2559
+
2560
+ const filterSensitiveLog: (obj: RestoreCoreNetworkPolicyVersionResponse) => any;
2561
+ }
2562
+
2563
+ export interface RouteAnalysisEndpointOptionsSpecification {
2564
+
2565
+ TransitGatewayAttachmentArn?: string;
2566
+
2567
+ IpAddress?: string;
2568
+ }
2569
+ export declare namespace RouteAnalysisEndpointOptionsSpecification {
2570
+
2571
+ const filterSensitiveLog: (obj: RouteAnalysisEndpointOptionsSpecification) => any;
2572
+ }
2573
+ export interface StartRouteAnalysisRequest {
2574
+
2575
+ GlobalNetworkId: string | undefined;
2576
+
2577
+ Source: RouteAnalysisEndpointOptionsSpecification | undefined;
2578
+
2579
+ Destination: RouteAnalysisEndpointOptionsSpecification | undefined;
2580
+
2581
+ IncludeReturnPath?: boolean;
2582
+
2583
+ UseMiddleboxes?: boolean;
2584
+ }
2585
+ export declare namespace StartRouteAnalysisRequest {
2586
+
2587
+ const filterSensitiveLog: (obj: StartRouteAnalysisRequest) => any;
2588
+ }
2589
+ export interface StartRouteAnalysisResponse {
2590
+
2591
+ RouteAnalysis?: RouteAnalysis;
2592
+ }
2593
+ export declare namespace StartRouteAnalysisResponse {
2594
+
2595
+ const filterSensitiveLog: (obj: StartRouteAnalysisResponse) => any;
2596
+ }
2597
+ export interface TagResourceRequest {
2598
+
2599
+ ResourceArn: string | undefined;
2600
+
2601
+ Tags: Tag[] | undefined;
2602
+ }
2603
+ export declare namespace TagResourceRequest {
2604
+
2605
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
2606
+ }
2607
+ export interface TagResourceResponse {
2608
+ }
2609
+ export declare namespace TagResourceResponse {
2610
+
2611
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
2612
+ }
2613
+ export interface UntagResourceRequest {
2614
+
2615
+ ResourceArn: string | undefined;
2616
+
2617
+ TagKeys: string[] | undefined;
2618
+ }
2619
+ export declare namespace UntagResourceRequest {
2620
+
2621
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2622
+ }
2623
+ export interface UntagResourceResponse {
2624
+ }
2625
+ export declare namespace UntagResourceResponse {
2626
+
2627
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2628
+ }
2629
+ export interface UpdateConnectionRequest {
2630
+
2631
+ GlobalNetworkId: string | undefined;
2632
+
2633
+ ConnectionId: string | undefined;
2634
+
2635
+ LinkId?: string;
2636
+
2637
+ ConnectedLinkId?: string;
2638
+
2639
+ Description?: string;
2640
+ }
2641
+ export declare namespace UpdateConnectionRequest {
2642
+
2643
+ const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
2644
+ }
2645
+ export interface UpdateConnectionResponse {
2646
+
2647
+ Connection?: Connection;
2648
+ }
2649
+ export declare namespace UpdateConnectionResponse {
2650
+
2651
+ const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
2652
+ }
2653
+ export interface UpdateCoreNetworkRequest {
2654
+
2655
+ CoreNetworkId: string | undefined;
2656
+
2657
+ Description?: string;
2658
+ }
2659
+ export declare namespace UpdateCoreNetworkRequest {
2660
+
2661
+ const filterSensitiveLog: (obj: UpdateCoreNetworkRequest) => any;
2662
+ }
2663
+ export interface UpdateCoreNetworkResponse {
2664
+
2665
+ CoreNetwork?: CoreNetwork;
2666
+ }
2667
+ export declare namespace UpdateCoreNetworkResponse {
2668
+
2669
+ const filterSensitiveLog: (obj: UpdateCoreNetworkResponse) => any;
2670
+ }
2671
+ export interface UpdateDeviceRequest {
2672
+
2673
+ GlobalNetworkId: string | undefined;
2674
+
2675
+ DeviceId: string | undefined;
2676
+
2677
+ AWSLocation?: AWSLocation;
2678
+
2679
+ Description?: string;
2680
+
2681
+ Type?: string;
2682
+
2683
+ Vendor?: string;
2684
+
2685
+ Model?: string;
2686
+
2687
+ SerialNumber?: string;
2688
+
2689
+ Location?: Location;
2690
+
2691
+ SiteId?: string;
2692
+ }
2693
+ export declare namespace UpdateDeviceRequest {
2694
+
2695
+ const filterSensitiveLog: (obj: UpdateDeviceRequest) => any;
2696
+ }
2697
+ export interface UpdateDeviceResponse {
2698
+
2699
+ Device?: Device;
2700
+ }
2701
+ export declare namespace UpdateDeviceResponse {
2702
+
2703
+ const filterSensitiveLog: (obj: UpdateDeviceResponse) => any;
2704
+ }
2705
+ export interface UpdateGlobalNetworkRequest {
2706
+
2707
+ GlobalNetworkId: string | undefined;
2708
+
2709
+ Description?: string;
2710
+ }
2711
+ export declare namespace UpdateGlobalNetworkRequest {
2712
+
2713
+ const filterSensitiveLog: (obj: UpdateGlobalNetworkRequest) => any;
2714
+ }
2715
+ export interface UpdateGlobalNetworkResponse {
2716
+
2717
+ GlobalNetwork?: GlobalNetwork;
2718
+ }
2719
+ export declare namespace UpdateGlobalNetworkResponse {
2720
+
2721
+ const filterSensitiveLog: (obj: UpdateGlobalNetworkResponse) => any;
2722
+ }
2723
+ export interface UpdateLinkRequest {
2724
+
2725
+ GlobalNetworkId: string | undefined;
2726
+
2727
+ LinkId: string | undefined;
2728
+
2729
+ Description?: string;
2730
+
2731
+ Type?: string;
2732
+
2733
+ Bandwidth?: Bandwidth;
2734
+
2735
+ Provider?: string;
2736
+ }
2737
+ export declare namespace UpdateLinkRequest {
2738
+
2739
+ const filterSensitiveLog: (obj: UpdateLinkRequest) => any;
2740
+ }
2741
+ export interface UpdateLinkResponse {
2742
+
2743
+ Link?: Link;
2744
+ }
2745
+ export declare namespace UpdateLinkResponse {
2746
+
2747
+ const filterSensitiveLog: (obj: UpdateLinkResponse) => any;
2748
+ }
2749
+ export interface UpdateNetworkResourceMetadataRequest {
2750
+
2751
+ GlobalNetworkId: string | undefined;
2752
+
2753
+ ResourceArn: string | undefined;
2754
+
2755
+ Metadata: {
2756
+ [key: string]: string;
2757
+ } | undefined;
2758
+ }
2759
+ export declare namespace UpdateNetworkResourceMetadataRequest {
2760
+
2761
+ const filterSensitiveLog: (obj: UpdateNetworkResourceMetadataRequest) => any;
2762
+ }
2763
+ export interface UpdateNetworkResourceMetadataResponse {
2764
+
2765
+ ResourceArn?: string;
2766
+
2767
+ Metadata?: {
2768
+ [key: string]: string;
2769
+ };
2770
+ }
2771
+ export declare namespace UpdateNetworkResourceMetadataResponse {
2772
+
2773
+ const filterSensitiveLog: (obj: UpdateNetworkResourceMetadataResponse) => any;
2774
+ }
2775
+ export interface UpdateSiteRequest {
2776
+
2777
+ GlobalNetworkId: string | undefined;
2778
+
2779
+ SiteId: string | undefined;
2780
+
2781
+ Description?: string;
2782
+
2783
+ Location?: Location;
2784
+ }
2785
+ export declare namespace UpdateSiteRequest {
2786
+
2787
+ const filterSensitiveLog: (obj: UpdateSiteRequest) => any;
2788
+ }
2789
+ export interface UpdateSiteResponse {
2790
+
2791
+ Site?: Site;
2792
+ }
2793
+ export declare namespace UpdateSiteResponse {
2794
+
2795
+ const filterSensitiveLog: (obj: UpdateSiteResponse) => any;
2796
+ }
2797
+ export interface UpdateVpcAttachmentRequest {
2798
+
2799
+ AttachmentId: string | undefined;
2800
+
2801
+ AddSubnetArns?: string[];
2802
+
2803
+ RemoveSubnetArns?: string[];
2804
+
2805
+ Options?: VpcOptions;
2806
+ }
2807
+ export declare namespace UpdateVpcAttachmentRequest {
2808
+
2809
+ const filterSensitiveLog: (obj: UpdateVpcAttachmentRequest) => any;
2810
+ }
2811
+ export interface UpdateVpcAttachmentResponse {
2812
+
2813
+ VpcAttachment?: VpcAttachment;
2814
+ }
2815
+ export declare namespace UpdateVpcAttachmentResponse {
2816
+
2817
+ const filterSensitiveLog: (obj: UpdateVpcAttachmentResponse) => any;
2818
+ }